{
  "ABIRoot": {
    "kind": "Root",
    "name": "TopLevel",
    "printedName": "TopLevel",
    "children": [
      {
        "kind": "TypeDecl",
        "name": "MyIdSdkDelegate",
        "printedName": "MyIdSdkDelegate",
        "children": [
          {
            "kind": "Function",
            "name": "myidOnSuccess",
            "printedName": "myidOnSuccess(result:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "MyIdResult",
                "printedName": "MyIdSDK.MyIdResult",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult"
              }
            ],
            "declKind": "Func",
            "usr": "c:@M@MyIdSDK@objc(pl)MyIdSdkDelegate(im)myidOnSuccessWithResult:",
            "mangledName": "$s7MyIdSDK0aB11SdkDelegateP13myidOnSuccess6resultyAA0aB6ResultC_tF",
            "moduleName": "MyIdSDK",
            "genericSig": "<τ_0_0 where τ_0_0 : MyIdSDK.MyIdSdkDelegate>",
            "sugared_genericSig": "<Self where Self : MyIdSDK.MyIdSdkDelegate>",
            "protocolReq": true,
            "declAttributes": [
              "ObjC"
            ],
            "reqNewWitnessTableEntry": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "myidOnError",
            "printedName": "myidOnError(exception:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "MyIdException",
                "printedName": "MyIdSDK.MyIdException",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdException"
              }
            ],
            "declKind": "Func",
            "usr": "c:@M@MyIdSDK@objc(pl)MyIdSdkDelegate(im)myidOnErrorWithException:",
            "mangledName": "$s7MyIdSDK0aB11SdkDelegateP11myidOnError9exceptionyAA0aB9ExceptionC_tF",
            "moduleName": "MyIdSDK",
            "genericSig": "<τ_0_0 where τ_0_0 : MyIdSDK.MyIdSdkDelegate>",
            "sugared_genericSig": "<Self where Self : MyIdSDK.MyIdSdkDelegate>",
            "protocolReq": true,
            "declAttributes": [
              "ObjC"
            ],
            "reqNewWitnessTableEntry": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "myidOnUserExited",
            "printedName": "myidOnUserExited()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              }
            ],
            "declKind": "Func",
            "usr": "c:@M@MyIdSDK@objc(pl)MyIdSdkDelegate(im)myidOnUserExited",
            "mangledName": "$s7MyIdSDK0aB11SdkDelegateP16myidOnUserExitedyyF",
            "moduleName": "MyIdSDK",
            "genericSig": "<τ_0_0 where τ_0_0 : MyIdSDK.MyIdSdkDelegate>",
            "sugared_genericSig": "<Self where Self : MyIdSDK.MyIdSdkDelegate>",
            "protocolReq": true,
            "declAttributes": [
              "ObjC"
            ],
            "reqNewWitnessTableEntry": true,
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Protocol",
        "usr": "c:@M@MyIdSDK@objc(pl)MyIdSdkDelegate",
        "mangledName": "$s7MyIdSDK0aB11SdkDelegateP",
        "moduleName": "MyIdSDK",
        "genericSig": "<τ_0_0 : AnyObject>",
        "sugared_genericSig": "<Self : AnyObject>",
        "declAttributes": [
          "AccessControl",
          "ObjC",
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "UIKit",
        "printedName": "UIKit",
        "declKind": "Import",
        "moduleName": "MyIdSDK"
      },
      {
        "kind": "Import",
        "name": "UIKit",
        "printedName": "UIKit",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "UIKit",
        "printedName": "UIKit",
        "declKind": "Import",
        "moduleName": "MyIdSDK"
      },
      {
        "kind": "TypeDecl",
        "name": "MyIdOrganizationDetails",
        "printedName": "MyIdOrganizationDetails",
        "children": [
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(phone:logo:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "MyIdOrganizationDetails",
                "printedName": "MyIdSDK.MyIdOrganizationDetails",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.String?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "hasDefaultArg": true,
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "UIKit.UIImage?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UIImage",
                    "printedName": "UIKit.UIImage",
                    "usr": "c:objc(cs)UIImage"
                  }
                ],
                "hasDefaultArg": true,
                "usr": "s:Sq"
              }
            ],
            "declKind": "Constructor",
            "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails(im)initWithPhone:logo:",
            "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsC5phone4logoACSSSg_So7UIImageCSgtcfc",
            "moduleName": "MyIdSDK",
            "objc_name": "initWithPhone:logo:",
            "declAttributes": [
              "AccessControl",
              "ObjC"
            ],
            "init_kind": "Designated"
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "MyIdOrganizationDetails",
                "printedName": "MyIdSDK.MyIdOrganizationDetails",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails"
              }
            ],
            "declKind": "Constructor",
            "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails(im)init",
            "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsCACycfc",
            "moduleName": "MyIdSDK",
            "overriding": true,
            "implicit": true,
            "objc_name": "init",
            "declAttributes": [
              "Dynamic",
              "ObjC",
              "Override"
            ],
            "init_kind": "Designated"
          }
        ],
        "declKind": "Class",
        "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails",
        "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsC",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "AccessControl",
          "ObjC"
        ],
        "superclassUsr": "c:objc(cs)NSObject",
        "superclassNames": [
          "ObjectiveC.NSObject"
        ],
        "conformances": [
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObservingPublishing",
            "printedName": "_KeyValueCodingAndObservingPublishing",
            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObserving",
            "printedName": "_KeyValueCodingAndObserving",
            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomDebugStringConvertible",
            "printedName": "CustomDebugStringConvertible",
            "usr": "s:s28CustomDebugStringConvertibleP",
            "mangledName": "$ss28CustomDebugStringConvertibleP"
          }
        ]
      },
      {
        "kind": "Import",
        "name": "UIKit",
        "printedName": "UIKit",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "UIKit",
        "printedName": "UIKit",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "UIKit",
        "printedName": "UIKit",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "AVFoundation",
        "printedName": "AVFoundation",
        "declKind": "Import",
        "moduleName": "MyIdSDK"
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "MyIdShapeMode",
        "printedName": "MyIdShapeMode",
        "children": [
          {
            "kind": "Var",
            "name": "OVAL",
            "printedName": "OVAL",
            "children": [
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(MyIdSDK.MyIdShapeMode.Type) -> MyIdSDK.MyIdShapeMode",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "MyIdShapeMode",
                    "printedName": "MyIdSDK.MyIdShapeMode",
                    "usr": "c:@M@MyIdSDK@E@MyIdShapeMode"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Metatype",
                    "printedName": "MyIdSDK.MyIdShapeMode.Type",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "MyIdShapeMode",
                        "printedName": "MyIdSDK.MyIdShapeMode",
                        "usr": "c:@M@MyIdSDK@E@MyIdShapeMode"
                      }
                    ]
                  }
                ]
              }
            ],
            "declKind": "EnumElement",
            "usr": "c:@M@MyIdSDK@E@MyIdShapeMode@MyIdShapeModeOVAL",
            "mangledName": "$s7MyIdSDK0aB9ShapeModeO4OVALyA2CmF",
            "moduleName": "MyIdSDK",
            "declAttributes": [
              "ObjC"
            ],
            "fixedbinaryorder": 0
          },
          {
            "kind": "Var",
            "name": "CIRCLE",
            "printedName": "CIRCLE",
            "children": [
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(MyIdSDK.MyIdShapeMode.Type) -> MyIdSDK.MyIdShapeMode",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "MyIdShapeMode",
                    "printedName": "MyIdSDK.MyIdShapeMode",
                    "usr": "c:@M@MyIdSDK@E@MyIdShapeMode"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Metatype",
                    "printedName": "MyIdSDK.MyIdShapeMode.Type",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "MyIdShapeMode",
                        "printedName": "MyIdSDK.MyIdShapeMode",
                        "usr": "c:@M@MyIdSDK@E@MyIdShapeMode"
                      }
                    ]
                  }
                ]
              }
            ],
            "declKind": "EnumElement",
            "usr": "c:@M@MyIdSDK@E@MyIdShapeMode@MyIdShapeModeCIRCLE",
            "mangledName": "$s7MyIdSDK0aB9ShapeModeO6CIRCLEyA2CmF",
            "moduleName": "MyIdSDK",
            "declAttributes": [
              "ObjC"
            ],
            "fixedbinaryorder": 1
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(rawValue:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "MyIdSDK.MyIdShapeMode?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "MyIdShapeMode",
                    "printedName": "MyIdSDK.MyIdShapeMode",
                    "usr": "c:@M@MyIdSDK@E@MyIdShapeMode"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Constructor",
            "usr": "s:7MyIdSDK0aB9ShapeModeO8rawValueACSgSi_tcfc",
            "mangledName": "$s7MyIdSDK0aB9ShapeModeO8rawValueACSgSi_tcfc",
            "moduleName": "MyIdSDK",
            "implicit": true,
            "init_kind": "Designated"
          },
          {
            "kind": "Var",
            "name": "rawValue",
            "printedName": "rawValue",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Var",
            "usr": "s:7MyIdSDK0aB9ShapeModeO8rawValueSivp",
            "mangledName": "$s7MyIdSDK0aB9ShapeModeO8rawValueSivp",
            "moduleName": "MyIdSDK",
            "implicit": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:7MyIdSDK0aB9ShapeModeO8rawValueSivg",
                "mangledName": "$s7MyIdSDK0aB9ShapeModeO8rawValueSivg",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "accessorKind": "get"
              }
            ]
          }
        ],
        "declKind": "Enum",
        "usr": "c:@M@MyIdSDK@E@MyIdShapeMode",
        "mangledName": "$s7MyIdSDK0aB9ShapeModeO",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "AccessControl",
          "ObjC"
        ],
        "enumRawTypeName": "Int",
        "conformances": [
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "RawRepresentable",
            "printedName": "RawRepresentable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "RawValue",
                "printedName": "RawValue",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ]
              }
            ],
            "usr": "s:SY",
            "mangledName": "$sSY"
          }
        ]
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "UIKit",
        "printedName": "UIKit",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "AVFoundation",
        "printedName": "AVFoundation",
        "declKind": "Import",
        "moduleName": "MyIdSDK"
      },
      {
        "kind": "Import",
        "name": "Vision",
        "printedName": "Vision",
        "declKind": "Import",
        "moduleName": "MyIdSDK"
      },
      {
        "kind": "Import",
        "name": "CoreVideo",
        "printedName": "CoreVideo",
        "declKind": "Import",
        "moduleName": "MyIdSDK"
      },
      {
        "kind": "Import",
        "name": "UIKit",
        "printedName": "UIKit",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "MyIdResidency",
        "printedName": "MyIdResidency",
        "children": [
          {
            "kind": "Var",
            "name": "USER_DEFINED",
            "printedName": "USER_DEFINED",
            "children": [
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(MyIdSDK.MyIdResidency.Type) -> MyIdSDK.MyIdResidency",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "MyIdResidency",
                    "printedName": "MyIdSDK.MyIdResidency",
                    "usr": "c:@M@MyIdSDK@E@MyIdResidency"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Metatype",
                    "printedName": "MyIdSDK.MyIdResidency.Type",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "MyIdResidency",
                        "printedName": "MyIdSDK.MyIdResidency",
                        "usr": "c:@M@MyIdSDK@E@MyIdResidency"
                      }
                    ]
                  }
                ]
              }
            ],
            "declKind": "EnumElement",
            "usr": "c:@M@MyIdSDK@E@MyIdResidency@MyIdResidencyUSER_DEFINED",
            "mangledName": "$s7MyIdSDK0aB9ResidencyO12USER_DEFINEDyA2CmF",
            "moduleName": "MyIdSDK",
            "declAttributes": [
              "ObjC"
            ],
            "fixedbinaryorder": 0
          },
          {
            "kind": "Var",
            "name": "RESIDENT",
            "printedName": "RESIDENT",
            "children": [
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(MyIdSDK.MyIdResidency.Type) -> MyIdSDK.MyIdResidency",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "MyIdResidency",
                    "printedName": "MyIdSDK.MyIdResidency",
                    "usr": "c:@M@MyIdSDK@E@MyIdResidency"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Metatype",
                    "printedName": "MyIdSDK.MyIdResidency.Type",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "MyIdResidency",
                        "printedName": "MyIdSDK.MyIdResidency",
                        "usr": "c:@M@MyIdSDK@E@MyIdResidency"
                      }
                    ]
                  }
                ]
              }
            ],
            "declKind": "EnumElement",
            "usr": "c:@M@MyIdSDK@E@MyIdResidency@MyIdResidencyRESIDENT",
            "mangledName": "$s7MyIdSDK0aB9ResidencyO8RESIDENTyA2CmF",
            "moduleName": "MyIdSDK",
            "declAttributes": [
              "ObjC"
            ],
            "fixedbinaryorder": 1
          },
          {
            "kind": "Var",
            "name": "NON_RESIDENT",
            "printedName": "NON_RESIDENT",
            "children": [
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(MyIdSDK.MyIdResidency.Type) -> MyIdSDK.MyIdResidency",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "MyIdResidency",
                    "printedName": "MyIdSDK.MyIdResidency",
                    "usr": "c:@M@MyIdSDK@E@MyIdResidency"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Metatype",
                    "printedName": "MyIdSDK.MyIdResidency.Type",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "MyIdResidency",
                        "printedName": "MyIdSDK.MyIdResidency",
                        "usr": "c:@M@MyIdSDK@E@MyIdResidency"
                      }
                    ]
                  }
                ]
              }
            ],
            "declKind": "EnumElement",
            "usr": "c:@M@MyIdSDK@E@MyIdResidency@MyIdResidencyNON_RESIDENT",
            "mangledName": "$s7MyIdSDK0aB9ResidencyO12NON_RESIDENTyA2CmF",
            "moduleName": "MyIdSDK",
            "declAttributes": [
              "ObjC"
            ],
            "fixedbinaryorder": 2
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(rawValue:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "MyIdSDK.MyIdResidency?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "MyIdResidency",
                    "printedName": "MyIdSDK.MyIdResidency",
                    "usr": "c:@M@MyIdSDK@E@MyIdResidency"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Constructor",
            "usr": "s:7MyIdSDK0aB9ResidencyO8rawValueACSgSi_tcfc",
            "mangledName": "$s7MyIdSDK0aB9ResidencyO8rawValueACSgSi_tcfc",
            "moduleName": "MyIdSDK",
            "implicit": true,
            "init_kind": "Designated"
          },
          {
            "kind": "Var",
            "name": "rawValue",
            "printedName": "rawValue",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Var",
            "usr": "s:7MyIdSDK0aB9ResidencyO8rawValueSivp",
            "mangledName": "$s7MyIdSDK0aB9ResidencyO8rawValueSivp",
            "moduleName": "MyIdSDK",
            "implicit": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:7MyIdSDK0aB9ResidencyO8rawValueSivg",
                "mangledName": "$s7MyIdSDK0aB9ResidencyO8rawValueSivg",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "accessorKind": "get"
              }
            ]
          }
        ],
        "declKind": "Enum",
        "usr": "c:@M@MyIdSDK@E@MyIdResidency",
        "mangledName": "$s7MyIdSDK0aB9ResidencyO",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "AccessControl",
          "ObjC"
        ],
        "enumRawTypeName": "Int",
        "conformances": [
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "RawRepresentable",
            "printedName": "RawRepresentable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "RawValue",
                "printedName": "RawValue",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ]
              }
            ],
            "usr": "s:SY",
            "mangledName": "$sSY"
          }
        ]
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "UIKit",
        "printedName": "UIKit",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "AVFoundation",
        "printedName": "AVFoundation",
        "declKind": "Import",
        "moduleName": "MyIdSDK"
      },
      {
        "kind": "Import",
        "name": "CoreVideo",
        "printedName": "CoreVideo",
        "declKind": "Import",
        "moduleName": "MyIdSDK"
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "UIKit",
        "printedName": "UIKit",
        "declKind": "Import",
        "moduleName": "MyIdSDK"
      },
      {
        "kind": "Import",
        "name": "UIKit",
        "printedName": "UIKit",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "UIKit",
        "printedName": "UIKit",
        "declKind": "Import",
        "moduleName": "MyIdSDK"
      },
      {
        "kind": "TypeDecl",
        "name": "MyIdSdk",
        "printedName": "MyIdSdk",
        "children": [
          {
            "kind": "Function",
            "name": "start",
            "printedName": "start(withConfigureOptions:withDelegate:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(MyIdSDK.MyIdOptions?) -> ()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "MyIdSDK.MyIdOptions?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "MyIdOptions",
                        "printedName": "MyIdSDK.MyIdOptions",
                        "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ]
              },
              {
                "kind": "TypeNominal",
                "name": "MyIdSdkDelegate",
                "printedName": "MyIdSDK.MyIdSdkDelegate",
                "usr": "c:@M@MyIdSDK@objc(pl)MyIdSdkDelegate"
              }
            ],
            "declKind": "Func",
            "usr": "c:@M@MyIdSDK@objc(cs)MyIdSdk(cm)startWithConfigureOptions:withDelegate:",
            "mangledName": "$s7MyIdSDK0aB3SdkC5start20withConfigureOptions0F8DelegateyyAA0abH0CSgc_AA0abdI0_ptFZ",
            "moduleName": "MyIdSDK",
            "static": true,
            "objc_name": "startWithConfigureOptions:withDelegate:",
            "declAttributes": [
              "AccessControl",
              "ObjC"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "MyIdSdk",
                "printedName": "MyIdSDK.MyIdSdk",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdSdk"
              }
            ],
            "declKind": "Constructor",
            "usr": "c:@M@MyIdSDK@objc(cs)MyIdSdk(im)init",
            "mangledName": "$s7MyIdSDK0aB3SdkCACycfc",
            "moduleName": "MyIdSDK",
            "overriding": true,
            "implicit": true,
            "objc_name": "init",
            "declAttributes": [
              "Dynamic",
              "ObjC",
              "Override"
            ],
            "init_kind": "Designated"
          }
        ],
        "declKind": "Class",
        "usr": "c:@M@MyIdSDK@objc(cs)MyIdSdk",
        "mangledName": "$s7MyIdSDK0aB3SdkC",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "AccessControl",
          "ObjC"
        ],
        "superclassUsr": "c:objc(cs)NSObject",
        "inheritsConvenienceInitializers": true,
        "superclassNames": [
          "ObjectiveC.NSObject"
        ],
        "conformances": [
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObservingPublishing",
            "printedName": "_KeyValueCodingAndObservingPublishing",
            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObserving",
            "printedName": "_KeyValueCodingAndObserving",
            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomDebugStringConvertible",
            "printedName": "CustomDebugStringConvertible",
            "usr": "s:s28CustomDebugStringConvertibleP",
            "mangledName": "$ss28CustomDebugStringConvertibleP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "MyIdLocale",
        "printedName": "MyIdLocale",
        "children": [
          {
            "kind": "Var",
            "name": "RU",
            "printedName": "RU",
            "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@MyIdLocaleRU",
            "mangledName": "$s7MyIdSDK0aB6LocaleO2RUyA2CmF",
            "moduleName": "MyIdSDK",
            "declAttributes": [
              "ObjC"
            ],
            "fixedbinaryorder": 0
          },
          {
            "kind": "Var",
            "name": "EN",
            "printedName": "EN",
            "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@MyIdLocaleEN",
            "mangledName": "$s7MyIdSDK0aB6LocaleO2ENyA2CmF",
            "moduleName": "MyIdSDK",
            "declAttributes": [
              "ObjC"
            ],
            "fixedbinaryorder": 1
          },
          {
            "kind": "Var",
            "name": "UZ",
            "printedName": "UZ",
            "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@MyIdLocaleUZ",
            "mangledName": "$s7MyIdSDK0aB6LocaleO2UZyA2CmF",
            "moduleName": "MyIdSDK",
            "declAttributes": [
              "ObjC"
            ],
            "fixedbinaryorder": 2
          },
          {
            "kind": "Var",
            "name": "rawValue",
            "printedName": "rawValue",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Var",
            "usr": "s:7MyIdSDK0aB6LocaleO8rawValueSivp",
            "mangledName": "$s7MyIdSDK0aB6LocaleO8rawValueSivp",
            "moduleName": "MyIdSDK",
            "implicit": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:7MyIdSDK0aB6LocaleO8rawValueSivg",
                "mangledName": "$s7MyIdSDK0aB6LocaleO8rawValueSivg",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "accessorKind": "get"
              }
            ]
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(rawValue:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "MyIdSDK.MyIdLocale?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "MyIdLocale",
                    "printedName": "MyIdSDK.MyIdLocale",
                    "usr": "c:@M@MyIdSDK@E@MyIdLocale"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Constructor",
            "usr": "s:7MyIdSDK0aB6LocaleO8rawValueACSgSi_tcfc",
            "mangledName": "$s7MyIdSDK0aB6LocaleO8rawValueACSgSi_tcfc",
            "moduleName": "MyIdSDK",
            "implicit": true,
            "init_kind": "Designated"
          }
        ],
        "declKind": "Enum",
        "usr": "c:@M@MyIdSDK@E@MyIdLocale",
        "mangledName": "$s7MyIdSDK0aB6LocaleO",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "AccessControl",
          "ObjC",
          "RawDocComment"
        ],
        "enumRawTypeName": "Int",
        "conformances": [
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "RawRepresentable",
            "printedName": "RawRepresentable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "RawValue",
                "printedName": "RawValue",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ]
              }
            ],
            "usr": "s:SY",
            "mangledName": "$sSY"
          }
        ]
      },
      {
        "kind": "Import",
        "name": "UIKit",
        "printedName": "UIKit",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "UIKit",
        "printedName": "UIKit",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "UIKit",
        "printedName": "UIKit",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "MyIdResult",
        "printedName": "MyIdResult",
        "children": [
          {
            "kind": "Var",
            "name": "code",
            "printedName": "code",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.String?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(py)code",
            "mangledName": "$s7MyIdSDK0aB6ResultC4codeSSSgvp",
            "moduleName": "MyIdSDK",
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "ObjC"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Swift.String?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(im)code",
                "mangledName": "$s7MyIdSDK0aB6ResultC4codeSSSgvg",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Swift.String?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(im)setCode:",
                "mangledName": "$s7MyIdSDK0aB6ResultC4codeSSSgvs",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:7MyIdSDK0aB6ResultC4codeSSSgvM",
                "mangledName": "$s7MyIdSDK0aB6ResultC4codeSSSgvM",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "comparisonValue",
            "printedName": "comparisonValue",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.String?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(py)comparisonValue",
            "mangledName": "$s7MyIdSDK0aB6ResultC15comparisonValueSSSgvp",
            "moduleName": "MyIdSDK",
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "ObjC"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Swift.String?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(im)comparisonValue",
                "mangledName": "$s7MyIdSDK0aB6ResultC15comparisonValueSSSgvg",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Swift.String?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(im)setComparisonValue:",
                "mangledName": "$s7MyIdSDK0aB6ResultC15comparisonValueSSSgvs",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:7MyIdSDK0aB6ResultC15comparisonValueSSSgvM",
                "mangledName": "$s7MyIdSDK0aB6ResultC15comparisonValueSSSgvM",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "image",
            "printedName": "image",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "UIKit.UIImage?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UIImage",
                    "printedName": "UIKit.UIImage",
                    "usr": "c:objc(cs)UIImage"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(py)image",
            "mangledName": "$s7MyIdSDK0aB6ResultC5imageSo7UIImageCSgvp",
            "moduleName": "MyIdSDK",
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "ObjC"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "UIKit.UIImage?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "UIImage",
                        "printedName": "UIKit.UIImage",
                        "usr": "c:objc(cs)UIImage"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(im)image",
                "mangledName": "$s7MyIdSDK0aB6ResultC5imageSo7UIImageCSgvg",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "UIKit.UIImage?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "UIImage",
                        "printedName": "UIKit.UIImage",
                        "usr": "c:objc(cs)UIImage"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(im)setImage:",
                "mangledName": "$s7MyIdSDK0aB6ResultC5imageSo7UIImageCSgvs",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:7MyIdSDK0aB6ResultC5imageSo7UIImageCSgvM",
                "mangledName": "$s7MyIdSDK0aB6ResultC5imageSo7UIImageCSgvM",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "MyIdResult",
                "printedName": "MyIdSDK.MyIdResult",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult"
              }
            ],
            "declKind": "Constructor",
            "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(im)init",
            "mangledName": "$s7MyIdSDK0aB6ResultCACycfc",
            "moduleName": "MyIdSDK",
            "overriding": true,
            "implicit": true,
            "objc_name": "init",
            "declAttributes": [
              "Dynamic",
              "ObjC",
              "Override"
            ],
            "init_kind": "Designated"
          }
        ],
        "declKind": "Class",
        "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult",
        "mangledName": "$s7MyIdSDK0aB6ResultC",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "AccessControl",
          "ObjC"
        ],
        "superclassUsr": "c:objc(cs)NSObject",
        "inheritsConvenienceInitializers": true,
        "superclassNames": [
          "ObjectiveC.NSObject"
        ],
        "conformances": [
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObservingPublishing",
            "printedName": "_KeyValueCodingAndObservingPublishing",
            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObserving",
            "printedName": "_KeyValueCodingAndObserving",
            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomDebugStringConvertible",
            "printedName": "CustomDebugStringConvertible",
            "usr": "s:s28CustomDebugStringConvertibleP",
            "mangledName": "$ss28CustomDebugStringConvertibleP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "MyIdException",
        "printedName": "MyIdException",
        "children": [
          {
            "kind": "Var",
            "name": "code",
            "printedName": "code",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.String?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@MyIdSDK@objc(cs)MyIdException(py)code",
            "mangledName": "$s7MyIdSDK0aB9ExceptionC4codeSSSgvp",
            "moduleName": "MyIdSDK",
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "ObjC"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Swift.String?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdException(im)code",
                "mangledName": "$s7MyIdSDK0aB9ExceptionC4codeSSSgvg",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Swift.String?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdException(im)setCode:",
                "mangledName": "$s7MyIdSDK0aB9ExceptionC4codeSSSgvs",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:7MyIdSDK0aB9ExceptionC4codeSSSgvM",
                "mangledName": "$s7MyIdSDK0aB9ExceptionC4codeSSSgvM",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "message",
            "printedName": "message",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.String?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@MyIdSDK@objc(cs)MyIdException(py)message",
            "mangledName": "$s7MyIdSDK0aB9ExceptionC7messageSSSgvp",
            "moduleName": "MyIdSDK",
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "ObjC"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Swift.String?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdException(im)message",
                "mangledName": "$s7MyIdSDK0aB9ExceptionC7messageSSSgvg",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Swift.String?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdException(im)setMessage:",
                "mangledName": "$s7MyIdSDK0aB9ExceptionC7messageSSSgvs",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:7MyIdSDK0aB9ExceptionC7messageSSSgvM",
                "mangledName": "$s7MyIdSDK0aB9ExceptionC7messageSSSgvM",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "MyIdException",
                "printedName": "MyIdSDK.MyIdException",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdException"
              }
            ],
            "declKind": "Constructor",
            "usr": "c:@M@MyIdSDK@objc(cs)MyIdException(im)init",
            "mangledName": "$s7MyIdSDK0aB9ExceptionCACycfc",
            "moduleName": "MyIdSDK",
            "overriding": true,
            "implicit": true,
            "objc_name": "init",
            "declAttributes": [
              "Dynamic",
              "ObjC",
              "Override"
            ],
            "init_kind": "Designated"
          }
        ],
        "declKind": "Class",
        "usr": "c:@M@MyIdSDK@objc(cs)MyIdException",
        "mangledName": "$s7MyIdSDK0aB9ExceptionC",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "AccessControl",
          "ObjC"
        ],
        "superclassUsr": "c:objc(cs)NSObject",
        "inheritsConvenienceInitializers": true,
        "superclassNames": [
          "ObjectiveC.NSObject"
        ],
        "conformances": [
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObservingPublishing",
            "printedName": "_KeyValueCodingAndObservingPublishing",
            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObserving",
            "printedName": "_KeyValueCodingAndObserving",
            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomDebugStringConvertible",
            "printedName": "CustomDebugStringConvertible",
            "usr": "s:s28CustomDebugStringConvertibleP",
            "mangledName": "$ss28CustomDebugStringConvertibleP"
          }
        ]
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "UIKit",
        "printedName": "UIKit",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "UIKit",
        "printedName": "UIKit",
        "declKind": "Import",
        "moduleName": "MyIdSDK"
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "MyIdSDK"
      },
      {
        "kind": "Import",
        "name": "AVFoundation",
        "printedName": "AVFoundation",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "UIKit",
        "printedName": "UIKit",
        "declKind": "Import",
        "moduleName": "MyIdSDK"
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "Alamofire",
        "printedName": "Alamofire",
        "declKind": "Import",
        "moduleName": "MyIdSDK"
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "CoreGraphics",
        "printedName": "CoreGraphics",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "UIKit",
        "printedName": "UIKit",
        "declKind": "Import",
        "moduleName": "MyIdSDK"
      },
      {
        "kind": "TypeDecl",
        "name": "MyIdOptions",
        "printedName": "MyIdOptions",
        "children": [
          {
            "kind": "Var",
            "name": "clientId",
            "printedName": "clientId",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.String?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(py)clientId",
            "mangledName": "$s7MyIdSDK0aB7OptionsC06clientB0SSSgvp",
            "moduleName": "MyIdSDK",
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "ObjC"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Swift.String?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(im)clientId",
                "mangledName": "$s7MyIdSDK0aB7OptionsC06clientB0SSSgvg",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Swift.String?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(im)setClientId:",
                "mangledName": "$s7MyIdSDK0aB7OptionsC06clientB0SSSgvs",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:7MyIdSDK0aB7OptionsC06clientB0SSSgvM",
                "mangledName": "$s7MyIdSDK0aB7OptionsC06clientB0SSSgvM",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "passportData",
            "printedName": "passportData",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.String?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(py)passportData",
            "mangledName": "$s7MyIdSDK0aB7OptionsC12passportDataSSSgvp",
            "moduleName": "MyIdSDK",
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "ObjC"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Swift.String?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(im)passportData",
                "mangledName": "$s7MyIdSDK0aB7OptionsC12passportDataSSSgvg",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Swift.String?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(im)setPassportData:",
                "mangledName": "$s7MyIdSDK0aB7OptionsC12passportDataSSSgvs",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:7MyIdSDK0aB7OptionsC12passportDataSSSgvM",
                "mangledName": "$s7MyIdSDK0aB7OptionsC12passportDataSSSgvM",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "dateOfBirth",
            "printedName": "dateOfBirth",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.String?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(py)dateOfBirth",
            "mangledName": "$s7MyIdSDK0aB7OptionsC11dateOfBirthSSSgvp",
            "moduleName": "MyIdSDK",
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "ObjC"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Swift.String?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(im)dateOfBirth",
                "mangledName": "$s7MyIdSDK0aB7OptionsC11dateOfBirthSSSgvg",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Swift.String?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(im)setDateOfBirth:",
                "mangledName": "$s7MyIdSDK0aB7OptionsC11dateOfBirthSSSgvs",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:7MyIdSDK0aB7OptionsC11dateOfBirthSSSgvM",
                "mangledName": "$s7MyIdSDK0aB7OptionsC11dateOfBirthSSSgvM",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "externalId",
            "printedName": "externalId",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.String?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(py)externalId",
            "mangledName": "$s7MyIdSDK0aB7OptionsC08externalB0SSSgvp",
            "moduleName": "MyIdSDK",
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "ObjC"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Swift.String?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(im)externalId",
                "mangledName": "$s7MyIdSDK0aB7OptionsC08externalB0SSSgvg",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Swift.String?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(im)setExternalId:",
                "mangledName": "$s7MyIdSDK0aB7OptionsC08externalB0SSSgvs",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:7MyIdSDK0aB7OptionsC08externalB0SSSgvM",
                "mangledName": "$s7MyIdSDK0aB7OptionsC08externalB0SSSgvM",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "withPhoto",
            "printedName": "withPhoto",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(py)withPhoto",
            "mangledName": "$s7MyIdSDK0aB7OptionsC9withPhotoSbvp",
            "moduleName": "MyIdSDK",
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "ObjC"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(im)withPhoto",
                "mangledName": "$s7MyIdSDK0aB7OptionsC9withPhotoSbvg",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(im)setWithPhoto:",
                "mangledName": "$s7MyIdSDK0aB7OptionsC9withPhotoSbvs",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:7MyIdSDK0aB7OptionsC9withPhotoSbvM",
                "mangledName": "$s7MyIdSDK0aB7OptionsC9withPhotoSbvM",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "entryType",
            "printedName": "entryType",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "MyIdEntryType",
                "printedName": "MyIdSDK.MyIdEntryType",
                "usr": "c:@M@MyIdSDK@E@MyIdEntryType"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(py)entryType",
            "mangledName": "$s7MyIdSDK0aB7OptionsC9entryTypeAA0ab5EntryF0Ovp",
            "moduleName": "MyIdSDK",
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "ObjC"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "MyIdEntryType",
                    "printedName": "MyIdSDK.MyIdEntryType",
                    "usr": "c:@M@MyIdSDK@E@MyIdEntryType"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(im)entryType",
                "mangledName": "$s7MyIdSDK0aB7OptionsC9entryTypeAA0ab5EntryF0Ovg",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "MyIdEntryType",
                    "printedName": "MyIdSDK.MyIdEntryType",
                    "usr": "c:@M@MyIdSDK@E@MyIdEntryType"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(im)setEntryType:",
                "mangledName": "$s7MyIdSDK0aB7OptionsC9entryTypeAA0ab5EntryF0Ovs",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:7MyIdSDK0aB7OptionsC9entryTypeAA0ab5EntryF0OvM",
                "mangledName": "$s7MyIdSDK0aB7OptionsC9entryTypeAA0ab5EntryF0OvM",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "buildMode",
            "printedName": "buildMode",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "MyIdBuildMode",
                "printedName": "MyIdSDK.MyIdBuildMode",
                "usr": "c:@M@MyIdSDK@E@MyIdBuildMode"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(py)buildMode",
            "mangledName": "$s7MyIdSDK0aB7OptionsC9buildModeAA0ab5BuildF0Ovp",
            "moduleName": "MyIdSDK",
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "ObjC"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "MyIdBuildMode",
                    "printedName": "MyIdSDK.MyIdBuildMode",
                    "usr": "c:@M@MyIdSDK@E@MyIdBuildMode"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(im)buildMode",
                "mangledName": "$s7MyIdSDK0aB7OptionsC9buildModeAA0ab5BuildF0Ovg",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "MyIdBuildMode",
                    "printedName": "MyIdSDK.MyIdBuildMode",
                    "usr": "c:@M@MyIdSDK@E@MyIdBuildMode"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(im)setBuildMode:",
                "mangledName": "$s7MyIdSDK0aB7OptionsC9buildModeAA0ab5BuildF0Ovs",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:7MyIdSDK0aB7OptionsC9buildModeAA0ab5BuildF0OvM",
                "mangledName": "$s7MyIdSDK0aB7OptionsC9buildModeAA0ab5BuildF0OvM",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "locale",
            "printedName": "locale",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "MyIdLocale",
                "printedName": "MyIdSDK.MyIdLocale",
                "usr": "c:@M@MyIdSDK@E@MyIdLocale"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(py)locale",
            "mangledName": "$s7MyIdSDK0aB7OptionsC6localeAA0aB6LocaleOvp",
            "moduleName": "MyIdSDK",
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "ObjC"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "MyIdLocale",
                    "printedName": "MyIdSDK.MyIdLocale",
                    "usr": "c:@M@MyIdSDK@E@MyIdLocale"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(im)locale",
                "mangledName": "$s7MyIdSDK0aB7OptionsC6localeAA0aB6LocaleOvg",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "MyIdLocale",
                    "printedName": "MyIdSDK.MyIdLocale",
                    "usr": "c:@M@MyIdSDK@E@MyIdLocale"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(im)setLocale:",
                "mangledName": "$s7MyIdSDK0aB7OptionsC6localeAA0aB6LocaleOvs",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:7MyIdSDK0aB7OptionsC6localeAA0aB6LocaleOvM",
                "mangledName": "$s7MyIdSDK0aB7OptionsC6localeAA0aB6LocaleOvM",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "threshold",
            "printedName": "threshold",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Float",
                "printedName": "Swift.Float",
                "usr": "s:Sf"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(py)threshold",
            "mangledName": "$s7MyIdSDK0aB7OptionsC9thresholdSfvp",
            "moduleName": "MyIdSDK",
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "ObjC"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Float",
                    "printedName": "Swift.Float",
                    "usr": "s:Sf"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(im)threshold",
                "mangledName": "$s7MyIdSDK0aB7OptionsC9thresholdSfvg",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Float",
                    "printedName": "Swift.Float",
                    "usr": "s:Sf"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(im)setThreshold:",
                "mangledName": "$s7MyIdSDK0aB7OptionsC9thresholdSfvs",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:7MyIdSDK0aB7OptionsC9thresholdSfvM",
                "mangledName": "$s7MyIdSDK0aB7OptionsC9thresholdSfvM",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "organizationDetails",
            "printedName": "organizationDetails",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "MyIdSDK.MyIdOrganizationDetails?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "MyIdOrganizationDetails",
                    "printedName": "MyIdSDK.MyIdOrganizationDetails",
                    "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(py)organizationDetails",
            "mangledName": "$s7MyIdSDK0aB7OptionsC19organizationDetailsAA0ab12OrganizationF0CSgvp",
            "moduleName": "MyIdSDK",
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "ObjC"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "MyIdSDK.MyIdOrganizationDetails?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "MyIdOrganizationDetails",
                        "printedName": "MyIdSDK.MyIdOrganizationDetails",
                        "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(im)organizationDetails",
                "mangledName": "$s7MyIdSDK0aB7OptionsC19organizationDetailsAA0ab12OrganizationF0CSgvg",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "MyIdSDK.MyIdOrganizationDetails?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "MyIdOrganizationDetails",
                        "printedName": "MyIdSDK.MyIdOrganizationDetails",
                        "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(im)setOrganizationDetails:",
                "mangledName": "$s7MyIdSDK0aB7OptionsC19organizationDetailsAA0ab12OrganizationF0CSgvs",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:7MyIdSDK0aB7OptionsC19organizationDetailsAA0ab12OrganizationF0CSgvM",
                "mangledName": "$s7MyIdSDK0aB7OptionsC19organizationDetailsAA0ab12OrganizationF0CSgvM",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "viewState",
            "printedName": "viewState",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "MyIdViewState",
                "printedName": "MyIdSDK.MyIdViewState",
                "usr": "c:@M@MyIdSDK@E@MyIdViewState"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(py)viewState",
            "mangledName": "$s7MyIdSDK0aB7OptionsC9viewStateAA0ab4ViewF0Ovp",
            "moduleName": "MyIdSDK",
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "ObjC"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "MyIdViewState",
                    "printedName": "MyIdSDK.MyIdViewState",
                    "usr": "c:@M@MyIdSDK@E@MyIdViewState"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(im)viewState",
                "mangledName": "$s7MyIdSDK0aB7OptionsC9viewStateAA0ab4ViewF0Ovg",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "MyIdViewState",
                    "printedName": "MyIdSDK.MyIdViewState",
                    "usr": "c:@M@MyIdSDK@E@MyIdViewState"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(im)setViewState:",
                "mangledName": "$s7MyIdSDK0aB7OptionsC9viewStateAA0ab4ViewF0Ovs",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:7MyIdSDK0aB7OptionsC9viewStateAA0ab4ViewF0OvM",
                "mangledName": "$s7MyIdSDK0aB7OptionsC9viewStateAA0ab4ViewF0OvM",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "shapeMode",
            "printedName": "shapeMode",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "MyIdShapeMode",
                "printedName": "MyIdSDK.MyIdShapeMode",
                "usr": "c:@M@MyIdSDK@E@MyIdShapeMode"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(py)shapeMode",
            "mangledName": "$s7MyIdSDK0aB7OptionsC9shapeModeAA0ab5ShapeF0Ovp",
            "moduleName": "MyIdSDK",
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "ObjC"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "MyIdShapeMode",
                    "printedName": "MyIdSDK.MyIdShapeMode",
                    "usr": "c:@M@MyIdSDK@E@MyIdShapeMode"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(im)shapeMode",
                "mangledName": "$s7MyIdSDK0aB7OptionsC9shapeModeAA0ab5ShapeF0Ovg",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "MyIdShapeMode",
                    "printedName": "MyIdSDK.MyIdShapeMode",
                    "usr": "c:@M@MyIdSDK@E@MyIdShapeMode"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(im)setShapeMode:",
                "mangledName": "$s7MyIdSDK0aB7OptionsC9shapeModeAA0ab5ShapeF0Ovs",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:7MyIdSDK0aB7OptionsC9shapeModeAA0ab5ShapeF0OvM",
                "mangledName": "$s7MyIdSDK0aB7OptionsC9shapeModeAA0ab5ShapeF0OvM",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "residency",
            "printedName": "residency",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "MyIdResidency",
                "printedName": "MyIdSDK.MyIdResidency",
                "usr": "c:@M@MyIdSDK@E@MyIdResidency"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(py)residency",
            "mangledName": "$s7MyIdSDK0aB7OptionsC9residencyAA0aB9ResidencyOvp",
            "moduleName": "MyIdSDK",
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "ObjC"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "MyIdResidency",
                    "printedName": "MyIdSDK.MyIdResidency",
                    "usr": "c:@M@MyIdSDK@E@MyIdResidency"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(im)residency",
                "mangledName": "$s7MyIdSDK0aB7OptionsC9residencyAA0aB9ResidencyOvg",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "MyIdResidency",
                    "printedName": "MyIdSDK.MyIdResidency",
                    "usr": "c:@M@MyIdSDK@E@MyIdResidency"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(im)setResidency:",
                "mangledName": "$s7MyIdSDK0aB7OptionsC9residencyAA0aB9ResidencyOvs",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:7MyIdSDK0aB7OptionsC9residencyAA0aB9ResidencyOvM",
                "mangledName": "$s7MyIdSDK0aB7OptionsC9residencyAA0aB9ResidencyOvM",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "MyIdOptions",
                "printedName": "MyIdSDK.MyIdOptions",
                "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions"
              }
            ],
            "declKind": "Constructor",
            "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions(im)init",
            "mangledName": "$s7MyIdSDK0aB7OptionsCACycfc",
            "moduleName": "MyIdSDK",
            "overriding": true,
            "implicit": true,
            "objc_name": "init",
            "declAttributes": [
              "Dynamic",
              "ObjC",
              "Override"
            ],
            "init_kind": "Designated"
          }
        ],
        "declKind": "Class",
        "usr": "c:@M@MyIdSDK@objc(cs)MyIdOptions",
        "mangledName": "$s7MyIdSDK0aB7OptionsC",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "AccessControl",
          "ObjC",
          "RawDocComment"
        ],
        "superclassUsr": "c:objc(cs)NSObject",
        "inheritsConvenienceInitializers": true,
        "superclassNames": [
          "ObjectiveC.NSObject"
        ],
        "conformances": [
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObservingPublishing",
            "printedName": "_KeyValueCodingAndObservingPublishing",
            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObserving",
            "printedName": "_KeyValueCodingAndObserving",
            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomDebugStringConvertible",
            "printedName": "CustomDebugStringConvertible",
            "usr": "s:s28CustomDebugStringConvertibleP",
            "mangledName": "$ss28CustomDebugStringConvertibleP"
          }
        ]
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "MyIdViewState",
        "printedName": "MyIdViewState",
        "children": [
          {
            "kind": "Var",
            "name": "HALF",
            "printedName": "HALF",
            "children": [
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(MyIdSDK.MyIdViewState.Type) -> MyIdSDK.MyIdViewState",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "MyIdViewState",
                    "printedName": "MyIdSDK.MyIdViewState",
                    "usr": "c:@M@MyIdSDK@E@MyIdViewState"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Metatype",
                    "printedName": "MyIdSDK.MyIdViewState.Type",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "MyIdViewState",
                        "printedName": "MyIdSDK.MyIdViewState",
                        "usr": "c:@M@MyIdSDK@E@MyIdViewState"
                      }
                    ]
                  }
                ]
              }
            ],
            "declKind": "EnumElement",
            "usr": "c:@M@MyIdSDK@E@MyIdViewState@MyIdViewStateHALF",
            "mangledName": "$s7MyIdSDK0aB9ViewStateO4HALFyA2CmF",
            "moduleName": "MyIdSDK",
            "declAttributes": [
              "ObjC"
            ],
            "fixedbinaryorder": 0
          },
          {
            "kind": "Var",
            "name": "FULL",
            "printedName": "FULL",
            "children": [
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(MyIdSDK.MyIdViewState.Type) -> MyIdSDK.MyIdViewState",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "MyIdViewState",
                    "printedName": "MyIdSDK.MyIdViewState",
                    "usr": "c:@M@MyIdSDK@E@MyIdViewState"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Metatype",
                    "printedName": "MyIdSDK.MyIdViewState.Type",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "MyIdViewState",
                        "printedName": "MyIdSDK.MyIdViewState",
                        "usr": "c:@M@MyIdSDK@E@MyIdViewState"
                      }
                    ]
                  }
                ]
              }
            ],
            "declKind": "EnumElement",
            "usr": "c:@M@MyIdSDK@E@MyIdViewState@MyIdViewStateFULL",
            "mangledName": "$s7MyIdSDK0aB9ViewStateO4FULLyA2CmF",
            "moduleName": "MyIdSDK",
            "declAttributes": [
              "ObjC"
            ],
            "fixedbinaryorder": 1
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(rawValue:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "MyIdSDK.MyIdViewState?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "MyIdViewState",
                    "printedName": "MyIdSDK.MyIdViewState",
                    "usr": "c:@M@MyIdSDK@E@MyIdViewState"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Constructor",
            "usr": "s:7MyIdSDK0aB9ViewStateO8rawValueACSgSi_tcfc",
            "mangledName": "$s7MyIdSDK0aB9ViewStateO8rawValueACSgSi_tcfc",
            "moduleName": "MyIdSDK",
            "implicit": true,
            "init_kind": "Designated"
          },
          {
            "kind": "Var",
            "name": "rawValue",
            "printedName": "rawValue",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Var",
            "usr": "s:7MyIdSDK0aB9ViewStateO8rawValueSivp",
            "mangledName": "$s7MyIdSDK0aB9ViewStateO8rawValueSivp",
            "moduleName": "MyIdSDK",
            "implicit": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:7MyIdSDK0aB9ViewStateO8rawValueSivg",
                "mangledName": "$s7MyIdSDK0aB9ViewStateO8rawValueSivg",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "accessorKind": "get"
              }
            ]
          }
        ],
        "declKind": "Enum",
        "usr": "c:@M@MyIdSDK@E@MyIdViewState",
        "mangledName": "$s7MyIdSDK0aB9ViewStateO",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "AccessControl",
          "ObjC"
        ],
        "enumRawTypeName": "Int",
        "conformances": [
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "RawRepresentable",
            "printedName": "RawRepresentable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "RawValue",
                "printedName": "RawValue",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ]
              }
            ],
            "usr": "s:SY",
            "mangledName": "$sSY"
          }
        ]
      },
      {
        "kind": "Import",
        "name": "UIKit",
        "printedName": "UIKit",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "MBProgressHUD",
        "printedName": "MBProgressHUD",
        "declKind": "Import",
        "moduleName": "MyIdSDK"
      },
      {
        "kind": "Import",
        "name": "AVFoundation",
        "printedName": "AVFoundation",
        "declKind": "Import",
        "moduleName": "MyIdSDK"
      },
      {
        "kind": "Import",
        "name": "UIKit",
        "printedName": "UIKit",
        "declKind": "Import",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "MyIdEntryType",
        "printedName": "MyIdEntryType",
        "children": [
          {
            "kind": "Var",
            "name": "AUTH",
            "printedName": "AUTH",
            "children": [
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(MyIdSDK.MyIdEntryType.Type) -> MyIdSDK.MyIdEntryType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "MyIdEntryType",
                    "printedName": "MyIdSDK.MyIdEntryType",
                    "usr": "c:@M@MyIdSDK@E@MyIdEntryType"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Metatype",
                    "printedName": "MyIdSDK.MyIdEntryType.Type",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "MyIdEntryType",
                        "printedName": "MyIdSDK.MyIdEntryType",
                        "usr": "c:@M@MyIdSDK@E@MyIdEntryType"
                      }
                    ]
                  }
                ]
              }
            ],
            "declKind": "EnumElement",
            "usr": "c:@M@MyIdSDK@E@MyIdEntryType@MyIdEntryTypeAUTH",
            "mangledName": "$s7MyIdSDK0aB9EntryTypeO4AUTHyA2CmF",
            "moduleName": "MyIdSDK",
            "declAttributes": [
              "ObjC"
            ],
            "fixedbinaryorder": 0
          },
          {
            "kind": "Var",
            "name": "FACE",
            "printedName": "FACE",
            "children": [
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(MyIdSDK.MyIdEntryType.Type) -> MyIdSDK.MyIdEntryType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "MyIdEntryType",
                    "printedName": "MyIdSDK.MyIdEntryType",
                    "usr": "c:@M@MyIdSDK@E@MyIdEntryType"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Metatype",
                    "printedName": "MyIdSDK.MyIdEntryType.Type",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "MyIdEntryType",
                        "printedName": "MyIdSDK.MyIdEntryType",
                        "usr": "c:@M@MyIdSDK@E@MyIdEntryType"
                      }
                    ]
                  }
                ]
              }
            ],
            "declKind": "EnumElement",
            "usr": "c:@M@MyIdSDK@E@MyIdEntryType@MyIdEntryTypeFACE",
            "mangledName": "$s7MyIdSDK0aB9EntryTypeO4FACEyA2CmF",
            "moduleName": "MyIdSDK",
            "declAttributes": [
              "ObjC"
            ],
            "fixedbinaryorder": 1
          },
          {
            "kind": "Var",
            "name": "rawValue",
            "printedName": "rawValue",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Var",
            "usr": "s:7MyIdSDK0aB9EntryTypeO8rawValueSivp",
            "mangledName": "$s7MyIdSDK0aB9EntryTypeO8rawValueSivp",
            "moduleName": "MyIdSDK",
            "implicit": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:7MyIdSDK0aB9EntryTypeO8rawValueSivg",
                "mangledName": "$s7MyIdSDK0aB9EntryTypeO8rawValueSivg",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "accessorKind": "get"
              }
            ]
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(rawValue:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "MyIdSDK.MyIdEntryType?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "MyIdEntryType",
                    "printedName": "MyIdSDK.MyIdEntryType",
                    "usr": "c:@M@MyIdSDK@E@MyIdEntryType"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Constructor",
            "usr": "s:7MyIdSDK0aB9EntryTypeO8rawValueACSgSi_tcfc",
            "mangledName": "$s7MyIdSDK0aB9EntryTypeO8rawValueACSgSi_tcfc",
            "moduleName": "MyIdSDK",
            "implicit": true,
            "init_kind": "Designated"
          }
        ],
        "declKind": "Enum",
        "usr": "c:@M@MyIdSDK@E@MyIdEntryType",
        "mangledName": "$s7MyIdSDK0aB9EntryTypeO",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "AccessControl",
          "ObjC",
          "RawDocComment"
        ],
        "enumRawTypeName": "Int",
        "conformances": [
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "RawRepresentable",
            "printedName": "RawRepresentable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "RawValue",
                "printedName": "RawValue",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ]
              }
            ],
            "usr": "s:SY",
            "mangledName": "$sSY"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "MyIdBuildMode",
        "printedName": "MyIdBuildMode",
        "children": [
          {
            "kind": "Var",
            "name": "DEBUG",
            "printedName": "DEBUG",
            "children": [
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(MyIdSDK.MyIdBuildMode.Type) -> MyIdSDK.MyIdBuildMode",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "MyIdBuildMode",
                    "printedName": "MyIdSDK.MyIdBuildMode",
                    "usr": "c:@M@MyIdSDK@E@MyIdBuildMode"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Metatype",
                    "printedName": "MyIdSDK.MyIdBuildMode.Type",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "MyIdBuildMode",
                        "printedName": "MyIdSDK.MyIdBuildMode",
                        "usr": "c:@M@MyIdSDK@E@MyIdBuildMode"
                      }
                    ]
                  }
                ]
              }
            ],
            "declKind": "EnumElement",
            "usr": "c:@M@MyIdSDK@E@MyIdBuildMode@MyIdBuildModeDEBUG",
            "mangledName": "$s7MyIdSDK0aB9BuildModeO5DEBUGyA2CmF",
            "moduleName": "MyIdSDK",
            "declAttributes": [
              "ObjC"
            ],
            "fixedbinaryorder": 0
          },
          {
            "kind": "Var",
            "name": "PRODUCTION",
            "printedName": "PRODUCTION",
            "children": [
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(MyIdSDK.MyIdBuildMode.Type) -> MyIdSDK.MyIdBuildMode",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "MyIdBuildMode",
                    "printedName": "MyIdSDK.MyIdBuildMode",
                    "usr": "c:@M@MyIdSDK@E@MyIdBuildMode"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Metatype",
                    "printedName": "MyIdSDK.MyIdBuildMode.Type",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "MyIdBuildMode",
                        "printedName": "MyIdSDK.MyIdBuildMode",
                        "usr": "c:@M@MyIdSDK@E@MyIdBuildMode"
                      }
                    ]
                  }
                ]
              }
            ],
            "declKind": "EnumElement",
            "usr": "c:@M@MyIdSDK@E@MyIdBuildMode@MyIdBuildModePRODUCTION",
            "mangledName": "$s7MyIdSDK0aB9BuildModeO10PRODUCTIONyA2CmF",
            "moduleName": "MyIdSDK",
            "declAttributes": [
              "ObjC"
            ],
            "fixedbinaryorder": 1
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(rawValue:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "MyIdSDK.MyIdBuildMode?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "MyIdBuildMode",
                    "printedName": "MyIdSDK.MyIdBuildMode",
                    "usr": "c:@M@MyIdSDK@E@MyIdBuildMode"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Constructor",
            "usr": "s:7MyIdSDK0aB9BuildModeO8rawValueACSgSi_tcfc",
            "mangledName": "$s7MyIdSDK0aB9BuildModeO8rawValueACSgSi_tcfc",
            "moduleName": "MyIdSDK",
            "implicit": true,
            "init_kind": "Designated"
          },
          {
            "kind": "Var",
            "name": "rawValue",
            "printedName": "rawValue",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Var",
            "usr": "s:7MyIdSDK0aB9BuildModeO8rawValueSivp",
            "mangledName": "$s7MyIdSDK0aB9BuildModeO8rawValueSivp",
            "moduleName": "MyIdSDK",
            "implicit": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:7MyIdSDK0aB9BuildModeO8rawValueSivg",
                "mangledName": "$s7MyIdSDK0aB9BuildModeO8rawValueSivg",
                "moduleName": "MyIdSDK",
                "implicit": true,
                "accessorKind": "get"
              }
            ]
          }
        ],
        "declKind": "Enum",
        "usr": "c:@M@MyIdSDK@E@MyIdBuildMode",
        "mangledName": "$s7MyIdSDK0aB9BuildModeO",
        "moduleName": "MyIdSDK",
        "declAttributes": [
          "AccessControl",
          "ObjC"
        ],
        "enumRawTypeName": "Int",
        "conformances": [
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "RawRepresentable",
            "printedName": "RawRepresentable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "RawValue",
                "printedName": "RawValue",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ]
              }
            ],
            "usr": "s:SY",
            "mangledName": "$sSY"
          }
        ]
      }
    ],
    "json_format_version": 8
  },
  "ConstValues": [
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Core\/Api\/HttpRoutes.swift",
      "kind": "StringLiteral",
      "offset": 117,
      "length": 32,
      "value": "\"https:\/\/faced.track.uz\/api\/v1\/\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Core\/Api\/HttpRoutes.swift",
      "kind": "StringLiteral",
      "offset": 176,
      "length": 25,
      "value": "\"https:\/\/myid.uz\/api\/v1\/\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "StringLiteral",
      "offset": 156,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 217,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "BooleanLiteral",
      "offset": 233,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "Array",
      "offset": 276,
      "length": 50,
      "value": "[\"0\", \"1\", \"2\", \"3\", \"4\", \"5\", \"6\", \"7\", \"8\", \"9\"]"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 984,
      "length": 2,
      "value": "15"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 1285,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "StringLiteral",
      "offset": 1524,
      "length": 8,
      "value": "\"[^0-9]\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "StringLiteral",
      "offset": 1540,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 1594,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "StringLiteral",
      "offset": 2068,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "StringLiteral",
      "offset": 2111,
      "length": 3,
      "value": "\"1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "StringLiteral",
      "offset": 2116,
      "length": 3,
      "value": "\"2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "StringLiteral",
      "offset": 2147,
      "length": 4,
      "value": "\"18\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "StringLiteral",
      "offset": 2169,
      "length": 3,
      "value": "\"3\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "StringLiteral",
      "offset": 2174,
      "length": 3,
      "value": "\"4\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "StringLiteral",
      "offset": 2205,
      "length": 4,
      "value": "\"19\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "StringLiteral",
      "offset": 2227,
      "length": 3,
      "value": "\"5\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "StringLiteral",
      "offset": 2232,
      "length": 3,
      "value": "\"6\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "StringLiteral",
      "offset": 2263,
      "length": 4,
      "value": "\"20\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 2358,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 2365,
      "length": 1,
      "value": "2"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 2398,
      "length": 1,
      "value": "3"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 2405,
      "length": 1,
      "value": "4"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "StringLiteral",
      "offset": 2427,
      "length": 34,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "StringLiteral",
      "offset": 2438,
      "length": 1,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 2450,
      "length": 1,
      "value": "5"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 2457,
      "length": 1,
      "value": "6"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "StringLiteral",
      "offset": 2460,
      "length": 1,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "StringLiteral",
      "offset": 2477,
      "length": 25,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "StringLiteral",
      "offset": 2484,
      "length": 1,
      "value": "\".\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "StringLiteral",
      "offset": 2493,
      "length": 1,
      "value": "\".\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "StringLiteral",
      "offset": 2501,
      "length": 1,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "Array",
      "offset": 2821,
      "length": 2,
      "value": "[]"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "Array",
      "offset": 2854,
      "length": 2,
      "value": "[]"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 2877,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 2926,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "StringLiteral",
      "offset": 3003,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "Array",
      "offset": 3069,
      "length": 2,
      "value": "[]"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "BooleanLiteral",
      "offset": 3151,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 3213,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "BooleanLiteral",
      "offset": 3327,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 3378,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 3383,
      "length": 1,
      "value": "7"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 3419,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 3424,
      "length": 1,
      "value": "3"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 3433,
      "length": 1,
      "value": "2"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 3438,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 3475,
      "length": 1,
      "value": "3"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 3480,
      "length": 1,
      "value": "7"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 3489,
      "length": 1,
      "value": "4"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 3494,
      "length": 1,
      "value": "3"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 3530,
      "length": 1,
      "value": "5"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 3535,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 3544,
      "length": 1,
      "value": "6"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 3549,
      "length": 1,
      "value": "7"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 3584,
      "length": 1,
      "value": "7"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 3589,
      "length": 1,
      "value": "3"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 3598,
      "length": 1,
      "value": "8"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 3603,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 3612,
      "length": 1,
      "value": "9"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 3617,
      "length": 1,
      "value": "7"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 3651,
      "length": 2,
      "value": "10"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 3657,
      "length": 1,
      "value": "3"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 3666,
      "length": 2,
      "value": "11"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 3672,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 3681,
      "length": 2,
      "value": "12"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 3687,
      "length": 1,
      "value": "7"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 3852,
      "length": 2,
      "value": "10"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 3888,
      "length": 2,
      "value": "13"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 3962,
      "length": 2,
      "value": "14"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "BooleanLiteral",
      "offset": 4004,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "BooleanLiteral",
      "offset": 4034,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 4117,
      "length": 1,
      "value": "9"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 4183,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "BooleanLiteral",
      "offset": 4222,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "BooleanLiteral",
      "offset": 4260,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "BooleanLiteral",
      "offset": 4290,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "StringLiteral",
      "offset": 4520,
      "length": 4,
      "value": "\"ru\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "StringLiteral",
      "offset": 4582,
      "length": 5,
      "value": "\"UTC\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "Array",
      "offset": 4725,
      "length": 18,
      "value": "[\"ru\", \"en\", \"uz\"]"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 4829,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "StringLiteral",
      "offset": 4974,
      "length": 7,
      "value": "\"lproj\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "StringLiteral",
      "offset": 5159,
      "length": 20,
      "value": "\"Localizable.string\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "StringLiteral",
      "offset": 5260,
      "length": 15,
      "value": "\"KEY_NOT_FOUND\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/StringExtension.swift",
      "kind": "StringLiteral",
      "offset": 5286,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/MyIdTextField.swift",
      "kind": "IntegerLiteral",
      "offset": 164,
      "length": 2,
      "value": "15"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/MyIdTextField.swift",
      "kind": "FloatLiteral",
      "offset": 270,
      "length": 3,
      "value": "1.0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/MyIdTextField.swift",
      "kind": "BooleanLiteral",
      "offset": 368,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/MyIdTextField.swift",
      "kind": "IntegerLiteral",
      "offset": 407,
      "length": 1,
      "value": "8"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/MyIdTextField.swift",
      "kind": "IntegerLiteral",
      "offset": 490,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/MyIdTextField.swift",
      "kind": "IntegerLiteral",
      "offset": 493,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdAccessTokenResponse.swift",
      "kind": "StringLiteral",
      "offset": 430,
      "length": 14,
      "value": "\"access_token\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdAccessTokenResponse.swift",
      "kind": "StringLiteral",
      "offset": 473,
      "length": 15,
      "value": "\"refresh_token\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdAccessTokenResponse.swift",
      "kind": "StringLiteral",
      "offset": 510,
      "length": 7,
      "value": "\"scope\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdAccessTokenResponse.swift",
      "kind": "StringLiteral",
      "offset": 544,
      "length": 13,
      "value": "\"response_id\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdAccessTokenResponse.swift",
      "kind": "StringLiteral",
      "offset": 584,
      "length": 13,
      "value": "\"result_code\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdAccessTokenResponse.swift",
      "kind": "StringLiteral",
      "offset": 624,
      "length": 13,
      "value": "\"result_note\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdAccessTokenResponse.swift",
      "kind": "StringLiteral",
      "offset": 669,
      "length": 18,
      "value": "\"comparison_value\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdAccessTokenResponse.swift",
      "kind": "StringLiteral",
      "offset": 430,
      "length": 14,
      "value": "\"access_token\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdAccessTokenResponse.swift",
      "kind": "StringLiteral",
      "offset": 473,
      "length": 15,
      "value": "\"refresh_token\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdAccessTokenResponse.swift",
      "kind": "StringLiteral",
      "offset": 510,
      "length": 7,
      "value": "\"scope\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdAccessTokenResponse.swift",
      "kind": "StringLiteral",
      "offset": 544,
      "length": 13,
      "value": "\"response_id\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdAccessTokenResponse.swift",
      "kind": "StringLiteral",
      "offset": 584,
      "length": 13,
      "value": "\"result_code\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdAccessTokenResponse.swift",
      "kind": "StringLiteral",
      "offset": 624,
      "length": 13,
      "value": "\"result_note\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdAccessTokenResponse.swift",
      "kind": "StringLiteral",
      "offset": 669,
      "length": 18,
      "value": "\"comparison_value\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdOrganizationDetails.swift",
      "kind": "StringLiteral",
      "offset": 103,
      "length": 23,
      "value": "\"MyIdSDK.MyIdOrganizationDetails\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Recommendation\/BlurRecommendationViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 442,
      "length": 2,
      "value": "10"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Recommendation\/BlurRecommendationViewController.swift",
      "kind": "StringLiteral",
      "offset": 655,
      "length": 10,
      "value": "\"ld_color\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Recommendation\/BlurRecommendationViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 717,
      "length": 2,
      "value": "15"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Recommendation\/BlurRecommendationViewController.swift",
      "kind": "StringLiteral",
      "offset": 908,
      "length": 11,
      "value": "\"bar_close\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Recommendation\/BlurRecommendationViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 1155,
      "length": 2,
      "value": "20"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Recommendation\/BlurRecommendationViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 1607,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Recommendation\/BlurRecommendationViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 1743,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Recommendation\/BlurRecommendationViewController.swift",
      "kind": "StringLiteral",
      "offset": 1846,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Recommendation\/BlurRecommendationViewController.swift",
      "kind": "StringLiteral",
      "offset": 1992,
      "length": 30,
      "value": "\"+998\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Recommendation\/BlurRecommendationViewController.swift",
      "kind": "StringLiteral",
      "offset": 2021,
      "length": 1,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Recommendation\/BlurRecommendationViewController.swift",
      "kind": "StringLiteral",
      "offset": 2078,
      "length": 22,
      "value": "\"telprompt:\/\/\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Recommendation\/BlurRecommendationViewController.swift",
      "kind": "StringLiteral",
      "offset": 2099,
      "length": 3,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Recommendation\/BlurRecommendationViewController.swift",
      "kind": "Dictionary",
      "offset": 2236,
      "length": 3,
      "value": "[]"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/CodeStatusError.swift",
      "kind": "IntegerLiteral",
      "offset": 150,
      "length": 1,
      "value": "3"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/CodeStatusError.swift",
      "kind": "IntegerLiteral",
      "offset": 171,
      "length": 2,
      "value": "14"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/CodeStatusError.swift",
      "kind": "IntegerLiteral",
      "offset": 193,
      "length": 2,
      "value": "20"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/CodeStatusError.swift",
      "kind": "IntegerLiteral",
      "offset": 215,
      "length": 2,
      "value": "21"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/CodeStatusError.swift",
      "kind": "IntegerLiteral",
      "offset": 237,
      "length": 2,
      "value": "22"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/CodeStatusError.swift",
      "kind": "IntegerLiteral",
      "offset": 259,
      "length": 2,
      "value": "24"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/CodeStatusError.swift",
      "kind": "IntegerLiteral",
      "offset": 281,
      "length": 2,
      "value": "26"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/CodeStatusError.swift",
      "kind": "IntegerLiteral",
      "offset": 303,
      "length": 2,
      "value": "27"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/CodeStatusError.swift",
      "kind": "IntegerLiteral",
      "offset": 325,
      "length": 2,
      "value": "28"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/CodeStatusError.swift",
      "kind": "IntegerLiteral",
      "offset": 150,
      "length": 1,
      "value": "3"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/CodeStatusError.swift",
      "kind": "IntegerLiteral",
      "offset": 171,
      "length": 2,
      "value": "14"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/CodeStatusError.swift",
      "kind": "IntegerLiteral",
      "offset": 193,
      "length": 2,
      "value": "20"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/CodeStatusError.swift",
      "kind": "IntegerLiteral",
      "offset": 215,
      "length": 2,
      "value": "21"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/CodeStatusError.swift",
      "kind": "IntegerLiteral",
      "offset": 237,
      "length": 2,
      "value": "22"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/CodeStatusError.swift",
      "kind": "IntegerLiteral",
      "offset": 259,
      "length": 2,
      "value": "24"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/CodeStatusError.swift",
      "kind": "IntegerLiteral",
      "offset": 281,
      "length": 2,
      "value": "26"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/CodeStatusError.swift",
      "kind": "IntegerLiteral",
      "offset": 303,
      "length": 2,
      "value": "27"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/CodeStatusError.swift",
      "kind": "IntegerLiteral",
      "offset": 325,
      "length": 2,
      "value": "28"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/CodeStatusError.swift",
      "kind": "IntegerLiteral",
      "offset": 150,
      "length": 1,
      "value": "3"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/CodeStatusError.swift",
      "kind": "IntegerLiteral",
      "offset": 171,
      "length": 2,
      "value": "14"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/CodeStatusError.swift",
      "kind": "IntegerLiteral",
      "offset": 193,
      "length": 2,
      "value": "20"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/CodeStatusError.swift",
      "kind": "IntegerLiteral",
      "offset": 215,
      "length": 2,
      "value": "21"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/CodeStatusError.swift",
      "kind": "IntegerLiteral",
      "offset": 237,
      "length": 2,
      "value": "22"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/CodeStatusError.swift",
      "kind": "IntegerLiteral",
      "offset": 259,
      "length": 2,
      "value": "24"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/CodeStatusError.swift",
      "kind": "IntegerLiteral",
      "offset": 281,
      "length": 2,
      "value": "26"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/CodeStatusError.swift",
      "kind": "IntegerLiteral",
      "offset": 303,
      "length": 2,
      "value": "27"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/CodeStatusError.swift",
      "kind": "IntegerLiteral",
      "offset": 325,
      "length": 2,
      "value": "28"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "StringLiteral",
      "offset": 1219,
      "length": 10,
      "value": "\"ld_color\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "StringLiteral",
      "offset": 1348,
      "length": 10,
      "value": "\"ld_color\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 1480,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "StringLiteral",
      "offset": 2058,
      "length": 23,
      "value": "\"checkmark.square.fill\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "StringLiteral",
      "offset": 2158,
      "length": 8,
      "value": "\"square\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "StringLiteral",
      "offset": 2257,
      "length": 15,
      "value": "\"checkedSquare\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "StringLiteral",
      "offset": 2316,
      "length": 8,
      "value": "\"square\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 2452,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 3949,
      "length": 2,
      "value": "16"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 4277,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "StringLiteral",
      "offset": 4550,
      "length": 19,
      "value": "\"FaceDetectionIPad\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "StringLiteral",
      "offset": 4698,
      "length": 29,
      "value": "\"FaceDetectionViewController\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 5118,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 5241,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 5744,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 5904,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "StringLiteral",
      "offset": 6410,
      "length": 25,
      "value": "\"QRScannerViewController\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 6734,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "StringLiteral",
      "offset": 6953,
      "length": 28,
      "value": "\"PassportScanViewController\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 7283,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 7502,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 7923,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "StringLiteral",
      "offset": 8643,
      "length": 3,
      "value": "\"#\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 8845,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "StringLiteral",
      "offset": 9147,
      "length": 3,
      "value": "\"#\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 9376,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 9693,
      "length": 2,
      "value": "14"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 9834,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 9842,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 9929,
      "length": 1,
      "value": "9"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 9963,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 10079,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 10219,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 10566,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 10906,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "StringLiteral",
      "offset": 11182,
      "length": 15,
      "value": "\"([A-Z0-9a-z])\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "StringLiteral",
      "offset": 11242,
      "length": 17,
      "value": "\"SELF MATCHES %@\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 11300,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "Dictionary",
      "offset": 12872,
      "length": 3,
      "value": "[]"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Auth\/MyIdPassportDataViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 12999,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdShapeMode.swift",
      "kind": "IntegerLiteral",
      "offset": 153,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdShapeMode.swift",
      "kind": "IntegerLiteral",
      "offset": 164,
      "length": 6,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdShapeMode.swift",
      "kind": "IntegerLiteral",
      "offset": 153,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdShapeMode.swift",
      "kind": "IntegerLiteral",
      "offset": 164,
      "length": 6,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "IntegerLiteral",
      "offset": 214,
      "length": 3,
      "value": "100"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "IntegerLiteral",
      "offset": 287,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "StringLiteral",
      "offset": 501,
      "length": 10,
      "value": "\"yyyyMMdd\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "StringLiteral",
      "offset": 558,
      "length": 13,
      "value": "\"en_US_POSIX\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "StringLiteral",
      "offset": 625,
      "length": 10,
      "value": "\"GMT+0:00\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "BooleanLiteral",
      "offset": 2643,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "StringLiteral",
      "offset": 3025,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "IntegerLiteral",
      "offset": 3402,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "StringLiteral",
      "offset": 4026,
      "length": 4,
      "value": "\"<<\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "StringLiteral",
      "offset": 4049,
      "length": 3,
      "value": "\"<\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "StringLiteral",
      "offset": 4060,
      "length": 3,
      "value": "\" \""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "IntegerLiteral",
      "offset": 4141,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "IntegerLiteral",
      "offset": 4184,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "StringLiteral",
      "offset": 4245,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "StringLiteral",
      "offset": 4276,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "IntegerLiteral",
      "offset": 4491,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "IntegerLiteral",
      "offset": 4498,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "IntegerLiteral",
      "offset": 4623,
      "length": 3,
      "value": "100"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "IntegerLiteral",
      "offset": 5019,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "IntegerLiteral",
      "offset": 5026,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "IntegerLiteral",
      "offset": 5151,
      "length": 3,
      "value": "100"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "IntegerLiteral",
      "offset": 5196,
      "length": 2,
      "value": "50"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "StringLiteral",
      "offset": 5480,
      "length": 3,
      "value": "\"<\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "StringLiteral",
      "offset": 5491,
      "length": 3,
      "value": "\" \""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "StringLiteral",
      "offset": 5676,
      "length": 3,
      "value": "\"<\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "BooleanLiteral",
      "offset": 5717,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "IntegerLiteral",
      "offset": 5887,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "Array",
      "offset": 6044,
      "length": 9,
      "value": "[7, 3, 1]"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "IntegerLiteral",
      "offset": 6098,
      "length": 1,
      "value": "3"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "IntegerLiteral",
      "offset": 6132,
      "length": 2,
      "value": "10"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "IntegerLiteral",
      "offset": 6635,
      "length": 2,
      "value": "10"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "IntegerLiteral",
      "offset": 6663,
      "length": 2,
      "value": "65"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "StringLiteral",
      "offset": 6835,
      "length": 3,
      "value": "\"<\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Field\/MRZFieldFormatter.swift",
      "kind": "IntegerLiteral",
      "offset": 6862,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "StringLiteral",
      "offset": 487,
      "length": 22,
      "value": "\"VideoDataOutputQueue\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "BooleanLiteral",
      "offset": 706,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "BooleanLiteral",
      "offset": 1028,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "BooleanLiteral",
      "offset": 1170,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 1370,
      "length": 3,
      "value": "480"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 1436,
      "length": 3,
      "value": "640"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 2601,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 2623,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 2762,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "FloatLiteral",
      "offset": 2824,
      "length": 4,
      "value": "0.75"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 2832,
      "length": 1,
      "value": "2"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 2838,
      "length": 1,
      "value": "3"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "FloatLiteral",
      "offset": 2857,
      "length": 4,
      "value": "0.75"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 2880,
      "length": 1,
      "value": "6"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 2918,
      "length": 1,
      "value": "3"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 2924,
      "length": 1,
      "value": "3"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 2942,
      "length": 1,
      "value": "6"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 2962,
      "length": 1,
      "value": "6"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "BooleanLiteral",
      "offset": 3120,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 3398,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 3420,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 3559,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "BooleanLiteral",
      "offset": 3722,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 3955,
      "length": 1,
      "value": "3"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "BooleanLiteral",
      "offset": 4825,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "FloatLiteral",
      "offset": 6562,
      "length": 3,
      "value": "0.0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 6656,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "FloatLiteral",
      "offset": 6698,
      "length": 3,
      "value": "0.0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 6794,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "FloatLiteral",
      "offset": 6834,
      "length": 3,
      "value": "0.0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 6926,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 6979,
      "length": 3,
      "value": "180"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 7034,
      "length": 3,
      "value": "180"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 7088,
      "length": 3,
      "value": "180"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 7512,
      "length": 2,
      "value": "15"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 7554,
      "length": 2,
      "value": "15"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 7597,
      "length": 2,
      "value": "15"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 7742,
      "length": 2,
      "value": "40"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 7747,
      "length": 2,
      "value": "80"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 7791,
      "length": 3,
      "value": "-30"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 7797,
      "length": 2,
      "value": "40"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 8024,
      "length": 3,
      "value": "-30"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "BooleanLiteral",
      "offset": 8085,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 8146,
      "length": 2,
      "value": "40"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "BooleanLiteral",
      "offset": 8206,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/FacialGestureCameraView.swift",
      "kind": "FloatLiteral",
      "offset": 9183,
      "length": 3,
      "value": "1.0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdResidency.swift",
      "kind": "IntegerLiteral",
      "offset": 160,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdResidency.swift",
      "kind": "IntegerLiteral",
      "offset": 171,
      "length": 8,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdResidency.swift",
      "kind": "IntegerLiteral",
      "offset": 189,
      "length": 12,
      "value": "2"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdResidency.swift",
      "kind": "IntegerLiteral",
      "offset": 160,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdResidency.swift",
      "kind": "IntegerLiteral",
      "offset": 171,
      "length": 8,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdResidency.swift",
      "kind": "IntegerLiteral",
      "offset": 189,
      "length": 12,
      "value": "2"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Generics.swift",
      "kind": "StringLiteral",
      "offset": 317,
      "length": 4,
      "value": "\"ru\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Generics.swift",
      "kind": "StringLiteral",
      "offset": 347,
      "length": 4,
      "value": "\"en\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Generics.swift",
      "kind": "StringLiteral",
      "offset": 377,
      "length": 4,
      "value": "\"uz\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Passport scanner\/PassportScanCameraView.swift",
      "kind": "StringLiteral",
      "offset": 379,
      "length": 22,
      "value": "\"VideoDataOutputQueue\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Passport scanner\/PassportScanCameraView.swift",
      "kind": "FloatLiteral",
      "offset": 447,
      "length": 3,
      "value": "4.0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Passport scanner\/PassportScanCameraView.swift",
      "kind": "StringLiteral",
      "offset": 499,
      "length": 42,
      "value": "\"(P[A-Z0-9<]{1})([A-Z]{3})([A-Z0-9<]{39})\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Passport scanner\/PassportScanCameraView.swift",
      "kind": "StringLiteral",
      "offset": 590,
      "length": 126,
      "value": "\"([A-Z0-9<]{9})([0-9]{1})([A-Z]{3})([0-9]{6})([0-9]{1})([M|F|X|<]{1})([0-9]{6})([0-9]{1})([A-Z0-9<]{14})([0-9<]{1})([0-9]{1})\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Passport scanner\/PassportScanCameraView.swift",
      "kind": "StringLiteral",
      "offset": 843,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Passport scanner\/PassportScanCameraView.swift",
      "kind": "BooleanLiteral",
      "offset": 1072,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Passport scanner\/PassportScanCameraView.swift",
      "kind": "BooleanLiteral",
      "offset": 1214,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Passport scanner\/PassportScanCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 1415,
      "length": 3,
      "value": "480"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Passport scanner\/PassportScanCameraView.swift",
      "kind": "IntegerLiteral",
      "offset": 1482,
      "length": 3,
      "value": "640"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Public\/MRZResult.swift",
      "kind": "IntegerLiteral",
      "offset": 227,
      "length": 2,
      "value": "30"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Public\/MRZResult.swift",
      "kind": "IntegerLiteral",
      "offset": 268,
      "length": 2,
      "value": "36"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Public\/MRZResult.swift",
      "kind": "IntegerLiteral",
      "offset": 309,
      "length": 2,
      "value": "44"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Public\/MRZResult.swift",
      "kind": "IntegerLiteral",
      "offset": 415,
      "length": 1,
      "value": "3"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Public\/MRZResult.swift",
      "kind": "IntegerLiteral",
      "offset": 461,
      "length": 1,
      "value": "2"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Public\/MRZResult.swift",
      "kind": "Array",
      "offset": 767,
      "length": 5,
      "value": "[\"V\"]"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Public\/MRZResult.swift",
      "kind": "Array",
      "offset": 824,
      "length": 11,
      "value": "[\"P\", \"PN\"]"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Public\/MRZResult.swift",
      "kind": "Array",
      "offset": 881,
      "length": 5,
      "value": "[\"I\"]"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Public\/MRZResult.swift",
      "kind": "Array",
      "offset": 945,
      "length": 6,
      "value": "[\"IR\"]"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Public\/MRZResult.swift",
      "kind": "Array",
      "offset": 1004,
      "length": 2,
      "value": "[]"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Public\/MRZResult.swift",
      "kind": "Array",
      "offset": 1239,
      "length": 5,
      "value": "[\"M\"]"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Public\/MRZResult.swift",
      "kind": "Array",
      "offset": 1294,
      "length": 5,
      "value": "[\"F\"]"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Public\/MRZResult.swift",
      "kind": "Array",
      "offset": 1354,
      "length": 15,
      "value": "[\"X\", \"<\", \" \"]"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/OCRCorrector.swift",
      "kind": "StringLiteral",
      "offset": 711,
      "length": 3,
      "value": "\"P\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/OCRCorrector.swift",
      "kind": "StringLiteral",
      "offset": 722,
      "length": 3,
      "value": "\"F\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/OCRCorrector.swift",
      "kind": "StringLiteral",
      "offset": 937,
      "length": 3,
      "value": "\"0\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/OCRCorrector.swift",
      "kind": "StringLiteral",
      "offset": 948,
      "length": 3,
      "value": "\"O\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/OCRCorrector.swift",
      "kind": "StringLiteral",
      "offset": 974,
      "length": 3,
      "value": "\"1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/OCRCorrector.swift",
      "kind": "StringLiteral",
      "offset": 985,
      "length": 3,
      "value": "\"I\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/OCRCorrector.swift",
      "kind": "StringLiteral",
      "offset": 1011,
      "length": 3,
      "value": "\"2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/OCRCorrector.swift",
      "kind": "StringLiteral",
      "offset": 1022,
      "length": 3,
      "value": "\"Z\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/OCRCorrector.swift",
      "kind": "StringLiteral",
      "offset": 1048,
      "length": 3,
      "value": "\"8\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/OCRCorrector.swift",
      "kind": "StringLiteral",
      "offset": 1059,
      "length": 3,
      "value": "\"B\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/OCRCorrector.swift",
      "kind": "StringLiteral",
      "offset": 1177,
      "length": 3,
      "value": "\"O\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/OCRCorrector.swift",
      "kind": "StringLiteral",
      "offset": 1188,
      "length": 3,
      "value": "\"0\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/OCRCorrector.swift",
      "kind": "StringLiteral",
      "offset": 1214,
      "length": 3,
      "value": "\"Q\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/OCRCorrector.swift",
      "kind": "StringLiteral",
      "offset": 1225,
      "length": 3,
      "value": "\"0\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/OCRCorrector.swift",
      "kind": "StringLiteral",
      "offset": 1251,
      "length": 3,
      "value": "\"U\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/OCRCorrector.swift",
      "kind": "StringLiteral",
      "offset": 1262,
      "length": 3,
      "value": "\"0\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/OCRCorrector.swift",
      "kind": "StringLiteral",
      "offset": 1288,
      "length": 3,
      "value": "\"D\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/OCRCorrector.swift",
      "kind": "StringLiteral",
      "offset": 1299,
      "length": 3,
      "value": "\"0\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/OCRCorrector.swift",
      "kind": "StringLiteral",
      "offset": 1325,
      "length": 3,
      "value": "\"I\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/OCRCorrector.swift",
      "kind": "StringLiteral",
      "offset": 1336,
      "length": 3,
      "value": "\"1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/OCRCorrector.swift",
      "kind": "StringLiteral",
      "offset": 1362,
      "length": 3,
      "value": "\"Z\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/OCRCorrector.swift",
      "kind": "StringLiteral",
      "offset": 1373,
      "length": 3,
      "value": "\"2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/OCRCorrector.swift",
      "kind": "StringLiteral",
      "offset": 1399,
      "length": 3,
      "value": "\"B\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/OCRCorrector.swift",
      "kind": "StringLiteral",
      "offset": 1410,
      "length": 3,
      "value": "\"8\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 340,
      "length": 11,
      "value": "\"client_id\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 633,
      "length": 11,
      "value": "\"oauth2_id\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 1114,
      "length": 11,
      "value": "\"pass_data\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 1227,
      "length": 7,
      "value": "\"pinfl\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 1358,
      "length": 12,
      "value": "\"birth_date\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 1393,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 1409,
      "length": 17,
      "value": "\"agreed_on_terms\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 1463,
      "length": 11,
      "value": "\"client_id\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 1496,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 1512,
      "length": 11,
      "value": "\"threshold\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 1556,
      "length": 13,
      "value": "\"need_update\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 1603,
      "length": 11,
      "value": "\"oauth2_id\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 1636,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 1652,
      "length": 19,
      "value": "\"photo_from_camera\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 1674,
      "length": 7,
      "value": "\"front\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 1729,
      "length": 8,
      "value": "\"device\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 1757,
      "length": 6,
      "value": "\"uuid\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 1800,
      "length": 10,
      "value": "\"platform\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 1812,
      "length": 5,
      "value": "\"iOS\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 1835,
      "length": 8,
      "value": "\"device\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 1867,
      "length": 7,
      "value": "\"model\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 1876,
      "length": 58,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 1895,
      "length": 3,
      "value": "\" iOS \""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 1933,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 1956,
      "length": 12,
      "value": "\"isEmulator\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "BooleanLiteral",
      "offset": 1970,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 1997,
      "length": 14,
      "value": "\"manufacturer\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 2013,
      "length": 7,
      "value": "\"Apple\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 2042,
      "length": 12,
      "value": "\"sdkVersion\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 2122,
      "length": 13,
      "value": "\"is_resident\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "IntegerLiteral",
      "offset": 2254,
      "length": 2,
      "value": "36"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 2278,
      "length": 13,
      "value": "\"external_id\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "IntegerLiteral",
      "offset": 2617,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "IntegerLiteral",
      "offset": 2922,
      "length": 3,
      "value": "103"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 3503,
      "length": 8,
      "value": "\"job_id\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "IntegerLiteral",
      "offset": 3677,
      "length": 3,
      "value": "202"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "FloatLiteral",
      "offset": 3752,
      "length": 3,
      "value": "1.0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 4499,
      "length": 6,
      "value": "\"code\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkService.swift",
      "kind": "StringLiteral",
      "offset": 4555,
      "length": 11,
      "value": "\"oauth2_id\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 242,
      "length": 9,
      "value": "\"profile\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 242,
      "length": 9,
      "value": "\"profile\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 487,
      "length": 13,
      "value": "\"common_data\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 528,
      "length": 10,
      "value": "\"doc_data\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 487,
      "length": 13,
      "value": "\"common_data\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 528,
      "length": 10,
      "value": "\"doc_data\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 992,
      "length": 12,
      "value": "\"first_name\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 1031,
      "length": 13,
      "value": "\"middle_name\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 1069,
      "length": 11,
      "value": "\"last_name\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 1107,
      "length": 14,
      "value": "\"last_name_en\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 1143,
      "length": 7,
      "value": "\"pinfl\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 1173,
      "length": 8,
      "value": "\"gender\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 1208,
      "length": 13,
      "value": "\"birth_place\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 1250,
      "length": 15,
      "value": "\"birth_country\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 1291,
      "length": 12,
      "value": "\"birth_date\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 1331,
      "length": 13,
      "value": "\"nationality\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 1372,
      "length": 13,
      "value": "\"citizenship\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 992,
      "length": 12,
      "value": "\"first_name\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 1031,
      "length": 13,
      "value": "\"middle_name\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 1069,
      "length": 11,
      "value": "\"last_name\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 1107,
      "length": 14,
      "value": "\"last_name_en\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 1143,
      "length": 7,
      "value": "\"pinfl\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 1173,
      "length": 8,
      "value": "\"gender\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 1208,
      "length": 13,
      "value": "\"birth_place\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 1250,
      "length": 15,
      "value": "\"birth_country\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 1291,
      "length": 12,
      "value": "\"birth_date\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 1331,
      "length": 13,
      "value": "\"nationality\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 1372,
      "length": 13,
      "value": "\"citizenship\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 1666,
      "length": 11,
      "value": "\"pass_data\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 1702,
      "length": 11,
      "value": "\"issued_by\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 1740,
      "length": 13,
      "value": "\"issued_date\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 1780,
      "length": 13,
      "value": "\"expiry_date\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 1817,
      "length": 10,
      "value": "\"doc_type\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 1666,
      "length": 11,
      "value": "\"pass_data\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 1702,
      "length": 11,
      "value": "\"issued_by\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 1740,
      "length": 13,
      "value": "\"issued_date\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 1780,
      "length": 13,
      "value": "\"expiry_date\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/response\/MyIdUserResponse.swift",
      "kind": "StringLiteral",
      "offset": 1817,
      "length": 10,
      "value": "\"doc_type\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/TTCardView.swift",
      "kind": "IntegerLiteral",
      "offset": 242,
      "length": 1,
      "value": "8"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/TTCardView.swift",
      "kind": "IntegerLiteral",
      "offset": 331,
      "length": 1,
      "value": "2"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/TTCardView.swift",
      "kind": "BooleanLiteral",
      "offset": 378,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/TTCardView.swift",
      "kind": "IntegerLiteral",
      "offset": 487,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/TTCardView.swift",
      "kind": "FloatLiteral",
      "offset": 498,
      "length": 3,
      "value": "0.2"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/TTCardView.swift",
      "kind": "FloatLiteral",
      "offset": 538,
      "length": 3,
      "value": "0.2"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/MyIdSdk.swift",
      "kind": "IntegerLiteral",
      "offset": 787,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/MyIdSdk.swift",
      "kind": "StringLiteral",
      "offset": 975,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/MyIdSdk.swift",
      "kind": "StringLiteral",
      "offset": 1000,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/MyIdSdk.swift",
      "kind": "StringLiteral",
      "offset": 1546,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/MyIdSdk.swift",
      "kind": "StringLiteral",
      "offset": 1559,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/MyIdSdk.swift",
      "kind": "StringLiteral",
      "offset": 1820,
      "length": 19,
      "value": "\"FaceDetectionIPad\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/MyIdSdk.swift",
      "kind": "StringLiteral",
      "offset": 2057,
      "length": 29,
      "value": "\"FaceDetectionViewController\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/MyIdSdk.swift",
      "kind": "BooleanLiteral",
      "offset": 2702,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/MyIdSdk.swift",
      "kind": "FloatLiteral",
      "offset": 3604,
      "length": 3,
      "value": "0.5"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/MyIdSdk.swift",
      "kind": "BooleanLiteral",
      "offset": 4339,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/MyIdSdk.swift",
      "kind": "StringLiteral",
      "offset": 4593,
      "length": 32,
      "value": "\"MyIdPassportDataViewController\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/MyIdSdk.swift",
      "kind": "BooleanLiteral",
      "offset": 5051,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/MyIdSdk.swift",
      "kind": "FloatLiteral",
      "offset": 5873,
      "length": 3,
      "value": "0.5"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/MyIdSdk.swift",
      "kind": "BooleanLiteral",
      "offset": 6280,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/MyIdSdk.swift",
      "kind": "BooleanLiteral",
      "offset": 6573,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/MyIdSdk.swift",
      "kind": "StringLiteral",
      "offset": 6916,
      "length": 19,
      "value": "\"FaceDetectionIPad\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/MyIdSdk.swift",
      "kind": "StringLiteral",
      "offset": 7133,
      "length": 29,
      "value": "\"FaceDetectionViewController\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/MyIdSdk.swift",
      "kind": "BooleanLiteral",
      "offset": 8083,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/MyIdSdk.swift",
      "kind": "BooleanLiteral",
      "offset": 8295,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/MyIdSdk.swift",
      "kind": "BooleanLiteral",
      "offset": 9028,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdLocale.swift",
      "kind": "IntegerLiteral",
      "offset": 125,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdLocale.swift",
      "kind": "IntegerLiteral",
      "offset": 136,
      "length": 2,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdLocale.swift",
      "kind": "IntegerLiteral",
      "offset": 148,
      "length": 2,
      "value": "2"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdLocale.swift",
      "kind": "IntegerLiteral",
      "offset": 125,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdLocale.swift",
      "kind": "IntegerLiteral",
      "offset": 136,
      "length": 2,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdLocale.swift",
      "kind": "IntegerLiteral",
      "offset": 148,
      "length": 2,
      "value": "2"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/TextFieldExtension.swift",
      "kind": "IntegerLiteral",
      "offset": 301,
      "length": 3,
      "value": "150"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/TextFieldExtension.swift",
      "kind": "StringLiteral",
      "offset": 1328,
      "length": 4,
      "value": "\"ru\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/TextFieldExtension.swift",
      "kind": "StringLiteral",
      "offset": 1432,
      "length": 5,
      "value": "\"UTC\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Passport scanner\/PassportScanViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 1074,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewModel.swift",
      "kind": "StringLiteral",
      "offset": 2826,
      "length": 25,
      "value": "\"data:image\/jpeg;base64,\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewModel.swift",
      "kind": "BooleanLiteral",
      "offset": 5589,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewModel.swift",
      "kind": "BooleanLiteral",
      "offset": 5622,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Base\/MyIdBaseViewController.swift",
      "kind": "FloatLiteral",
      "offset": 500,
      "length": 3,
      "value": "0.5"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Base\/MyIdBaseViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 536,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Base\/MyIdBaseViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 693,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Base\/MyIdBaseViewController.swift",
      "kind": "StringLiteral",
      "offset": 882,
      "length": 6,
      "value": "\"back\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Base\/MyIdBaseViewController.swift",
      "kind": "StringLiteral",
      "offset": 898,
      "length": 5,
      "value": "\"png\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Base\/MyIdBaseViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 1769,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Base\/MyIdBaseViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 1843,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkEndpoint.swift",
      "kind": "StringLiteral",
      "offset": 284,
      "length": 22,
      "value": "\"oauth2\/authorization\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkEndpoint.swift",
      "kind": "StringLiteral",
      "offset": 348,
      "length": 48,
      "value": "\"authentication\/sdk-authentication-request-task\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkEndpoint.swift",
      "kind": "StringLiteral",
      "offset": 430,
      "length": 50,
      "value": "\"authentication\/sdk-authentication-request-status\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Services\/MyIdSdkEndpoint.swift",
      "kind": "StringLiteral",
      "offset": 512,
      "length": 25,
      "value": "\"oauth2\/authorize-client\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 89,
      "length": 19,
      "value": "\"simulator\/sandbox\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 139,
      "length": 8,
      "value": "\"iPod 1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 170,
      "length": 8,
      "value": "\"iPod 2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 201,
      "length": 8,
      "value": "\"iPod 3\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 232,
      "length": 8,
      "value": "\"iPod 4\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 263,
      "length": 8,
      "value": "\"iPod 5\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 294,
      "length": 8,
      "value": "\"iPod 6\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 325,
      "length": 8,
      "value": "\"iPod 7\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 364,
      "length": 8,
      "value": "\"iPad 2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 395,
      "length": 8,
      "value": "\"iPad 3\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 426,
      "length": 8,
      "value": "\"iPad 4\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 457,
      "length": 11,
      "value": "\"iPad Air \""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 491,
      "length": 12,
      "value": "\"iPad Air 2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 526,
      "length": 12,
      "value": "\"iPad Air 3\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 561,
      "length": 12,
      "value": "\"iPad Air 4\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 596,
      "length": 8,
      "value": "\"iPad 5\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 639,
      "length": 8,
      "value": "\"iPad 6\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 682,
      "length": 8,
      "value": "\"iPad 7\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 725,
      "length": 8,
      "value": "\"iPad 8\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 768,
      "length": 8,
      "value": "\"iPad 9\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 824,
      "length": 11,
      "value": "\"iPad Mini\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 858,
      "length": 13,
      "value": "\"iPad Mini 2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 894,
      "length": 13,
      "value": "\"iPad Mini 3\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 930,
      "length": 13,
      "value": "\"iPad Mini 4\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 966,
      "length": 13,
      "value": "\"iPad Mini 5\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1002,
      "length": 13,
      "value": "\"iPad Mini 6\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1050,
      "length": 16,
      "value": "\"iPad Pro 9.7\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1089,
      "length": 17,
      "value": "\"iPad Pro 10.5\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1129,
      "length": 15,
      "value": "\"iPad Pro 11\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1167,
      "length": 23,
      "value": "\"iPad Pro 11\" 2nd gen\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1213,
      "length": 23,
      "value": "\"iPad Pro 11\" 3rd gen\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1259,
      "length": 17,
      "value": "\"iPad Pro 12.9\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1299,
      "length": 19,
      "value": "\"iPad Pro 2 12.9\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1341,
      "length": 19,
      "value": "\"iPad Pro 3 12.9\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1383,
      "length": 19,
      "value": "\"iPad Pro 4 12.9\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1425,
      "length": 19,
      "value": "\"iPad Pro 5 12.9\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1477,
      "length": 10,
      "value": "\"iPhone 4\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1510,
      "length": 11,
      "value": "\"iPhone 4S\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1544,
      "length": 10,
      "value": "\"iPhone 5\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1577,
      "length": 11,
      "value": "\"iPhone 5S\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1611,
      "length": 11,
      "value": "\"iPhone 5C\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1645,
      "length": 10,
      "value": "\"iPhone 6\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1678,
      "length": 15,
      "value": "\"iPhone 6 Plus\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1716,
      "length": 11,
      "value": "\"iPhone 6S\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1750,
      "length": 16,
      "value": "\"iPhone 6S Plus\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1789,
      "length": 11,
      "value": "\"iPhone SE\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1823,
      "length": 10,
      "value": "\"iPhone 7\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1856,
      "length": 15,
      "value": "\"iPhone 7 Plus\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1894,
      "length": 10,
      "value": "\"iPhone 8\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1927,
      "length": 15,
      "value": "\"iPhone 8 Plus\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1965,
      "length": 10,
      "value": "\"iPhone X\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1998,
      "length": 11,
      "value": "\"iPhone XS\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2032,
      "length": 15,
      "value": "\"iPhone XS Max\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2070,
      "length": 11,
      "value": "\"iPhone XR\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2104,
      "length": 11,
      "value": "\"iPhone 11\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2138,
      "length": 15,
      "value": "\"iPhone 11 Pro\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2176,
      "length": 19,
      "value": "\"iPhone 11 Pro Max\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2218,
      "length": 19,
      "value": "\"iPhone SE 2nd gen\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2260,
      "length": 16,
      "value": "\"iPhone 12 Mini\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2299,
      "length": 11,
      "value": "\"iPhone 12\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2333,
      "length": 15,
      "value": "\"iPhone 12 Pro\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2371,
      "length": 19,
      "value": "\"iPhone 12 Pro Max\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2413,
      "length": 16,
      "value": "\"iPhone 13 Mini\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2452,
      "length": 11,
      "value": "\"iPhone 13\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2486,
      "length": 15,
      "value": "\"iPhone 13 Pro\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2524,
      "length": 19,
      "value": "\"iPhone 13 Pro Max\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2566,
      "length": 11,
      "value": "\"iPhone 14\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2600,
      "length": 16,
      "value": "\"iPhone 14 Plus\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2639,
      "length": 15,
      "value": "\"iPhone 14 Pro\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2677,
      "length": 19,
      "value": "\"iPhone 14 Pro Max\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2740,
      "length": 18,
      "value": "\"Apple Watch 1gen\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2782,
      "length": 22,
      "value": "\"Apple Watch Series 1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2828,
      "length": 22,
      "value": "\"Apple Watch Series 2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2874,
      "length": 22,
      "value": "\"Apple Watch Series 3\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2920,
      "length": 22,
      "value": "\"Apple Watch Series 4\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2966,
      "length": 22,
      "value": "\"Apple Watch Series 5\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 3012,
      "length": 29,
      "value": "\"Apple Watch Special Edition\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 3065,
      "length": 22,
      "value": "\"Apple Watch Series 6\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 3111,
      "length": 22,
      "value": "\"Apple Watch Series 7\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 3168,
      "length": 15,
      "value": "\"Apple TV 1gen\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 3206,
      "length": 15,
      "value": "\"Apple TV 2gen\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 3244,
      "length": 15,
      "value": "\"Apple TV 3gen\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 3282,
      "length": 15,
      "value": "\"Apple TV 4gen\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 3320,
      "length": 13,
      "value": "\"Apple TV 4K\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 3356,
      "length": 18,
      "value": "\"Apple TV 4K 2gen\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 3398,
      "length": 16,
      "value": "\"?unrecognized?\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 89,
      "length": 19,
      "value": "\"simulator\/sandbox\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 139,
      "length": 8,
      "value": "\"iPod 1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 170,
      "length": 8,
      "value": "\"iPod 2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 201,
      "length": 8,
      "value": "\"iPod 3\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 232,
      "length": 8,
      "value": "\"iPod 4\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 263,
      "length": 8,
      "value": "\"iPod 5\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 294,
      "length": 8,
      "value": "\"iPod 6\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 325,
      "length": 8,
      "value": "\"iPod 7\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 364,
      "length": 8,
      "value": "\"iPad 2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 395,
      "length": 8,
      "value": "\"iPad 3\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 426,
      "length": 8,
      "value": "\"iPad 4\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 457,
      "length": 11,
      "value": "\"iPad Air \""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 491,
      "length": 12,
      "value": "\"iPad Air 2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 526,
      "length": 12,
      "value": "\"iPad Air 3\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 561,
      "length": 12,
      "value": "\"iPad Air 4\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 596,
      "length": 8,
      "value": "\"iPad 5\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 639,
      "length": 8,
      "value": "\"iPad 6\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 682,
      "length": 8,
      "value": "\"iPad 7\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 725,
      "length": 8,
      "value": "\"iPad 8\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 768,
      "length": 8,
      "value": "\"iPad 9\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 824,
      "length": 11,
      "value": "\"iPad Mini\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 858,
      "length": 13,
      "value": "\"iPad Mini 2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 894,
      "length": 13,
      "value": "\"iPad Mini 3\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 930,
      "length": 13,
      "value": "\"iPad Mini 4\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 966,
      "length": 13,
      "value": "\"iPad Mini 5\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1002,
      "length": 13,
      "value": "\"iPad Mini 6\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1050,
      "length": 16,
      "value": "\"iPad Pro 9.7\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1089,
      "length": 17,
      "value": "\"iPad Pro 10.5\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1129,
      "length": 15,
      "value": "\"iPad Pro 11\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1167,
      "length": 23,
      "value": "\"iPad Pro 11\" 2nd gen\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1213,
      "length": 23,
      "value": "\"iPad Pro 11\" 3rd gen\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1259,
      "length": 17,
      "value": "\"iPad Pro 12.9\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1299,
      "length": 19,
      "value": "\"iPad Pro 2 12.9\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1341,
      "length": 19,
      "value": "\"iPad Pro 3 12.9\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1383,
      "length": 19,
      "value": "\"iPad Pro 4 12.9\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1425,
      "length": 19,
      "value": "\"iPad Pro 5 12.9\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1477,
      "length": 10,
      "value": "\"iPhone 4\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1510,
      "length": 11,
      "value": "\"iPhone 4S\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1544,
      "length": 10,
      "value": "\"iPhone 5\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1577,
      "length": 11,
      "value": "\"iPhone 5S\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1611,
      "length": 11,
      "value": "\"iPhone 5C\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1645,
      "length": 10,
      "value": "\"iPhone 6\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1678,
      "length": 15,
      "value": "\"iPhone 6 Plus\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1716,
      "length": 11,
      "value": "\"iPhone 6S\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1750,
      "length": 16,
      "value": "\"iPhone 6S Plus\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1789,
      "length": 11,
      "value": "\"iPhone SE\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1823,
      "length": 10,
      "value": "\"iPhone 7\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1856,
      "length": 15,
      "value": "\"iPhone 7 Plus\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1894,
      "length": 10,
      "value": "\"iPhone 8\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1927,
      "length": 15,
      "value": "\"iPhone 8 Plus\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1965,
      "length": 10,
      "value": "\"iPhone X\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 1998,
      "length": 11,
      "value": "\"iPhone XS\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2032,
      "length": 15,
      "value": "\"iPhone XS Max\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2070,
      "length": 11,
      "value": "\"iPhone XR\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2104,
      "length": 11,
      "value": "\"iPhone 11\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2138,
      "length": 15,
      "value": "\"iPhone 11 Pro\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2176,
      "length": 19,
      "value": "\"iPhone 11 Pro Max\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2218,
      "length": 19,
      "value": "\"iPhone SE 2nd gen\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2260,
      "length": 16,
      "value": "\"iPhone 12 Mini\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2299,
      "length": 11,
      "value": "\"iPhone 12\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2333,
      "length": 15,
      "value": "\"iPhone 12 Pro\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2371,
      "length": 19,
      "value": "\"iPhone 12 Pro Max\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2413,
      "length": 16,
      "value": "\"iPhone 13 Mini\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2452,
      "length": 11,
      "value": "\"iPhone 13\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2486,
      "length": 15,
      "value": "\"iPhone 13 Pro\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2524,
      "length": 19,
      "value": "\"iPhone 13 Pro Max\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2566,
      "length": 11,
      "value": "\"iPhone 14\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2600,
      "length": 16,
      "value": "\"iPhone 14 Plus\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2639,
      "length": 15,
      "value": "\"iPhone 14 Pro\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2677,
      "length": 19,
      "value": "\"iPhone 14 Pro Max\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2740,
      "length": 18,
      "value": "\"Apple Watch 1gen\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2782,
      "length": 22,
      "value": "\"Apple Watch Series 1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2828,
      "length": 22,
      "value": "\"Apple Watch Series 2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2874,
      "length": 22,
      "value": "\"Apple Watch Series 3\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2920,
      "length": 22,
      "value": "\"Apple Watch Series 4\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 2966,
      "length": 22,
      "value": "\"Apple Watch Series 5\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 3012,
      "length": 29,
      "value": "\"Apple Watch Special Edition\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 3065,
      "length": 22,
      "value": "\"Apple Watch Series 6\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 3111,
      "length": 22,
      "value": "\"Apple Watch Series 7\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 3168,
      "length": 15,
      "value": "\"Apple TV 1gen\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 3206,
      "length": 15,
      "value": "\"Apple TV 2gen\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 3244,
      "length": 15,
      "value": "\"Apple TV 3gen\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 3282,
      "length": 15,
      "value": "\"Apple TV 4gen\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 3320,
      "length": 13,
      "value": "\"Apple TV 4K\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 3356,
      "length": 18,
      "value": "\"Apple TV 4K 2gen\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 3398,
      "length": 16,
      "value": "\"?unrecognized?\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "IntegerLiteral",
      "offset": 3720,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 3862,
      "length": 6,
      "value": "\"i386\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 3896,
      "length": 8,
      "value": "\"x86_64\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 3946,
      "length": 9,
      "value": "\"iPod1,1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 3976,
      "length": 9,
      "value": "\"iPod2,1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 4006,
      "length": 9,
      "value": "\"iPod3,1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 4036,
      "length": 9,
      "value": "\"iPod4,1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 4066,
      "length": 9,
      "value": "\"iPod5,1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 4096,
      "length": 9,
      "value": "\"iPod7,1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 4126,
      "length": 9,
      "value": "\"iPod9,1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 4172,
      "length": 9,
      "value": "\"iPad2,1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 4202,
      "length": 9,
      "value": "\"iPad2,2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 4232,
      "length": 9,
      "value": "\"iPad2,3\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 4262,
      "length": 9,
      "value": "\"iPad2,4\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 4292,
      "length": 9,
      "value": "\"iPad3,1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 4322,
      "length": 9,
      "value": "\"iPad3,2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 4352,
      "length": 9,
      "value": "\"iPad3,3\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 4382,
      "length": 9,
      "value": "\"iPad3,4\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 4412,
      "length": 9,
      "value": "\"iPad3,5\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 4442,
      "length": 9,
      "value": "\"iPad3,6\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 4472,
      "length": 10,
      "value": "\"iPad6,11\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 4514,
      "length": 10,
      "value": "\"iPad6,12\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 4544,
      "length": 9,
      "value": "\"iPad7,5\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 4586,
      "length": 9,
      "value": "\"iPad7,6\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 4616,
      "length": 10,
      "value": "\"iPad7,11\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 4658,
      "length": 10,
      "value": "\"iPad7,12\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 4688,
      "length": 10,
      "value": "\"iPad11,6\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 4730,
      "length": 10,
      "value": "\"iPad11,7\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 4760,
      "length": 10,
      "value": "\"iPad12,1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 4802,
      "length": 10,
      "value": "\"iPad12,2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 4853,
      "length": 9,
      "value": "\"iPad2,5\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 4886,
      "length": 9,
      "value": "\"iPad2,6\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 4919,
      "length": 9,
      "value": "\"iPad2,7\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 4952,
      "length": 9,
      "value": "\"iPad4,4\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 4986,
      "length": 9,
      "value": "\"iPad4,5\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 5020,
      "length": 9,
      "value": "\"iPad4,6\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 5054,
      "length": 9,
      "value": "\"iPad4,7\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 5088,
      "length": 9,
      "value": "\"iPad4,8\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 5122,
      "length": 9,
      "value": "\"iPad4,9\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 5156,
      "length": 9,
      "value": "\"iPad5,1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 5190,
      "length": 9,
      "value": "\"iPad5,2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 5224,
      "length": 10,
      "value": "\"iPad11,1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 5258,
      "length": 10,
      "value": "\"iPad11,2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 5292,
      "length": 10,
      "value": "\"iPad14,1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 5326,
      "length": 10,
      "value": "\"iPad14,2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 5380,
      "length": 9,
      "value": "\"iPad6,3\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 5415,
      "length": 9,
      "value": "\"iPad6,4\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 5450,
      "length": 9,
      "value": "\"iPad7,3\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 5486,
      "length": 9,
      "value": "\"iPad7,4\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 5522,
      "length": 9,
      "value": "\"iPad6,7\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 5558,
      "length": 9,
      "value": "\"iPad6,8\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 5594,
      "length": 9,
      "value": "\"iPad7,1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 5632,
      "length": 9,
      "value": "\"iPad7,2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 5670,
      "length": 9,
      "value": "\"iPad8,1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 5704,
      "length": 9,
      "value": "\"iPad8,2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 5738,
      "length": 9,
      "value": "\"iPad8,3\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 5772,
      "length": 9,
      "value": "\"iPad8,4\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 5806,
      "length": 9,
      "value": "\"iPad8,9\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 5842,
      "length": 10,
      "value": "\"iPad8,10\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 5878,
      "length": 10,
      "value": "\"iPad13,4\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 5914,
      "length": 10,
      "value": "\"iPad13,5\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 5950,
      "length": 10,
      "value": "\"iPad13,6\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 5986,
      "length": 10,
      "value": "\"iPad13,7\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 6022,
      "length": 9,
      "value": "\"iPad8,5\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 6060,
      "length": 9,
      "value": "\"iPad8,6\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 6098,
      "length": 9,
      "value": "\"iPad8,7\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 6136,
      "length": 9,
      "value": "\"iPad8,8\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 6174,
      "length": 10,
      "value": "\"iPad8,11\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 6212,
      "length": 10,
      "value": "\"iPad8,12\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 6250,
      "length": 10,
      "value": "\"iPad13,8\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 6288,
      "length": 10,
      "value": "\"iPad13,9\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 6326,
      "length": 11,
      "value": "\"iPad13,10\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 6364,
      "length": 11,
      "value": "\"iPad13,11\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 6422,
      "length": 9,
      "value": "\"iPad4,1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 6454,
      "length": 9,
      "value": "\"iPad4,2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 6486,
      "length": 9,
      "value": "\"iPad4,3\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 6518,
      "length": 9,
      "value": "\"iPad5,3\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 6551,
      "length": 9,
      "value": "\"iPad5,4\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 6584,
      "length": 10,
      "value": "\"iPad11,3\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 6617,
      "length": 10,
      "value": "\"iPad11,4\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 6650,
      "length": 10,
      "value": "\"iPad13,1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 6683,
      "length": 10,
      "value": "\"iPad13,2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 6743,
      "length": 11,
      "value": "\"iPhone4,1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 6776,
      "length": 11,
      "value": "\"iPhone5,1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 6808,
      "length": 11,
      "value": "\"iPhone5,2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 6840,
      "length": 11,
      "value": "\"iPhone5,3\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 6873,
      "length": 11,
      "value": "\"iPhone5,4\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 6906,
      "length": 11,
      "value": "\"iPhone6,1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 6939,
      "length": 11,
      "value": "\"iPhone6,2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 6972,
      "length": 11,
      "value": "\"iPhone7,1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 7008,
      "length": 11,
      "value": "\"iPhone7,2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 7040,
      "length": 11,
      "value": "\"iPhone8,1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 7073,
      "length": 11,
      "value": "\"iPhone8,2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 7110,
      "length": 11,
      "value": "\"iPhone8,4\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 7143,
      "length": 11,
      "value": "\"iPhone9,1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 7175,
      "length": 11,
      "value": "\"iPhone9,3\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 7207,
      "length": 11,
      "value": "\"iPhone9,2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 7243,
      "length": 11,
      "value": "\"iPhone9,4\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 7279,
      "length": 12,
      "value": "\"iPhone10,1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 7312,
      "length": 12,
      "value": "\"iPhone10,4\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 7345,
      "length": 12,
      "value": "\"iPhone10,2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 7382,
      "length": 12,
      "value": "\"iPhone10,5\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 7419,
      "length": 12,
      "value": "\"iPhone10,3\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 7452,
      "length": 12,
      "value": "\"iPhone10,6\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 7485,
      "length": 12,
      "value": "\"iPhone11,2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 7519,
      "length": 12,
      "value": "\"iPhone11,4\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 7556,
      "length": 12,
      "value": "\"iPhone11,6\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 7593,
      "length": 12,
      "value": "\"iPhone11,8\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 7627,
      "length": 12,
      "value": "\"iPhone12,1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 7661,
      "length": 12,
      "value": "\"iPhone12,3\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 7698,
      "length": 12,
      "value": "\"iPhone12,5\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 7738,
      "length": 12,
      "value": "\"iPhone12,8\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 7773,
      "length": 12,
      "value": "\"iPhone13,1\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 7811,
      "length": 12,
      "value": "\"iPhone13,2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 7845,
      "length": 12,
      "value": "\"iPhone13,3\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 7882,
      "length": 12,
      "value": "\"iPhone13,4\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 7922,
      "length": 12,
      "value": "\"iPhone14,4\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 7960,
      "length": 12,
      "value": "\"iPhone14,5\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 7994,
      "length": 12,
      "value": "\"iPhone14,2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 8031,
      "length": 12,
      "value": "\"iPhone14,3\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 8071,
      "length": 12,
      "value": "\"iPhone14,7\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 8104,
      "length": 12,
      "value": "\"iPhone14,8\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 8141,
      "length": 12,
      "value": "\"iPhone15,2\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 8177,
      "length": 12,
      "value": "\"iPhone15,3\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/DeviceModel.swift",
      "kind": "StringLiteral",
      "offset": 8435,
      "length": 28,
      "value": "\"SIMULATOR_MODEL_IDENTIFIER\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/ID card scanner\/QRScannerViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 517,
      "length": 2,
      "value": "12"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/ID card scanner\/QRScannerViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 557,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/ID card scanner\/QRScannerViewController.swift",
      "kind": "FloatLiteral",
      "offset": 658,
      "length": 3,
      "value": "3.0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/ID card scanner\/QRScannerViewController.swift",
      "kind": "StringLiteral",
      "offset": 781,
      "length": 24,
      "value": "\"Scanning not supported\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/ID card scanner\/QRScannerViewController.swift",
      "kind": "StringLiteral",
      "offset": 828,
      "length": 95,
      "value": "\"Your device does not support scanning a code from an item. Please use a device with a camera.\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/ID card scanner\/QRScannerViewController.swift",
      "kind": "StringLiteral",
      "offset": 1012,
      "length": 4,
      "value": "\"OK\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/ID card scanner\/QRScannerViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 1066,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/ID card scanner\/QRScannerViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 2572,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/ID card scanner\/QRScannerViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 2803,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/ID card scanner\/QRScannerViewController.swift",
      "kind": "StringLiteral",
      "offset": 3390,
      "length": 4,
      "value": "\"\n\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/ID card scanner\/QRScannerViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 3597,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/ID card scanner\/QRScannerViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 3935,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/ID card scanner\/QRScannerViewController.swift",
      "kind": "FloatLiteral",
      "offset": 4077,
      "length": 3,
      "value": "0.1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/ID card scanner\/QRScannerViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 4136,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/ID card scanner\/QRScannerViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 4411,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 294,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 307,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 883,
      "length": 1,
      "value": "5"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 910,
      "length": 1,
      "value": "9"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 1089,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 1116,
      "length": 1,
      "value": "6"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 1238,
      "length": 1,
      "value": "7"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 1249,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 1389,
      "length": 1,
      "value": "8"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 1416,
      "length": 1,
      "value": "6"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 1547,
      "length": 2,
      "value": "15"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 1559,
      "length": 1,
      "value": "3"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 1710,
      "length": 2,
      "value": "15"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 1738,
      "length": 2,
      "value": "15"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "BooleanLiteral",
      "offset": 1819,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 1964,
      "length": 2,
      "value": "18"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 1992,
      "length": 2,
      "value": "11"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "BooleanLiteral",
      "offset": 2073,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 2167,
      "length": 2,
      "value": "29"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 2179,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 2247,
      "length": 1,
      "value": "2"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 2323,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 2334,
      "length": 2,
      "value": "29"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 2504,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 2511,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 2609,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 2620,
      "length": 1,
      "value": "9"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 2783,
      "length": 2,
      "value": "13"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 2811,
      "length": 1,
      "value": "6"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 2933,
      "length": 2,
      "value": "20"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 2945,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 3069,
      "length": 2,
      "value": "21"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 3081,
      "length": 1,
      "value": "6"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 3196,
      "length": 2,
      "value": "10"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 3208,
      "length": 1,
      "value": "3"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 3405,
      "length": 2,
      "value": "28"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 3454,
      "length": 1,
      "value": "8"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 3458,
      "length": 1,
      "value": "7"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "BooleanLiteral",
      "offset": 3546,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 3688,
      "length": 1,
      "value": "5"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 3699,
      "length": 2,
      "value": "31"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "StringLiteral",
      "offset": 3754,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 3824,
      "length": 2,
      "value": "35"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 3836,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 4129,
      "length": 2,
      "value": "28"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 4169,
      "length": 2,
      "value": "16"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "BooleanLiteral",
      "offset": 4274,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 4454,
      "length": 2,
      "value": "28"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 4466,
      "length": 2,
      "value": "14"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 4681,
      "length": 1,
      "value": "5"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 4692,
      "length": 2,
      "value": "39"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "StringLiteral",
      "offset": 4747,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 4837,
      "length": 2,
      "value": "43"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 4869,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 5087,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 5098,
      "length": 1,
      "value": "2"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 5201,
      "length": 1,
      "value": "2"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCodeFactory.swift",
      "kind": "IntegerLiteral",
      "offset": 5212,
      "length": 1,
      "value": "3"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Public\/MRZParser.swift",
      "kind": "StringLiteral",
      "offset": 2129,
      "length": 4,
      "value": "\"\n\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Core\/Request\/Request.swift",
      "kind": "StringLiteral",
      "offset": 164,
      "length": 12,
      "value": "\"background\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Core\/Request\/Request.swift",
      "kind": "IntegerLiteral",
      "offset": 818,
      "length": 2,
      "value": "60"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Core\/Request\/Request.swift",
      "kind": "IntegerLiteral",
      "offset": 963,
      "length": 3,
      "value": "400"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Core\/Request\/Request.swift",
      "kind": "IntegerLiteral",
      "offset": 969,
      "length": 3,
      "value": "500"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Core\/Request\/Request.swift",
      "kind": "IntegerLiteral",
      "offset": 1012,
      "length": 3,
      "value": "429"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Core\/Request\/Request.swift",
      "kind": "IntegerLiteral",
      "offset": 3286,
      "length": 3,
      "value": "307"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Core\/Request\/Request.swift",
      "kind": "StringLiteral",
      "offset": 3353,
      "length": 10,
      "value": "\"location\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Core\/Request\/Request.swift",
      "kind": "IntegerLiteral",
      "offset": 4042,
      "length": 3,
      "value": "103"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Core\/Request\/Request.swift",
      "kind": "Dictionary",
      "offset": 4351,
      "length": 3,
      "value": "[]"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Core\/Request\/Request.swift",
      "kind": "StringLiteral",
      "offset": 4463,
      "length": 15,
      "value": "\"Authorization\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Core\/Request\/Request.swift",
      "kind": "StringLiteral",
      "offset": 4482,
      "length": 9,
      "value": "\"Bearer \""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Core\/Request\/Request.swift",
      "kind": "StringLiteral",
      "offset": 4532,
      "length": 18,
      "value": "\"Content-Language\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Core\/Request\/Request.swift",
      "kind": "IntegerLiteral",
      "offset": 5157,
      "length": 3,
      "value": "103"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Core\/Request\/Request.swift",
      "kind": "IntegerLiteral",
      "offset": 5508,
      "length": 3,
      "value": "103"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/String+TrimmingFillers.swift",
      "kind": "StringLiteral",
      "offset": 241,
      "length": 3,
      "value": "\"<\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/String+TrimmingFillers.swift",
      "kind": "IntegerLiteral",
      "offset": 610,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/UIImageExtension.swift",
      "kind": "BooleanLiteral",
      "offset": 503,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Extensions\/UIImageExtension.swift",
      "kind": "FloatLiteral",
      "offset": 927,
      "length": 3,
      "value": "1.0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/request\/MyIdJobRequest.swift",
      "kind": "BooleanLiteral",
      "offset": 206,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/request\/MyIdJobRequest.swift",
      "kind": "FloatLiteral",
      "offset": 264,
      "length": 3,
      "value": "0.5"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Networking\/Model\/request\/MyIdJobRequest.swift",
      "kind": "BooleanLiteral",
      "offset": 295,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdOptions.swift",
      "kind": "BooleanLiteral",
      "offset": 348,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdOptions.swift",
      "kind": "FloatLiteral",
      "offset": 574,
      "length": 3,
      "value": "0.5"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Components\/Mrz parser\/Private\/Code\/MRZCode.swift",
      "kind": "StringLiteral",
      "offset": 1331,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdViewState.swift",
      "kind": "IntegerLiteral",
      "offset": 153,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdViewState.swift",
      "kind": "IntegerLiteral",
      "offset": 164,
      "length": 4,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdViewState.swift",
      "kind": "IntegerLiteral",
      "offset": 153,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdViewState.swift",
      "kind": "IntegerLiteral",
      "offset": 164,
      "length": 4,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 611,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 793,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 822,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 932,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 1511,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 2216,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 2284,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 2387,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "FloatLiteral",
      "offset": 2601,
      "length": 3,
      "value": "1.0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 3191,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "StringLiteral",
      "offset": 3405,
      "length": 21,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 3423,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "StringLiteral",
      "offset": 3425,
      "length": 1,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 3482,
      "length": 2,
      "value": "36"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 3524,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 3593,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 3940,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 4009,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "StringLiteral",
      "offset": 4178,
      "length": 34,
      "value": "\"BlurRecommendationViewController\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 4462,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 4563,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 4615,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 4663,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "StringLiteral",
      "offset": 4706,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 4748,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 4785,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "StringLiteral",
      "offset": 5035,
      "length": 23,
      "value": "\"MyIdBanViewController\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 5283,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 5384,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 5436,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 5484,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "StringLiteral",
      "offset": 5527,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 5569,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 5606,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 7373,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 7533,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "StringLiteral",
      "offset": 7695,
      "length": 6,
      "value": "\"%.2f\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 7722,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 7766,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 8089,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 8167,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "StringLiteral",
      "offset": 8241,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 8341,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "StringLiteral",
      "offset": 8588,
      "length": 5,
      "value": "\"102\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 8631,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 8671,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 9303,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 9338,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 9465,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "FloatLiteral",
      "offset": 9525,
      "length": 3,
      "value": "0.5"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 9588,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 9704,
      "length": 2,
      "value": "36"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 9916,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 9996,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 10240,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 10320,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 10547,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 10588,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 10665,
      "length": 1,
      "value": "3"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "StringLiteral",
      "offset": 10777,
      "length": 23,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "StringLiteral",
      "offset": 10799,
      "length": 1,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "FloatLiteral",
      "offset": 10856,
      "length": 3,
      "value": "1.0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 10932,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 11022,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 11056,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 11110,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 11152,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 11237,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "StringLiteral",
      "offset": 11278,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 11319,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 11354,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Face detection\/FaceDetectionViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 11397,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 218,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 680,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 696,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 957,
      "length": 2,
      "value": "10"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 1664,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 1728,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 1745,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 1823,
      "length": 4,
      "value": "true"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 1891,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "BooleanLiteral",
      "offset": 1933,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 2110,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 2409,
      "length": 11,
      "value": "\"dark_gray\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 2493,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 2583,
      "length": 4,
      "value": "3600"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 2621,
      "length": 4,
      "value": "3600"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 2628,
      "length": 2,
      "value": "60"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 2664,
      "length": 4,
      "value": "3600"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 2671,
      "length": 2,
      "value": "60"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 2706,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 2734,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 2762,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 2794,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 2821,
      "length": 62,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 2843,
      "length": 1,
      "value": "\" \""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 2882,
      "length": 1,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 2910,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 2937,
      "length": 63,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 2959,
      "length": 1,
      "value": "\" \""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 2999,
      "length": 1,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 3042,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 3071,
      "length": 66,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 3095,
      "length": 1,
      "value": "\" \""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 3136,
      "length": 1,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 3166,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 3195,
      "length": 67,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 3219,
      "length": 1,
      "value": "\" \""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 3261,
      "length": 1,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 3304,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 3333,
      "length": 66,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 3357,
      "length": 1,
      "value": "\" \""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 3398,
      "length": 1,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 3428,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 3457,
      "length": 67,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 3481,
      "length": 1,
      "value": "\" \""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 3523,
      "length": 1,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 3559,
      "length": 41,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 3571,
      "length": 1,
      "value": "\" \""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 3585,
      "length": 1,
      "value": "\" \""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 3599,
      "length": 28,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 3626,
      "length": 4,
      "value": "\"  \""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 3638,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "IntegerLiteral",
      "offset": 3707,
      "length": 2,
      "value": "10"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 3731,
      "length": 6,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 3736,
      "length": 1,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 3763,
      "length": 7,
      "value": "\"0\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 3769,
      "length": 1,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 3868,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 4032,
      "length": 30,
      "value": "\"+998\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 4061,
      "length": 1,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 4118,
      "length": 22,
      "value": "\"telprompt:\/\/\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "StringLiteral",
      "offset": 4139,
      "length": 3,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Screens\/Ban user\/MyIdBanViewController.swift",
      "kind": "Dictionary",
      "offset": 4276,
      "length": 3,
      "value": "[]"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdEntryType.swift",
      "kind": "IntegerLiteral",
      "offset": 133,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdEntryType.swift",
      "kind": "IntegerLiteral",
      "offset": 144,
      "length": 4,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdEntryType.swift",
      "kind": "IntegerLiteral",
      "offset": 133,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdEntryType.swift",
      "kind": "IntegerLiteral",
      "offset": 144,
      "length": 4,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdEntryType.swift",
      "kind": "IntegerLiteral",
      "offset": 208,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdEntryType.swift",
      "kind": "IntegerLiteral",
      "offset": 219,
      "length": 10,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdEntryType.swift",
      "kind": "IntegerLiteral",
      "offset": 208,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdEntryType.swift",
      "kind": "IntegerLiteral",
      "offset": 219,
      "length": 10,
      "value": "1"
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 130,
      "length": 12,
      "value": "\"##.##.####\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 169,
      "length": 58,
      "value": "\"myid_mobile_sdk-92SnsJQhWBmajM3rvsUqmMJxikhTykqOHXN2caHC\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 257,
      "length": 64,
      "value": "\"myid_mobile_sdk_(dev)-38StMOL1VGK2s1uvlQsfaz93GOrELSXuqhuAgWmr\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 351,
      "length": 11,
      "value": "\"712022202\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 397,
      "length": 12,
      "value": "\"dd.MM.yyyy\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 439,
      "length": 12,
      "value": "\"yyyy-MM-dd\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 480,
      "length": 17,
      "value": "\"uz.myid.ios.sdk\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 526,
      "length": 7,
      "value": "\"2.0.9\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 565,
      "length": 23,
      "value": "\"key_myid_access_token\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 614,
      "length": 19,
      "value": "\"key_myid_app_lang\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 666,
      "length": 23,
      "value": "\"key_myid_camera_shape\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 724,
      "length": 13538,
      "value": "\"iVBORw0KGgoAAAANSUhEUgAAAQ0AAABLCAYAAABqZNLNAAAABHNCSVQICAgIfAhkiAAAIABJREFUeF7tXXd8FVX2P2fm1dSXhA6hFxGkiQj+LCDWXaUl0RVCERDbuhIbCKJBRVDXhXUFIVgQ1F1NqIqrLgquK2JbkqDSkR5CCOmvzcw9v8+85IWXxysz8yYBljd\/Qd6555x77p3vfO+5DSH6RCNwkUVgMWTHJcYmXcmQhiBCZ0BoWRsCdoAADnASX1hRU\/bdg5BdfZGFRlF1UZFUVCgagf+BCHjAIiFpBAEbCYBxoatE1ShxOZk1D3\/xP1B1XasQBQ1dwxlVdr5GYHnsopYWnj0FwHVW4yMx+LaqunxRlHWciVoUNNT0oKjsBRmBWsCgV8Ozi2DVYwcqKyufjAJHbXyioHFBvgZRp5VGQB6SJCQkzFfLMPz1E7BNEyofWajU7oUgN37eN72J8DIAri0QJADiSSLpIEhc\/nvZg48Gq0MUNC6E1o36qDkCqxIWjgPAsZoV+BREic3MrHlkhx66zqWOzOe+HYocdzcQNQvmBxHuIBO99t6Ms8EjChrnsvWiths1ArUsI\/FN7cMSf\/fYgfGVjzykl9Nr3862QYzhVo6j7iInxYPAHSDG\/yd97OxCvWz46hmf\/U0LMBgeBaDeSvQTgkhEa2IPG9\/PyRkoeMtEQUNJ9KIyF2QE3ov\/60iGNE1P5zk3PTTOmXUgEp1r8p79E4upuovFVAdMynIucylvj\/9CqDQvuGPiU8ciseUtm5m9tSsauBcAIFatPpl1dJUGzcrORiaXjYKG2ghG5S+YCKyKWzgHOBwcymEEqCGg9cAgFjm8gcK8VBxhzriqh9drCcJHy7JjXKk1XwQDi7N0irzLWNJywui75mzRYs8XMIDn5iNCjFY9hLT23dlD3oiChtYInuNy149aOwg5HMghdieA1kjEAeIxRrQHQPrhizVpP+jl4tf3\/z7JRIZBgNSJQ2hJCG4COI5Ev576TSz83T\/\/6dLLlt56VsYvfBsRWwTTS0Qnq6oqHvLOirxnWdiZmfBvofwggE0TKqerToh+8tAnZsetmzdLMdVd1NQTGe82lDafNjrjmX+qKacHw\/C1R0CSizNPyZ01oOScM40pn7zTHyVsDeTa+caIe37TEpjGLNN\/yuoOjLf2kFA4\/fOykT82pq1wuoeOWN\/VaIQ\/AlC3MB17N8dxf\/s8d4TmeG6dcnOywWy+mwCGAWLgfkJkB8T3D500bbgjN1cK539T\/74qYdHG0Dbp\/fGVWe\/5yqyKX7gAUJ5RCPIQ7RhflTVTTV1kwHBdv+0zIamkp5py9bIMXSgY\/pBx86tb1ZSXhyRg5OchUZiFbAq1Eq5ZNefKN5scNLKOHLHW7PrmaZ6PGcqb4xqM6UgSHUywF4o1J99ZPmLaaoVV0V2sz73rbkfAu5FoAHBo9UPcg8BwCzkqni1cNaFGd+NBFF4\/es31PMdNBwBeiU0CFBiTXv1y7Zgvlcj7ynx37219geeeAkRFdBaJ9oou17NXvfnZabW2GlM+LGgwWj++OiunAWgkLJKZRvAFYCpB48Osrdb4LnuWV\/X+7sZI6sp4odTdsihtQveNO5Xo+UP2tx2NBnxJSw4jhP4Tq54aPKVJQeOBLRuzOFPMQ0AUNhkj2ov3Op3Hpq64\/bFdSoKkh0yvBz7sapDMbyFCj3D6CMAOwF4rWDr6lXCykf4+fPSaG7lawFD9EMM3N60duUZpwW0PjrgRAdXbIiojNzw6+I0NxUptNbbcqnAAAFTNueFJb2LzndiFN3A8ZoXyS83wZGvWVqsTjPPKhq8eI8VVNPj4aKm7YDuZL1pqHp94yachZ1fqAGMBAMRrsROqjFN03NlkoHHvprx\/GK3Jw1RVQhLdgvPUk8tuGvuuqnIahC+7d8NIDulvCGBWU5wItxYsGzFaTRk1ssNHr+nOcZzqMbSvDcZw1RdrR\/4jnF3NgOFVTHCk9Df3w+dLnmNlwqIsBLghXL2RoJCQxSlZAKY0EfrRtB9j4uJonpBU3K\/8mo2XhvNBye\/MYi92x586wHE0J7PnJwHXizQmYHh8FIT7Gx80soGbdsU7K0y21JuVBOYsGQJJkuz3vX7dbRs0lVdQqM\/UDdejgd5BAJMC8bNdJPqm4LQ7A3Lv0H1cf2Pa2kUAGDKHocRnAly9afXIt4LJfv\/gbcOJuKyg+QslRgCAI3j7iiXr8xSKN6qYEuag1gGnBJPvqZkekk15ACMWXkCEblWXft\/a0XVHW7V2AskTLzrdKUU\/y79xxGaP6\/VJvq9cowMGAEggPdC4oJEN3MRus+fGdRg2DZGLIG58NR\/Xeuxf+3b\/LgIlAYv2undNXyMacgEoUatuAkAieK+w9fZHITvbM5etxzM0Le8SIxh0G\/4Qgw82rR210t+3iBmGj0IEqhy0eMNdetQ\/Uh21u1ptb4WbRlVsR0E+oxYw6EVE9ORFKi7\/soOr7W\/NFdsIIUhAzN3i6H9lESISCNjcib3+uV3+f1MAhmyHiXBXo4LGuOVTp8elDr3PGN8mKdKgcRbbPg6tjy0a0PPbSHV5y\/e7Z20\/4vlXUOEKudB2sYII3ixYNuJFvfy7IW3NZAQuTS99ns7mxzj0Yhi+PvIgzRm4+GNP5z7Xj55sIxzL2PzAL3Fgts\/3AoZc9\/LBn3Vxtzgacf\/3xtHV4kiDGTyS2DOfrJ5zymjARslh+LYfARS\/+9TgyY0FGpiZM+VPnMFya0L30f0AuYjtcLy5jLMk7yHk5+nBOGSGYQBDdm3Sk1Ii7dwkK0DMJ0ZbCpdtfxEgcsZxQ9q6+QjQJ1Lf\/Mt7gUNPhtHABsEHVy5Zfxaj0bseSvUpWeQVTle4XIYMGGhxyLMVHXx1VVy+pYOr7X59mAYyyd38mIdZeJ+qiuam7VszmdMRK4arQ6S\/exd4RfwyB3Jk\/PKpfwKAm422zkkxbQarWswSrGIIKBniWnsChsCe+0vfS7dpDYLMMIDn59WV7wtARq26\/JD4AAKeJqAvC5aOjHhYceOYNUsBuVQ9fPPXcV1s\/q83xv23Z6Q5jEC+IdHng5Zs+Gtj+K1FZ+0eFNv8kFOpIRSHmzHZ9tC2BKfJOB+IOvqrqe7xUyt7j\/x2Wvz2L8MM7mohubh+NrGmsrl1Z+GNlzDJzNfUJO0TnDHletgJpEPehyIJhil\/zx54SnfQyMyZ8jAi3iQbNje\/rKWl+WW6dXpDbMvtiLxERJJWxuHDMOSkJwLQ5XoFmgiOIuIJWR8j+rxw2chXPSMCjc8NaeteR4D2GosHLXaZ5UCzq2J3dozhnCdT+MrDeutHgs2Dlqz\/s956ZX0t2744mDewgUBcNwJqgwAMAYoY4S7gxO+LDs0OOCzyAEdcYla4ZeX+PodjGB7AMPAvA2JAYBBSiq1l\/\/dxLz1iIVmrisT4cs9eFF\/AqNNNjpqk\/a5GAg4iyHt3zuC3az\/aOj7jcqY8wCH+3qvS2urytqbkHq31MmG0ttgBvKF+2TID7lk1QxU\/hiG\/zzLD6KuXfwBwAgDrzyEggk8Llo0IuSw5lO0b0tY9jwD9dfQPelsOplwV80sn7xrPOM55IomvDHp2ghbbHNDqKxZvCDpTo0Vn6w4v9kQGDyAXYuFVbc7mVwlcS4oPzQm4GlbOcSAH40ItL\/f4R7TDyXBhqJmSzdO324ATFyBgyA\/jqeEf9Gax1RYt9fYtIyQX\/8wMbmcAwKgXs9fY9rudsWWR2vIt32gb1vwBQzZqat67hbV5H92+lF6m4a2QGsbhxzC8KnRlGgzwCAfQcDqOYGP+shFLtDTijWPWjgfEP2gpG6iMP2B4ZfRmHAyll4e89nFEm6zO+J9tapNqnYoc1H+MlMSDGOQdPzLD82UM9NTuM4EhwDwHC3sWGxJiMU94wM5oW7hp1VrAkP5MRG2dEosTCcxEjOcQ3SYOHWaed3jtOjruTK7qs1XVMYP+PjOT47RgO3WgpjrZsjP\/lp5MNBk4BB6JPCuESSa3CBIBJ+nJOIhot+s0zc5deFV9fXRhGuNzJt8DyI3yr6gxoX1iTLurI15j4NGLnGCMbVUQqAOEYxy1syTc0wh41sItAuqjdX2Gvy8EtBeBqzjbR1qXv3TkciWd3VdmWFpeLwMY5ORaxI8XMEotRr7caORrTBxnERlLEETW2uEWY9FRnGyoOhKxIXnGoNJxx82rPtdhiX22oW1787OAnDY2yOjjY0dmvq5HnXx1bHrwuxSBx9eqBOFyFws8Vc8BuWNNxmKb0VAsv9IVA77q4GqnLSEqr88Qkk7uqrYnGvbk39ybBGMcF2Q7AREwCdFV40ja5XLGRbSsPxBgeF7FSAMaDDA8ejkjl9AjbUBkazRqPeR4SylvTQ5IOWXGwTiY+2qfnj\/51ycIw\/AV66Tb7AnBfxFrzxzQCzhuGLPuVUSIKJncxXawtaXV0W6H42MMLp4\/q815JkG7apfYr7LsRF+xeHckfQKBvh20eMPzkejwlm3TfsFcRBwYmS7u+WOHHtdtmn5Z5r9bx8VyHzKA7kr84hCcKWbTQQvPVVf0+TrV1XFP3XUJSkoDeBZ02Up2O+wJpr35N\/VjoknRMIcBSHaHbbfdmVCkzFJDqWCAETFojF8+dQoAjAnlVGz7Yd0Mca01L5zy6ubNSXs5ozXAV9zHOuHchf16fO\/9iwcwkH8mEMM4U8rzpYiYDRFgGQLsDxULhvRh4esj31HTiDeNXtObOE7z2o+Wrfd3Km9f1ZmCbFT196V3xenSMWUHG6w0VOOvEYQHBiz+5JCaMmfLZhvapJqfRo6LOEnNCA4XHXY8qMcU+Ly7trVsYXVtsRj5ZLX1izfyx2wmY1FVv69THe2VAYcXMJzVtth9BcP7iZJZ0WZFX98cNYl7q9yJqpLdoQAjItAIyTB8vOatzWPiOt7QCxA1zyIg8nZDbMtfFTSUICE9JzMOBQzDF23kvQGKdnQG5BC1f\/wZAZ3hfCTClQXLbv8gnJzv7zekre+PRHMA1e2LadbmQOfK9lWd1NiSZXtVVpSmnd6vGjgIWM7gxR9pOqDmjI8ZfJvUAc\/oARhenaJEM4uPzoz4bM8lk7\/cFm80qY6n1w81wOEFDFe1LWZP\/vABEjNrW1JNQBVVLba7JIui5Gg4wNAMGuNzJk8C5DKUdkZLy8vbmlM0zqIQMENMs1+RN4V9Iev8EQ4Xnv5g339O3YGobC8JAVgQSD7rQDWSyzaJ4DgiHlcaD2IwvyBnxH+Uystyw0av6ctzXLbS\/Etcm2PthNSSHkoZhr8vV5eeOHx91fG9Sn0kYhsHL\/lIU8LX10bbDi\/OAYCQp20p9ckrR4ytPn7kyYhmc+Znfj6jXWzMI2pt+8vXA0f\/f6c6UvcGHKoQJ7nEpJO7HJECRp1xEnhnSXXbbxT4vs9Zymb6Jj0DlVGd08jMmTwOkVN9unNsu2u7GBLaqV5Oq2hY4lMzt0NMcFQI3X\/7oWRf2VGn4sUuBBSPEH5LvH8QCaACARW\/XLUgQ06Bd038dckdqq79qwUOfi6GWYzmbFGZEtvxt748pz1nxTEJphXt2dZCcIRPaCL79MrXPtI8tVwb0wy+bYeBs\/QGjLr22nbs0IznFLw0QUXemLJlj9lgiHiYLRvwAkd536\/buzvsaXCymMwwRFvJbnu1LXZv\/vD+mhmGX02qqpJ\/dohxoTba7YPyilmr\/nxz2PZWBRrjl03JAA4naQk+IWJc6nWdDXHK9qHIc6GcxbafMyhf5Sa4WJy93NVDnqwnAjr4w6l9ZcccofMgPpUhogRA6IbKE8SVRLAvePIzeKSI6O8Fy0aq3vJ\/Y9r6gQA0N5hmR4uqFNax6JIkzqEoYRaqLXtUVZTdWbo\/5B4SvRhG69QFszgO\/09L3wpXhhj9evzIzMfDyQX7\/bk7P7+poy1mldbygcrFGwxHbGZDcZUP49CbYfjalZyWU6WOFgFnHwFAMWDIOhWDRiSAUU8TFQKHZsCocHcHRvVjP03AUcs45Mx4uNhoBgwP2wAoLVg6YoKWjjhs1NrLeZ6b48847M1rkqo6nu7SiiuPMyLTNNTy9cfEJPb44YKveIDAM0K6MIxsrnV76wwO4WotsVBShhj8dPzIjKeVyAaSeWncpj+3jrOM11o+WLkEI3800WQ8Udnv6\/b2jjsTJR2HJP42SeRcJVXtAg2JVQGGYtCYsHzqSALQ5Sj4cIxDL8CoByoNjKP2tikKNaUWEWDU+wY4rWDp7ZqOqB8+ZsMVHLJsry578+rkqk5lnTlg2JYrT9Crg99RfGDHJY7yk2d1QoBPBi9evzhSO23aL5iJiNdEqidUeWKw8fiRGZrzLX+Z8MWq5lazZ2uE3o\/MOBLNhu3Hx\/55t0OwjIoo6RnCOWIolVSk+i+4Uw0YikBDT8AIxzj0BoxIgKMuxxGIcegCGB7fJGl2\/vLRqmcpvPW6KW3dlQQw2968ppnMMGRuZAaRb8FV6nOQrLzr8NSxfVdWFzecQr1AGIY3ToxJC4qOzPpa6wu\/aOIXH6ZYzNdpLR+qXLUoOb84XjTn6oHizhNJ5n8KZp0OAfY3ypCdrEjd7PNnTYARFjQaAzCCAUdjAUZEwEGUgNhgEY9+gOFxjF7IXzpSSVY7aL\/rP3PpfVKSUJ\/jsKJgaIZVYc9gVfoCXFt64vBQn1kU0othdFjwGAIOMyLD1FiX2cqL\/DG72VUumHTf4u22O+4sKclWlXT2jc8rE75Y0sJq1vVcE1l\/tSC4Pjp0YldsrBjTpU9yNzLwwOIcVmYVNJ0gF5JtSby7pLKtFzg1A0ZI0Bi\/fOrvAOBBpZ1Lq1xs6tAuxvg2NvVJTynOXiE0yGEo8eHA96f2lqtJjtblOAigUu0sSTh\/GHAzCpfe5jm+TcvTbdnLV3JEszk3n2J0mORVo2gCkW+pI9O45eSxvYPsxbWLg3RiGIN7crOGtypN65tcnZga64rl8Ez+qNLNuwvK4srXHG5x4lCNJeI7VQhgzfFDM97UEl9vmRfu\/Nf9qTZr\/VAwEl3esl7AiIkRrZ172wYw3iDvW3EiD67GAA7JZaootbeSD\/CJCDCCgkZTAYbsAANgyZdmHjHEtWpweEmohhEFyWI\/7e5JpH5dBWPE9vy7eKe9TKjfgBOuExDAESDqoGWWJKRupzQuf8VoxdPCvrq6Ln15CA\/0lPdvvNuQZHAYu3BA2JYr0y2nMfH4nv92cFeX6TFLIh+L+OaIae9fmmi\/Ptx0sCQfSlJkK16xr9UxBzNqOkJRvgxJcDgfioRlyPF9eMT6lpe3Si4Mdv1LuP7j\/7svYHTqbRtAvKE+ad1YwOGsSfit0m37XOm0aqg6nTVD0JSAId\/ahIzNW3Xv299l5e+cCQoTYlUljt5MAs1TioJDcu349LjCFYL0Q\/7SkdmXTVt3GY\/4HCDqcmAPEDuYv2yUJibnZRj+i9G8wNEKK+KMKEU8e2KRRPbEkcLNejAMysjgP+NjPkoyS6r2ksjMY8GO1L27quLtKl9OpwjcY8WHHtd8YZSvvVcnfvFZksXcT6UPZ4nXiKJ7w8GinTLD8AcMr7DuwMGQna5svVIsq3lUyTqMcHVsABqZy6feiADq77wIZyXA776AIf+cTcSVF+6agYAhp95cdjHFWSloXsrrdeXIjtOHSvbVlIRynYB+KmiV8CxkD\/OMs3vfv74Pz3Cu0pWmoXXDOwVLR3yoNnR1gBF0+pB3GVKSnOIlNh3WafSuLDs1unT\/C5Gu9CQAbkPGxA2tYqRBausry8vA8fhPXX4tcZnrby4P024uApxddGiGoouFlPiUnf7xVV1SbGuVyAaTqRFE18eHT+y2WgUZMPrLQ5JgsvJGN+RRl6EK78YdRccShuoBGA2GJ2OXTrmW53FGJEFRU1aU2PN\/v++tBrsPlQBHdYmzpySFv2wpnC+OasG+818ngu5n8QcMr77eD3zck2fSvNCb4EJbJ4KqClfppIMr7la6NN6jsOtrLw3gDRB2ZaPBzTdr76zu45srCBePs38nmHTkwPyMV1cGXUimVOf7oyd\/0CXBre7OGz\/l20\/Hnn6usHPIDYG1RcgpEZtz4vAsJXuVlFbBIzc\/87PH28RYH+eQU72PSmYYctLTahUswRiGvzMchw7kwC3F22PIImpiuBZwlJUUOC\/JyblX8SLHcEHxMI2xb03uzIn4CiLqnrUN5AARznt32vKg91Jm5e+eCUhnzd0ziRmrSlzazlYI4Mgvnx8vcNVIAb5etUOSYMGLBDgIwQkiPF2wfMQv4RrH9\/cui19J5XlxEQIqGpbFu1hqS7dL0fbts\/wghr3K7J+8NP\/liC+BevO2e17pneLQZWHUjJ86\/7y3KjZoLoqAdGcY\/rGZN+7zF9rHxci7uxU\/ZS63\/bOjJ\/bFWCVrx962\/r45jHBK6hlHrMvCYlyqLvKygrMixV06JCsr60A4O2p+94BGZs6URYiRX8ijwLAETPLkMELJehhHwe7ZiA03LnmWiZe5LlFgR5HI\/m9P7q444aryFQ7GMPwV9p66pifPG55BVH71ncwwRGDP\/rJslOqvYPelL72KoO5cDZtT6thMcKs+iyOlin5c+Wx2xCs0X\/ndfbdd3bw6oo1ivnH\/\/Fhy0dK9bYMcTUhO5haeKiqao9uQJFgnenjMx4\/2SoqfbjXwYT+y+yuqS74sKjmUEEMxl\/ZNuoIZDAZFndNHyMs4yCwY5ZkVUrCnyOoSTqYcZldmLRqv6TyNUD7i2JxJ\/Xg0eE\/mVlsfVfIiY\/P\/fu9bind3ZhXsnAVwZj+C2yEmOSoE1S9BMCcP\/lS6\/\/Rhe\/2WYSL4sWDZiGeUVqrr3R82jzWZHkXkgt8yXqeMAAodDF\/Zk3P7KaX6vXJdl7w4mOdQ3v2p+ol1sxYtna5L5aPhwhWWl92bndwna5+eo8uahPUZk39oFeNWPCsWzr\/jdpP9j9\/3OJuhETlAYrOOHZu1J5wOvX6\/9tp37xzYPPGJ9nGxthSLqcFiOqckCsernZU7yquKTzqcduSAGzQw4Soym1QxBV9fOR5rEEEEJGQxbjOZRAMZ\/JLdEhDnNgoxDjhqK60e3hiAIfuE3usG9ApmED2SyNhLagBD1pPx4Yd82+59ZnkZh+AQE+0VQsQH5nh9PPD9qT3lxxyV8v+VMoxA9bvs\/g3XIdFQJOiDeGb4QAAOkO8J5djmwtdHaV6R2GPpS\/LU6hCtbcQxMDRzCD3jJLEZh3DWuQxERA7eWFEN3OIfHn0ybM5EiR8vDL93yPB2NRGerdHQkl3kxMz\/9Gpw7wecA8DwenX1dSszOKjdwJliNlnMPMdXuEV3jSg2GPL26WboYWlli+gaA0SQOB4bLlBDQuJk3sEQGS8BQ7Iw4aStsvymxgKMWtB4Y0qOPLWvpCNolVHLMPztZOXvegoQhogCWWpKnb21+uFfbuemop8dVaLTAxhLR2re0OSrt899a1oQMyYjJ5wuXDrmrD0bWnzvvvTl1QikKJcRTr9VYCk8nZk2ZkCS3cSVEOG6Pfc\/rvoc02D23rr9nr\/0SnZkhvNHze8yuKV91efMDWMEdnkpflMyDH9\/ZcYBSCE3Hg66yjYMeIO2Q3R8DHIc2JHDoDNIVhJOJFaU39KYgOEBjcycKXmIaFXTeGpkIwUMf8ZRWezor2VRl7\/PkpuJBRuP5UfCMNTEQatsx7cX2swu4T2t5RWV42D17mlP6JZ7kG1+MGby+o7xbs3sKJDflW5OmLS1V+1enXPIMAIAx1hAGhfI586tuDbNuiXLBzxF\/iAIPI8B16s0BcPwVkAenqwG0L5QKkQkNA1JQkVWZhw15e6xokuK+BrFsiP2kgM\/nlqjF8OIvEcE1tB1+YvteAmXNZZ+RpC79\/4nVuitf03G5K\/axrj1eVnqnNtXZa184qeuu4mgBiXpqXPJMPzjdc3QdzOR6KyLrwf0NF5maJbY4KCdCGLNeAM2SNzLuqxMKE6QHLc+Mu8OTTum1fqDmcunvoUAqk5IVmBEd8DwMo5mbXoucNWIms6h8PotJ\/x2fVH0j29jrY95F24pqNM5Eem8bEGikbj3G8V4IzAMr5+5aVM+ax\/n0vWipw1HUo6+ta\/1fgY0o\/jwk7pOI+oR32uuWTkJOWxwDOagPpYBkBin+sS6gP4QAG\/EBustmpJh1DONccumzuY4uEqPoNXpaBTA8PVv4kf\/zeNN2s9gKD1a883eT4\/\/4dfcO9w61rvRVPVY+pK8clS3nauyowzg3b33PfH3xnJ61aipK7onOuVNj7o8cj7jke+7fb+32pxVcvTJfboobQQlV1+3cjwHZy64GtzXegVLiNVtLxBvOAMaMmAkSo5bmoph1IPG2GWTh\/Ec95he8dMjh6HEl8y1P2w0xRhU7WOQ9daUu3\/ZkXfolgsFMGSfe7z+4mxA1A3YGdCbe++bsUZJnLXK\/O33904Z1KxGvnRZl+fH0riiZws7jD4fGYZ\/BX0Zx8Bepr5cckIzXYIgX4NiQM9sn4kJJcmV5Tc2dtIzkN84dPNQQ7t9Xd9GANV3OfgpbHSG0cAeEd6Z+8Pi2ESj4jUFNaddn32w+9PJkJ2t+5kNOnWKgGq6L3npGuRgpj426O3d983I00dXcC1PDpqQ8vvurNDIg6blz76ay12GmiW\/JI1Yv2Ohwk2GjV278Pq9wNG7i7FrTJtEXdaqIIDIGbDGzIQSm+S4uakZRj3TkP+hB9toKobh31xjVn3z+1ibZb7RxAXNy4guqaTypP2pdVOvXRe+uc9Diexsrkcr62IAjOheXEliS\/c9OPOjpqrhylH3vNEj0TEiEnsuEZ1bi61jZ27KUbwoMBJ7epaVgSMlDiZ1vbzZEADt9\/54fZKXlFs46ViiWHXLo\/Pu0uUKTS31rd\/lOi5nymQOUfFX28dY0zKMILUcvfK76w0GuMXAc914E6YwUTrtFtg+wSl+un7yNZu0BOd8KtPjzRfbgBtfBgSbFr+aGjBkH5\/sf3fz63qwTUlmqbUWn50iOn46FZf5yGeva14Yp8WunmXE8QTpAAAHU0lEQVRk4BgyMO4VFmuNLCdFADG8+FuiVH3TuQQMOTYNtsaPz5nyBwLIRIWnjRBANUjshXfveyvY0eh6xv+i19Vp0byWJrPxGUBQRXclhL\/uu\/eJz89FAGXguLo7bWxmETuqse8Q+arvT1onPPGvpREdh6jGZmPJ3j\/hvZdj2yc\/FIl+kyScSuFqhpxrwDgLNOQ\/THhjSn9i8EdAbBWmkltBdC1fdf8qXVY9RhLQi6lsx7ezLSZnzP2IcEPYehMcZ4z+svdB\/c6VCGszgIB8AM+HUsK7HeNdw5WUP+kw7t92wnrHvH8vOWcUXImfamSeePCDjSwpQVH9\/fUaRHd1nFB9+VOvjIvwjlw1HgeXDXq3x\/hlk68mxMHAQSckbEUELgA6Boi\/Cm7Y9sGDbzT6bkJ9qvi\/qaXb4hd7cga4jQj6I2CDm78QoVAU2damzF8oiXLOrffc2iZBeKaZWegUiM2WubjiAzWWNx\/4KGeREn0Xmsyshz\/82B0fHx7sfSpmcLvKsNw+bH7O2F3nS33DXQh0vvgZ9SNEBNovmZ9kBa4FmKFq95QZiu+UPVdBfeGau5s3SzTcZOSoByBY7CK\/u7KC2\/zkf14\/7xZs6R2jWQ+8N0dMjH+C8caws0qWmqofn194R8RHFOhdhyho6B3RqL5oBMJE4KG732oeHxe7imIs\/QSjqUFim5ckt8Hl2EcOcc4Lr9+18XwMZhQ0zsdWifp0UUXgyXtWjSBgzRCNW8+nYUiwRoiCxkXVPaOVjUYg8ghEQSPyGEY1RCNwUUUgChoXVXNHKxuNQOQRiIJG5DGMaohG4KKKQBQ0LqrmjlY2GoHIIxAFjchjGNUQjcBFFYEoaFxUzR2tbDQCkUcgChqRxzCqIRqBiyoCUdC4qJo7WtloBCKPwHkBGhkZGdcBQEVubm7t8fTn+Bk1alTHdevWHdTixqhRo2xGo7Fvbm7uV1rKX2hltMZKS5trtXUBxtSztHzdunXl56Pv5xw0MjLSFhFhR0S2Ljd3je5H6asNekbGmEkA3KTc3LyhasvK8unp6UMRYXNubt45j61S\/+WX0WAwdMzLy9uitIwsJ5czGg2\/qa2rljavBWNDmVpbauqjt2xaWtrE1atXv6NWb3p62goAPJiXlxf0EnK1OvWUP+cdOyMjnS6kjhAu+BciaKSnp3s6Z1N10v+1Ng\/WJ\/5X6+kBjfT09IUANFr+NxFMX716taKzNGvRn98OgEnyEfNEcLfSsrItOajegBPBMKVfujq7bwNAJwDsSAQL8\/Ly5oZ7ocP97n3hAeArNUwjIyOjHwC9DUBIBB0Q0aYGCM8uT1lqWFdGRvoWItiOCP2JqK+adpBtEzFPeyPiQQCcrnSY6G0\/dXXV1uZabNX1k4Vy36pr+y15eas9d68qeTIy0n4j8pxul4iotk3SFgHgw3JfAmArlLanDOCI8AwRzFUD4nUMeREAycPq3wRBulvp8Ka239PD8nsMQDb5PNPc3Lygd9Z4QKO2QbC\/3FnkQCs15qWo8vg\/LS1tFMfhM6GMBWooLWhcR29l+rZI9tdg4PMRuVFKO3uoDlPXaEPVgEZ6evpmAFgv+1MXh7UqX6TtjNFcGXBrhwr8FlGU+iltBxk0GKNFcnktw6tImIa29tPGLtXa8g6D8vLyRtX1VU19uw5YN+flrVZ16ZFaf739su4jsEUpaNQNE\/MFQZRzceXp6enyRyBfaXkZNABohbfPZWSk5RPh9GAfcS\/TyEakiYxBttoxWEZG2sNE6GkURJBfNlVDHi2Blb8AAFhOBHWJIuoHgDIyR3zik1rQ8B9rqx2eeMsTgU8+wVOf0UqZV10ny5bl6+xnqwQ9zcMTbe3XVKCRvp0IspTG0f9jIn8AED1socn6dt1HXGaOikEjPT19OgAM9YJj3YdrutI+4N9n6vrTumDvU\/0LXkdR5KSkLKwoAVP7VcPpgiANlRGuqTpQenqaTKMnae0MejIN\/2SgVtBQC7a+dYiCRuAWDffFDNUPvMM2UfT07YNN1bf1AA21bDMIaAQFLS\/TkFFK\/kpNR4RRKhBKZii23NzV0+vG5dvVdn5tjSGPFyExN3f13b5DJCXj1HAyaplGbU7IA2KLtA9PPHRwrZyXkZkHAMg0WvGUrx6ggUh9c3NXe\/Jaah5t7ddUTMPTTzp4x\/dyH1U6hPX9env7tiCISUqHjN5hvyCIndS0pRbQqBvSbhdFSbYlD0\/k4fJXSj\/+mkBD7nQAcB0RHVKTG\/COvxE9w4QtANjPO7ZW2vFk20pByquzLo+xCLF2WEQE8guriB2F86uOPfWTgTCc7JkxqJwIZfI0mZyEXI8IciJU8ZRt3ZTnIkQYWdsGlK00cVbbyeSXg1shvxC1HZxNUuN\/XcJQbj\/Zf5nOKx7maWk\/LWW8L5PKuMqJ+myZlda2Fa1QGpe6YeM6IpKvXqgbOqKcJ1Acm7qP8MLaNUh5iu+rqW1PylfXB8ZMIkLPO4AI65TWszauDftMOPv\/D\/IfUCqQ257cAAAAAElFTkSuQmCC\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 14321,
      "length": 26,
      "value": "\"myid_title_face_eye_open\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 14382,
      "length": 31,
      "value": "\"myid_title_face_head_rotation\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 14442,
      "length": 25,
      "value": "\"myid_title_face_in_oval\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 14496,
      "length": 25,
      "value": "\"myid_title_face_zoom_in\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 14551,
      "length": 26,
      "value": "\"myid_title_face_zoom_out\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 14606,
      "length": 24,
      "value": "\"myid_title_hold_steady\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 14669,
      "length": 30,
      "value": "\"myid_please_enter_valid_data\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 14739,
      "length": 31,
      "value": "\"myid_please_enter_person_date\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 14809,
      "length": 30,
      "value": "\"myid_please_enter_valid_date\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 14880,
      "length": 28,
      "value": "\"myid_serial_number_hint_ex\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 14948,
      "length": 28,
      "value": "\"myid_date_of_birth_hint_ex\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 15012,
      "length": 21,
      "value": "\"myid_continue_title\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 15069,
      "length": 22,
      "value": "\"myid_select_doc_type\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 15120,
      "length": 14,
      "value": "\"myid_id_card\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 15165,
      "length": 15,
      "value": "\"myid_passport\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 15209,
      "length": 13,
      "value": "\"myid_cancel\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 15253,
      "length": 16,
      "value": "\"myid_blur_fail\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 15304,
      "length": 20,
      "value": "\"myid_liveness_fail\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 15351,
      "length": 11,
      "value": "\"myid_exit\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 15394,
      "length": 17,
      "value": "\"myid_ban_second\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 15438,
      "length": 11,
      "value": "\"myid_hour\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 15477,
      "length": 12,
      "value": "\"myid_hours\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 15518,
      "length": 13,
      "value": "\"myid_minute\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 15561,
      "length": 14,
      "value": "\"myid_minutes\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 15604,
      "length": 13,
      "value": "\"myid_second\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 15647,
      "length": 14,
      "value": "\"myid_seconds\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 15696,
      "length": 21,
      "value": "\"myid_ban_second_now\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 15757,
      "length": 27,
      "value": "\"myid_has_question_call_as\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 15814,
      "length": 15,
      "value": "\"myid_ban_call\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 15860,
      "length": 16,
      "value": "\"myid_try_again\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 15917,
      "length": 21,
      "value": "\"myid_residency_info\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 15972,
      "length": 19,
      "value": "\"myid_non_resident\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 16043,
      "length": 34,
      "value": "\"myid_title_liveness_not_detected\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 16117,
      "length": 26,
      "value": "\"myid_title_blur_detected\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 16185,
      "length": 28,
      "value": "\"myid_msg_face_not_detected\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 16260,
      "length": 34,
      "value": "\"myid_msg_multiple_faces_detected\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 16338,
      "length": 30,
      "value": "\"myid_msg_sunglasses_detected\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 16409,
      "length": 28,
      "value": "\"myid_msg_eyes_not_detected\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 16483,
      "length": 33,
      "value": "\"myid_msg_head_rotation_detected\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 16557,
      "length": 28,
      "value": "\"myid_msg_face_not_detected\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 16640,
      "length": 36,
      "value": "\"myid_permission_denied_explanation\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 16711,
      "length": 20,
      "value": "\"myid_goto_settings\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 16765,
      "length": 19,
      "value": "\"myid_allow_camera\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 16821,
      "length": 23,
      "value": "\"myid_msg_server_error\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 16883,
      "length": 25,
      "value": "\"myid_msg_internal_error\""
    },
    {
      "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/MyID\/myid-sdk\/ios\/MyIdSDK\/Helpers\/Constants.swift",
      "kind": "StringLiteral",
      "offset": 16950,
      "length": 28,
      "value": "\"myid_msg_permissions_error\""
    }
  ]
}