diff --git a/CHANGELOG.md b/CHANGELOG.md index 22e7d27a..0ebe55a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # RELEASES +## LinkKit 6.0.0-beta4 — 2024-05-29 +### Requirements + +| Name | Version | +|------|---------| +| Xcode | >= 15.3.0 | +| iOS | >= 14.0 | + +### Changes + +- Add additional FinanceKit logging. +- Add support for FinanceKit and Apple card. +- Add Objective-C FinanceKit APIs for React Native. + ## LinkKit 6.0.0-beta3 — 2024-05-24 ### Requirements diff --git a/LinkKit.xcframework/Info.plist b/LinkKit.xcframework/Info.plist index 96936d9e..63922a80 100644 --- a/LinkKit.xcframework/Info.plist +++ b/LinkKit.xcframework/Info.plist @@ -25,32 +25,32 @@ BinaryPath LinkKit.framework/LinkKit LibraryIdentifier - ios-arm64 + ios-arm64_x86_64-simulator LibraryPath LinkKit.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform ios + SupportedPlatformVariant + simulator BinaryPath LinkKit.framework/LinkKit LibraryIdentifier - ios-arm64_x86_64-simulator + ios-arm64 LibraryPath LinkKit.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform ios - SupportedPlatformVariant - simulator CFBundlePackageType diff --git a/LinkKit.xcframework/ios-arm64/LinkKit.framework/Info.plist b/LinkKit.xcframework/ios-arm64/LinkKit.framework/Info.plist index 6e269a22..5e3b5143 100644 Binary files a/LinkKit.xcframework/ios-arm64/LinkKit.framework/Info.plist and b/LinkKit.xcframework/ios-arm64/LinkKit.framework/Info.plist differ diff --git a/LinkKit.xcframework/ios-arm64/LinkKit.framework/LinkKit b/LinkKit.xcframework/ios-arm64/LinkKit.framework/LinkKit index 1c7b1736..27db8956 100755 Binary files a/LinkKit.xcframework/ios-arm64/LinkKit.framework/LinkKit and b/LinkKit.xcframework/ios-arm64/LinkKit.framework/LinkKit differ diff --git a/LinkKit.xcframework/ios-arm64/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios.abi.json b/LinkKit.xcframework/ios-arm64/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios.abi.json index 5746a2c9..b6c9faad 100644 --- a/LinkKit.xcframework/ios-arm64/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios.abi.json +++ b/LinkKit.xcframework/ios-arm64/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios.abi.json @@ -42263,6 +42263,16 @@ } ] }, + { + "kind": "Import", + "name": "Anomalies", + "printedName": "Anomalies", + "declKind": "Import", + "moduleName": "LinkKit", + "declAttributes": [ + "ImplementationOnly" + ] + }, { "kind": "Import", "name": "FinanceKit", @@ -42769,6 +42779,213 @@ } ] }, + { + "kind": "TypeDecl", + "name": "FinanceKitDebugging", + "printedName": "FinanceKitDebugging", + "children": [ + { + "kind": "Var", + "name": "syncFinanceKit", + "printedName": "syncFinanceKit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LinkKit.FinanceKitDebugging.Type) -> (Swift.String, Swift.Bool) -> LinkKit.FinanceKitDebugging", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Swift.Bool) -> LinkKit.FinanceKitDebugging", + "children": [ + { + "kind": "TypeNominal", + "name": "FinanceKitDebugging", + "printedName": "LinkKit.FinanceKitDebugging", + "usr": "s:7LinkKit07FinanceB9DebuggingO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(token: Swift.String, requestAuthorizationIfNeeded: Swift.Bool)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LinkKit.FinanceKitDebugging.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "FinanceKitDebugging", + "printedName": "LinkKit.FinanceKitDebugging", + "usr": "s:7LinkKit07FinanceB9DebuggingO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:7LinkKit07FinanceB9DebuggingO04synccB0yACSS_SbtcACmF", + "mangledName": "$s7LinkKit07FinanceB9DebuggingO04synccB0yACSS_SbtcACmF", + "moduleName": "LinkKit", + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "anomalieMessage", + "printedName": "anomalieMessage", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:7LinkKit07FinanceB9DebuggingO15anomalieMessageSSvp", + "mangledName": "$s7LinkKit07FinanceB9DebuggingO15anomalieMessageSSvp", + "moduleName": "LinkKit", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:7LinkKit07FinanceB9DebuggingO15anomalieMessageSSvg", + "mangledName": "$s7LinkKit07FinanceB9DebuggingO15anomalieMessageSSvg", + "moduleName": "LinkKit", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "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": "s:7LinkKit07FinanceB9DebuggingO16errorDescriptionSSSgvp", + "mangledName": "$s7LinkKit07FinanceB9DebuggingO16errorDescriptionSSSgvp", + "moduleName": "LinkKit", + "declAttributes": [ + "AccessControl" + ], + "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": "s:7LinkKit07FinanceB9DebuggingO16errorDescriptionSSSgvg", + "mangledName": "$s7LinkKit07FinanceB9DebuggingO16errorDescriptionSSSgvg", + "moduleName": "LinkKit", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:7LinkKit07FinanceB9DebuggingO", + "mangledName": "$s7LinkKit07FinanceB9DebuggingO", + "moduleName": "LinkKit", + "intro_iOS": "17.4", + "declAttributes": [ + "AccessControl", + "Available" + ], + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "kind": "Conformance", + "name": "AnomaliesErrorTrackable", + "printedName": "AnomaliesErrorTrackable", + "usr": "s:9Anomalies0A14ErrorTrackableP", + "mangledName": "$s9Anomalies0A14ErrorTrackableP" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, { "kind": "TypeDecl", "name": "InternalExpressibleByStringLiteral", @@ -52167,2415 +52384,2415 @@ }, "ConstValues": [ { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/PresentationMethod.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/PresentationMethod.swift", "kind": "BooleanLiteral", "offset": 523, "length": 4, "value": "true" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5662, "length": 6, "value": "\"type\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5694, "length": 6, "value": "\"code\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5662, "length": 6, "value": "\"type\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5694, "length": 6, "value": "\"code\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5755, "length": 17, "value": "\"INVALID_REQUEST\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5818, "length": 15, "value": "\"INVALID_INPUT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5883, "length": 19, "value": "\"INSTITUTION_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5953, "length": 21, "value": "\"RATE_LIMIT_EXCEEDED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 6016, "length": 11, "value": "\"API_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 6070, "length": 12, "value": "\"ITEM_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 6125, "length": 12, "value": "\"AUTH_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 6187, "length": 20, "value": "\"ASSET_REPORT_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 6249, "length": 10, "value": "\"INTERNAL\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 12682, "length": 32, "value": "\"BANK_INCOME_INSIGHTS_COMPLETED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 12757, "length": 13, "value": "\"CLOSE_OAUTH\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 12808, "length": 7, "value": "\"ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 12852, "length": 6, "value": "\"EXIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 12900, "length": 12, "value": "\"FAIL_OAUTH\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 12952, "length": 9, "value": "\"HANDOFF\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13023, "length": 34, "value": "\"IDENTITY_VERIFICATION_START_STEP\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13118, "length": 33, "value": "\"IDENTITY_VERIFICATION_PASS_STEP\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13212, "length": 33, "value": "\"IDENTITY_VERIFICATION_FAIL_STEP\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13315, "length": 43, "value": "\"IDENTITY_VERIFICATION_PENDING_REVIEW_STEP\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13431, "length": 46, "value": "\"IDENTITY_VERIFICATION_PENDING_REVIEW_SESSION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13543, "length": 38, "value": "\"IDENTITY_VERIFICATION_CREATE_SESSION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13647, "length": 38, "value": "\"IDENTITY_VERIFICATION_RESUME_SESSION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13749, "length": 36, "value": "\"IDENTITY_VERIFICATION_PASS_SESSION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13849, "length": 36, "value": "\"IDENTITY_VERIFICATION_FAIL_SESSION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13944, "length": 31, "value": "\"IDENTITY_VERIFICATION_OPEN_UI\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14036, "length": 33, "value": "\"IDENTITY_VERIFICATION_RESUME_UI\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14129, "length": 32, "value": "\"IDENTITY_VERIFICATION_CLOSE_UI\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14218, "length": 28, "value": "\"MATCHED_SELECT_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14304, "length": 30, "value": "\"MATCHED_SELECT_VERIFY_METHOD\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14371, "length": 6, "value": "\"OPEN\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14421, "length": 15, "value": "\"OPEN_MY_PLAID\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14478, "length": 12, "value": "\"OPEN_OAUTH\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14551, "length": 33, "value": "\"PROFILE_ELIGIBILITY_CHECK_READY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14645, "length": 33, "value": "\"PROFILE_ELIGIBILITY_CHECK_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14728, "length": 20, "value": "\"SEARCH_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14806, "length": 29, "value": "\"SELECT_DEGRADED_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14889, "length": 25, "value": "\"SELECT_DOWN_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14972, "length": 29, "value": "\"SELECT_FILTERED_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15051, "length": 20, "value": "\"SELECT_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15115, "length": 14, "value": "\"SELECT_BRAND\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15176, "length": 18, "value": "\"SELECT_AUTH_TYPE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15246, "length": 23, "value": "\"SUBMIT_ACCOUNT_NUMBER\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15317, "length": 18, "value": "\"SUBMIT_DOCUMENTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15390, "length": 26, "value": "\"SUBMIT_DOCUMENTS_SUCCESS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15469, "length": 24, "value": "\"SUBMIT_DOCUMENTS_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15545, "length": 23, "value": "\"SUBMIT_ROUTING_NUMBER\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15614, "length": 17, "value": "\"VIEW_DATA_TYPES\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15673, "length": 12, "value": "\"SUBMIT_OTP\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15729, "length": 14, "value": "\"SUBMIT_PHONE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15791, "length": 19, "value": "\"SKIP_SUBMIT_PHONE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15854, "length": 14, "value": "\"VERIFY_PHONE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15918, "length": 20, "value": "\"SUBMIT_CREDENTIALS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15980, "length": 12, "value": "\"SUBMIT_MFA\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 16039, "length": 17, "value": "\"TRANSITION_VIEW\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 16110, "length": 25, "value": "\"CONNECT_NEW_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", "kind": "BooleanLiteral", "offset": 3250, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", "kind": "BooleanLiteral", "offset": 3292, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", "kind": "Array", "offset": 3356, "length": 2, "value": "[]" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", "kind": "StringLiteral", "offset": 329, "length": 23, "value": "\"LinkKit.PlaidLinkViewController\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ScriptMessageWithReplyHandler.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ScriptMessageWithReplyHandler.swift", "kind": "StringLiteral", "offset": 308, "length": 29, "value": "\"LinkKit.ScriptMessageWithReplyHandler\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift", "kind": "Array", "offset": 4967, "length": 2, "value": "[]" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift", "kind": "StringLiteral", "offset": 494, "length": 27, "value": "\"LinkKit.ComponentPaneViewController\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2090, "length": 16, "value": "\"ACCOUNTS_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2153, "length": 16, "value": "\"ADDITION_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2212, "length": 12, "value": "\"AUTH_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2271, "length": 16, "value": "\"IDENTITY_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2332, "length": 14, "value": "\"INCOME_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2392, "length": 16, "value": "\"ITEM_GET_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2451, "length": 12, "value": "\"RATE_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2514, "length": 20, "value": "\"TRANSACTIONS_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", "kind": "IntegerLiteral", "offset": 1333, "length": 2, "value": "16" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", "kind": "IntegerLiteral", "offset": 1345, "length": 2, "value": "16" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", "kind": "IntegerLiteral", "offset": 1735, "length": 2, "value": "54" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", "kind": "IntegerLiteral", "offset": 1747, "length": 2, "value": "20" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", "kind": "StringLiteral", "offset": 271, "length": 24, "value": "\"LinkKit.EmbeddedSearchModuleView\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ApiErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ApiErrorCode.swift", "kind": "StringLiteral", "offset": 1078, "length": 23, "value": "\"INTERNAL_SERVER_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ApiErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ApiErrorCode.swift", "kind": "StringLiteral", "offset": 1153, "length": 21, "value": "\"PLANNED_MAINTENANCE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 2824, "length": 20, "value": "\"requires_questions\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 2895, "length": 21, "value": "\"requires_selections\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 2961, "length": 15, "value": "\"requires_code\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 3021, "length": 15, "value": "\"choose_device\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 3088, "length": 22, "value": "\"requires_credentials\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 3162, "length": 23, "value": "\"institution_not_found\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 3242, "length": 28, "value": "\"requires_account_selection\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 3323, "length": 25, "value": "\"continue_to_third_party\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift", "kind": "StringLiteral", "offset": 1019, "length": 19, "value": "\"PRODUCT_NOT_READY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift", "kind": "StringLiteral", "offset": 1091, "length": 22, "value": "\"VERIFICATION_EXPIRED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 304, "length": 7, "value": "\"Plaid\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 342, "length": 9, "value": "\"LinkKit\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 510, "length": 20, "value": "\"ReactNativeLinkSdk\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 830, "length": 8, "value": "\"%@\/%@ \"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 989, "length": 2, "value": "\"\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 1045, "length": 29, "value": "\"%@%@%@\/%@(%@) %@-%@ (%@ %@)\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 1293, "length": 2, "value": "\"\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 1357, "length": 2, "value": "\"\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/MFAType.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/MFAType.swift", "kind": "StringLiteral", "offset": 1762, "length": 6, "value": "\"code\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/MFAType.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/MFAType.swift", "kind": "StringLiteral", "offset": 1808, "length": 8, "value": "\"device\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/MFAType.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/MFAType.swift", "kind": "StringLiteral", "offset": 1859, "length": 11, "value": "\"questions\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/MFAType.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/MFAType.swift", "kind": "StringLiteral", "offset": 1914, "length": 12, "value": "\"selections\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 767, "length": 3, "value": "118" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 773, "length": 3, "value": "255" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 785, "length": 3, "value": "118" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 791, "length": 3, "value": "255" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 802, "length": 3, "value": "118" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 808, "length": 3, "value": "255" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "FloatLiteral", "offset": 820, "length": 4, "value": "0.20" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 859, "length": 1, "value": "3" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "FloatLiteral", "offset": 896, "length": 3, "value": "8.0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift", "kind": "StringLiteral", "offset": 356, "length": 22, "value": "\"LinkKit.TodoPaneViewController\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ReactNativeLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ReactNativeLinkKit.swift", "kind": "StringLiteral", "offset": 376, "length": 11, "value": "\"RNLinksdk\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ReactNativeLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ReactNativeLinkKit.swift", "kind": "StringLiteral", "offset": 536, "length": 12, "value": "\"sdkVersion\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ReactNativeLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ReactNativeLinkKit.swift", "kind": "StringLiteral", "offset": 965, "length": 15, "value": "\"0.0.0-unknown\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift", "kind": "Dictionary", "offset": 483, "length": 3, "value": "[]" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift", "kind": "BooleanLiteral", "offset": 1204, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift", "kind": "StringLiteral", "offset": 148, "length": 24, "value": "\"LinkKit.LinkOOPWebViewController\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", "kind": "StringLiteral", "offset": 1554, "length": 18, "value": "\"INSTITUTION_DOWN\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", "kind": "StringLiteral", "offset": 1630, "length": 28, "value": "\"INSTITUTION_NOT_RESPONDING\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", "kind": "StringLiteral", "offset": 1715, "length": 27, "value": "\"INSTITUTION_NOT_AVAILABLE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", "kind": "StringLiteral", "offset": 1804, "length": 33, "value": "\"INSTITUTION_NO_LONGER_SUPPORTED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 1995, "length": 16, "value": "\"MISSING_FIELDS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 2058, "length": 16, "value": "\"UNKNOWN_FIELDS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 2120, "length": 15, "value": "\"INVALID_FIELD\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 2180, "length": 14, "value": "\"INVALID_BODY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 2242, "length": 17, "value": "\"INVALID_HEADERS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 2301, "length": 11, "value": "\"NOT_FOUND\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 2357, "length": 14, "value": "\"SANDBOX_ONLY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6098, "length": 26, "value": "\"INSUFFICIENT_CREDENTIALS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6176, "length": 21, "value": "\"INVALID_CREDENTIALS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6241, "length": 13, "value": "\"INVALID_MFA\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6305, "length": 21, "value": "\"INVALID_SEND_METHOD\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6382, "length": 26, "value": "\"INVALID_UPDATED_USERNAME\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6452, "length": 13, "value": "\"ITEM_LOCKED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6516, "length": 21, "value": "\"ITEM_LOGIN_REQUIRED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6582, "length": 15, "value": "\"ITEM_NO_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6647, "length": 20, "value": "\"ITEM_NOT_SUPPORTED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6724, "length": 27, "value": "\"INCORRECT_DEPOSIT_AMOUNTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6802, "length": 21, "value": "\"USER_SETUP_REQUIRED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6872, "length": 19, "value": "\"MFA_NOT_SUPPORTED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6935, "length": 13, "value": "\"NO_ACCOUNTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6996, "length": 18, "value": "\"NO_AUTH_ACCOUNTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 7068, "length": 24, "value": "\"NO_INVESTMENT_ACCOUNTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 7145, "length": 23, "value": "\"NO_LIABILITY_ACCOUNTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 7217, "length": 19, "value": "\"PRODUCT_NOT_READY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 7290, "length": 24, "value": "\"PRODUCTS_NOT_SUPPORTED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 7366, "length": 22, "value": "\"INSTANT_MATCH_FAILED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/LinkEvent.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/LinkEvent.swift", "kind": "StringLiteral", "offset": 1110, "length": 12, "value": "\"event_name\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/LinkEvent.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/LinkEvent.swift", "kind": "StringLiteral", "offset": 1110, "length": 12, "value": "\"event_name\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2438, "length": 8, "value": "\"assets\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2484, "length": 6, "value": "\"auth\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2537, "length": 16, "value": "\"deposit_switch\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2595, "length": 10, "value": "\"identity\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2645, "length": 8, "value": "\"income\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2698, "length": 13, "value": "\"investments\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2756, "length": 13, "value": "\"liabilities\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2820, "length": 20, "value": "\"liabilities_report\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2891, "length": 20, "value": "\"payment_initiation\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2957, "length": 14, "value": "\"transactions\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift", "kind": "StringLiteral", "offset": 108, "length": 25, "value": "\"LinkKit.LoadingPaneViewController\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/LinkTokenConfiguration.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/LinkTokenConfiguration.swift", "kind": "BooleanLiteral", "offset": 1703, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/LinkHandler.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/LinkHandler.swift", "kind": "IntegerLiteral", "offset": 8145, "length": 3, "value": "390" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/LinkHandler.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/LinkHandler.swift", "kind": "IntegerLiteral", "offset": 8158, "length": 3, "value": "690" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8497, "length": 12, "value": "\"ACCEPT_TOS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8551, "length": 11, "value": "\"CONNECTED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8602, "length": 9, "value": "\"CONSENT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8654, "length": 12, "value": "\"CREDENTIAL\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8715, "length": 19, "value": "\"DATA_TRANSPARENCY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8790, "length": 27, "value": "\"DATA_TRANSPARENCY_CONSENT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8873, "length": 26, "value": "\"DOCUMENTARY_VERIFICATION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8937, "length": 7, "value": "\"ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8981, "length": 6, "value": "\"EXIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9028, "length": 11, "value": "\"KYC_CHECK\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9083, "length": 14, "value": "\"SELFIE_CHECK\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9137, "length": 9, "value": "\"LOADING\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9193, "length": 17, "value": "\"MATCHED_CONSENT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9260, "length": 20, "value": "\"MATCHED_CREDENTIAL\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9323, "length": 13, "value": "\"MATCHED_MFA\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9372, "length": 5, "value": "\"MFA\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9417, "length": 9, "value": "\"NUMBERS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9483, "length": 28, "value": "\"NUMBERS_SELECT_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9561, "length": 21, "value": "\"PROFILE_DATA_REVIEW\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9620, "length": 7, "value": "\"OAUTH\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9669, "length": 11, "value": "\"RECAPTCHA\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9722, "length": 12, "value": "\"RISK_CHECK\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9776, "length": 11, "value": "\"SCREENING\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9833, "length": 16, "value": "\"SELECT_ACCOUNT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9896, "length": 18, "value": "\"SELECT_AUTH_TYPE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9958, "length": 14, "value": "\"SUBMIT_PHONE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10016, "length": 14, "value": "\"VERIFY_PHONE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10085, "length": 26, "value": "\"SELECT_SAVED_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10162, "length": 22, "value": "\"SELECT_SAVED_ACCOUNT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10228, "length": 14, "value": "\"SELECT_BRAND\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10292, "length": 20, "value": "\"SELECT_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10360, "length": 18, "value": "\"SUBMIT_DOCUMENTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10433, "length": 26, "value": "\"SUBMIT_DOCUMENTS_SUCCESS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10512, "length": 24, "value": "\"SUBMIT_DOCUMENTS_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10584, "length": 18, "value": "\"UPLOAD_DOCUMENTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10644, "length": 12, "value": "\"VERIFY_SMS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/KeyValueService.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/KeyValueService.swift", "kind": "StringLiteral", "offset": 218, "length": 30, "value": "\"com.plaid.link.persistent-id\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/KeyValueService.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/KeyValueService.swift", "kind": "StringLiteral", "offset": 218, "length": 30, "value": "\"com.plaid.link.persistent-id\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/KeyValueService.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/KeyValueService.swift", "kind": "StringLiteral", "offset": 1104, "length": 25, "value": "\"com.plaid.link.keychain\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", "kind": "StringLiteral", "offset": 1923, "length": 32, "value": "\"pending_automatic_verification\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", "kind": "StringLiteral", "offset": 2013, "length": 29, "value": "\"pending_manual_verification\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", "kind": "StringLiteral", "offset": 2091, "length": 19, "value": "\"manually_verified\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", "kind": "StringLiteral", "offset": 2150, "length": 9, "value": "\"unknown\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 2899, "length": 21, "value": "\"PRODUCT_NOT_ENABLED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 2969, "length": 18, "value": "\"DATA_UNAVAILABLE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 3036, "length": 19, "value": "\"PRODUCT_NOT_READY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 3116, "length": 32, "value": "\"ASSET_REPORT_GENERATION_FAILED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 3195, "length": 16, "value": "\"INVALID_PARENT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 3263, "length": 22, "value": "\"INSIGHTS_NOT_ENABLED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 3347, "length": 33, "value": "\"INSIGHTS_PREVIOUSLY_NOT_ENABLED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Constants.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Constants.swift", "kind": "StringLiteral", "offset": 90, "length": 11, "value": "\"plaidlink\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Constants.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Constants.swift", "kind": "StringLiteral", "offset": 90, "length": 11, "value": "\"plaidlink\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1602, "length": 20, "value": "1" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1632, "length": 9, "value": "2" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1651, "length": 18, "value": "3" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1679, "length": 24, "value": "4" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1713, "length": 23, "value": "5" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1746, "length": 12, "value": "6" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1602, "length": 20, "value": "1" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1632, "length": 9, "value": "2" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1651, "length": 18, "value": "3" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1679, "length": 24, "value": "4" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1713, "length": 23, "value": "5" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1746, "length": 12, "value": "6" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "StringLiteral", "offset": 3072, "length": 14, "value": "\"LinkKit.PLKHandlerShim\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17845, "length": 15, "value": "1" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17870, "length": 12, "value": "2" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17892, "length": 21, "value": "3" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17923, "length": 7, "value": "4" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17845, "length": 15, "value": "1" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17870, "length": 12, "value": "2" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17892, "length": 21, "value": "3" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17923, "length": 7, "value": "4" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 2869, "length": 9, "value": "\"unknown\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 2917, "length": 7, "value": "\"other\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 2964, "length": 8, "value": "\"credit\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 3010, "length": 6, "value": "\"loan\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 3060, "length": 12, "value": "\"depository\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 3116, "length": 12, "value": "\"investment\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 3165, "length": 5, "value": "\"all\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 3769, "length": 7, "value": "\"other\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 4496, "length": 13, "value": "\"credit card\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 4549, "length": 8, "value": "\"paypal\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6202, "length": 6, "value": "\"auto\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6250, "length": 10, "value": "\"business\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6304, "length": 12, "value": "\"commercial\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6362, "length": 14, "value": "\"construction\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6418, "length": 10, "value": "\"consumer\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6472, "length": 13, "value": "\"home equity\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6531, "length": 16, "value": "\"line of credit\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6585, "length": 6, "value": "\"loan\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6633, "length": 10, "value": "\"mortgage\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6686, "length": 11, "value": "\"overdraft\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6738, "length": 9, "value": "\"student\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8144, "length": 17, "value": "\"cash management\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8197, "length": 4, "value": "\"cd\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8243, "length": 10, "value": "\"checking\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8290, "length": 5, "value": "\"ebt\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8332, "length": 5, "value": "\"hsa\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8382, "length": 14, "value": "\"money market\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8436, "length": 8, "value": "\"paypal\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8485, "length": 9, "value": "\"prepaid\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8535, "length": 9, "value": "\"savings\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13647, "length": 6, "value": "\"401a\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13701, "length": 6, "value": "\"401k\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13755, "length": 6, "value": "\"403B\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13809, "length": 6, "value": "\"457b\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13862, "length": 5, "value": "\"529\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13910, "length": 11, "value": "\"brokerage\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13962, "length": 10, "value": "\"cash isa\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14029, "length": 27, "value": "\"education savings account\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14102, "length": 15, "value": "\"fixed annuity\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14154, "length": 5, "value": "\"gic\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14223, "length": 34, "value": "\"health reimbursement arrangement\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14294, "length": 5, "value": "\"hsa\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14336, "length": 5, "value": "\"ira\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14378, "length": 5, "value": "\"isa\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14422, "length": 7, "value": "\"keogh\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14466, "length": 5, "value": "\"lif\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14509, "length": 6, "value": "\"lira\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14553, "length": 6, "value": "\"lrif\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14597, "length": 6, "value": "\"lrsp\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14647, "length": 13, "value": "\"mutual fund\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14720, "length": 31, "value": "\"non-taxable brokerage account\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14792, "length": 9, "value": "\"pension\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14839, "length": 6, "value": "\"plan\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14883, "length": 6, "value": "\"prif\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14940, "length": 21, "value": "\"profit sharing plan\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14999, "length": 6, "value": "\"rdsp\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15043, "length": 6, "value": "\"resp\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15093, "length": 12, "value": "\"retirement\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15143, "length": 6, "value": "\"rlif\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15191, "length": 11, "value": "\"roth 401k\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15240, "length": 6, "value": "\"roth\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15284, "length": 6, "value": "\"rrif\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15328, "length": 6, "value": "\"rrsp\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15374, "length": 8, "value": "\"sarsep\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15422, "length": 9, "value": "\"sep ira\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15474, "length": 12, "value": "\"simple ira\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15524, "length": 6, "value": "\"sipp\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15573, "length": 12, "value": "\"stock plan\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15623, "length": 6, "value": "\"tfsa\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15680, "length": 21, "value": "\"thrift savings plan\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15740, "length": 7, "value": "\"trust\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15785, "length": 6, "value": "\"ugma\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15829, "length": 6, "value": "\"utma\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15884, "length": 18, "value": "\"variable annuity\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Component.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Component.swift", "kind": "IntegerLiteral", "offset": 2448, "length": 1, "value": "0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Component.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Component.swift", "kind": "IntegerLiteral", "offset": 2461, "length": 1, "value": "0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/InfoProviding.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/InfoProviding.swift", "kind": "StringLiteral", "offset": 585, "length": 12, "value": "\"hw.machine\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/InfoProviding.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/InfoProviding.swift", "kind": "IntegerLiteral", "offset": 617, "length": 1, "value": "0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/InfoProviding.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/InfoProviding.swift", "kind": "IntegerLiteral", "offset": 672, "length": 1, "value": "0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/InfoProviding.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/InfoProviding.swift", "kind": "IntegerLiteral", "offset": 716, "length": 1, "value": "0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/InfoProviding.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/InfoProviding.swift", "kind": "IntegerLiteral", "offset": 790, "length": 1, "value": "0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/InfoProviding.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/InfoProviding.swift", "kind": "StringLiteral", "offset": 2568, "length": 9, "value": "\"LinkKit\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 1397, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 2669, "length": 4, "value": "true" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 3769, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 3837, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 4059, "length": 4, "value": "true" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 4107, "length": 4, "value": "true" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "IntegerLiteral", "offset": 4149, "length": 2, "value": "24" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 4429, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 4754, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "StringLiteral", "offset": 404, "length": 34, "value": "\"LinkKit.InProcessWebviewFallbackController\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift", "kind": "BooleanLiteral", "offset": 2214, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/FlutterLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/FlutterLinkKit.swift", "kind": "StringLiteral", "offset": 258, "length": 20, "value": "\"PlaidFlutterPlugin\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/FlutterLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/FlutterLinkKit.swift", "kind": "StringLiteral", "offset": 402, "length": 54, "value": "\"getLinkTokenConfigurationWithToken:onSuccessHandler:\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/FlutterLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/FlutterLinkKit.swift", "kind": "BooleanLiteral", "offset": 550, "length": 4, "value": "true" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/FlutterLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/FlutterLinkKit.swift", "kind": "BooleanLiteral", "offset": 594, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3020, "length": 18, "value": "\"INVALID_API_KEYS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3095, "length": 26, "value": "\"UNAUTHORIZED_ENVIRONMENT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3173, "length": 22, "value": "\"INVALID_ACCESS_TOKEN\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3247, "length": 22, "value": "\"INVALID_PUBLIC_TOKEN\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3317, "length": 17, "value": "\"INVALID_PRODUCT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3384, "length": 20, "value": "\"INVALID_ACCOUNT_ID\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3456, "length": 21, "value": "\"INVALID_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3538, "length": 32, "value": "\"TOO_MANY_VERIFICATION_ATTEMPTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/LinkUIController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/LinkUIController.swift", "kind": "BooleanLiteral", "offset": 493, "length": 5, diff --git a/LinkKit.xcframework/ios-arm64/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios.swiftmodule b/LinkKit.xcframework/ios-arm64/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios.swiftmodule index 8b3ab0aa..f188ea8b 100644 Binary files a/LinkKit.xcframework/ios-arm64/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios.swiftmodule and b/LinkKit.xcframework/ios-arm64/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios.swiftmodule differ diff --git a/LinkKit.xcframework/ios-arm64/LinkKit.framework/Threads_Threads.bundle/Info.plist b/LinkKit.xcframework/ios-arm64/LinkKit.framework/Threads_Threads.bundle/Info.plist index 88611600..02522000 100644 Binary files a/LinkKit.xcframework/ios-arm64/LinkKit.framework/Threads_Threads.bundle/Info.plist and b/LinkKit.xcframework/ios-arm64/LinkKit.framework/Threads_Threads.bundle/Info.plist differ diff --git a/LinkKit.xcframework/ios-arm64/LinkKit.framework/_CodeSignature/CodeResources b/LinkKit.xcframework/ios-arm64/LinkKit.framework/_CodeSignature/CodeResources index 97caa680..5bba322e 100644 --- a/LinkKit.xcframework/ios-arm64/LinkKit.framework/_CodeSignature/CodeResources +++ b/LinkKit.xcframework/ios-arm64/LinkKit.framework/_CodeSignature/CodeResources @@ -22,11 +22,11 @@ Info.plist - joxDvP1RxUa5iiOACVXtnN7ASZc= + XjjONlvHM1f6mB6q5lMh9umuI6E= Modules/LinkKit.swiftmodule/arm64-apple-ios.abi.json - swkwSz7kzdtMhBAbVD1ZsksG1/E= + qK3pE9IscWTGOXtS8SDivcKVt/8= Modules/LinkKit.swiftmodule/arm64-apple-ios.private.swiftinterface @@ -42,7 +42,7 @@ Modules/LinkKit.swiftmodule/arm64-apple-ios.swiftmodule - Z1oIjxL28NKITcJ9Oso7eLWVkJk= + lMOWM32/UJ4horHEyun/3CjT9h4= Modules/module.modulemap @@ -58,7 +58,7 @@ Threads_Threads.bundle/Info.plist - WFTNKYYQBCVr9a38ahlu3aNr1ns= + F3SdPWwJi8JeXuyWkTmAt2pEbUw= files2 @@ -95,7 +95,7 @@ hash2 - Fo6jVQ4zr7/V45Yk6m4ahMitzuSVX6OPrdzQBZf35XI= + pbB6t/UKyOG0xfDJ4rk7TEZbcjqoxhxYJkRJil6HcP8= Modules/LinkKit.swiftmodule/arm64-apple-ios.private.swiftinterface @@ -123,7 +123,7 @@ hash2 - 8uyzZ1AeZ6hzp/RC0KWATLi9kuUnXlxwoMOmMy7ppVs= + UdpbnKT4fImobl/YQBp5nrCeVFrAb7gfOQXmwpqhfCI= Modules/module.modulemap @@ -151,7 +151,7 @@ hash2 - tppwHhiBTgf0635VUlgT5r+UlOwi6lumUZFQwrCMmJ8= + /7WDtUM7xnCiaCyRQA2EBtfhxSMXrWhaaHGreCISzhw= diff --git a/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/LinkKit b/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/LinkKit index d1028df2..294558c7 100755 Binary files a/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/LinkKit and b/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/LinkKit differ diff --git a/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/arm64-apple-ios-macabi.abi.json b/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/arm64-apple-ios-macabi.abi.json index 0dbaae9f..04809a2a 100644 --- a/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/arm64-apple-ios-macabi.abi.json +++ b/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/arm64-apple-ios-macabi.abi.json @@ -41628,6 +41628,16 @@ } ] }, + { + "kind": "Import", + "name": "Anomalies", + "printedName": "Anomalies", + "declKind": "Import", + "moduleName": "LinkKit", + "declAttributes": [ + "ImplementationOnly" + ] + }, { "kind": "Import", "name": "FinanceKit", @@ -42134,6 +42144,213 @@ } ] }, + { + "kind": "TypeDecl", + "name": "FinanceKitDebugging", + "printedName": "FinanceKitDebugging", + "children": [ + { + "kind": "Var", + "name": "syncFinanceKit", + "printedName": "syncFinanceKit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LinkKit.FinanceKitDebugging.Type) -> (Swift.String, Swift.Bool) -> LinkKit.FinanceKitDebugging", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Swift.Bool) -> LinkKit.FinanceKitDebugging", + "children": [ + { + "kind": "TypeNominal", + "name": "FinanceKitDebugging", + "printedName": "LinkKit.FinanceKitDebugging", + "usr": "s:7LinkKit07FinanceB9DebuggingO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(token: Swift.String, requestAuthorizationIfNeeded: Swift.Bool)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LinkKit.FinanceKitDebugging.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "FinanceKitDebugging", + "printedName": "LinkKit.FinanceKitDebugging", + "usr": "s:7LinkKit07FinanceB9DebuggingO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:7LinkKit07FinanceB9DebuggingO04synccB0yACSS_SbtcACmF", + "mangledName": "$s7LinkKit07FinanceB9DebuggingO04synccB0yACSS_SbtcACmF", + "moduleName": "LinkKit", + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "anomalieMessage", + "printedName": "anomalieMessage", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:7LinkKit07FinanceB9DebuggingO15anomalieMessageSSvp", + "mangledName": "$s7LinkKit07FinanceB9DebuggingO15anomalieMessageSSvp", + "moduleName": "LinkKit", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:7LinkKit07FinanceB9DebuggingO15anomalieMessageSSvg", + "mangledName": "$s7LinkKit07FinanceB9DebuggingO15anomalieMessageSSvg", + "moduleName": "LinkKit", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "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": "s:7LinkKit07FinanceB9DebuggingO16errorDescriptionSSSgvp", + "mangledName": "$s7LinkKit07FinanceB9DebuggingO16errorDescriptionSSSgvp", + "moduleName": "LinkKit", + "declAttributes": [ + "AccessControl" + ], + "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": "s:7LinkKit07FinanceB9DebuggingO16errorDescriptionSSSgvg", + "mangledName": "$s7LinkKit07FinanceB9DebuggingO16errorDescriptionSSSgvg", + "moduleName": "LinkKit", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:7LinkKit07FinanceB9DebuggingO", + "mangledName": "$s7LinkKit07FinanceB9DebuggingO", + "moduleName": "LinkKit", + "intro_iOS": "17.4", + "declAttributes": [ + "AccessControl", + "Available" + ], + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "kind": "Conformance", + "name": "AnomaliesErrorTrackable", + "printedName": "AnomaliesErrorTrackable", + "usr": "s:9Anomalies0A14ErrorTrackableP", + "mangledName": "$s9Anomalies0A14ErrorTrackableP" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, { "kind": "TypeDecl", "name": "InternalExpressibleByStringLiteral", @@ -50952,2415 +51169,2415 @@ }, "ConstValues": [ { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/PresentationMethod.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/PresentationMethod.swift", "kind": "BooleanLiteral", "offset": 523, "length": 4, "value": "true" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5662, "length": 6, "value": "\"type\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5694, "length": 6, "value": "\"code\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5662, "length": 6, "value": "\"type\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5694, "length": 6, "value": "\"code\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5755, "length": 17, "value": "\"INVALID_REQUEST\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5818, "length": 15, "value": "\"INVALID_INPUT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5883, "length": 19, "value": "\"INSTITUTION_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5953, "length": 21, "value": "\"RATE_LIMIT_EXCEEDED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 6016, "length": 11, "value": "\"API_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 6070, "length": 12, "value": "\"ITEM_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 6125, "length": 12, "value": "\"AUTH_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 6187, "length": 20, "value": "\"ASSET_REPORT_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 6249, "length": 10, "value": "\"INTERNAL\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 12682, "length": 32, "value": "\"BANK_INCOME_INSIGHTS_COMPLETED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 12757, "length": 13, "value": "\"CLOSE_OAUTH\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 12808, "length": 7, "value": "\"ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 12852, "length": 6, "value": "\"EXIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 12900, "length": 12, "value": "\"FAIL_OAUTH\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 12952, "length": 9, "value": "\"HANDOFF\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13023, "length": 34, "value": "\"IDENTITY_VERIFICATION_START_STEP\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13118, "length": 33, "value": "\"IDENTITY_VERIFICATION_PASS_STEP\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13212, "length": 33, "value": "\"IDENTITY_VERIFICATION_FAIL_STEP\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13315, "length": 43, "value": "\"IDENTITY_VERIFICATION_PENDING_REVIEW_STEP\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13431, "length": 46, "value": "\"IDENTITY_VERIFICATION_PENDING_REVIEW_SESSION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13543, "length": 38, "value": "\"IDENTITY_VERIFICATION_CREATE_SESSION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13647, "length": 38, "value": "\"IDENTITY_VERIFICATION_RESUME_SESSION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13749, "length": 36, "value": "\"IDENTITY_VERIFICATION_PASS_SESSION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13849, "length": 36, "value": "\"IDENTITY_VERIFICATION_FAIL_SESSION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13944, "length": 31, "value": "\"IDENTITY_VERIFICATION_OPEN_UI\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14036, "length": 33, "value": "\"IDENTITY_VERIFICATION_RESUME_UI\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14129, "length": 32, "value": "\"IDENTITY_VERIFICATION_CLOSE_UI\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14218, "length": 28, "value": "\"MATCHED_SELECT_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14304, "length": 30, "value": "\"MATCHED_SELECT_VERIFY_METHOD\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14371, "length": 6, "value": "\"OPEN\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14421, "length": 15, "value": "\"OPEN_MY_PLAID\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14478, "length": 12, "value": "\"OPEN_OAUTH\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14551, "length": 33, "value": "\"PROFILE_ELIGIBILITY_CHECK_READY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14645, "length": 33, "value": "\"PROFILE_ELIGIBILITY_CHECK_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14728, "length": 20, "value": "\"SEARCH_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14806, "length": 29, "value": "\"SELECT_DEGRADED_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14889, "length": 25, "value": "\"SELECT_DOWN_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14972, "length": 29, "value": "\"SELECT_FILTERED_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15051, "length": 20, "value": "\"SELECT_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15115, "length": 14, "value": "\"SELECT_BRAND\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15176, "length": 18, "value": "\"SELECT_AUTH_TYPE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15246, "length": 23, "value": "\"SUBMIT_ACCOUNT_NUMBER\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15317, "length": 18, "value": "\"SUBMIT_DOCUMENTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15390, "length": 26, "value": "\"SUBMIT_DOCUMENTS_SUCCESS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15469, "length": 24, "value": "\"SUBMIT_DOCUMENTS_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15545, "length": 23, "value": "\"SUBMIT_ROUTING_NUMBER\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15614, "length": 17, "value": "\"VIEW_DATA_TYPES\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15673, "length": 12, "value": "\"SUBMIT_OTP\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15729, "length": 14, "value": "\"SUBMIT_PHONE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15791, "length": 19, "value": "\"SKIP_SUBMIT_PHONE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15854, "length": 14, "value": "\"VERIFY_PHONE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15918, "length": 20, "value": "\"SUBMIT_CREDENTIALS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15980, "length": 12, "value": "\"SUBMIT_MFA\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 16039, "length": 17, "value": "\"TRANSITION_VIEW\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 16110, "length": 25, "value": "\"CONNECT_NEW_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", "kind": "BooleanLiteral", "offset": 3250, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", "kind": "BooleanLiteral", "offset": 3292, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", "kind": "Array", "offset": 3356, "length": 2, "value": "[]" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", "kind": "StringLiteral", "offset": 329, "length": 23, "value": "\"LinkKit.PlaidLinkViewController\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ScriptMessageWithReplyHandler.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ScriptMessageWithReplyHandler.swift", "kind": "StringLiteral", "offset": 308, "length": 29, "value": "\"LinkKit.ScriptMessageWithReplyHandler\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift", "kind": "Array", "offset": 4967, "length": 2, "value": "[]" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift", "kind": "StringLiteral", "offset": 494, "length": 27, "value": "\"LinkKit.ComponentPaneViewController\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2090, "length": 16, "value": "\"ACCOUNTS_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2153, "length": 16, "value": "\"ADDITION_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2212, "length": 12, "value": "\"AUTH_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2271, "length": 16, "value": "\"IDENTITY_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2332, "length": 14, "value": "\"INCOME_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2392, "length": 16, "value": "\"ITEM_GET_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2451, "length": 12, "value": "\"RATE_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2514, "length": 20, "value": "\"TRANSACTIONS_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", "kind": "IntegerLiteral", "offset": 1333, "length": 2, "value": "16" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", "kind": "IntegerLiteral", "offset": 1345, "length": 2, "value": "16" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", "kind": "IntegerLiteral", "offset": 1735, "length": 2, "value": "54" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", "kind": "IntegerLiteral", "offset": 1747, "length": 2, "value": "20" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", "kind": "StringLiteral", "offset": 271, "length": 24, "value": "\"LinkKit.EmbeddedSearchModuleView\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ApiErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ApiErrorCode.swift", "kind": "StringLiteral", "offset": 1078, "length": 23, "value": "\"INTERNAL_SERVER_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ApiErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ApiErrorCode.swift", "kind": "StringLiteral", "offset": 1153, "length": 21, "value": "\"PLANNED_MAINTENANCE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 2824, "length": 20, "value": "\"requires_questions\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 2895, "length": 21, "value": "\"requires_selections\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 2961, "length": 15, "value": "\"requires_code\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 3021, "length": 15, "value": "\"choose_device\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 3088, "length": 22, "value": "\"requires_credentials\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 3162, "length": 23, "value": "\"institution_not_found\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 3242, "length": 28, "value": "\"requires_account_selection\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 3323, "length": 25, "value": "\"continue_to_third_party\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift", "kind": "StringLiteral", "offset": 1019, "length": 19, "value": "\"PRODUCT_NOT_READY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift", "kind": "StringLiteral", "offset": 1091, "length": 22, "value": "\"VERIFICATION_EXPIRED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 304, "length": 7, "value": "\"Plaid\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 342, "length": 9, "value": "\"LinkKit\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 510, "length": 20, "value": "\"ReactNativeLinkSdk\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 830, "length": 8, "value": "\"%@\/%@ \"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 989, "length": 2, "value": "\"\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 1045, "length": 29, "value": "\"%@%@%@\/%@(%@) %@-%@ (%@ %@)\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 1293, "length": 2, "value": "\"\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 1357, "length": 2, "value": "\"\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/MFAType.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/MFAType.swift", "kind": "StringLiteral", "offset": 1762, "length": 6, "value": "\"code\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/MFAType.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/MFAType.swift", "kind": "StringLiteral", "offset": 1808, "length": 8, "value": "\"device\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/MFAType.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/MFAType.swift", "kind": "StringLiteral", "offset": 1859, "length": 11, "value": "\"questions\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/MFAType.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/MFAType.swift", "kind": "StringLiteral", "offset": 1914, "length": 12, "value": "\"selections\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 767, "length": 3, "value": "118" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 773, "length": 3, "value": "255" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 785, "length": 3, "value": "118" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 791, "length": 3, "value": "255" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 802, "length": 3, "value": "118" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 808, "length": 3, "value": "255" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "FloatLiteral", "offset": 820, "length": 4, "value": "0.20" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 859, "length": 1, "value": "3" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "FloatLiteral", "offset": 896, "length": 3, "value": "8.0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift", "kind": "StringLiteral", "offset": 356, "length": 22, "value": "\"LinkKit.TodoPaneViewController\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ReactNativeLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ReactNativeLinkKit.swift", "kind": "StringLiteral", "offset": 376, "length": 11, "value": "\"RNLinksdk\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ReactNativeLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ReactNativeLinkKit.swift", "kind": "StringLiteral", "offset": 536, "length": 12, "value": "\"sdkVersion\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ReactNativeLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ReactNativeLinkKit.swift", "kind": "StringLiteral", "offset": 965, "length": 15, "value": "\"0.0.0-unknown\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift", "kind": "Dictionary", "offset": 483, "length": 3, "value": "[]" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift", "kind": "BooleanLiteral", "offset": 1204, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift", "kind": "StringLiteral", "offset": 148, "length": 24, "value": "\"LinkKit.LinkOOPWebViewController\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", "kind": "StringLiteral", "offset": 1554, "length": 18, "value": "\"INSTITUTION_DOWN\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", "kind": "StringLiteral", "offset": 1630, "length": 28, "value": "\"INSTITUTION_NOT_RESPONDING\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", "kind": "StringLiteral", "offset": 1715, "length": 27, "value": "\"INSTITUTION_NOT_AVAILABLE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", "kind": "StringLiteral", "offset": 1804, "length": 33, "value": "\"INSTITUTION_NO_LONGER_SUPPORTED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 1995, "length": 16, "value": "\"MISSING_FIELDS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 2058, "length": 16, "value": "\"UNKNOWN_FIELDS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 2120, "length": 15, "value": "\"INVALID_FIELD\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 2180, "length": 14, "value": "\"INVALID_BODY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 2242, "length": 17, "value": "\"INVALID_HEADERS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 2301, "length": 11, "value": "\"NOT_FOUND\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 2357, "length": 14, "value": "\"SANDBOX_ONLY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6098, "length": 26, "value": "\"INSUFFICIENT_CREDENTIALS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6176, "length": 21, "value": "\"INVALID_CREDENTIALS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6241, "length": 13, "value": "\"INVALID_MFA\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6305, "length": 21, "value": "\"INVALID_SEND_METHOD\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6382, "length": 26, "value": "\"INVALID_UPDATED_USERNAME\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6452, "length": 13, "value": "\"ITEM_LOCKED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6516, "length": 21, "value": "\"ITEM_LOGIN_REQUIRED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6582, "length": 15, "value": "\"ITEM_NO_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6647, "length": 20, "value": "\"ITEM_NOT_SUPPORTED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6724, "length": 27, "value": "\"INCORRECT_DEPOSIT_AMOUNTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6802, "length": 21, "value": "\"USER_SETUP_REQUIRED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6872, "length": 19, "value": "\"MFA_NOT_SUPPORTED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6935, "length": 13, "value": "\"NO_ACCOUNTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6996, "length": 18, "value": "\"NO_AUTH_ACCOUNTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 7068, "length": 24, "value": "\"NO_INVESTMENT_ACCOUNTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 7145, "length": 23, "value": "\"NO_LIABILITY_ACCOUNTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 7217, "length": 19, "value": "\"PRODUCT_NOT_READY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 7290, "length": 24, "value": "\"PRODUCTS_NOT_SUPPORTED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 7366, "length": 22, "value": "\"INSTANT_MATCH_FAILED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/LinkEvent.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/LinkEvent.swift", "kind": "StringLiteral", "offset": 1110, "length": 12, "value": "\"event_name\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/LinkEvent.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/LinkEvent.swift", "kind": "StringLiteral", "offset": 1110, "length": 12, "value": "\"event_name\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2438, "length": 8, "value": "\"assets\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2484, "length": 6, "value": "\"auth\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2537, "length": 16, "value": "\"deposit_switch\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2595, "length": 10, "value": "\"identity\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2645, "length": 8, "value": "\"income\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2698, "length": 13, "value": "\"investments\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2756, "length": 13, "value": "\"liabilities\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2820, "length": 20, "value": "\"liabilities_report\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2891, "length": 20, "value": "\"payment_initiation\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2957, "length": 14, "value": "\"transactions\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift", "kind": "StringLiteral", "offset": 108, "length": 25, "value": "\"LinkKit.LoadingPaneViewController\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/LinkTokenConfiguration.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/LinkTokenConfiguration.swift", "kind": "BooleanLiteral", "offset": 1703, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/LinkHandler.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/LinkHandler.swift", "kind": "IntegerLiteral", "offset": 8145, "length": 3, "value": "390" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/LinkHandler.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/LinkHandler.swift", "kind": "IntegerLiteral", "offset": 8158, "length": 3, "value": "690" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8497, "length": 12, "value": "\"ACCEPT_TOS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8551, "length": 11, "value": "\"CONNECTED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8602, "length": 9, "value": "\"CONSENT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8654, "length": 12, "value": "\"CREDENTIAL\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8715, "length": 19, "value": "\"DATA_TRANSPARENCY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8790, "length": 27, "value": "\"DATA_TRANSPARENCY_CONSENT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8873, "length": 26, "value": "\"DOCUMENTARY_VERIFICATION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8937, "length": 7, "value": "\"ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8981, "length": 6, "value": "\"EXIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9028, "length": 11, "value": "\"KYC_CHECK\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9083, "length": 14, "value": "\"SELFIE_CHECK\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9137, "length": 9, "value": "\"LOADING\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9193, "length": 17, "value": "\"MATCHED_CONSENT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9260, "length": 20, "value": "\"MATCHED_CREDENTIAL\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9323, "length": 13, "value": "\"MATCHED_MFA\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9372, "length": 5, "value": "\"MFA\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9417, "length": 9, "value": "\"NUMBERS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9483, "length": 28, "value": "\"NUMBERS_SELECT_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9561, "length": 21, "value": "\"PROFILE_DATA_REVIEW\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9620, "length": 7, "value": "\"OAUTH\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9669, "length": 11, "value": "\"RECAPTCHA\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9722, "length": 12, "value": "\"RISK_CHECK\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9776, "length": 11, "value": "\"SCREENING\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9833, "length": 16, "value": "\"SELECT_ACCOUNT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9896, "length": 18, "value": "\"SELECT_AUTH_TYPE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9958, "length": 14, "value": "\"SUBMIT_PHONE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10016, "length": 14, "value": "\"VERIFY_PHONE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10085, "length": 26, "value": "\"SELECT_SAVED_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10162, "length": 22, "value": "\"SELECT_SAVED_ACCOUNT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10228, "length": 14, "value": "\"SELECT_BRAND\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10292, "length": 20, "value": "\"SELECT_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10360, "length": 18, "value": "\"SUBMIT_DOCUMENTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10433, "length": 26, "value": "\"SUBMIT_DOCUMENTS_SUCCESS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10512, "length": 24, "value": "\"SUBMIT_DOCUMENTS_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10584, "length": 18, "value": "\"UPLOAD_DOCUMENTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10644, "length": 12, "value": "\"VERIFY_SMS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/KeyValueService.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/KeyValueService.swift", "kind": "StringLiteral", "offset": 218, "length": 30, "value": "\"com.plaid.link.persistent-id\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/KeyValueService.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/KeyValueService.swift", "kind": "StringLiteral", "offset": 218, "length": 30, "value": "\"com.plaid.link.persistent-id\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/KeyValueService.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/KeyValueService.swift", "kind": "StringLiteral", "offset": 1104, "length": 25, "value": "\"com.plaid.link.keychain\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", "kind": "StringLiteral", "offset": 1923, "length": 32, "value": "\"pending_automatic_verification\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", "kind": "StringLiteral", "offset": 2013, "length": 29, "value": "\"pending_manual_verification\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", "kind": "StringLiteral", "offset": 2091, "length": 19, "value": "\"manually_verified\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", "kind": "StringLiteral", "offset": 2150, "length": 9, "value": "\"unknown\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 2899, "length": 21, "value": "\"PRODUCT_NOT_ENABLED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 2969, "length": 18, "value": "\"DATA_UNAVAILABLE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 3036, "length": 19, "value": "\"PRODUCT_NOT_READY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 3116, "length": 32, "value": "\"ASSET_REPORT_GENERATION_FAILED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 3195, "length": 16, "value": "\"INVALID_PARENT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 3263, "length": 22, "value": "\"INSIGHTS_NOT_ENABLED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 3347, "length": 33, "value": "\"INSIGHTS_PREVIOUSLY_NOT_ENABLED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Constants.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Constants.swift", "kind": "StringLiteral", "offset": 90, "length": 11, "value": "\"plaidlink\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Constants.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Constants.swift", "kind": "StringLiteral", "offset": 90, "length": 11, "value": "\"plaidlink\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1602, "length": 20, "value": "1" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1632, "length": 9, "value": "2" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1651, "length": 18, "value": "3" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1679, "length": 24, "value": "4" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1713, "length": 23, "value": "5" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1746, "length": 12, "value": "6" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1602, "length": 20, "value": "1" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1632, "length": 9, "value": "2" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1651, "length": 18, "value": "3" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1679, "length": 24, "value": "4" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1713, "length": 23, "value": "5" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1746, "length": 12, "value": "6" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "StringLiteral", "offset": 3072, "length": 14, "value": "\"LinkKit.PLKHandlerShim\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17845, "length": 15, "value": "1" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17870, "length": 12, "value": "2" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17892, "length": 21, "value": "3" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17923, "length": 7, "value": "4" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17845, "length": 15, "value": "1" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17870, "length": 12, "value": "2" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17892, "length": 21, "value": "3" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17923, "length": 7, "value": "4" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 2869, "length": 9, "value": "\"unknown\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 2917, "length": 7, "value": "\"other\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 2964, "length": 8, "value": "\"credit\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 3010, "length": 6, "value": "\"loan\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 3060, "length": 12, "value": "\"depository\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 3116, "length": 12, "value": "\"investment\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 3165, "length": 5, "value": "\"all\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 3769, "length": 7, "value": "\"other\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 4496, "length": 13, "value": "\"credit card\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 4549, "length": 8, "value": "\"paypal\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6202, "length": 6, "value": "\"auto\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6250, "length": 10, "value": "\"business\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6304, "length": 12, "value": "\"commercial\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6362, "length": 14, "value": "\"construction\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6418, "length": 10, "value": "\"consumer\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6472, "length": 13, "value": "\"home equity\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6531, "length": 16, "value": "\"line of credit\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6585, "length": 6, "value": "\"loan\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6633, "length": 10, "value": "\"mortgage\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6686, "length": 11, "value": "\"overdraft\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6738, "length": 9, "value": "\"student\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8144, "length": 17, "value": "\"cash management\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8197, "length": 4, "value": "\"cd\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8243, "length": 10, "value": "\"checking\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8290, "length": 5, "value": "\"ebt\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8332, "length": 5, "value": "\"hsa\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8382, "length": 14, "value": "\"money market\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8436, "length": 8, "value": "\"paypal\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8485, "length": 9, "value": "\"prepaid\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8535, "length": 9, "value": "\"savings\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13647, "length": 6, "value": "\"401a\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13701, "length": 6, "value": "\"401k\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13755, "length": 6, "value": "\"403B\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13809, "length": 6, "value": "\"457b\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13862, "length": 5, "value": "\"529\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13910, "length": 11, "value": "\"brokerage\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13962, "length": 10, "value": "\"cash isa\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14029, "length": 27, "value": "\"education savings account\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14102, "length": 15, "value": "\"fixed annuity\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14154, "length": 5, "value": "\"gic\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14223, "length": 34, "value": "\"health reimbursement arrangement\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14294, "length": 5, "value": "\"hsa\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14336, "length": 5, "value": "\"ira\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14378, "length": 5, "value": "\"isa\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14422, "length": 7, "value": "\"keogh\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14466, "length": 5, "value": "\"lif\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14509, "length": 6, "value": "\"lira\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14553, "length": 6, "value": "\"lrif\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14597, "length": 6, "value": "\"lrsp\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14647, "length": 13, "value": "\"mutual fund\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14720, "length": 31, "value": "\"non-taxable brokerage account\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14792, "length": 9, "value": "\"pension\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14839, "length": 6, "value": "\"plan\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14883, "length": 6, "value": "\"prif\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14940, "length": 21, "value": "\"profit sharing plan\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14999, "length": 6, "value": "\"rdsp\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15043, "length": 6, "value": "\"resp\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15093, "length": 12, "value": "\"retirement\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15143, "length": 6, "value": "\"rlif\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15191, "length": 11, "value": "\"roth 401k\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15240, "length": 6, "value": "\"roth\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15284, "length": 6, "value": "\"rrif\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15328, "length": 6, "value": "\"rrsp\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15374, "length": 8, "value": "\"sarsep\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15422, "length": 9, "value": "\"sep ira\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15474, "length": 12, "value": "\"simple ira\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15524, "length": 6, "value": "\"sipp\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15573, "length": 12, "value": "\"stock plan\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15623, "length": 6, "value": "\"tfsa\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15680, "length": 21, "value": "\"thrift savings plan\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15740, "length": 7, "value": "\"trust\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15785, "length": 6, "value": "\"ugma\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15829, "length": 6, "value": "\"utma\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15884, "length": 18, "value": "\"variable annuity\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Component.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Component.swift", "kind": "IntegerLiteral", "offset": 2448, "length": 1, "value": "0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Component.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Component.swift", "kind": "IntegerLiteral", "offset": 2461, "length": 1, "value": "0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/InfoProviding.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/InfoProviding.swift", "kind": "StringLiteral", "offset": 585, "length": 12, "value": "\"hw.machine\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/InfoProviding.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/InfoProviding.swift", "kind": "IntegerLiteral", "offset": 617, "length": 1, "value": "0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/InfoProviding.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/InfoProviding.swift", "kind": "IntegerLiteral", "offset": 672, "length": 1, "value": "0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/InfoProviding.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/InfoProviding.swift", "kind": "IntegerLiteral", "offset": 716, "length": 1, "value": "0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/InfoProviding.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/InfoProviding.swift", "kind": "IntegerLiteral", "offset": 790, "length": 1, "value": "0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/InfoProviding.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/InfoProviding.swift", "kind": "StringLiteral", "offset": 2568, "length": 9, "value": "\"LinkKit\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 1397, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 2669, "length": 4, "value": "true" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 3769, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 3837, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 4059, "length": 4, "value": "true" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 4107, "length": 4, "value": "true" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "IntegerLiteral", "offset": 4149, "length": 2, "value": "24" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 4429, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 4754, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "StringLiteral", "offset": 404, "length": 34, "value": "\"LinkKit.InProcessWebviewFallbackController\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift", "kind": "BooleanLiteral", "offset": 2214, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/FlutterLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/FlutterLinkKit.swift", "kind": "StringLiteral", "offset": 258, "length": 20, "value": "\"PlaidFlutterPlugin\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/FlutterLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/FlutterLinkKit.swift", "kind": "StringLiteral", "offset": 402, "length": 54, "value": "\"getLinkTokenConfigurationWithToken:onSuccessHandler:\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/FlutterLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/FlutterLinkKit.swift", "kind": "BooleanLiteral", "offset": 550, "length": 4, "value": "true" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/FlutterLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/FlutterLinkKit.swift", "kind": "BooleanLiteral", "offset": 594, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3020, "length": 18, "value": "\"INVALID_API_KEYS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3095, "length": 26, "value": "\"UNAUTHORIZED_ENVIRONMENT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3173, "length": 22, "value": "\"INVALID_ACCESS_TOKEN\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3247, "length": 22, "value": "\"INVALID_PUBLIC_TOKEN\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3317, "length": 17, "value": "\"INVALID_PRODUCT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3384, "length": 20, "value": "\"INVALID_ACCOUNT_ID\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3456, "length": 21, "value": "\"INVALID_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3538, "length": 32, "value": "\"TOO_MANY_VERIFICATION_ATTEMPTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/LinkUIController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/LinkUIController.swift", "kind": "BooleanLiteral", "offset": 493, "length": 5, diff --git a/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/arm64-apple-ios-macabi.swiftmodule b/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/arm64-apple-ios-macabi.swiftmodule index c59f553e..ea4f8126 100644 Binary files a/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/arm64-apple-ios-macabi.swiftmodule and b/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/arm64-apple-ios-macabi.swiftmodule differ diff --git a/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/x86_64-apple-ios-macabi.abi.json b/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/x86_64-apple-ios-macabi.abi.json index 0dbaae9f..04809a2a 100644 --- a/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/x86_64-apple-ios-macabi.abi.json +++ b/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/x86_64-apple-ios-macabi.abi.json @@ -41628,6 +41628,16 @@ } ] }, + { + "kind": "Import", + "name": "Anomalies", + "printedName": "Anomalies", + "declKind": "Import", + "moduleName": "LinkKit", + "declAttributes": [ + "ImplementationOnly" + ] + }, { "kind": "Import", "name": "FinanceKit", @@ -42134,6 +42144,213 @@ } ] }, + { + "kind": "TypeDecl", + "name": "FinanceKitDebugging", + "printedName": "FinanceKitDebugging", + "children": [ + { + "kind": "Var", + "name": "syncFinanceKit", + "printedName": "syncFinanceKit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LinkKit.FinanceKitDebugging.Type) -> (Swift.String, Swift.Bool) -> LinkKit.FinanceKitDebugging", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Swift.Bool) -> LinkKit.FinanceKitDebugging", + "children": [ + { + "kind": "TypeNominal", + "name": "FinanceKitDebugging", + "printedName": "LinkKit.FinanceKitDebugging", + "usr": "s:7LinkKit07FinanceB9DebuggingO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(token: Swift.String, requestAuthorizationIfNeeded: Swift.Bool)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LinkKit.FinanceKitDebugging.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "FinanceKitDebugging", + "printedName": "LinkKit.FinanceKitDebugging", + "usr": "s:7LinkKit07FinanceB9DebuggingO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:7LinkKit07FinanceB9DebuggingO04synccB0yACSS_SbtcACmF", + "mangledName": "$s7LinkKit07FinanceB9DebuggingO04synccB0yACSS_SbtcACmF", + "moduleName": "LinkKit", + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "anomalieMessage", + "printedName": "anomalieMessage", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:7LinkKit07FinanceB9DebuggingO15anomalieMessageSSvp", + "mangledName": "$s7LinkKit07FinanceB9DebuggingO15anomalieMessageSSvp", + "moduleName": "LinkKit", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:7LinkKit07FinanceB9DebuggingO15anomalieMessageSSvg", + "mangledName": "$s7LinkKit07FinanceB9DebuggingO15anomalieMessageSSvg", + "moduleName": "LinkKit", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "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": "s:7LinkKit07FinanceB9DebuggingO16errorDescriptionSSSgvp", + "mangledName": "$s7LinkKit07FinanceB9DebuggingO16errorDescriptionSSSgvp", + "moduleName": "LinkKit", + "declAttributes": [ + "AccessControl" + ], + "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": "s:7LinkKit07FinanceB9DebuggingO16errorDescriptionSSSgvg", + "mangledName": "$s7LinkKit07FinanceB9DebuggingO16errorDescriptionSSSgvg", + "moduleName": "LinkKit", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:7LinkKit07FinanceB9DebuggingO", + "mangledName": "$s7LinkKit07FinanceB9DebuggingO", + "moduleName": "LinkKit", + "intro_iOS": "17.4", + "declAttributes": [ + "AccessControl", + "Available" + ], + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "kind": "Conformance", + "name": "AnomaliesErrorTrackable", + "printedName": "AnomaliesErrorTrackable", + "usr": "s:9Anomalies0A14ErrorTrackableP", + "mangledName": "$s9Anomalies0A14ErrorTrackableP" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, { "kind": "TypeDecl", "name": "InternalExpressibleByStringLiteral", @@ -50952,2415 +51169,2415 @@ }, "ConstValues": [ { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/PresentationMethod.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/PresentationMethod.swift", "kind": "BooleanLiteral", "offset": 523, "length": 4, "value": "true" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5662, "length": 6, "value": "\"type\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5694, "length": 6, "value": "\"code\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5662, "length": 6, "value": "\"type\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5694, "length": 6, "value": "\"code\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5755, "length": 17, "value": "\"INVALID_REQUEST\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5818, "length": 15, "value": "\"INVALID_INPUT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5883, "length": 19, "value": "\"INSTITUTION_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5953, "length": 21, "value": "\"RATE_LIMIT_EXCEEDED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 6016, "length": 11, "value": "\"API_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 6070, "length": 12, "value": "\"ITEM_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 6125, "length": 12, "value": "\"AUTH_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 6187, "length": 20, "value": "\"ASSET_REPORT_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 6249, "length": 10, "value": "\"INTERNAL\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 12682, "length": 32, "value": "\"BANK_INCOME_INSIGHTS_COMPLETED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 12757, "length": 13, "value": "\"CLOSE_OAUTH\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 12808, "length": 7, "value": "\"ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 12852, "length": 6, "value": "\"EXIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 12900, "length": 12, "value": "\"FAIL_OAUTH\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 12952, "length": 9, "value": "\"HANDOFF\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13023, "length": 34, "value": "\"IDENTITY_VERIFICATION_START_STEP\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13118, "length": 33, "value": "\"IDENTITY_VERIFICATION_PASS_STEP\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13212, "length": 33, "value": "\"IDENTITY_VERIFICATION_FAIL_STEP\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13315, "length": 43, "value": "\"IDENTITY_VERIFICATION_PENDING_REVIEW_STEP\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13431, "length": 46, "value": "\"IDENTITY_VERIFICATION_PENDING_REVIEW_SESSION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13543, "length": 38, "value": "\"IDENTITY_VERIFICATION_CREATE_SESSION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13647, "length": 38, "value": "\"IDENTITY_VERIFICATION_RESUME_SESSION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13749, "length": 36, "value": "\"IDENTITY_VERIFICATION_PASS_SESSION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13849, "length": 36, "value": "\"IDENTITY_VERIFICATION_FAIL_SESSION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13944, "length": 31, "value": "\"IDENTITY_VERIFICATION_OPEN_UI\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14036, "length": 33, "value": "\"IDENTITY_VERIFICATION_RESUME_UI\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14129, "length": 32, "value": "\"IDENTITY_VERIFICATION_CLOSE_UI\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14218, "length": 28, "value": "\"MATCHED_SELECT_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14304, "length": 30, "value": "\"MATCHED_SELECT_VERIFY_METHOD\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14371, "length": 6, "value": "\"OPEN\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14421, "length": 15, "value": "\"OPEN_MY_PLAID\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14478, "length": 12, "value": "\"OPEN_OAUTH\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14551, "length": 33, "value": "\"PROFILE_ELIGIBILITY_CHECK_READY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14645, "length": 33, "value": "\"PROFILE_ELIGIBILITY_CHECK_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14728, "length": 20, "value": "\"SEARCH_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14806, "length": 29, "value": "\"SELECT_DEGRADED_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14889, "length": 25, "value": "\"SELECT_DOWN_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14972, "length": 29, "value": "\"SELECT_FILTERED_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15051, "length": 20, "value": "\"SELECT_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15115, "length": 14, "value": "\"SELECT_BRAND\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15176, "length": 18, "value": "\"SELECT_AUTH_TYPE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15246, "length": 23, "value": "\"SUBMIT_ACCOUNT_NUMBER\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15317, "length": 18, "value": "\"SUBMIT_DOCUMENTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15390, "length": 26, "value": "\"SUBMIT_DOCUMENTS_SUCCESS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15469, "length": 24, "value": "\"SUBMIT_DOCUMENTS_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15545, "length": 23, "value": "\"SUBMIT_ROUTING_NUMBER\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15614, "length": 17, "value": "\"VIEW_DATA_TYPES\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15673, "length": 12, "value": "\"SUBMIT_OTP\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15729, "length": 14, "value": "\"SUBMIT_PHONE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15791, "length": 19, "value": "\"SKIP_SUBMIT_PHONE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15854, "length": 14, "value": "\"VERIFY_PHONE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15918, "length": 20, "value": "\"SUBMIT_CREDENTIALS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15980, "length": 12, "value": "\"SUBMIT_MFA\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 16039, "length": 17, "value": "\"TRANSITION_VIEW\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 16110, "length": 25, "value": "\"CONNECT_NEW_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", "kind": "BooleanLiteral", "offset": 3250, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", "kind": "BooleanLiteral", "offset": 3292, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", "kind": "Array", "offset": 3356, "length": 2, "value": "[]" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", "kind": "StringLiteral", "offset": 329, "length": 23, "value": "\"LinkKit.PlaidLinkViewController\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ScriptMessageWithReplyHandler.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ScriptMessageWithReplyHandler.swift", "kind": "StringLiteral", "offset": 308, "length": 29, "value": "\"LinkKit.ScriptMessageWithReplyHandler\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift", "kind": "Array", "offset": 4967, "length": 2, "value": "[]" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift", "kind": "StringLiteral", "offset": 494, "length": 27, "value": "\"LinkKit.ComponentPaneViewController\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2090, "length": 16, "value": "\"ACCOUNTS_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2153, "length": 16, "value": "\"ADDITION_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2212, "length": 12, "value": "\"AUTH_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2271, "length": 16, "value": "\"IDENTITY_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2332, "length": 14, "value": "\"INCOME_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2392, "length": 16, "value": "\"ITEM_GET_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2451, "length": 12, "value": "\"RATE_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2514, "length": 20, "value": "\"TRANSACTIONS_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", "kind": "IntegerLiteral", "offset": 1333, "length": 2, "value": "16" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", "kind": "IntegerLiteral", "offset": 1345, "length": 2, "value": "16" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", "kind": "IntegerLiteral", "offset": 1735, "length": 2, "value": "54" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", "kind": "IntegerLiteral", "offset": 1747, "length": 2, "value": "20" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", "kind": "StringLiteral", "offset": 271, "length": 24, "value": "\"LinkKit.EmbeddedSearchModuleView\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ApiErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ApiErrorCode.swift", "kind": "StringLiteral", "offset": 1078, "length": 23, "value": "\"INTERNAL_SERVER_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ApiErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ApiErrorCode.swift", "kind": "StringLiteral", "offset": 1153, "length": 21, "value": "\"PLANNED_MAINTENANCE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 2824, "length": 20, "value": "\"requires_questions\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 2895, "length": 21, "value": "\"requires_selections\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 2961, "length": 15, "value": "\"requires_code\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 3021, "length": 15, "value": "\"choose_device\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 3088, "length": 22, "value": "\"requires_credentials\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 3162, "length": 23, "value": "\"institution_not_found\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 3242, "length": 28, "value": "\"requires_account_selection\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 3323, "length": 25, "value": "\"continue_to_third_party\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift", "kind": "StringLiteral", "offset": 1019, "length": 19, "value": "\"PRODUCT_NOT_READY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift", "kind": "StringLiteral", "offset": 1091, "length": 22, "value": "\"VERIFICATION_EXPIRED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 304, "length": 7, "value": "\"Plaid\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 342, "length": 9, "value": "\"LinkKit\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 510, "length": 20, "value": "\"ReactNativeLinkSdk\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 830, "length": 8, "value": "\"%@\/%@ \"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 989, "length": 2, "value": "\"\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 1045, "length": 29, "value": "\"%@%@%@\/%@(%@) %@-%@ (%@ %@)\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 1293, "length": 2, "value": "\"\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 1357, "length": 2, "value": "\"\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/MFAType.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/MFAType.swift", "kind": "StringLiteral", "offset": 1762, "length": 6, "value": "\"code\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/MFAType.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/MFAType.swift", "kind": "StringLiteral", "offset": 1808, "length": 8, "value": "\"device\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/MFAType.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/MFAType.swift", "kind": "StringLiteral", "offset": 1859, "length": 11, "value": "\"questions\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/MFAType.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/MFAType.swift", "kind": "StringLiteral", "offset": 1914, "length": 12, "value": "\"selections\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 767, "length": 3, "value": "118" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 773, "length": 3, "value": "255" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 785, "length": 3, "value": "118" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 791, "length": 3, "value": "255" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 802, "length": 3, "value": "118" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 808, "length": 3, "value": "255" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "FloatLiteral", "offset": 820, "length": 4, "value": "0.20" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 859, "length": 1, "value": "3" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "FloatLiteral", "offset": 896, "length": 3, "value": "8.0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift", "kind": "StringLiteral", "offset": 356, "length": 22, "value": "\"LinkKit.TodoPaneViewController\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ReactNativeLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ReactNativeLinkKit.swift", "kind": "StringLiteral", "offset": 376, "length": 11, "value": "\"RNLinksdk\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ReactNativeLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ReactNativeLinkKit.swift", "kind": "StringLiteral", "offset": 536, "length": 12, "value": "\"sdkVersion\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ReactNativeLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ReactNativeLinkKit.swift", "kind": "StringLiteral", "offset": 965, "length": 15, "value": "\"0.0.0-unknown\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift", "kind": "Dictionary", "offset": 483, "length": 3, "value": "[]" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift", "kind": "BooleanLiteral", "offset": 1204, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift", "kind": "StringLiteral", "offset": 148, "length": 24, "value": "\"LinkKit.LinkOOPWebViewController\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", "kind": "StringLiteral", "offset": 1554, "length": 18, "value": "\"INSTITUTION_DOWN\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", "kind": "StringLiteral", "offset": 1630, "length": 28, "value": "\"INSTITUTION_NOT_RESPONDING\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", "kind": "StringLiteral", "offset": 1715, "length": 27, "value": "\"INSTITUTION_NOT_AVAILABLE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", "kind": "StringLiteral", "offset": 1804, "length": 33, "value": "\"INSTITUTION_NO_LONGER_SUPPORTED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 1995, "length": 16, "value": "\"MISSING_FIELDS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 2058, "length": 16, "value": "\"UNKNOWN_FIELDS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 2120, "length": 15, "value": "\"INVALID_FIELD\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 2180, "length": 14, "value": "\"INVALID_BODY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 2242, "length": 17, "value": "\"INVALID_HEADERS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 2301, "length": 11, "value": "\"NOT_FOUND\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 2357, "length": 14, "value": "\"SANDBOX_ONLY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6098, "length": 26, "value": "\"INSUFFICIENT_CREDENTIALS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6176, "length": 21, "value": "\"INVALID_CREDENTIALS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6241, "length": 13, "value": "\"INVALID_MFA\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6305, "length": 21, "value": "\"INVALID_SEND_METHOD\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6382, "length": 26, "value": "\"INVALID_UPDATED_USERNAME\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6452, "length": 13, "value": "\"ITEM_LOCKED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6516, "length": 21, "value": "\"ITEM_LOGIN_REQUIRED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6582, "length": 15, "value": "\"ITEM_NO_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6647, "length": 20, "value": "\"ITEM_NOT_SUPPORTED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6724, "length": 27, "value": "\"INCORRECT_DEPOSIT_AMOUNTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6802, "length": 21, "value": "\"USER_SETUP_REQUIRED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6872, "length": 19, "value": "\"MFA_NOT_SUPPORTED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6935, "length": 13, "value": "\"NO_ACCOUNTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6996, "length": 18, "value": "\"NO_AUTH_ACCOUNTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 7068, "length": 24, "value": "\"NO_INVESTMENT_ACCOUNTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 7145, "length": 23, "value": "\"NO_LIABILITY_ACCOUNTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 7217, "length": 19, "value": "\"PRODUCT_NOT_READY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 7290, "length": 24, "value": "\"PRODUCTS_NOT_SUPPORTED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 7366, "length": 22, "value": "\"INSTANT_MATCH_FAILED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/LinkEvent.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/LinkEvent.swift", "kind": "StringLiteral", "offset": 1110, "length": 12, "value": "\"event_name\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/LinkEvent.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/LinkEvent.swift", "kind": "StringLiteral", "offset": 1110, "length": 12, "value": "\"event_name\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2438, "length": 8, "value": "\"assets\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2484, "length": 6, "value": "\"auth\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2537, "length": 16, "value": "\"deposit_switch\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2595, "length": 10, "value": "\"identity\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2645, "length": 8, "value": "\"income\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2698, "length": 13, "value": "\"investments\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2756, "length": 13, "value": "\"liabilities\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2820, "length": 20, "value": "\"liabilities_report\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2891, "length": 20, "value": "\"payment_initiation\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2957, "length": 14, "value": "\"transactions\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift", "kind": "StringLiteral", "offset": 108, "length": 25, "value": "\"LinkKit.LoadingPaneViewController\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/LinkTokenConfiguration.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/LinkTokenConfiguration.swift", "kind": "BooleanLiteral", "offset": 1703, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/LinkHandler.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/LinkHandler.swift", "kind": "IntegerLiteral", "offset": 8145, "length": 3, "value": "390" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/LinkHandler.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/LinkHandler.swift", "kind": "IntegerLiteral", "offset": 8158, "length": 3, "value": "690" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8497, "length": 12, "value": "\"ACCEPT_TOS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8551, "length": 11, "value": "\"CONNECTED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8602, "length": 9, "value": "\"CONSENT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8654, "length": 12, "value": "\"CREDENTIAL\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8715, "length": 19, "value": "\"DATA_TRANSPARENCY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8790, "length": 27, "value": "\"DATA_TRANSPARENCY_CONSENT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8873, "length": 26, "value": "\"DOCUMENTARY_VERIFICATION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8937, "length": 7, "value": "\"ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8981, "length": 6, "value": "\"EXIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9028, "length": 11, "value": "\"KYC_CHECK\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9083, "length": 14, "value": "\"SELFIE_CHECK\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9137, "length": 9, "value": "\"LOADING\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9193, "length": 17, "value": "\"MATCHED_CONSENT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9260, "length": 20, "value": "\"MATCHED_CREDENTIAL\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9323, "length": 13, "value": "\"MATCHED_MFA\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9372, "length": 5, "value": "\"MFA\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9417, "length": 9, "value": "\"NUMBERS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9483, "length": 28, "value": "\"NUMBERS_SELECT_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9561, "length": 21, "value": "\"PROFILE_DATA_REVIEW\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9620, "length": 7, "value": "\"OAUTH\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9669, "length": 11, "value": "\"RECAPTCHA\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9722, "length": 12, "value": "\"RISK_CHECK\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9776, "length": 11, "value": "\"SCREENING\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9833, "length": 16, "value": "\"SELECT_ACCOUNT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9896, "length": 18, "value": "\"SELECT_AUTH_TYPE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9958, "length": 14, "value": "\"SUBMIT_PHONE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10016, "length": 14, "value": "\"VERIFY_PHONE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10085, "length": 26, "value": "\"SELECT_SAVED_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10162, "length": 22, "value": "\"SELECT_SAVED_ACCOUNT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10228, "length": 14, "value": "\"SELECT_BRAND\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10292, "length": 20, "value": "\"SELECT_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10360, "length": 18, "value": "\"SUBMIT_DOCUMENTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10433, "length": 26, "value": "\"SUBMIT_DOCUMENTS_SUCCESS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10512, "length": 24, "value": "\"SUBMIT_DOCUMENTS_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10584, "length": 18, "value": "\"UPLOAD_DOCUMENTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10644, "length": 12, "value": "\"VERIFY_SMS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/KeyValueService.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/KeyValueService.swift", "kind": "StringLiteral", "offset": 218, "length": 30, "value": "\"com.plaid.link.persistent-id\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/KeyValueService.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/KeyValueService.swift", "kind": "StringLiteral", "offset": 218, "length": 30, "value": "\"com.plaid.link.persistent-id\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/KeyValueService.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/KeyValueService.swift", "kind": "StringLiteral", "offset": 1104, "length": 25, "value": "\"com.plaid.link.keychain\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", "kind": "StringLiteral", "offset": 1923, "length": 32, "value": "\"pending_automatic_verification\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", "kind": "StringLiteral", "offset": 2013, "length": 29, "value": "\"pending_manual_verification\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", "kind": "StringLiteral", "offset": 2091, "length": 19, "value": "\"manually_verified\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", "kind": "StringLiteral", "offset": 2150, "length": 9, "value": "\"unknown\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 2899, "length": 21, "value": "\"PRODUCT_NOT_ENABLED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 2969, "length": 18, "value": "\"DATA_UNAVAILABLE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 3036, "length": 19, "value": "\"PRODUCT_NOT_READY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 3116, "length": 32, "value": "\"ASSET_REPORT_GENERATION_FAILED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 3195, "length": 16, "value": "\"INVALID_PARENT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 3263, "length": 22, "value": "\"INSIGHTS_NOT_ENABLED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 3347, "length": 33, "value": "\"INSIGHTS_PREVIOUSLY_NOT_ENABLED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Constants.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Constants.swift", "kind": "StringLiteral", "offset": 90, "length": 11, "value": "\"plaidlink\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Constants.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Constants.swift", "kind": "StringLiteral", "offset": 90, "length": 11, "value": "\"plaidlink\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1602, "length": 20, "value": "1" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1632, "length": 9, "value": "2" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1651, "length": 18, "value": "3" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1679, "length": 24, "value": "4" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1713, "length": 23, "value": "5" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1746, "length": 12, "value": "6" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1602, "length": 20, "value": "1" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1632, "length": 9, "value": "2" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1651, "length": 18, "value": "3" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1679, "length": 24, "value": "4" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1713, "length": 23, "value": "5" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1746, "length": 12, "value": "6" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "StringLiteral", "offset": 3072, "length": 14, "value": "\"LinkKit.PLKHandlerShim\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17845, "length": 15, "value": "1" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17870, "length": 12, "value": "2" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17892, "length": 21, "value": "3" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17923, "length": 7, "value": "4" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17845, "length": 15, "value": "1" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17870, "length": 12, "value": "2" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17892, "length": 21, "value": "3" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17923, "length": 7, "value": "4" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 2869, "length": 9, "value": "\"unknown\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 2917, "length": 7, "value": "\"other\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 2964, "length": 8, "value": "\"credit\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 3010, "length": 6, "value": "\"loan\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 3060, "length": 12, "value": "\"depository\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 3116, "length": 12, "value": "\"investment\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 3165, "length": 5, "value": "\"all\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 3769, "length": 7, "value": "\"other\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 4496, "length": 13, "value": "\"credit card\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 4549, "length": 8, "value": "\"paypal\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6202, "length": 6, "value": "\"auto\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6250, "length": 10, "value": "\"business\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6304, "length": 12, "value": "\"commercial\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6362, "length": 14, "value": "\"construction\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6418, "length": 10, "value": "\"consumer\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6472, "length": 13, "value": "\"home equity\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6531, "length": 16, "value": "\"line of credit\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6585, "length": 6, "value": "\"loan\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6633, "length": 10, "value": "\"mortgage\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6686, "length": 11, "value": "\"overdraft\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6738, "length": 9, "value": "\"student\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8144, "length": 17, "value": "\"cash management\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8197, "length": 4, "value": "\"cd\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8243, "length": 10, "value": "\"checking\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8290, "length": 5, "value": "\"ebt\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8332, "length": 5, "value": "\"hsa\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8382, "length": 14, "value": "\"money market\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8436, "length": 8, "value": "\"paypal\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8485, "length": 9, "value": "\"prepaid\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8535, "length": 9, "value": "\"savings\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13647, "length": 6, "value": "\"401a\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13701, "length": 6, "value": "\"401k\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13755, "length": 6, "value": "\"403B\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13809, "length": 6, "value": "\"457b\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13862, "length": 5, "value": "\"529\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13910, "length": 11, "value": "\"brokerage\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13962, "length": 10, "value": "\"cash isa\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14029, "length": 27, "value": "\"education savings account\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14102, "length": 15, "value": "\"fixed annuity\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14154, "length": 5, "value": "\"gic\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14223, "length": 34, "value": "\"health reimbursement arrangement\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14294, "length": 5, "value": "\"hsa\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14336, "length": 5, "value": "\"ira\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14378, "length": 5, "value": "\"isa\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14422, "length": 7, "value": "\"keogh\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14466, "length": 5, "value": "\"lif\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14509, "length": 6, "value": "\"lira\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14553, "length": 6, "value": "\"lrif\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14597, "length": 6, "value": "\"lrsp\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14647, "length": 13, "value": "\"mutual fund\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14720, "length": 31, "value": "\"non-taxable brokerage account\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14792, "length": 9, "value": "\"pension\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14839, "length": 6, "value": "\"plan\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14883, "length": 6, "value": "\"prif\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14940, "length": 21, "value": "\"profit sharing plan\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14999, "length": 6, "value": "\"rdsp\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15043, "length": 6, "value": "\"resp\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15093, "length": 12, "value": "\"retirement\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15143, "length": 6, "value": "\"rlif\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15191, "length": 11, "value": "\"roth 401k\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15240, "length": 6, "value": "\"roth\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15284, "length": 6, "value": "\"rrif\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15328, "length": 6, "value": "\"rrsp\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15374, "length": 8, "value": "\"sarsep\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15422, "length": 9, "value": "\"sep ira\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15474, "length": 12, "value": "\"simple ira\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15524, "length": 6, "value": "\"sipp\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15573, "length": 12, "value": "\"stock plan\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15623, "length": 6, "value": "\"tfsa\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15680, "length": 21, "value": "\"thrift savings plan\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15740, "length": 7, "value": "\"trust\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15785, "length": 6, "value": "\"ugma\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15829, "length": 6, "value": "\"utma\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15884, "length": 18, "value": "\"variable annuity\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Component.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Component.swift", "kind": "IntegerLiteral", "offset": 2448, "length": 1, "value": "0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Component.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Component.swift", "kind": "IntegerLiteral", "offset": 2461, "length": 1, "value": "0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/InfoProviding.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/InfoProviding.swift", "kind": "StringLiteral", "offset": 585, "length": 12, "value": "\"hw.machine\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/InfoProviding.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/InfoProviding.swift", "kind": "IntegerLiteral", "offset": 617, "length": 1, "value": "0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/InfoProviding.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/InfoProviding.swift", "kind": "IntegerLiteral", "offset": 672, "length": 1, "value": "0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/InfoProviding.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/InfoProviding.swift", "kind": "IntegerLiteral", "offset": 716, "length": 1, "value": "0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/InfoProviding.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/InfoProviding.swift", "kind": "IntegerLiteral", "offset": 790, "length": 1, "value": "0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/InfoProviding.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/InfoProviding.swift", "kind": "StringLiteral", "offset": 2568, "length": 9, "value": "\"LinkKit\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 1397, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 2669, "length": 4, "value": "true" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 3769, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 3837, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 4059, "length": 4, "value": "true" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 4107, "length": 4, "value": "true" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "IntegerLiteral", "offset": 4149, "length": 2, "value": "24" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 4429, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 4754, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "StringLiteral", "offset": 404, "length": 34, "value": "\"LinkKit.InProcessWebviewFallbackController\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift", "kind": "BooleanLiteral", "offset": 2214, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/FlutterLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/FlutterLinkKit.swift", "kind": "StringLiteral", "offset": 258, "length": 20, "value": "\"PlaidFlutterPlugin\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/FlutterLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/FlutterLinkKit.swift", "kind": "StringLiteral", "offset": 402, "length": 54, "value": "\"getLinkTokenConfigurationWithToken:onSuccessHandler:\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/FlutterLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/FlutterLinkKit.swift", "kind": "BooleanLiteral", "offset": 550, "length": 4, "value": "true" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/FlutterLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/FlutterLinkKit.swift", "kind": "BooleanLiteral", "offset": 594, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3020, "length": 18, "value": "\"INVALID_API_KEYS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3095, "length": 26, "value": "\"UNAUTHORIZED_ENVIRONMENT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3173, "length": 22, "value": "\"INVALID_ACCESS_TOKEN\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3247, "length": 22, "value": "\"INVALID_PUBLIC_TOKEN\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3317, "length": 17, "value": "\"INVALID_PRODUCT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3384, "length": 20, "value": "\"INVALID_ACCOUNT_ID\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3456, "length": 21, "value": "\"INVALID_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3538, "length": 32, "value": "\"TOO_MANY_VERIFICATION_ATTEMPTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/LinkUIController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/LinkUIController.swift", "kind": "BooleanLiteral", "offset": 493, "length": 5, diff --git a/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/x86_64-apple-ios-macabi.swiftmodule b/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/x86_64-apple-ios-macabi.swiftmodule index 01b1298b..60186172 100644 Binary files a/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/x86_64-apple-ios-macabi.swiftmodule and b/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/x86_64-apple-ios-macabi.swiftmodule differ diff --git a/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Resources/Info.plist b/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Resources/Info.plist index ef2afa28..83c865f6 100644 --- a/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Resources/Info.plist +++ b/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Resources/Info.plist @@ -23,7 +23,7 @@ MacOSX CFBundleVersion - 3068.6 + 3065.7 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild @@ -45,11 +45,11 @@ NSHumanReadableCopyright Copyright © 2016–2021 Plaid Inc. All rights reserved. SCMBuildBranch - PR-3068 + PR-3065 SCMBuildNumber - 6 + 7 SCMBuildRevision - 43949b613d145363d5cbc4739a2e7975a8009e8a + fd9b2673683a5beec9278686c4041de4fae4bd94 UIDeviceFamily 2 diff --git a/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Resources/Threads_Threads.bundle/Contents/Info.plist b/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Resources/Threads_Threads.bundle/Contents/Info.plist index 4e5abe27..0d76b72c 100644 --- a/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Resources/Threads_Threads.bundle/Contents/Info.plist +++ b/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Resources/Threads_Threads.bundle/Contents/Info.plist @@ -19,7 +19,7 @@ MacOSX CFBundleVersion - 3068.6 + 3065.7 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild diff --git a/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Resources/Threads_Threads.bundle/Contents/Resources/Assets.car b/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Resources/Threads_Threads.bundle/Contents/Resources/Assets.car index 8ffae6d0..0f31c6da 100644 Binary files a/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Resources/Threads_Threads.bundle/Contents/Resources/Assets.car and b/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Resources/Threads_Threads.bundle/Contents/Resources/Assets.car differ diff --git a/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/_CodeSignature/CodeResources b/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/_CodeSignature/CodeResources index 37337af6..93ce4850 100644 --- a/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/_CodeSignature/CodeResources +++ b/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/_CodeSignature/CodeResources @@ -6,7 +6,7 @@ Resources/Info.plist - 4eiAE04GtYwNAu7XViHSSwpj3lc= + cGmH+CTzEEHbAdYL/32Vv1RcMb0= Resources/PrivacyInfo.xcprivacy @@ -47,7 +47,7 @@ hash2 - tx6CJwG8CYUcXBwUekw/4JUjoKcSHEX6zDqRsY4oN7w= + uq/SVxc2bJN0ppLFGHfmVor/rKNDTAWlWiYwNYB72QE= Modules/LinkKit.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface @@ -75,14 +75,14 @@ hash2 - D/P7drLBaw72WSYQ6FwKm5UK1P3KwT3ZlQn9u+APdxk= + EyBu29mDk+i0qOryOXl1Px59t5dvFynpkmAnFXmBKFU= Modules/LinkKit.swiftmodule/x86_64-apple-ios-macabi.abi.json hash2 - tx6CJwG8CYUcXBwUekw/4JUjoKcSHEX6zDqRsY4oN7w= + uq/SVxc2bJN0ppLFGHfmVor/rKNDTAWlWiYwNYB72QE= Modules/LinkKit.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface @@ -110,7 +110,7 @@ hash2 - wTh5FeQCNoRNIXTI6Dtk2ba9Hh2EM1CDgBLRoIkz+Kk= + BdPymIuQdzZ7z1c6LBlV4qdP0pj1EUB/kaNegJLWI3g= Modules/module.modulemap @@ -124,7 +124,7 @@ hash2 - kaBw4uiss7/72tQjJ/SD5kWGm9+Aj0x7M2zk9gNR+ck= + Tw1CZrA14QZzRJcVVK7IE1gOcij7CZrZL2dYR0qFEio= Resources/PrivacyInfo.xcprivacy diff --git a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Info.plist b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Info.plist index f1c96ceb..93bf49e2 100644 Binary files a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Info.plist and b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Info.plist differ diff --git a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/LinkKit b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/LinkKit index 48faf75f..9dfb5db8 100755 Binary files a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/LinkKit and b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/LinkKit differ diff --git a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.abi.json b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.abi.json index 5746a2c9..b6c9faad 100644 --- a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.abi.json +++ b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.abi.json @@ -42263,6 +42263,16 @@ } ] }, + { + "kind": "Import", + "name": "Anomalies", + "printedName": "Anomalies", + "declKind": "Import", + "moduleName": "LinkKit", + "declAttributes": [ + "ImplementationOnly" + ] + }, { "kind": "Import", "name": "FinanceKit", @@ -42769,6 +42779,213 @@ } ] }, + { + "kind": "TypeDecl", + "name": "FinanceKitDebugging", + "printedName": "FinanceKitDebugging", + "children": [ + { + "kind": "Var", + "name": "syncFinanceKit", + "printedName": "syncFinanceKit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LinkKit.FinanceKitDebugging.Type) -> (Swift.String, Swift.Bool) -> LinkKit.FinanceKitDebugging", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Swift.Bool) -> LinkKit.FinanceKitDebugging", + "children": [ + { + "kind": "TypeNominal", + "name": "FinanceKitDebugging", + "printedName": "LinkKit.FinanceKitDebugging", + "usr": "s:7LinkKit07FinanceB9DebuggingO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(token: Swift.String, requestAuthorizationIfNeeded: Swift.Bool)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LinkKit.FinanceKitDebugging.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "FinanceKitDebugging", + "printedName": "LinkKit.FinanceKitDebugging", + "usr": "s:7LinkKit07FinanceB9DebuggingO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:7LinkKit07FinanceB9DebuggingO04synccB0yACSS_SbtcACmF", + "mangledName": "$s7LinkKit07FinanceB9DebuggingO04synccB0yACSS_SbtcACmF", + "moduleName": "LinkKit", + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "anomalieMessage", + "printedName": "anomalieMessage", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:7LinkKit07FinanceB9DebuggingO15anomalieMessageSSvp", + "mangledName": "$s7LinkKit07FinanceB9DebuggingO15anomalieMessageSSvp", + "moduleName": "LinkKit", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:7LinkKit07FinanceB9DebuggingO15anomalieMessageSSvg", + "mangledName": "$s7LinkKit07FinanceB9DebuggingO15anomalieMessageSSvg", + "moduleName": "LinkKit", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "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": "s:7LinkKit07FinanceB9DebuggingO16errorDescriptionSSSgvp", + "mangledName": "$s7LinkKit07FinanceB9DebuggingO16errorDescriptionSSSgvp", + "moduleName": "LinkKit", + "declAttributes": [ + "AccessControl" + ], + "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": "s:7LinkKit07FinanceB9DebuggingO16errorDescriptionSSSgvg", + "mangledName": "$s7LinkKit07FinanceB9DebuggingO16errorDescriptionSSSgvg", + "moduleName": "LinkKit", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:7LinkKit07FinanceB9DebuggingO", + "mangledName": "$s7LinkKit07FinanceB9DebuggingO", + "moduleName": "LinkKit", + "intro_iOS": "17.4", + "declAttributes": [ + "AccessControl", + "Available" + ], + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "kind": "Conformance", + "name": "AnomaliesErrorTrackable", + "printedName": "AnomaliesErrorTrackable", + "usr": "s:9Anomalies0A14ErrorTrackableP", + "mangledName": "$s9Anomalies0A14ErrorTrackableP" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, { "kind": "TypeDecl", "name": "InternalExpressibleByStringLiteral", @@ -52167,2415 +52384,2415 @@ }, "ConstValues": [ { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/PresentationMethod.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/PresentationMethod.swift", "kind": "BooleanLiteral", "offset": 523, "length": 4, "value": "true" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5662, "length": 6, "value": "\"type\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5694, "length": 6, "value": "\"code\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5662, "length": 6, "value": "\"type\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5694, "length": 6, "value": "\"code\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5755, "length": 17, "value": "\"INVALID_REQUEST\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5818, "length": 15, "value": "\"INVALID_INPUT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5883, "length": 19, "value": "\"INSTITUTION_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5953, "length": 21, "value": "\"RATE_LIMIT_EXCEEDED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 6016, "length": 11, "value": "\"API_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 6070, "length": 12, "value": "\"ITEM_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 6125, "length": 12, "value": "\"AUTH_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 6187, "length": 20, "value": "\"ASSET_REPORT_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 6249, "length": 10, "value": "\"INTERNAL\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 12682, "length": 32, "value": "\"BANK_INCOME_INSIGHTS_COMPLETED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 12757, "length": 13, "value": "\"CLOSE_OAUTH\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 12808, "length": 7, "value": "\"ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 12852, "length": 6, "value": "\"EXIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 12900, "length": 12, "value": "\"FAIL_OAUTH\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 12952, "length": 9, "value": "\"HANDOFF\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13023, "length": 34, "value": "\"IDENTITY_VERIFICATION_START_STEP\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13118, "length": 33, "value": "\"IDENTITY_VERIFICATION_PASS_STEP\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13212, "length": 33, "value": "\"IDENTITY_VERIFICATION_FAIL_STEP\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13315, "length": 43, "value": "\"IDENTITY_VERIFICATION_PENDING_REVIEW_STEP\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13431, "length": 46, "value": "\"IDENTITY_VERIFICATION_PENDING_REVIEW_SESSION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13543, "length": 38, "value": "\"IDENTITY_VERIFICATION_CREATE_SESSION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13647, "length": 38, "value": "\"IDENTITY_VERIFICATION_RESUME_SESSION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13749, "length": 36, "value": "\"IDENTITY_VERIFICATION_PASS_SESSION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13849, "length": 36, "value": "\"IDENTITY_VERIFICATION_FAIL_SESSION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13944, "length": 31, "value": "\"IDENTITY_VERIFICATION_OPEN_UI\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14036, "length": 33, "value": "\"IDENTITY_VERIFICATION_RESUME_UI\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14129, "length": 32, "value": "\"IDENTITY_VERIFICATION_CLOSE_UI\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14218, "length": 28, "value": "\"MATCHED_SELECT_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14304, "length": 30, "value": "\"MATCHED_SELECT_VERIFY_METHOD\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14371, "length": 6, "value": "\"OPEN\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14421, "length": 15, "value": "\"OPEN_MY_PLAID\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14478, "length": 12, "value": "\"OPEN_OAUTH\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14551, "length": 33, "value": "\"PROFILE_ELIGIBILITY_CHECK_READY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14645, "length": 33, "value": "\"PROFILE_ELIGIBILITY_CHECK_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14728, "length": 20, "value": "\"SEARCH_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14806, "length": 29, "value": "\"SELECT_DEGRADED_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14889, "length": 25, "value": "\"SELECT_DOWN_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14972, "length": 29, "value": "\"SELECT_FILTERED_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15051, "length": 20, "value": "\"SELECT_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15115, "length": 14, "value": "\"SELECT_BRAND\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15176, "length": 18, "value": "\"SELECT_AUTH_TYPE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15246, "length": 23, "value": "\"SUBMIT_ACCOUNT_NUMBER\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15317, "length": 18, "value": "\"SUBMIT_DOCUMENTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15390, "length": 26, "value": "\"SUBMIT_DOCUMENTS_SUCCESS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15469, "length": 24, "value": "\"SUBMIT_DOCUMENTS_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15545, "length": 23, "value": "\"SUBMIT_ROUTING_NUMBER\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15614, "length": 17, "value": "\"VIEW_DATA_TYPES\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15673, "length": 12, "value": "\"SUBMIT_OTP\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15729, "length": 14, "value": "\"SUBMIT_PHONE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15791, "length": 19, "value": "\"SKIP_SUBMIT_PHONE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15854, "length": 14, "value": "\"VERIFY_PHONE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15918, "length": 20, "value": "\"SUBMIT_CREDENTIALS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15980, "length": 12, "value": "\"SUBMIT_MFA\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 16039, "length": 17, "value": "\"TRANSITION_VIEW\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 16110, "length": 25, "value": "\"CONNECT_NEW_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", "kind": "BooleanLiteral", "offset": 3250, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", "kind": "BooleanLiteral", "offset": 3292, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", "kind": "Array", "offset": 3356, "length": 2, "value": "[]" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", "kind": "StringLiteral", "offset": 329, "length": 23, "value": "\"LinkKit.PlaidLinkViewController\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ScriptMessageWithReplyHandler.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ScriptMessageWithReplyHandler.swift", "kind": "StringLiteral", "offset": 308, "length": 29, "value": "\"LinkKit.ScriptMessageWithReplyHandler\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift", "kind": "Array", "offset": 4967, "length": 2, "value": "[]" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift", "kind": "StringLiteral", "offset": 494, "length": 27, "value": "\"LinkKit.ComponentPaneViewController\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2090, "length": 16, "value": "\"ACCOUNTS_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2153, "length": 16, "value": "\"ADDITION_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2212, "length": 12, "value": "\"AUTH_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2271, "length": 16, "value": "\"IDENTITY_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2332, "length": 14, "value": "\"INCOME_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2392, "length": 16, "value": "\"ITEM_GET_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2451, "length": 12, "value": "\"RATE_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2514, "length": 20, "value": "\"TRANSACTIONS_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", "kind": "IntegerLiteral", "offset": 1333, "length": 2, "value": "16" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", "kind": "IntegerLiteral", "offset": 1345, "length": 2, "value": "16" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", "kind": "IntegerLiteral", "offset": 1735, "length": 2, "value": "54" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", "kind": "IntegerLiteral", "offset": 1747, "length": 2, "value": "20" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", "kind": "StringLiteral", "offset": 271, "length": 24, "value": "\"LinkKit.EmbeddedSearchModuleView\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ApiErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ApiErrorCode.swift", "kind": "StringLiteral", "offset": 1078, "length": 23, "value": "\"INTERNAL_SERVER_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ApiErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ApiErrorCode.swift", "kind": "StringLiteral", "offset": 1153, "length": 21, "value": "\"PLANNED_MAINTENANCE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 2824, "length": 20, "value": "\"requires_questions\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 2895, "length": 21, "value": "\"requires_selections\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 2961, "length": 15, "value": "\"requires_code\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 3021, "length": 15, "value": "\"choose_device\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 3088, "length": 22, "value": "\"requires_credentials\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 3162, "length": 23, "value": "\"institution_not_found\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 3242, "length": 28, "value": "\"requires_account_selection\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 3323, "length": 25, "value": "\"continue_to_third_party\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift", "kind": "StringLiteral", "offset": 1019, "length": 19, "value": "\"PRODUCT_NOT_READY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift", "kind": "StringLiteral", "offset": 1091, "length": 22, "value": "\"VERIFICATION_EXPIRED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 304, "length": 7, "value": "\"Plaid\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 342, "length": 9, "value": "\"LinkKit\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 510, "length": 20, "value": "\"ReactNativeLinkSdk\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 830, "length": 8, "value": "\"%@\/%@ \"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 989, "length": 2, "value": "\"\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 1045, "length": 29, "value": "\"%@%@%@\/%@(%@) %@-%@ (%@ %@)\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 1293, "length": 2, "value": "\"\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 1357, "length": 2, "value": "\"\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/MFAType.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/MFAType.swift", "kind": "StringLiteral", "offset": 1762, "length": 6, "value": "\"code\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/MFAType.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/MFAType.swift", "kind": "StringLiteral", "offset": 1808, "length": 8, "value": "\"device\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/MFAType.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/MFAType.swift", "kind": "StringLiteral", "offset": 1859, "length": 11, "value": "\"questions\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/MFAType.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/MFAType.swift", "kind": "StringLiteral", "offset": 1914, "length": 12, "value": "\"selections\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 767, "length": 3, "value": "118" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 773, "length": 3, "value": "255" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 785, "length": 3, "value": "118" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 791, "length": 3, "value": "255" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 802, "length": 3, "value": "118" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 808, "length": 3, "value": "255" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "FloatLiteral", "offset": 820, "length": 4, "value": "0.20" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 859, "length": 1, "value": "3" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "FloatLiteral", "offset": 896, "length": 3, "value": "8.0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift", "kind": "StringLiteral", "offset": 356, "length": 22, "value": "\"LinkKit.TodoPaneViewController\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ReactNativeLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ReactNativeLinkKit.swift", "kind": "StringLiteral", "offset": 376, "length": 11, "value": "\"RNLinksdk\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ReactNativeLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ReactNativeLinkKit.swift", "kind": "StringLiteral", "offset": 536, "length": 12, "value": "\"sdkVersion\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ReactNativeLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ReactNativeLinkKit.swift", "kind": "StringLiteral", "offset": 965, "length": 15, "value": "\"0.0.0-unknown\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift", "kind": "Dictionary", "offset": 483, "length": 3, "value": "[]" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift", "kind": "BooleanLiteral", "offset": 1204, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift", "kind": "StringLiteral", "offset": 148, "length": 24, "value": "\"LinkKit.LinkOOPWebViewController\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", "kind": "StringLiteral", "offset": 1554, "length": 18, "value": "\"INSTITUTION_DOWN\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", "kind": "StringLiteral", "offset": 1630, "length": 28, "value": "\"INSTITUTION_NOT_RESPONDING\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", "kind": "StringLiteral", "offset": 1715, "length": 27, "value": "\"INSTITUTION_NOT_AVAILABLE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", "kind": "StringLiteral", "offset": 1804, "length": 33, "value": "\"INSTITUTION_NO_LONGER_SUPPORTED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 1995, "length": 16, "value": "\"MISSING_FIELDS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 2058, "length": 16, "value": "\"UNKNOWN_FIELDS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 2120, "length": 15, "value": "\"INVALID_FIELD\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 2180, "length": 14, "value": "\"INVALID_BODY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 2242, "length": 17, "value": "\"INVALID_HEADERS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 2301, "length": 11, "value": "\"NOT_FOUND\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 2357, "length": 14, "value": "\"SANDBOX_ONLY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6098, "length": 26, "value": "\"INSUFFICIENT_CREDENTIALS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6176, "length": 21, "value": "\"INVALID_CREDENTIALS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6241, "length": 13, "value": "\"INVALID_MFA\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6305, "length": 21, "value": "\"INVALID_SEND_METHOD\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6382, "length": 26, "value": "\"INVALID_UPDATED_USERNAME\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6452, "length": 13, "value": "\"ITEM_LOCKED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6516, "length": 21, "value": "\"ITEM_LOGIN_REQUIRED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6582, "length": 15, "value": "\"ITEM_NO_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6647, "length": 20, "value": "\"ITEM_NOT_SUPPORTED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6724, "length": 27, "value": "\"INCORRECT_DEPOSIT_AMOUNTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6802, "length": 21, "value": "\"USER_SETUP_REQUIRED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6872, "length": 19, "value": "\"MFA_NOT_SUPPORTED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6935, "length": 13, "value": "\"NO_ACCOUNTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6996, "length": 18, "value": "\"NO_AUTH_ACCOUNTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 7068, "length": 24, "value": "\"NO_INVESTMENT_ACCOUNTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 7145, "length": 23, "value": "\"NO_LIABILITY_ACCOUNTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 7217, "length": 19, "value": "\"PRODUCT_NOT_READY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 7290, "length": 24, "value": "\"PRODUCTS_NOT_SUPPORTED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 7366, "length": 22, "value": "\"INSTANT_MATCH_FAILED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/LinkEvent.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/LinkEvent.swift", "kind": "StringLiteral", "offset": 1110, "length": 12, "value": "\"event_name\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/LinkEvent.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/LinkEvent.swift", "kind": "StringLiteral", "offset": 1110, "length": 12, "value": "\"event_name\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2438, "length": 8, "value": "\"assets\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2484, "length": 6, "value": "\"auth\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2537, "length": 16, "value": "\"deposit_switch\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2595, "length": 10, "value": "\"identity\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2645, "length": 8, "value": "\"income\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2698, "length": 13, "value": "\"investments\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2756, "length": 13, "value": "\"liabilities\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2820, "length": 20, "value": "\"liabilities_report\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2891, "length": 20, "value": "\"payment_initiation\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2957, "length": 14, "value": "\"transactions\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift", "kind": "StringLiteral", "offset": 108, "length": 25, "value": "\"LinkKit.LoadingPaneViewController\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/LinkTokenConfiguration.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/LinkTokenConfiguration.swift", "kind": "BooleanLiteral", "offset": 1703, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/LinkHandler.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/LinkHandler.swift", "kind": "IntegerLiteral", "offset": 8145, "length": 3, "value": "390" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/LinkHandler.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/LinkHandler.swift", "kind": "IntegerLiteral", "offset": 8158, "length": 3, "value": "690" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8497, "length": 12, "value": "\"ACCEPT_TOS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8551, "length": 11, "value": "\"CONNECTED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8602, "length": 9, "value": "\"CONSENT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8654, "length": 12, "value": "\"CREDENTIAL\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8715, "length": 19, "value": "\"DATA_TRANSPARENCY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8790, "length": 27, "value": "\"DATA_TRANSPARENCY_CONSENT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8873, "length": 26, "value": "\"DOCUMENTARY_VERIFICATION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8937, "length": 7, "value": "\"ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8981, "length": 6, "value": "\"EXIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9028, "length": 11, "value": "\"KYC_CHECK\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9083, "length": 14, "value": "\"SELFIE_CHECK\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9137, "length": 9, "value": "\"LOADING\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9193, "length": 17, "value": "\"MATCHED_CONSENT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9260, "length": 20, "value": "\"MATCHED_CREDENTIAL\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9323, "length": 13, "value": "\"MATCHED_MFA\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9372, "length": 5, "value": "\"MFA\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9417, "length": 9, "value": "\"NUMBERS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9483, "length": 28, "value": "\"NUMBERS_SELECT_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9561, "length": 21, "value": "\"PROFILE_DATA_REVIEW\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9620, "length": 7, "value": "\"OAUTH\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9669, "length": 11, "value": "\"RECAPTCHA\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9722, "length": 12, "value": "\"RISK_CHECK\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9776, "length": 11, "value": "\"SCREENING\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9833, "length": 16, "value": "\"SELECT_ACCOUNT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9896, "length": 18, "value": "\"SELECT_AUTH_TYPE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9958, "length": 14, "value": "\"SUBMIT_PHONE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10016, "length": 14, "value": "\"VERIFY_PHONE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10085, "length": 26, "value": "\"SELECT_SAVED_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10162, "length": 22, "value": "\"SELECT_SAVED_ACCOUNT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10228, "length": 14, "value": "\"SELECT_BRAND\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10292, "length": 20, "value": "\"SELECT_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10360, "length": 18, "value": "\"SUBMIT_DOCUMENTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10433, "length": 26, "value": "\"SUBMIT_DOCUMENTS_SUCCESS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10512, "length": 24, "value": "\"SUBMIT_DOCUMENTS_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10584, "length": 18, "value": "\"UPLOAD_DOCUMENTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10644, "length": 12, "value": "\"VERIFY_SMS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/KeyValueService.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/KeyValueService.swift", "kind": "StringLiteral", "offset": 218, "length": 30, "value": "\"com.plaid.link.persistent-id\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/KeyValueService.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/KeyValueService.swift", "kind": "StringLiteral", "offset": 218, "length": 30, "value": "\"com.plaid.link.persistent-id\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/KeyValueService.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/KeyValueService.swift", "kind": "StringLiteral", "offset": 1104, "length": 25, "value": "\"com.plaid.link.keychain\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", "kind": "StringLiteral", "offset": 1923, "length": 32, "value": "\"pending_automatic_verification\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", "kind": "StringLiteral", "offset": 2013, "length": 29, "value": "\"pending_manual_verification\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", "kind": "StringLiteral", "offset": 2091, "length": 19, "value": "\"manually_verified\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", "kind": "StringLiteral", "offset": 2150, "length": 9, "value": "\"unknown\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 2899, "length": 21, "value": "\"PRODUCT_NOT_ENABLED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 2969, "length": 18, "value": "\"DATA_UNAVAILABLE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 3036, "length": 19, "value": "\"PRODUCT_NOT_READY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 3116, "length": 32, "value": "\"ASSET_REPORT_GENERATION_FAILED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 3195, "length": 16, "value": "\"INVALID_PARENT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 3263, "length": 22, "value": "\"INSIGHTS_NOT_ENABLED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 3347, "length": 33, "value": "\"INSIGHTS_PREVIOUSLY_NOT_ENABLED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Constants.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Constants.swift", "kind": "StringLiteral", "offset": 90, "length": 11, "value": "\"plaidlink\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Constants.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Constants.swift", "kind": "StringLiteral", "offset": 90, "length": 11, "value": "\"plaidlink\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1602, "length": 20, "value": "1" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1632, "length": 9, "value": "2" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1651, "length": 18, "value": "3" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1679, "length": 24, "value": "4" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1713, "length": 23, "value": "5" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1746, "length": 12, "value": "6" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1602, "length": 20, "value": "1" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1632, "length": 9, "value": "2" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1651, "length": 18, "value": "3" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1679, "length": 24, "value": "4" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1713, "length": 23, "value": "5" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1746, "length": 12, "value": "6" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "StringLiteral", "offset": 3072, "length": 14, "value": "\"LinkKit.PLKHandlerShim\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17845, "length": 15, "value": "1" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17870, "length": 12, "value": "2" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17892, "length": 21, "value": "3" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17923, "length": 7, "value": "4" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17845, "length": 15, "value": "1" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17870, "length": 12, "value": "2" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17892, "length": 21, "value": "3" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17923, "length": 7, "value": "4" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 2869, "length": 9, "value": "\"unknown\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 2917, "length": 7, "value": "\"other\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 2964, "length": 8, "value": "\"credit\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 3010, "length": 6, "value": "\"loan\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 3060, "length": 12, "value": "\"depository\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 3116, "length": 12, "value": "\"investment\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 3165, "length": 5, "value": "\"all\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 3769, "length": 7, "value": "\"other\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 4496, "length": 13, "value": "\"credit card\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 4549, "length": 8, "value": "\"paypal\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6202, "length": 6, "value": "\"auto\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6250, "length": 10, "value": "\"business\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6304, "length": 12, "value": "\"commercial\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6362, "length": 14, "value": "\"construction\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6418, "length": 10, "value": "\"consumer\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6472, "length": 13, "value": "\"home equity\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6531, "length": 16, "value": "\"line of credit\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6585, "length": 6, "value": "\"loan\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6633, "length": 10, "value": "\"mortgage\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6686, "length": 11, "value": "\"overdraft\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6738, "length": 9, "value": "\"student\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8144, "length": 17, "value": "\"cash management\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8197, "length": 4, "value": "\"cd\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8243, "length": 10, "value": "\"checking\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8290, "length": 5, "value": "\"ebt\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8332, "length": 5, "value": "\"hsa\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8382, "length": 14, "value": "\"money market\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8436, "length": 8, "value": "\"paypal\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8485, "length": 9, "value": "\"prepaid\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8535, "length": 9, "value": "\"savings\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13647, "length": 6, "value": "\"401a\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13701, "length": 6, "value": "\"401k\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13755, "length": 6, "value": "\"403B\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13809, "length": 6, "value": "\"457b\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13862, "length": 5, "value": "\"529\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13910, "length": 11, "value": "\"brokerage\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13962, "length": 10, "value": "\"cash isa\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14029, "length": 27, "value": "\"education savings account\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14102, "length": 15, "value": "\"fixed annuity\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14154, "length": 5, "value": "\"gic\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14223, "length": 34, "value": "\"health reimbursement arrangement\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14294, "length": 5, "value": "\"hsa\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14336, "length": 5, "value": "\"ira\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14378, "length": 5, "value": "\"isa\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14422, "length": 7, "value": "\"keogh\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14466, "length": 5, "value": "\"lif\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14509, "length": 6, "value": "\"lira\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14553, "length": 6, "value": "\"lrif\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14597, "length": 6, "value": "\"lrsp\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14647, "length": 13, "value": "\"mutual fund\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14720, "length": 31, "value": "\"non-taxable brokerage account\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14792, "length": 9, "value": "\"pension\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14839, "length": 6, "value": "\"plan\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14883, "length": 6, "value": "\"prif\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14940, "length": 21, "value": "\"profit sharing plan\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14999, "length": 6, "value": "\"rdsp\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15043, "length": 6, "value": "\"resp\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15093, "length": 12, "value": "\"retirement\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15143, "length": 6, "value": "\"rlif\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15191, "length": 11, "value": "\"roth 401k\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15240, "length": 6, "value": "\"roth\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15284, "length": 6, "value": "\"rrif\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15328, "length": 6, "value": "\"rrsp\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15374, "length": 8, "value": "\"sarsep\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15422, "length": 9, "value": "\"sep ira\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15474, "length": 12, "value": "\"simple ira\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15524, "length": 6, "value": "\"sipp\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15573, "length": 12, "value": "\"stock plan\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15623, "length": 6, "value": "\"tfsa\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15680, "length": 21, "value": "\"thrift savings plan\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15740, "length": 7, "value": "\"trust\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15785, "length": 6, "value": "\"ugma\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15829, "length": 6, "value": "\"utma\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15884, "length": 18, "value": "\"variable annuity\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Component.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Component.swift", "kind": "IntegerLiteral", "offset": 2448, "length": 1, "value": "0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Component.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Component.swift", "kind": "IntegerLiteral", "offset": 2461, "length": 1, "value": "0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/InfoProviding.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/InfoProviding.swift", "kind": "StringLiteral", "offset": 585, "length": 12, "value": "\"hw.machine\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/InfoProviding.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/InfoProviding.swift", "kind": "IntegerLiteral", "offset": 617, "length": 1, "value": "0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/InfoProviding.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/InfoProviding.swift", "kind": "IntegerLiteral", "offset": 672, "length": 1, "value": "0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/InfoProviding.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/InfoProviding.swift", "kind": "IntegerLiteral", "offset": 716, "length": 1, "value": "0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/InfoProviding.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/InfoProviding.swift", "kind": "IntegerLiteral", "offset": 790, "length": 1, "value": "0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/InfoProviding.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/InfoProviding.swift", "kind": "StringLiteral", "offset": 2568, "length": 9, "value": "\"LinkKit\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 1397, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 2669, "length": 4, "value": "true" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 3769, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 3837, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 4059, "length": 4, "value": "true" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 4107, "length": 4, "value": "true" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "IntegerLiteral", "offset": 4149, "length": 2, "value": "24" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 4429, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 4754, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "StringLiteral", "offset": 404, "length": 34, "value": "\"LinkKit.InProcessWebviewFallbackController\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift", "kind": "BooleanLiteral", "offset": 2214, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/FlutterLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/FlutterLinkKit.swift", "kind": "StringLiteral", "offset": 258, "length": 20, "value": "\"PlaidFlutterPlugin\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/FlutterLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/FlutterLinkKit.swift", "kind": "StringLiteral", "offset": 402, "length": 54, "value": "\"getLinkTokenConfigurationWithToken:onSuccessHandler:\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/FlutterLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/FlutterLinkKit.swift", "kind": "BooleanLiteral", "offset": 550, "length": 4, "value": "true" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/FlutterLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/FlutterLinkKit.swift", "kind": "BooleanLiteral", "offset": 594, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3020, "length": 18, "value": "\"INVALID_API_KEYS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3095, "length": 26, "value": "\"UNAUTHORIZED_ENVIRONMENT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3173, "length": 22, "value": "\"INVALID_ACCESS_TOKEN\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3247, "length": 22, "value": "\"INVALID_PUBLIC_TOKEN\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3317, "length": 17, "value": "\"INVALID_PRODUCT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3384, "length": 20, "value": "\"INVALID_ACCOUNT_ID\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3456, "length": 21, "value": "\"INVALID_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3538, "length": 32, "value": "\"TOO_MANY_VERIFICATION_ATTEMPTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/LinkUIController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/LinkUIController.swift", "kind": "BooleanLiteral", "offset": 493, "length": 5, diff --git a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.swiftmodule b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.swiftmodule index fbc2cff7..4fc40fa2 100644 Binary files a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.swiftmodule and b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.swiftmodule differ diff --git a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.abi.json b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.abi.json index 5746a2c9..b6c9faad 100644 --- a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.abi.json +++ b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.abi.json @@ -42263,6 +42263,16 @@ } ] }, + { + "kind": "Import", + "name": "Anomalies", + "printedName": "Anomalies", + "declKind": "Import", + "moduleName": "LinkKit", + "declAttributes": [ + "ImplementationOnly" + ] + }, { "kind": "Import", "name": "FinanceKit", @@ -42769,6 +42779,213 @@ } ] }, + { + "kind": "TypeDecl", + "name": "FinanceKitDebugging", + "printedName": "FinanceKitDebugging", + "children": [ + { + "kind": "Var", + "name": "syncFinanceKit", + "printedName": "syncFinanceKit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LinkKit.FinanceKitDebugging.Type) -> (Swift.String, Swift.Bool) -> LinkKit.FinanceKitDebugging", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Swift.Bool) -> LinkKit.FinanceKitDebugging", + "children": [ + { + "kind": "TypeNominal", + "name": "FinanceKitDebugging", + "printedName": "LinkKit.FinanceKitDebugging", + "usr": "s:7LinkKit07FinanceB9DebuggingO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(token: Swift.String, requestAuthorizationIfNeeded: Swift.Bool)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LinkKit.FinanceKitDebugging.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "FinanceKitDebugging", + "printedName": "LinkKit.FinanceKitDebugging", + "usr": "s:7LinkKit07FinanceB9DebuggingO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:7LinkKit07FinanceB9DebuggingO04synccB0yACSS_SbtcACmF", + "mangledName": "$s7LinkKit07FinanceB9DebuggingO04synccB0yACSS_SbtcACmF", + "moduleName": "LinkKit", + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "anomalieMessage", + "printedName": "anomalieMessage", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:7LinkKit07FinanceB9DebuggingO15anomalieMessageSSvp", + "mangledName": "$s7LinkKit07FinanceB9DebuggingO15anomalieMessageSSvp", + "moduleName": "LinkKit", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:7LinkKit07FinanceB9DebuggingO15anomalieMessageSSvg", + "mangledName": "$s7LinkKit07FinanceB9DebuggingO15anomalieMessageSSvg", + "moduleName": "LinkKit", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "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": "s:7LinkKit07FinanceB9DebuggingO16errorDescriptionSSSgvp", + "mangledName": "$s7LinkKit07FinanceB9DebuggingO16errorDescriptionSSSgvp", + "moduleName": "LinkKit", + "declAttributes": [ + "AccessControl" + ], + "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": "s:7LinkKit07FinanceB9DebuggingO16errorDescriptionSSSgvg", + "mangledName": "$s7LinkKit07FinanceB9DebuggingO16errorDescriptionSSSgvg", + "moduleName": "LinkKit", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:7LinkKit07FinanceB9DebuggingO", + "mangledName": "$s7LinkKit07FinanceB9DebuggingO", + "moduleName": "LinkKit", + "intro_iOS": "17.4", + "declAttributes": [ + "AccessControl", + "Available" + ], + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "kind": "Conformance", + "name": "AnomaliesErrorTrackable", + "printedName": "AnomaliesErrorTrackable", + "usr": "s:9Anomalies0A14ErrorTrackableP", + "mangledName": "$s9Anomalies0A14ErrorTrackableP" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, { "kind": "TypeDecl", "name": "InternalExpressibleByStringLiteral", @@ -52167,2415 +52384,2415 @@ }, "ConstValues": [ { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/PresentationMethod.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/PresentationMethod.swift", "kind": "BooleanLiteral", "offset": 523, "length": 4, "value": "true" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5662, "length": 6, "value": "\"type\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5694, "length": 6, "value": "\"code\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5662, "length": 6, "value": "\"type\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5694, "length": 6, "value": "\"code\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5755, "length": 17, "value": "\"INVALID_REQUEST\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5818, "length": 15, "value": "\"INVALID_INPUT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5883, "length": 19, "value": "\"INSTITUTION_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 5953, "length": 21, "value": "\"RATE_LIMIT_EXCEEDED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 6016, "length": 11, "value": "\"API_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 6070, "length": 12, "value": "\"ITEM_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 6125, "length": 12, "value": "\"AUTH_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 6187, "length": 20, "value": "\"ASSET_REPORT_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift", "kind": "StringLiteral", "offset": 6249, "length": 10, "value": "\"INTERNAL\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 12682, "length": 32, "value": "\"BANK_INCOME_INSIGHTS_COMPLETED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 12757, "length": 13, "value": "\"CLOSE_OAUTH\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 12808, "length": 7, "value": "\"ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 12852, "length": 6, "value": "\"EXIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 12900, "length": 12, "value": "\"FAIL_OAUTH\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 12952, "length": 9, "value": "\"HANDOFF\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13023, "length": 34, "value": "\"IDENTITY_VERIFICATION_START_STEP\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13118, "length": 33, "value": "\"IDENTITY_VERIFICATION_PASS_STEP\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13212, "length": 33, "value": "\"IDENTITY_VERIFICATION_FAIL_STEP\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13315, "length": 43, "value": "\"IDENTITY_VERIFICATION_PENDING_REVIEW_STEP\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13431, "length": 46, "value": "\"IDENTITY_VERIFICATION_PENDING_REVIEW_SESSION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13543, "length": 38, "value": "\"IDENTITY_VERIFICATION_CREATE_SESSION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13647, "length": 38, "value": "\"IDENTITY_VERIFICATION_RESUME_SESSION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13749, "length": 36, "value": "\"IDENTITY_VERIFICATION_PASS_SESSION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13849, "length": 36, "value": "\"IDENTITY_VERIFICATION_FAIL_SESSION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 13944, "length": 31, "value": "\"IDENTITY_VERIFICATION_OPEN_UI\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14036, "length": 33, "value": "\"IDENTITY_VERIFICATION_RESUME_UI\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14129, "length": 32, "value": "\"IDENTITY_VERIFICATION_CLOSE_UI\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14218, "length": 28, "value": "\"MATCHED_SELECT_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14304, "length": 30, "value": "\"MATCHED_SELECT_VERIFY_METHOD\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14371, "length": 6, "value": "\"OPEN\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14421, "length": 15, "value": "\"OPEN_MY_PLAID\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14478, "length": 12, "value": "\"OPEN_OAUTH\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14551, "length": 33, "value": "\"PROFILE_ELIGIBILITY_CHECK_READY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14645, "length": 33, "value": "\"PROFILE_ELIGIBILITY_CHECK_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14728, "length": 20, "value": "\"SEARCH_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14806, "length": 29, "value": "\"SELECT_DEGRADED_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14889, "length": 25, "value": "\"SELECT_DOWN_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 14972, "length": 29, "value": "\"SELECT_FILTERED_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15051, "length": 20, "value": "\"SELECT_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15115, "length": 14, "value": "\"SELECT_BRAND\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15176, "length": 18, "value": "\"SELECT_AUTH_TYPE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15246, "length": 23, "value": "\"SUBMIT_ACCOUNT_NUMBER\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15317, "length": 18, "value": "\"SUBMIT_DOCUMENTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15390, "length": 26, "value": "\"SUBMIT_DOCUMENTS_SUCCESS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15469, "length": 24, "value": "\"SUBMIT_DOCUMENTS_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15545, "length": 23, "value": "\"SUBMIT_ROUTING_NUMBER\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15614, "length": 17, "value": "\"VIEW_DATA_TYPES\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15673, "length": 12, "value": "\"SUBMIT_OTP\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15729, "length": 14, "value": "\"SUBMIT_PHONE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15791, "length": 19, "value": "\"SKIP_SUBMIT_PHONE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15854, "length": 14, "value": "\"VERIFY_PHONE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15918, "length": 20, "value": "\"SUBMIT_CREDENTIALS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 15980, "length": 12, "value": "\"SUBMIT_MFA\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 16039, "length": 17, "value": "\"TRANSITION_VIEW\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/EventName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/EventName.swift", "kind": "StringLiteral", "offset": 16110, "length": 25, "value": "\"CONNECT_NEW_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", "kind": "BooleanLiteral", "offset": 3250, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", "kind": "BooleanLiteral", "offset": 3292, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", "kind": "Array", "offset": 3356, "length": 2, "value": "[]" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift", "kind": "StringLiteral", "offset": 329, "length": 23, "value": "\"LinkKit.PlaidLinkViewController\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ScriptMessageWithReplyHandler.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ScriptMessageWithReplyHandler.swift", "kind": "StringLiteral", "offset": 308, "length": 29, "value": "\"LinkKit.ScriptMessageWithReplyHandler\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift", "kind": "Array", "offset": 4967, "length": 2, "value": "[]" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift", "kind": "StringLiteral", "offset": 494, "length": 27, "value": "\"LinkKit.ComponentPaneViewController\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2090, "length": 16, "value": "\"ACCOUNTS_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2153, "length": 16, "value": "\"ADDITION_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2212, "length": 12, "value": "\"AUTH_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2271, "length": 16, "value": "\"IDENTITY_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2332, "length": 14, "value": "\"INCOME_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2392, "length": 16, "value": "\"ITEM_GET_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2451, "length": 12, "value": "\"RATE_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift", "kind": "StringLiteral", "offset": 2514, "length": 20, "value": "\"TRANSACTIONS_LIMIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", "kind": "IntegerLiteral", "offset": 1333, "length": 2, "value": "16" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", "kind": "IntegerLiteral", "offset": 1345, "length": 2, "value": "16" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", "kind": "IntegerLiteral", "offset": 1735, "length": 2, "value": "54" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", "kind": "IntegerLiteral", "offset": 1747, "length": 2, "value": "20" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift", "kind": "StringLiteral", "offset": 271, "length": 24, "value": "\"LinkKit.EmbeddedSearchModuleView\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ApiErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ApiErrorCode.swift", "kind": "StringLiteral", "offset": 1078, "length": 23, "value": "\"INTERNAL_SERVER_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ApiErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ApiErrorCode.swift", "kind": "StringLiteral", "offset": 1153, "length": 21, "value": "\"PLANNED_MAINTENANCE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 2824, "length": 20, "value": "\"requires_questions\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 2895, "length": 21, "value": "\"requires_selections\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 2961, "length": 15, "value": "\"requires_code\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 3021, "length": 15, "value": "\"choose_device\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 3088, "length": 22, "value": "\"requires_credentials\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 3162, "length": 23, "value": "\"institution_not_found\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 3242, "length": 28, "value": "\"requires_account_selection\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ExitStatus.swift", "kind": "StringLiteral", "offset": 3323, "length": 25, "value": "\"continue_to_third_party\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift", "kind": "StringLiteral", "offset": 1019, "length": 19, "value": "\"PRODUCT_NOT_READY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift", "kind": "StringLiteral", "offset": 1091, "length": 22, "value": "\"VERIFICATION_EXPIRED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 304, "length": 7, "value": "\"Plaid\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 342, "length": 9, "value": "\"LinkKit\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 510, "length": 20, "value": "\"ReactNativeLinkSdk\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 830, "length": 8, "value": "\"%@\/%@ \"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 989, "length": 2, "value": "\"\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 1045, "length": 29, "value": "\"%@%@%@\/%@(%@) %@-%@ (%@ %@)\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 1293, "length": 2, "value": "\"\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift", "kind": "StringLiteral", "offset": 1357, "length": 2, "value": "\"\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/MFAType.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/MFAType.swift", "kind": "StringLiteral", "offset": 1762, "length": 6, "value": "\"code\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/MFAType.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/MFAType.swift", "kind": "StringLiteral", "offset": 1808, "length": 8, "value": "\"device\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/MFAType.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/MFAType.swift", "kind": "StringLiteral", "offset": 1859, "length": 11, "value": "\"questions\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/MFAType.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/MFAType.swift", "kind": "StringLiteral", "offset": 1914, "length": 12, "value": "\"selections\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 767, "length": 3, "value": "118" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 773, "length": 3, "value": "255" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 785, "length": 3, "value": "118" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 791, "length": 3, "value": "255" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 802, "length": 3, "value": "118" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 808, "length": 3, "value": "255" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "FloatLiteral", "offset": 820, "length": 4, "value": "0.20" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "IntegerLiteral", "offset": 859, "length": 1, "value": "3" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift", "kind": "FloatLiteral", "offset": 896, "length": 3, "value": "8.0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift", "kind": "StringLiteral", "offset": 356, "length": 22, "value": "\"LinkKit.TodoPaneViewController\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ReactNativeLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ReactNativeLinkKit.swift", "kind": "StringLiteral", "offset": 376, "length": 11, "value": "\"RNLinksdk\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ReactNativeLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ReactNativeLinkKit.swift", "kind": "StringLiteral", "offset": 536, "length": 12, "value": "\"sdkVersion\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ReactNativeLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ReactNativeLinkKit.swift", "kind": "StringLiteral", "offset": 965, "length": 15, "value": "\"0.0.0-unknown\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift", "kind": "Dictionary", "offset": 483, "length": 3, "value": "[]" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift", "kind": "BooleanLiteral", "offset": 1204, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift", "kind": "StringLiteral", "offset": 148, "length": 24, "value": "\"LinkKit.LinkOOPWebViewController\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", "kind": "StringLiteral", "offset": 1554, "length": 18, "value": "\"INSTITUTION_DOWN\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", "kind": "StringLiteral", "offset": 1630, "length": 28, "value": "\"INSTITUTION_NOT_RESPONDING\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", "kind": "StringLiteral", "offset": 1715, "length": 27, "value": "\"INSTITUTION_NOT_AVAILABLE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift", "kind": "StringLiteral", "offset": 1804, "length": 33, "value": "\"INSTITUTION_NO_LONGER_SUPPORTED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 1995, "length": 16, "value": "\"MISSING_FIELDS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 2058, "length": 16, "value": "\"UNKNOWN_FIELDS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 2120, "length": 15, "value": "\"INVALID_FIELD\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 2180, "length": 14, "value": "\"INVALID_BODY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 2242, "length": 17, "value": "\"INVALID_HEADERS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 2301, "length": 11, "value": "\"NOT_FOUND\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift", "kind": "StringLiteral", "offset": 2357, "length": 14, "value": "\"SANDBOX_ONLY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6098, "length": 26, "value": "\"INSUFFICIENT_CREDENTIALS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6176, "length": 21, "value": "\"INVALID_CREDENTIALS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6241, "length": 13, "value": "\"INVALID_MFA\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6305, "length": 21, "value": "\"INVALID_SEND_METHOD\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6382, "length": 26, "value": "\"INVALID_UPDATED_USERNAME\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6452, "length": 13, "value": "\"ITEM_LOCKED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6516, "length": 21, "value": "\"ITEM_LOGIN_REQUIRED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6582, "length": 15, "value": "\"ITEM_NO_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6647, "length": 20, "value": "\"ITEM_NOT_SUPPORTED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6724, "length": 27, "value": "\"INCORRECT_DEPOSIT_AMOUNTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6802, "length": 21, "value": "\"USER_SETUP_REQUIRED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6872, "length": 19, "value": "\"MFA_NOT_SUPPORTED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6935, "length": 13, "value": "\"NO_ACCOUNTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 6996, "length": 18, "value": "\"NO_AUTH_ACCOUNTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 7068, "length": 24, "value": "\"NO_INVESTMENT_ACCOUNTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 7145, "length": 23, "value": "\"NO_LIABILITY_ACCOUNTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 7217, "length": 19, "value": "\"PRODUCT_NOT_READY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 7290, "length": 24, "value": "\"PRODUCTS_NOT_SUPPORTED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift", "kind": "StringLiteral", "offset": 7366, "length": 22, "value": "\"INSTANT_MATCH_FAILED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/LinkEvent.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/LinkEvent.swift", "kind": "StringLiteral", "offset": 1110, "length": 12, "value": "\"event_name\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/LinkEvent.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/LinkEvent.swift", "kind": "StringLiteral", "offset": 1110, "length": 12, "value": "\"event_name\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2438, "length": 8, "value": "\"assets\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2484, "length": 6, "value": "\"auth\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2537, "length": 16, "value": "\"deposit_switch\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2595, "length": 10, "value": "\"identity\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2645, "length": 8, "value": "\"income\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2698, "length": 13, "value": "\"investments\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2756, "length": 13, "value": "\"liabilities\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2820, "length": 20, "value": "\"liabilities_report\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2891, "length": 20, "value": "\"payment_initiation\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/Product.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/Product.swift", "kind": "StringLiteral", "offset": 2957, "length": 14, "value": "\"transactions\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift", "kind": "StringLiteral", "offset": 108, "length": 25, "value": "\"LinkKit.LoadingPaneViewController\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/LinkTokenConfiguration.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/LinkTokenConfiguration.swift", "kind": "BooleanLiteral", "offset": 1703, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/LinkHandler.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/LinkHandler.swift", "kind": "IntegerLiteral", "offset": 8145, "length": 3, "value": "390" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/LinkHandler.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/LinkHandler.swift", "kind": "IntegerLiteral", "offset": 8158, "length": 3, "value": "690" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8497, "length": 12, "value": "\"ACCEPT_TOS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8551, "length": 11, "value": "\"CONNECTED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8602, "length": 9, "value": "\"CONSENT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8654, "length": 12, "value": "\"CREDENTIAL\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8715, "length": 19, "value": "\"DATA_TRANSPARENCY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8790, "length": 27, "value": "\"DATA_TRANSPARENCY_CONSENT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8873, "length": 26, "value": "\"DOCUMENTARY_VERIFICATION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8937, "length": 7, "value": "\"ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 8981, "length": 6, "value": "\"EXIT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9028, "length": 11, "value": "\"KYC_CHECK\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9083, "length": 14, "value": "\"SELFIE_CHECK\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9137, "length": 9, "value": "\"LOADING\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9193, "length": 17, "value": "\"MATCHED_CONSENT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9260, "length": 20, "value": "\"MATCHED_CREDENTIAL\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9323, "length": 13, "value": "\"MATCHED_MFA\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9372, "length": 5, "value": "\"MFA\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9417, "length": 9, "value": "\"NUMBERS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9483, "length": 28, "value": "\"NUMBERS_SELECT_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9561, "length": 21, "value": "\"PROFILE_DATA_REVIEW\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9620, "length": 7, "value": "\"OAUTH\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9669, "length": 11, "value": "\"RECAPTCHA\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9722, "length": 12, "value": "\"RISK_CHECK\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9776, "length": 11, "value": "\"SCREENING\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9833, "length": 16, "value": "\"SELECT_ACCOUNT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9896, "length": 18, "value": "\"SELECT_AUTH_TYPE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 9958, "length": 14, "value": "\"SUBMIT_PHONE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10016, "length": 14, "value": "\"VERIFY_PHONE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10085, "length": 26, "value": "\"SELECT_SAVED_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10162, "length": 22, "value": "\"SELECT_SAVED_ACCOUNT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10228, "length": 14, "value": "\"SELECT_BRAND\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10292, "length": 20, "value": "\"SELECT_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10360, "length": 18, "value": "\"SUBMIT_DOCUMENTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10433, "length": 26, "value": "\"SUBMIT_DOCUMENTS_SUCCESS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10512, "length": 24, "value": "\"SUBMIT_DOCUMENTS_ERROR\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10584, "length": 18, "value": "\"UPLOAD_DOCUMENTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/ViewName.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/ViewName.swift", "kind": "StringLiteral", "offset": 10644, "length": 12, "value": "\"VERIFY_SMS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/KeyValueService.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/KeyValueService.swift", "kind": "StringLiteral", "offset": 218, "length": 30, "value": "\"com.plaid.link.persistent-id\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/KeyValueService.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/KeyValueService.swift", "kind": "StringLiteral", "offset": 218, "length": 30, "value": "\"com.plaid.link.persistent-id\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Services\/KeyValueService.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Services\/KeyValueService.swift", "kind": "StringLiteral", "offset": 1104, "length": 25, "value": "\"com.plaid.link.keychain\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", "kind": "StringLiteral", "offset": 1923, "length": 32, "value": "\"pending_automatic_verification\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", "kind": "StringLiteral", "offset": 2013, "length": 29, "value": "\"pending_manual_verification\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", "kind": "StringLiteral", "offset": 2091, "length": 19, "value": "\"manually_verified\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift", "kind": "StringLiteral", "offset": 2150, "length": 9, "value": "\"unknown\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 2899, "length": 21, "value": "\"PRODUCT_NOT_ENABLED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 2969, "length": 18, "value": "\"DATA_UNAVAILABLE\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 3036, "length": 19, "value": "\"PRODUCT_NOT_READY\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 3116, "length": 32, "value": "\"ASSET_REPORT_GENERATION_FAILED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 3195, "length": 16, "value": "\"INVALID_PARENT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 3263, "length": 22, "value": "\"INSIGHTS_NOT_ENABLED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift", "kind": "StringLiteral", "offset": 3347, "length": 33, "value": "\"INSIGHTS_PREVIOUSLY_NOT_ENABLED\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Constants.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Constants.swift", "kind": "StringLiteral", "offset": 90, "length": 11, "value": "\"plaidlink\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Constants.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Constants.swift", "kind": "StringLiteral", "offset": 90, "length": 11, "value": "\"plaidlink\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1602, "length": 20, "value": "1" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1632, "length": 9, "value": "2" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1651, "length": 18, "value": "3" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1679, "length": 24, "value": "4" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1713, "length": 23, "value": "5" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1746, "length": 12, "value": "6" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1602, "length": 20, "value": "1" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1632, "length": 9, "value": "2" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1651, "length": 18, "value": "3" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1679, "length": 24, "value": "4" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1713, "length": 23, "value": "5" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 1746, "length": 12, "value": "6" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "StringLiteral", "offset": 3072, "length": 14, "value": "\"LinkKit.PLKHandlerShim\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17845, "length": 15, "value": "1" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17870, "length": 12, "value": "2" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17892, "length": 21, "value": "3" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17923, "length": 7, "value": "4" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17845, "length": 15, "value": "1" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17870, "length": 12, "value": "2" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17892, "length": 21, "value": "3" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift", "kind": "IntegerLiteral", "offset": 17923, "length": 7, "value": "4" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 2869, "length": 9, "value": "\"unknown\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 2917, "length": 7, "value": "\"other\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 2964, "length": 8, "value": "\"credit\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 3010, "length": 6, "value": "\"loan\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 3060, "length": 12, "value": "\"depository\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 3116, "length": 12, "value": "\"investment\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 3165, "length": 5, "value": "\"all\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 3769, "length": 7, "value": "\"other\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 4496, "length": 13, "value": "\"credit card\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 4549, "length": 8, "value": "\"paypal\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6202, "length": 6, "value": "\"auto\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6250, "length": 10, "value": "\"business\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6304, "length": 12, "value": "\"commercial\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6362, "length": 14, "value": "\"construction\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6418, "length": 10, "value": "\"consumer\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6472, "length": 13, "value": "\"home equity\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6531, "length": 16, "value": "\"line of credit\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6585, "length": 6, "value": "\"loan\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6633, "length": 10, "value": "\"mortgage\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6686, "length": 11, "value": "\"overdraft\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 6738, "length": 9, "value": "\"student\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8144, "length": 17, "value": "\"cash management\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8197, "length": 4, "value": "\"cd\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8243, "length": 10, "value": "\"checking\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8290, "length": 5, "value": "\"ebt\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8332, "length": 5, "value": "\"hsa\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8382, "length": 14, "value": "\"money market\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8436, "length": 8, "value": "\"paypal\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8485, "length": 9, "value": "\"prepaid\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 8535, "length": 9, "value": "\"savings\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13647, "length": 6, "value": "\"401a\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13701, "length": 6, "value": "\"401k\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13755, "length": 6, "value": "\"403B\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13809, "length": 6, "value": "\"457b\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13862, "length": 5, "value": "\"529\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13910, "length": 11, "value": "\"brokerage\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 13962, "length": 10, "value": "\"cash isa\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14029, "length": 27, "value": "\"education savings account\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14102, "length": 15, "value": "\"fixed annuity\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14154, "length": 5, "value": "\"gic\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14223, "length": 34, "value": "\"health reimbursement arrangement\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14294, "length": 5, "value": "\"hsa\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14336, "length": 5, "value": "\"ira\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14378, "length": 5, "value": "\"isa\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14422, "length": 7, "value": "\"keogh\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14466, "length": 5, "value": "\"lif\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14509, "length": 6, "value": "\"lira\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14553, "length": 6, "value": "\"lrif\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14597, "length": 6, "value": "\"lrsp\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14647, "length": 13, "value": "\"mutual fund\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14720, "length": 31, "value": "\"non-taxable brokerage account\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14792, "length": 9, "value": "\"pension\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14839, "length": 6, "value": "\"plan\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14883, "length": 6, "value": "\"prif\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14940, "length": 21, "value": "\"profit sharing plan\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 14999, "length": 6, "value": "\"rdsp\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15043, "length": 6, "value": "\"resp\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15093, "length": 12, "value": "\"retirement\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15143, "length": 6, "value": "\"rlif\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15191, "length": 11, "value": "\"roth 401k\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15240, "length": 6, "value": "\"roth\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15284, "length": 6, "value": "\"rrif\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15328, "length": 6, "value": "\"rrsp\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15374, "length": 8, "value": "\"sarsep\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15422, "length": 9, "value": "\"sep ira\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15474, "length": 12, "value": "\"simple ira\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15524, "length": 6, "value": "\"sipp\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15573, "length": 12, "value": "\"stock plan\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15623, "length": 6, "value": "\"tfsa\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15680, "length": 21, "value": "\"thrift savings plan\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15740, "length": 7, "value": "\"trust\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15785, "length": 6, "value": "\"ugma\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15829, "length": 6, "value": "\"utma\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/AccountTypeSubtype.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/AccountTypeSubtype.swift", "kind": "StringLiteral", "offset": 15884, "length": 18, "value": "\"variable annuity\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Component.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Component.swift", "kind": "IntegerLiteral", "offset": 2448, "length": 1, "value": "0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Component.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Component.swift", "kind": "IntegerLiteral", "offset": 2461, "length": 1, "value": "0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/InfoProviding.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/InfoProviding.swift", "kind": "StringLiteral", "offset": 585, "length": 12, "value": "\"hw.machine\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/InfoProviding.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/InfoProviding.swift", "kind": "IntegerLiteral", "offset": 617, "length": 1, "value": "0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/InfoProviding.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/InfoProviding.swift", "kind": "IntegerLiteral", "offset": 672, "length": 1, "value": "0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/InfoProviding.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/InfoProviding.swift", "kind": "IntegerLiteral", "offset": 716, "length": 1, "value": "0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/InfoProviding.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/InfoProviding.swift", "kind": "IntegerLiteral", "offset": 790, "length": 1, "value": "0" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/InfoProviding.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/InfoProviding.swift", "kind": "StringLiteral", "offset": 2568, "length": 9, "value": "\"LinkKit\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 1397, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 2669, "length": 4, "value": "true" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 3769, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 3837, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 4059, "length": 4, "value": "true" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 4107, "length": 4, "value": "true" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "IntegerLiteral", "offset": 4149, "length": 2, "value": "24" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 4429, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "BooleanLiteral", "offset": 4754, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift", "kind": "StringLiteral", "offset": 404, "length": 34, "value": "\"LinkKit.InProcessWebviewFallbackController\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift", "kind": "BooleanLiteral", "offset": 2214, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/FlutterLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/FlutterLinkKit.swift", "kind": "StringLiteral", "offset": 258, "length": 20, "value": "\"PlaidFlutterPlugin\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/FlutterLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/FlutterLinkKit.swift", "kind": "StringLiteral", "offset": 402, "length": 54, "value": "\"getLinkTokenConfigurationWithToken:onSuccessHandler:\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/FlutterLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/FlutterLinkKit.swift", "kind": "BooleanLiteral", "offset": 550, "length": 4, "value": "true" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/FlutterLinkKit.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/FlutterLinkKit.swift", "kind": "BooleanLiteral", "offset": 594, "length": 5, "value": "false" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3020, "length": 18, "value": "\"INVALID_API_KEYS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3095, "length": 26, "value": "\"UNAUTHORIZED_ENVIRONMENT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3173, "length": 22, "value": "\"INVALID_ACCESS_TOKEN\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3247, "length": 22, "value": "\"INVALID_PUBLIC_TOKEN\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3317, "length": 17, "value": "\"INVALID_PRODUCT\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3384, "length": 20, "value": "\"INVALID_ACCOUNT_ID\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3456, "length": 21, "value": "\"INVALID_INSTITUTION\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift", "kind": "StringLiteral", "offset": 3538, "length": 32, "value": "\"TOO_MANY_VERIFICATION_ATTEMPTS\"" }, { - "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3068\/link\/apple\/Sources\/LinkUIController.swift", + "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3065\/link\/apple\/Sources\/LinkUIController.swift", "kind": "BooleanLiteral", "offset": 493, "length": 5, diff --git a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule index b90c1f1a..4316f867 100644 Binary files a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule and b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule differ diff --git a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Threads_Threads.bundle/Info.plist b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Threads_Threads.bundle/Info.plist index 16a6d13e..21a18671 100644 Binary files a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Threads_Threads.bundle/Info.plist and b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Threads_Threads.bundle/Info.plist differ diff --git a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Threads_Threads.bundle/_CodeSignature/CodeDirectory b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Threads_Threads.bundle/_CodeSignature/CodeDirectory index fef282ef..cdebd6a7 100644 Binary files a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Threads_Threads.bundle/_CodeSignature/CodeDirectory and b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Threads_Threads.bundle/_CodeSignature/CodeDirectory differ diff --git a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Threads_Threads.bundle/_CodeSignature/CodeRequirements-1 b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Threads_Threads.bundle/_CodeSignature/CodeRequirements-1 index bacd5c30..2cfe3d15 100644 Binary files a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Threads_Threads.bundle/_CodeSignature/CodeRequirements-1 and b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Threads_Threads.bundle/_CodeSignature/CodeRequirements-1 differ diff --git a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/_CodeSignature/CodeResources b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/_CodeSignature/CodeResources index 1b68cc5e..56b1f918 100644 --- a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/_CodeSignature/CodeResources +++ b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/_CodeSignature/CodeResources @@ -22,11 +22,11 @@ Info.plist - 3mYFrt67C1AcUICcNb7FpbpQ2fE= + AiMKlsLbX8dom2LEiAPgDO2/0Bw= Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.abi.json - swkwSz7kzdtMhBAbVD1ZsksG1/E= + qK3pE9IscWTGOXtS8SDivcKVt/8= Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface @@ -42,11 +42,11 @@ Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.swiftmodule - mfHhpFy6t5bIcvaUIS3twQYsAno= + u/3Iv2rwxohcXGd0txa3MSvJeTk= Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.abi.json - swkwSz7kzdtMhBAbVD1ZsksG1/E= + qK3pE9IscWTGOXtS8SDivcKVt/8= Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface @@ -62,7 +62,7 @@ Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - HFiBpBTl3pD1Y9bTLl81NcET948= + R52qQaeDlgw7fetyqgGVXPUxRVQ= Modules/module.modulemap @@ -78,11 +78,11 @@ Threads_Threads.bundle/Info.plist - YZRlByY2FEKZ1erVYQfs3fKaQGU= + 5EIvZPj002R6uP/N+IoWqtGLeTQ= Threads_Threads.bundle/_CodeSignature/CodeDirectory - wN543FGaD65/CK05hmVhmI6uDfk= + V0btdtJvabImcI5W94BiWQdLtUc= Threads_Threads.bundle/_CodeSignature/CodeRequirements @@ -90,7 +90,7 @@ Threads_Threads.bundle/_CodeSignature/CodeRequirements-1 - +XhW/LLAV3quKAGwwMpWiiFlxlA= + eoXHgCKDp4px5dFXfn4mdulyP3c= Threads_Threads.bundle/_CodeSignature/CodeResources @@ -135,7 +135,7 @@ hash2 - Fo6jVQ4zr7/V45Yk6m4ahMitzuSVX6OPrdzQBZf35XI= + pbB6t/UKyOG0xfDJ4rk7TEZbcjqoxhxYJkRJil6HcP8= Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface @@ -163,14 +163,14 @@ hash2 - Vkg6DxbyARcjKURSd0qjROUYRRHEeWnI/PHrX+opNA4= + WoyqRAn+GbExuyOTyxkTjkWguvcsS5jN8u/EUTsdsUA= Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.abi.json hash2 - Fo6jVQ4zr7/V45Yk6m4ahMitzuSVX6OPrdzQBZf35XI= + pbB6t/UKyOG0xfDJ4rk7TEZbcjqoxhxYJkRJil6HcP8= Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface @@ -198,7 +198,7 @@ hash2 - BRGHbpTu+ShBPZfhaXhKcMYiWRyZq3Pf75pMA5LvVxw= + FrqiCKDOOi7P8aXiFaauj6unkvZV/fS/cg8SlR5MKdM= Modules/module.modulemap @@ -226,14 +226,14 @@ hash2 - S6aM/+WZP58AR4bXGRzut7LZmFXuNBUZT+2+H2J7mlk= + yeWB0NJq3+xB5xxgxrsQDIYJQXcIyLeN/Spm9zOydAU= Threads_Threads.bundle/_CodeSignature/CodeDirectory hash2 - Pca4CViySf8eUt/HPtxdOvXiysPOcQ93GV1hKEvDg+0= + qqbA/RKZVtdVe0TQ54Ng39FGAI9ylt7/gXo5Sle3rOI= Threads_Threads.bundle/_CodeSignature/CodeRequirements @@ -247,7 +247,7 @@ hash2 - sgeHh/Lyg65Z7QjHHBfYXdGCvHVCOnLCLszELXCBNlA= + GcddTZaTsk1js1kD7FMqSo7oPtSzGygLnjQ4xlbKziM= Threads_Threads.bundle/_CodeSignature/CodeResources diff --git a/Plaid.podspec b/Plaid.podspec index cdc1e2e6..15b85f55 100644 --- a/Plaid.podspec +++ b/Plaid.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'Plaid' s.module_name = 'LinkKit' - s.version = '6.0.0-beta3' + s.version = '6.0.0-beta4' s.summary = 'The official Plaid Link SDK for iOS.'