diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2bab53cd..e98a968a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,20 @@
# RELEASES
+## LinkKit 5.6.1 — 2024-09-12
+### Requirements
+
+| Name | Version |
+|------|---------|
+| Xcode | >= 15.0.1 |
+| iOS | >= 14.0 |
+
+### Changes
+
+- Add missing event names submitEmail, skipSubmitEmail, rememberMeEnabled, rememberMeDisabled, rememberMeHoldout, selectSavedInstitution, selectSavedAccount, autoSelectSavedInstitution, plaidCheckPane.
+- Add missing view names submitEmail and verifyEmail.
+- Add haptics support.
+- Fix Embedded search view dynamic resizing.
+
## LinkKit 5.6.0 — 2024-06-24
### Requirements
diff --git a/LinkKit.xcframework/ios-arm64/LinkKit.framework/Headers/PLKPlaid.h b/LinkKit.xcframework/ios-arm64/LinkKit.framework/Headers/PLKPlaid.h
index f4dc9a66..17b184d2 100644
--- a/LinkKit.xcframework/ios-arm64/LinkKit.framework/Headers/PLKPlaid.h
+++ b/LinkKit.xcframework/ios-arm64/LinkKit.framework/Headers/PLKPlaid.h
@@ -87,6 +87,15 @@ typedef NS_ENUM(NSInteger, PLKEventNameValue) {
PLKEventNameValueConnectNewInstitution,
PLKEventNameValueLayerReady,
PLKEventNameValueLayerNotAvailable,
+ PLKEventNameValueSubmitEmail,
+ PLKEventNameValueSkipSubmitEmail,
+ PLKEventNameValueRememberMeEnabled,
+ PLKEventNameValueRememberMeDisabled,
+ PLKEventNameValueRememberMeHoldout,
+ PLKEventNameValueSelectSavedInstitution,
+ PLKEventNameValueSelectSavedAccount,
+ PLKEventNameValueAutoSelectSavedInstitution,
+ PLKEventNameValuePlaidCheckPane,
// Add new enum cases directly above this line to avoid breaking API changes
};
@@ -151,6 +160,8 @@ typedef NS_ENUM(NSInteger, PLKViewNameValue) {
PLKViewNameValueVerifyPhone,
PLKViewNameValueSelectSavedInstitution,
PLKViewNameValueSelectSavedAccount,
+ PLKViewNameValueSubmitEmail,
+ PLKViewNameValueVerifyEmail,
// Add new enum cases directly above this line to avoid breaking API changes
};
diff --git a/LinkKit.xcframework/ios-arm64/LinkKit.framework/Info.plist b/LinkKit.xcframework/ios-arm64/LinkKit.framework/Info.plist
index e1fdafe2..59d6a69e 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 a53f9058..10bd96dc 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 ac192831..0320fd37 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
@@ -4953,6 +4953,366 @@
"RawDocComment"
]
},
+ {
+ "kind": "Var",
+ "name": "submitEmail",
+ "printedName": "submitEmail",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO11submitEmailyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO11submitEmailyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "skipSubmitEmail",
+ "printedName": "skipSubmitEmail",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO15skipSubmitEmailyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO15skipSubmitEmailyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "rememberMeEnabled",
+ "printedName": "rememberMeEnabled",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO17rememberMeEnabledyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO17rememberMeEnabledyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "rememberMeDisabled",
+ "printedName": "rememberMeDisabled",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO18rememberMeDisabledyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO18rememberMeDisabledyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "rememberMeHoldout",
+ "printedName": "rememberMeHoldout",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO17rememberMeHoldoutyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO17rememberMeHoldoutyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "selectSavedInstitution",
+ "printedName": "selectSavedInstitution",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO22selectSavedInstitutionyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO22selectSavedInstitutionyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "selectSavedAccount",
+ "printedName": "selectSavedAccount",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO18selectSavedAccountyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO18selectSavedAccountyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "autoSelectSavedInstitution",
+ "printedName": "autoSelectSavedInstitution",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO26autoSelectSavedInstitutionyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO26autoSelectSavedInstitutionyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "plaidCheckPane",
+ "printedName": "plaidCheckPane",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO14plaidCheckPaneyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO14plaidCheckPaneyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
{
"kind": "Var",
"name": "unknown",
@@ -37308,6 +37668,86 @@
"RawDocComment"
]
},
+ {
+ "kind": "Var",
+ "name": "submitEmail",
+ "printedName": "submitEmail",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.ViewName.Type) -> LinkKit.ViewName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ViewName",
+ "printedName": "LinkKit.ViewName",
+ "usr": "s:7LinkKit8ViewNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.ViewName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ViewName",
+ "printedName": "LinkKit.ViewName",
+ "usr": "s:7LinkKit8ViewNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit8ViewNameO11submitEmailyA2CmF",
+ "mangledName": "$s7LinkKit8ViewNameO11submitEmailyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "verifyEmail",
+ "printedName": "verifyEmail",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.ViewName.Type) -> LinkKit.ViewName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ViewName",
+ "printedName": "LinkKit.ViewName",
+ "usr": "s:7LinkKit8ViewNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.ViewName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ViewName",
+ "printedName": "LinkKit.ViewName",
+ "usr": "s:7LinkKit8ViewNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit8ViewNameO11verifyEmailyA2CmF",
+ "mangledName": "$s7LinkKit8ViewNameO11verifyEmailyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
{
"kind": "Var",
"name": "unknown",
@@ -45754,6 +46194,34 @@
],
"isFromExtension": true,
"funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "performFeedbackFor",
+ "printedName": "performFeedbackFor(hapticType:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "HapticType",
+ "printedName": "Workflow.HapticType",
+ "usr": "s:8Workflow10HapticTypeO"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:7LinkKit34InProcessWebviewFallbackControllerC18performFeedbackFor10hapticTypey8Workflow06HapticL0O_tF",
+ "mangledName": "$s7LinkKit34InProcessWebviewFallbackControllerC18performFeedbackFor10hapticTypey8Workflow06HapticL0O_tF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "Custom",
+ "Final"
+ ],
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
}
],
"declKind": "Class",
@@ -51862,4893 +52330,4970 @@
},
"ConstValues": [
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/PresentationMethod.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
"kind": "StringLiteral",
"offset": 2763,
"length": 17,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
"kind": "StringLiteral",
"offset": 2771,
"length": 1,
"value": "\".\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
"kind": "StringLiteral",
"offset": 2779,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13065,
+ "offset": 15016,
"length": 32,
"value": "\"BANK_INCOME_INSIGHTS_COMPLETED\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13140,
+ "offset": 15091,
"length": 13,
"value": "\"CLOSE_OAUTH\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 15158,
+ "length": 25,
+ "value": "\"CONNECT_NEW_INSTITUTION\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13191,
+ "offset": 15221,
"length": 7,
"value": "\"ERROR\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13235,
+ "offset": 15265,
"length": 6,
"value": "\"EXIT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13283,
+ "offset": 15313,
"length": 12,
"value": "\"FAIL_OAUTH\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13335,
+ "offset": 15365,
"length": 9,
"value": "\"HANDOFF\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13406,
+ "offset": 15436,
"length": 34,
"value": "\"IDENTITY_VERIFICATION_START_STEP\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13501,
+ "offset": 15531,
"length": 33,
"value": "\"IDENTITY_VERIFICATION_PASS_STEP\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13595,
+ "offset": 15625,
"length": 33,
"value": "\"IDENTITY_VERIFICATION_FAIL_STEP\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13698,
+ "offset": 15728,
"length": 43,
"value": "\"IDENTITY_VERIFICATION_PENDING_REVIEW_STEP\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13814,
+ "offset": 15844,
"length": 46,
"value": "\"IDENTITY_VERIFICATION_PENDING_REVIEW_SESSION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13926,
+ "offset": 15956,
"length": 38,
"value": "\"IDENTITY_VERIFICATION_CREATE_SESSION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14030,
+ "offset": 16060,
"length": 38,
"value": "\"IDENTITY_VERIFICATION_RESUME_SESSION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14132,
+ "offset": 16162,
"length": 36,
"value": "\"IDENTITY_VERIFICATION_PASS_SESSION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14232,
+ "offset": 16262,
"length": 36,
"value": "\"IDENTITY_VERIFICATION_FAIL_SESSION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14327,
+ "offset": 16357,
"length": 31,
"value": "\"IDENTITY_VERIFICATION_OPEN_UI\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14419,
+ "offset": 16449,
"length": 33,
"value": "\"IDENTITY_VERIFICATION_RESUME_UI\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14512,
+ "offset": 16542,
"length": 32,
"value": "\"IDENTITY_VERIFICATION_CLOSE_UI\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14601,
+ "offset": 16631,
"length": 28,
"value": "\"MATCHED_SELECT_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14687,
+ "offset": 16717,
"length": 30,
"value": "\"MATCHED_SELECT_VERIFY_METHOD\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14754,
+ "offset": 16784,
"length": 6,
"value": "\"OPEN\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14804,
+ "offset": 16834,
"length": 15,
"value": "\"OPEN_MY_PLAID\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14861,
+ "offset": 16891,
"length": 12,
"value": "\"OPEN_OAUTH\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14934,
+ "offset": 16964,
"length": 33,
"value": "\"PROFILE_ELIGIBILITY_CHECK_READY\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15028,
+ "offset": 17058,
"length": 33,
"value": "\"PROFILE_ELIGIBILITY_CHECK_ERROR\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15104,
+ "offset": 17134,
"length": 13,
"value": "\"LAYER_READY\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15167,
+ "offset": 17197,
"length": 21,
"value": "\"LAYER_NOT_AVAILABLE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15238,
+ "offset": 17268,
"length": 20,
"value": "\"SEARCH_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15316,
+ "offset": 17346,
"length": 29,
"value": "\"SELECT_DEGRADED_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15399,
+ "offset": 17429,
"length": 25,
"value": "\"SELECT_DOWN_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15482,
+ "offset": 17512,
"length": 29,
"value": "\"SELECT_FILTERED_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15561,
+ "offset": 17591,
"length": 20,
"value": "\"SELECT_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15625,
+ "offset": 17655,
"length": 14,
"value": "\"SELECT_BRAND\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15686,
+ "offset": 17716,
"length": 18,
"value": "\"SELECT_AUTH_TYPE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15756,
+ "offset": 17786,
"length": 23,
"value": "\"SUBMIT_ACCOUNT_NUMBER\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15827,
+ "offset": 17857,
"length": 18,
"value": "\"SUBMIT_DOCUMENTS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15900,
+ "offset": 17930,
"length": 26,
"value": "\"SUBMIT_DOCUMENTS_SUCCESS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15979,
+ "offset": 18009,
"length": 24,
"value": "\"SUBMIT_DOCUMENTS_ERROR\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16055,
+ "offset": 18085,
"length": 23,
"value": "\"SUBMIT_ROUTING_NUMBER\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16124,
+ "offset": 18154,
"length": 17,
"value": "\"VIEW_DATA_TYPES\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16183,
+ "offset": 18213,
"length": 12,
"value": "\"SUBMIT_OTP\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16239,
+ "offset": 18269,
"length": 14,
"value": "\"SUBMIT_PHONE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16301,
+ "offset": 18331,
"length": 19,
"value": "\"SKIP_SUBMIT_PHONE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16364,
+ "offset": 18394,
"length": 14,
"value": "\"VERIFY_PHONE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16428,
+ "offset": 18458,
"length": 20,
"value": "\"SUBMIT_CREDENTIALS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16490,
+ "offset": 18520,
"length": 12,
"value": "\"SUBMIT_MFA\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16549,
+ "offset": 18579,
"length": 17,
"value": "\"TRANSITION_VIEW\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16620,
- "length": 25,
- "value": "\"CONNECT_NEW_INSTITUTION\""
+ "offset": 18640,
+ "length": 14,
+ "value": "\"SUBMIT_EMAIL\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 18702,
+ "length": 19,
+ "value": "\"SKIP_SUBMIT_EMAIL\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 18771,
+ "length": 21,
+ "value": "\"REMEMBER_ME_ENABLED\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 18843,
+ "length": 22,
+ "value": "\"REMEMBER_ME_DISABLED\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 18915,
+ "length": 21,
+ "value": "\"REMEMBER_ME_HOLDOUT\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 18991,
+ "length": 26,
+ "value": "\"SELECT_SAVED_INSTITUTION\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 19068,
+ "length": 22,
+ "value": "\"SELECT_SAVED_ACCOUNT\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 19149,
+ "length": 31,
+ "value": "\"AUTO_SELECT_SAVED_INSTITUTION\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 19227,
+ "length": 18,
+ "value": "\"PLAID_CHECK_PANE\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 857,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "BooleanLiteral",
"offset": 1421,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 1996,
"length": 89,
"value": "\"Queueing transtions from \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 2033,
"length": 2,
"value": "\" to \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 2048,
"length": 4,
"value": "\" pane because we are still animating\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "BooleanLiteral",
"offset": 2183,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 2214,
"length": 52,
"value": "\"Transitioning from \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 2245,
"length": 2,
"value": "\" to \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 2260,
"length": 4,
"value": "\" pane\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "IntegerLiteral",
"offset": 2293,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "IntegerLiteral",
"offset": 2408,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "IntegerLiteral",
"offset": 2510,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "BooleanLiteral",
"offset": 2854,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "BooleanLiteral",
"offset": 3898,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "FloatLiteral",
"offset": 4711,
"length": 3,
"value": "0.2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "BooleanLiteral",
"offset": 5189,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "BooleanLiteral",
"offset": 5351,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ScriptMessageWithReplyHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthService.swift",
"kind": "BooleanLiteral",
"offset": 2628,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthService.swift",
"kind": "Dictionary",
"offset": 2761,
"length": 3,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/AccountSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/AccountSubtype.swift",
"kind": "StringLiteral",
"offset": 2593,
"length": 24,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/AccountSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/AccountSubtype.swift",
"kind": "StringLiteral",
"offset": 2601,
"length": 1,
"value": "\".\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/AccountSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/AccountSubtype.swift",
"kind": "StringLiteral",
"offset": 2616,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 764,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 1061,
"length": 36,
"value": "\"Can transition on the Main Thread.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 1275,
"length": 12,
"value": "\"layoutView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 2436,
"length": 14,
"value": "\"PushOutgoing\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "Array",
"offset": 2516,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 2800,
"length": 14,
"value": "\"PushIncoming\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 3208,
"length": 13,
"value": "\"PopOutgoing\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "Array",
"offset": 3287,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 3572,
"length": 13,
"value": "\"PopIncoming\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 5152,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 5205,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 5214,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 5225,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 5235,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 5622,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 5838,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 6001,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 6806,
"length": 15,
"value": "\"scrollContent\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 7026,
"length": 12,
"value": "\"scrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 7371,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 7568,
"length": 23,
"value": "\"fixedFooterScrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 7659,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 7934,
"length": 26,
"value": "\"fixedFooterScrollContent\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 8031,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 8388,
"length": 28,
"value": "\"fixedFooterFooterContainer\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 8489,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 8907,
"length": 12,
"value": "\"navigation\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 9040,
"length": 12,
"value": "\"scrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 9225,
"length": 12,
"value": "\"scrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 9409,
"length": 12,
"value": "\"scrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 9642,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 9735,
"length": 25,
"value": "\"scrollContent2container\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 9962,
"length": 26,
"value": "\"scrollContent2scrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 10110,
"length": 12,
"value": "\"scrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 10315,
"length": 17,
"value": "\"footerContainer\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 10586,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 10689,
"length": 25,
"value": "\"footerComponentSafeArea\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "Dictionary",
"offset": 589,
"length": 3,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 735,
"length": 7,
"value": "\"Error\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 753,
"length": 18,
"value": "\"Alert view title\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 838,
"length": 83,
"value": "\"Your device is not configured to send mail.\nOpen Settings to add a mail account.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 952,
"length": 20,
"value": "\"Alert view message\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 1034,
"length": 10,
"value": "\"Settings\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 1055,
"length": 54,
"value": "\"Open the device settings from alert with this button\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "BooleanLiteral",
"offset": 1235,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 1947,
"length": 4,
"value": "\"OK\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 1962,
"length": 26,
"value": "\"Acknowledge alert button\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
"kind": "StringLiteral",
"offset": 871,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
"kind": "IntegerLiteral",
"offset": 2190,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
"kind": "BooleanLiteral",
"offset": 2251,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
"kind": "IntegerLiteral",
"offset": 3779,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
"kind": "IntegerLiteral",
"offset": 4505,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ApiErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ApiErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/PaneFactory.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/PaneFactory.swift",
"kind": "IntegerLiteral",
"offset": 576,
"length": 2,
"value": "15"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/PaneFactory.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/PaneFactory.swift",
"kind": "IntegerLiteral",
"offset": 608,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/PaneFactory.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/PaneFactory.swift",
"kind": "IntegerLiteral",
"offset": 687,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/PaneFactory.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/PaneFactory.swift",
"kind": "StringLiteral",
"offset": 2119,
"length": 66,
"value": "\"Returning \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/PaneFactory.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/PaneFactory.swift",
"kind": "StringLiteral",
"offset": 2152,
"length": 3,
"value": "\" for view model \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/PaneFactory.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/PaneFactory.swift",
"kind": "StringLiteral",
"offset": 2184,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Plaid.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Plaid.swift",
"kind": "StringLiteral",
"offset": 4961,
"length": 16,
"value": "\"com.plaid.link\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Plaid.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Plaid.swift",
"kind": "StringLiteral",
"offset": 5230,
"length": 89,
"value": "\"linkTokenConfiguration.token: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Plaid.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Plaid.swift",
"kind": "StringLiteral",
"offset": 5269,
"length": 2,
"value": "\" is invalid, it must contain an environment name.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift",
"kind": "StringLiteral",
- "offset": 1019,
+ "offset": 1018,
"length": 19,
"value": "\"PRODUCT_NOT_READY\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift",
"kind": "StringLiteral",
- "offset": 1091,
+ "offset": 1090,
"length": 22,
"value": "\"VERIFICATION_EXPIRED\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
"kind": "IntegerLiteral",
"offset": 995,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
"kind": "IntegerLiteral",
"offset": 1007,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
"kind": "BooleanLiteral",
"offset": 2052,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
"kind": "IntegerLiteral",
"offset": 2636,
"length": 2,
"value": "24"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
"kind": "IntegerLiteral",
"offset": 2648,
"length": 2,
"value": "24"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 3440,
"length": 16,
"value": "\"Primary button\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Environment.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Environment.swift",
"kind": "StringLiteral",
"offset": 595,
"length": 30,
"value": "\"https:\/\/production.plaid.com\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Environment.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Environment.swift",
"kind": "StringLiteral",
"offset": 686,
"length": 31,
"value": "\"https:\/\/development.plaid.com\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Environment.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Environment.swift",
"kind": "StringLiteral",
"offset": 774,
"length": 27,
"value": "\"https:\/\/sandbox.plaid.com\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Environment.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Environment.swift",
"kind": "StringLiteral",
"offset": 1012,
"length": 12,
"value": "\"production\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Environment.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Environment.swift",
"kind": "StringLiteral",
"offset": 1071,
"length": 13,
"value": "\"development\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Environment.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Environment.swift",
"kind": "StringLiteral",
"offset": 1127,
"length": 9,
"value": "\"sandbox\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/MFAType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/MFAType.swift",
"kind": "StringLiteral",
"offset": 826,
"length": 56,
"value": "\"Failed to decode MFAType from rawValue: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/MFAType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/MFAType.swift",
"kind": "StringLiteral",
"offset": 881,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/MFAType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/MFAType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/MFAType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/MFAType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "StringLiteral",
"offset": 468,
"length": 39,
"value": "\"init(frame:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "StringLiteral",
"offset": 603,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 1446,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 1541,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "BooleanLiteral",
"offset": 2866,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "FloatLiteral",
"offset": 3257,
"length": 4,
"value": "0.49"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 3411,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 3518,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "BooleanLiteral",
"offset": 3586,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 3760,
"length": 2,
"value": "12"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 4016,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 4175,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "BooleanLiteral",
"offset": 4245,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 4422,
"length": 2,
"value": "12"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 4682,
"length": 2,
"value": "32"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 4838,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "BooleanLiteral",
"offset": 4907,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 5084,
"length": 2,
"value": "12"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 5371,
"length": 3,
"value": "-32"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 5445,
"length": 2,
"value": "32"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "FloatLiteral",
"offset": 5941,
"length": 3,
"value": "0.2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "FloatLiteral",
"offset": 6039,
"length": 4,
"value": "0.95"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "FloatLiteral",
"offset": 6048,
"length": 4,
"value": "0.95"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "FloatLiteral",
"offset": 6281,
"length": 3,
"value": "0.2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 8020,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 8205,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
"kind": "StringLiteral",
"offset": 823,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 1390,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 1664,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ReactNativeLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ReactNativeLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ReactNativeLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "BooleanLiteral",
"offset": 2661,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 3050,
"length": 31,
"value": "\"The input has to be a number.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "IntegerLiteral",
"offset": 3142,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "IntegerLiteral",
"offset": 3189,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 3337,
"length": 52,
"value": "\"The input has to be a number between 0.00 and 1.00\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "Array",
"offset": 3730,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 5639,
"length": 31,
"value": "\"The input has to be a number.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "Array",
"offset": 6246,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 6299,
"length": 86,
"value": "\"The provided regex: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 6339,
"length": 2,
"value": "\" is invalid. This rule will count as passing.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 6536,
"length": 118,
"value": "\"Could not check that \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 6566,
"length": 7,
"value": "\" matches \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 6591,
"length": 3,
"value": "\" due to NSRange.init failing. This rule will count as passing.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "Array",
"offset": 6774,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 7312,
"length": 208,
"value": "\"Text Input with ID: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 7338,
"length": 5,
"value": "\" could not be checked for equality with Text Input of ID: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 7424,
"length": 1,
"value": "\", due to no matching Text Input in \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 7485,
"length": 1,
"value": "\". This rule will count as passing.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
"kind": "StringLiteral",
"offset": 604,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
"kind": "BooleanLiteral",
"offset": 3828,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
"kind": "BooleanLiteral",
"offset": 6782,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
"kind": "StringLiteral",
- "offset": 1554,
+ "offset": 1553,
"length": 18,
"value": "\"INSTITUTION_DOWN\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
"kind": "StringLiteral",
- "offset": 1630,
+ "offset": 1629,
"length": 28,
"value": "\"INSTITUTION_NOT_RESPONDING\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
"kind": "StringLiteral",
- "offset": 1715,
+ "offset": 1714,
"length": 27,
"value": "\"INSTITUTION_NOT_AVAILABLE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
"kind": "StringLiteral",
- "offset": 1804,
+ "offset": 1803,
"length": 33,
"value": "\"INSTITUTION_NO_LONGER_SUPPORTED\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/LinkEvent.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/LinkEvent.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
"kind": "StringLiteral",
"offset": 271,
"length": 19,
"value": "\"Search and Select\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
"kind": "StringLiteral",
"offset": 320,
"length": 8,
"value": "\"Button\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
"kind": "StringLiteral",
"offset": 356,
"length": 6,
"value": "\"Chip\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
"kind": "StringLiteral",
"offset": 394,
"length": 11,
"value": "\"Mini Card\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/LinkKitWorkflowBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkKitWorkflowBridge.swift",
"kind": "StringLiteral",
"offset": 4717,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
"kind": "StringLiteral",
"offset": 578,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
"kind": "FloatLiteral",
"offset": 888,
"length": 3,
"value": "0.5"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 1037,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 1335,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 1414,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 1770,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/LinkTokenConfiguration.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
"offset": 2321,
"length": 218,
"value": "\"The Handler is being deinitialized before Link has completed or been exited. Did you forget to strongly reference the Handler object returned by `Plaid.create`?\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 8268,
+ "offset": 8267,
"length": 20,
"value": "\"Preloading started\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "IntegerLiteral",
- "offset": 8691,
+ "offset": 8690,
"length": 3,
"value": "390"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "IntegerLiteral",
- "offset": 8704,
+ "offset": 8703,
"length": 3,
"value": "690"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 9428,
+ "offset": 9427,
"length": 17,
"value": "\"openLink called\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 10756,
+ "offset": 10755,
"length": 29,
"value": "\"openLinkFromEmbedded called\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 16578,
+ "offset": 17415,
"length": 50,
"value": "\"Link requires \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 16601,
+ "offset": 17438,
"length": 2,
"value": "\" to be a non-empty string.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 19450,
+ "offset": 20287,
"length": 28,
"value": "\"Validation error: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 19477,
+ "offset": 20314,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 19511,
+ "offset": 20348,
"length": 31,
"value": "\"Using token: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 19541,
+ "offset": 20378,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 22509,
+ "offset": 23346,
"length": 40,
"value": "\"Error sending SDK open event: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 22548,
+ "offset": 23385,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 22631,
+ "offset": 23468,
"length": 51,
"value": "\"SDK open event sent: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 22681,
+ "offset": 23518,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8497,
+ "offset": 9564,
"length": 12,
"value": "\"ACCEPT_TOS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8551,
+ "offset": 9618,
"length": 11,
"value": "\"CONNECTED\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8602,
+ "offset": 9669,
"length": 9,
"value": "\"CONSENT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8654,
+ "offset": 9721,
"length": 12,
"value": "\"CREDENTIAL\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8715,
+ "offset": 9782,
"length": 19,
"value": "\"DATA_TRANSPARENCY\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8790,
+ "offset": 9857,
"length": 27,
"value": "\"DATA_TRANSPARENCY_CONSENT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8873,
+ "offset": 9940,
"length": 26,
"value": "\"DOCUMENTARY_VERIFICATION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8937,
+ "offset": 10004,
"length": 7,
"value": "\"ERROR\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8981,
+ "offset": 10048,
"length": 6,
"value": "\"EXIT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9028,
+ "offset": 10095,
"length": 11,
"value": "\"KYC_CHECK\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9083,
+ "offset": 10150,
"length": 14,
"value": "\"SELFIE_CHECK\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9137,
+ "offset": 10204,
"length": 9,
"value": "\"LOADING\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9193,
+ "offset": 10260,
"length": 17,
"value": "\"MATCHED_CONSENT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9260,
+ "offset": 10327,
"length": 20,
"value": "\"MATCHED_CREDENTIAL\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9323,
+ "offset": 10390,
"length": 13,
"value": "\"MATCHED_MFA\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9372,
+ "offset": 10439,
"length": 5,
"value": "\"MFA\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9417,
+ "offset": 10484,
"length": 9,
"value": "\"NUMBERS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9483,
+ "offset": 10550,
"length": 28,
"value": "\"NUMBERS_SELECT_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9561,
+ "offset": 10628,
"length": 21,
"value": "\"PROFILE_DATA_REVIEW\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9620,
+ "offset": 10687,
"length": 7,
"value": "\"OAUTH\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9669,
+ "offset": 10736,
"length": 11,
"value": "\"RECAPTCHA\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9722,
+ "offset": 10789,
"length": 12,
"value": "\"RISK_CHECK\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9776,
+ "offset": 10843,
"length": 11,
"value": "\"SCREENING\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9833,
+ "offset": 10900,
"length": 16,
"value": "\"SELECT_ACCOUNT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9896,
+ "offset": 10963,
"length": 18,
"value": "\"SELECT_AUTH_TYPE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9958,
+ "offset": 11025,
"length": 14,
"value": "\"SUBMIT_PHONE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10016,
+ "offset": 11083,
"length": 14,
"value": "\"VERIFY_PHONE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10085,
+ "offset": 11152,
"length": 26,
"value": "\"SELECT_SAVED_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10162,
+ "offset": 11229,
"length": 22,
"value": "\"SELECT_SAVED_ACCOUNT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10228,
+ "offset": 11295,
"length": 14,
"value": "\"SELECT_BRAND\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10292,
+ "offset": 11359,
"length": 20,
"value": "\"SELECT_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10360,
+ "offset": 11427,
"length": 18,
"value": "\"SUBMIT_DOCUMENTS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10433,
+ "offset": 11500,
"length": 26,
"value": "\"SUBMIT_DOCUMENTS_SUCCESS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10512,
+ "offset": 11579,
"length": 24,
"value": "\"SUBMIT_DOCUMENTS_ERROR\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10584,
+ "offset": 11651,
"length": 18,
"value": "\"UPLOAD_DOCUMENTS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10644,
+ "offset": 11711,
"length": 12,
"value": "\"VERIFY_SMS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "kind": "StringLiteral",
+ "offset": 11767,
+ "length": 14,
+ "value": "\"SUBMIT_EMAIL\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "kind": "StringLiteral",
+ "offset": 11825,
+ "length": 14,
+ "value": "\"VERIFY_EMAIL\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "StringLiteral",
"offset": 2089,
"length": 47,
"value": "\"Error saving to keychain. Status: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "StringLiteral",
"offset": 2135,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "StringLiteral",
"offset": 2203,
"length": 51,
"value": "\"Error reading keychain value. Status: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "StringLiteral",
"offset": 2253,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "StringLiteral",
"offset": 2396,
"length": 25,
"value": "\"KeychainError.saveError\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "StringLiteral",
"offset": 2474,
"length": 25,
"value": "\"KeychainError.readError\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "BooleanLiteral",
"offset": 3003,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "BooleanLiteral",
"offset": 3351,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "BooleanLiteral",
"offset": 4046,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "BooleanLiteral",
"offset": 4088,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "BooleanLiteral",
"offset": 4355,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
"kind": "BooleanLiteral",
"offset": 3350,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
"kind": "BooleanLiteral",
"offset": 3406,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
"kind": "BooleanLiteral",
"offset": 3676,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
"kind": "BooleanLiteral",
"offset": 4851,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
"kind": "BooleanLiteral",
"offset": 5010,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
"kind": "BooleanLiteral",
"offset": 5247,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
"kind": "StringLiteral",
"offset": 792,
"length": 68,
"value": "\"Failed to decode verification status from rawValue: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
"kind": "StringLiteral",
"offset": 859,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
"kind": "StringLiteral",
"offset": 1236,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
"kind": "StringLiteral",
"offset": 1470,
"length": 32,
"value": "\"pending_automatic_verification\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
"kind": "StringLiteral",
"offset": 1551,
"length": 29,
"value": "\"pending_manual_verification\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
"kind": "StringLiteral",
"offset": 1620,
"length": 19,
"value": "\"manually_verified\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Constants.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Constants.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 793,
"length": 20,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 823,
"length": 9,
"value": "2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 842,
"length": 18,
"value": "3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 870,
"length": 24,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 904,
"length": 23,
"value": "5"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 937,
"length": 12,
"value": "6"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 793,
"length": 20,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 823,
"length": 9,
"value": "2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 842,
"length": 18,
"value": "3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 870,
"length": 24,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 904,
"length": 23,
"value": "5"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 937,
"length": 12,
"value": "6"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 1547,
"length": 130,
"value": "\"Embedded search does not support public key configuration. Create your Handler using a link token.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 1810,
"length": 9,
"value": "\"message\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 2156,
"length": 9,
"value": "\"message\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 2263,
"length": 14,
"value": "\"LinkKit.PLKHandlerShim\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 17471,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 17532,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 17586,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 19788,
"length": 2,
"value": "-1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
- "offset": 28280,
+ "offset": 29046,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
- "offset": 30809,
+ "offset": 31575,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
- "offset": 30849,
+ "offset": 31615,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
- "offset": 30912,
+ "offset": 31678,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/PlaidFinanceKitError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/PlaidFinanceKitError.swift",
"kind": "StringLiteral",
"offset": 898,
"length": 22,
"value": "\"Invalid account UUID\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
"offset": 1312,
"length": 3,
"value": "\".\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "IntegerLiteral",
"offset": 1347,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "IntegerLiteral",
"offset": 1383,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 4496,
+ "offset": 4495,
"length": 13,
"value": "\"credit card\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 4549,
+ "offset": 4548,
"length": 8,
"value": "\"paypal\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6202,
+ "offset": 6201,
"length": 6,
"value": "\"auto\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6250,
+ "offset": 6249,
"length": 10,
"value": "\"business\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6304,
+ "offset": 6303,
"length": 12,
"value": "\"commercial\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6362,
+ "offset": 6361,
"length": 14,
"value": "\"construction\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6418,
+ "offset": 6417,
"length": 10,
"value": "\"consumer\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6472,
+ "offset": 6471,
"length": 13,
"value": "\"home equity\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6531,
+ "offset": 6530,
"length": 16,
"value": "\"line of credit\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6585,
+ "offset": 6584,
"length": 6,
"value": "\"loan\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6633,
+ "offset": 6632,
"length": 10,
"value": "\"mortgage\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6686,
+ "offset": 6685,
"length": 11,
"value": "\"overdraft\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6738,
+ "offset": 6737,
"length": 9,
"value": "\"student\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8144,
+ "offset": 8143,
"length": 17,
"value": "\"cash management\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8197,
+ "offset": 8196,
"length": 4,
"value": "\"cd\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8243,
+ "offset": 8242,
"length": 10,
"value": "\"checking\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8290,
+ "offset": 8289,
"length": 5,
"value": "\"ebt\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8332,
+ "offset": 8331,
"length": 5,
"value": "\"hsa\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8382,
+ "offset": 8381,
"length": 14,
"value": "\"money market\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8436,
+ "offset": 8435,
"length": 8,
"value": "\"paypal\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8485,
+ "offset": 8484,
"length": 9,
"value": "\"prepaid\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8535,
+ "offset": 8534,
"length": 9,
"value": "\"savings\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13647,
+ "offset": 13646,
"length": 6,
"value": "\"401a\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13701,
+ "offset": 13700,
"length": 6,
"value": "\"401k\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13755,
+ "offset": 13754,
"length": 6,
"value": "\"403B\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13809,
+ "offset": 13808,
"length": 6,
"value": "\"457b\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13862,
+ "offset": 13861,
"length": 5,
"value": "\"529\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13910,
+ "offset": 13909,
"length": 11,
"value": "\"brokerage\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13962,
+ "offset": 13961,
"length": 10,
"value": "\"cash isa\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14029,
+ "offset": 14028,
"length": 27,
"value": "\"education savings account\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14102,
+ "offset": 14101,
"length": 15,
"value": "\"fixed annuity\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14154,
+ "offset": 14153,
"length": 5,
"value": "\"gic\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14223,
+ "offset": 14222,
"length": 34,
"value": "\"health reimbursement arrangement\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14294,
+ "offset": 14293,
"length": 5,
"value": "\"hsa\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14336,
+ "offset": 14335,
"length": 5,
"value": "\"ira\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14378,
+ "offset": 14377,
"length": 5,
"value": "\"isa\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14422,
+ "offset": 14421,
"length": 7,
"value": "\"keogh\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14466,
+ "offset": 14465,
"length": 5,
"value": "\"lif\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14509,
+ "offset": 14508,
"length": 6,
"value": "\"lira\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14553,
+ "offset": 14552,
"length": 6,
"value": "\"lrif\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14597,
+ "offset": 14596,
"length": 6,
"value": "\"lrsp\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14647,
+ "offset": 14646,
"length": 13,
"value": "\"mutual fund\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14720,
+ "offset": 14719,
"length": 31,
"value": "\"non-taxable brokerage account\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14792,
+ "offset": 14791,
"length": 9,
"value": "\"pension\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14839,
+ "offset": 14838,
"length": 6,
"value": "\"plan\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14883,
+ "offset": 14882,
"length": 6,
"value": "\"prif\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14940,
+ "offset": 14939,
"length": 21,
"value": "\"profit sharing plan\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14999,
+ "offset": 14998,
"length": 6,
"value": "\"rdsp\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15043,
+ "offset": 15042,
"length": 6,
"value": "\"resp\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15093,
+ "offset": 15092,
"length": 12,
"value": "\"retirement\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15143,
+ "offset": 15142,
"length": 6,
"value": "\"rlif\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15191,
+ "offset": 15190,
"length": 11,
"value": "\"roth 401k\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15240,
+ "offset": 15239,
"length": 6,
"value": "\"roth\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15284,
+ "offset": 15283,
"length": 6,
"value": "\"rrif\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15328,
+ "offset": 15327,
"length": 6,
"value": "\"rrsp\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15374,
+ "offset": 15373,
"length": 8,
"value": "\"sarsep\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15422,
+ "offset": 15421,
"length": 9,
"value": "\"sep ira\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15474,
+ "offset": 15473,
"length": 12,
"value": "\"simple ira\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15524,
+ "offset": 15523,
"length": 6,
"value": "\"sipp\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15573,
+ "offset": 15572,
"length": 12,
"value": "\"stock plan\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15623,
+ "offset": 15622,
"length": 6,
"value": "\"tfsa\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15680,
+ "offset": 15679,
"length": 21,
"value": "\"thrift savings plan\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15740,
+ "offset": 15739,
"length": 7,
"value": "\"trust\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15785,
+ "offset": 15784,
"length": 6,
"value": "\"ugma\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15829,
+ "offset": 15828,
"length": 6,
"value": "\"utma\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15884,
+ "offset": 15883,
"length": 18,
"value": "\"variable annuity\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "BooleanLiteral",
"offset": 2999,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "Array",
"offset": 3058,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 3510,
"length": 6,
"value": "\"fill\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 3718,
"length": 21,
"value": "\"exactWidth(\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 3738,
"length": 3,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 3872,
"length": 11,
"value": "\"centerX()\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 4209,
"length": 24,
"value": "\"exactHeight(\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 4231,
"length": 1,
"value": "\")\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 4366,
"length": 11,
"value": "\"centerY()\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 5653,
"length": 12,
"value": "\"stackFirst\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 6323,
"length": 12,
"value": "\"stackBelow\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 6798,
"length": 12,
"value": "\"stackPrior\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 7442,
"length": 10,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 7451,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "IntegerLiteral",
"offset": 7510,
"length": 2,
"value": "20"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "IntegerLiteral",
"offset": 7543,
"length": 2,
"value": "10"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "IntegerLiteral",
"offset": 8060,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "IntegerLiteral",
"offset": 8091,
"length": 2,
"value": "10"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/InfoProviding.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/InfoProviding.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/InfoProviding.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/InfoProviding.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/InfoProviding.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/InfoProviding.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
"offset": 678,
"length": 8,
"value": "\"ipwvfb\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
"offset": 998,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "FloatLiteral",
"offset": 1787,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "FloatLiteral",
"offset": 1979,
"length": 3,
"value": "0.3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
"offset": 2003,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "FloatLiteral",
"offset": 2106,
"length": 3,
"value": "1.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "FloatLiteral",
"offset": 2147,
"length": 3,
"value": "1.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
"offset": 2230,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
"offset": 2271,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
"offset": 4759,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "Array",
"offset": 6372,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
"offset": 7784,
"length": 109,
"value": "\"Refusing to start webview fallback with webview having already loaded \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
"offset": 7888,
"length": 3,
"value": "\"?\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
"offset": 7892,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 8160,
+ "offset": 8283,
"length": 54,
"value": "\"Starting webview fallback using URL \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 8213,
+ "offset": 8336,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 9486,
+ "offset": 11333,
"length": 37,
"value": "\"webview fallback URL change: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 9522,
+ "offset": 11369,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 9727,
+ "offset": 11574,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 10136,
+ "offset": 11983,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 10699,
+ "offset": 12546,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 10758,
+ "offset": 12605,
"length": 2,
"value": "24"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 10916,
+ "offset": 12763,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 10975,
+ "offset": 12822,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "Array",
- "offset": 11019,
+ "offset": 12866,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 13366,
+ "offset": 15213,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 13914,
+ "offset": 15761,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 14415,
+ "offset": 16262,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 14580,
+ "offset": 16427,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 14713,
+ "offset": 16560,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 14924,
+ "offset": 16771,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 16882,
+ "offset": 18729,
"length": 58,
"value": "\"Error on ASWebAuthenticationSession completion: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 16939,
+ "offset": 18786,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 18043,
+ "offset": 19890,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 18947,
+ "offset": 20794,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 19519,
+ "offset": 21366,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 20430,
+ "offset": 22277,
"length": 2,
"value": "24"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 20555,
+ "offset": 22402,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 20626,
+ "offset": 22473,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 20791,
+ "offset": 22638,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 20821,
+ "offset": 22668,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 20948,
+ "offset": 22795,
"length": 1,
"value": "6"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 21386,
+ "offset": 23233,
"length": 30,
"value": "\"mounting webview to uiwindow\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 21811,
+ "offset": 23658,
"length": 34,
"value": "\"unmounting webview from uiwindow\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "FloatLiteral",
- "offset": 22349,
+ "offset": 24196,
"length": 4,
"value": "0.25"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "FloatLiteral",
- "offset": 22409,
+ "offset": 24256,
"length": 3,
"value": "0.6"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "Array",
- "offset": 22499,
+ "offset": 24346,
"length": 10,
"value": "[0.0, 1.0]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 22558,
+ "offset": 24405,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 28451,
+ "offset": 30298,
"length": 38,
"value": "\"Sent js message open via the webview\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 29033,
+ "offset": 30880,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 30143,
+ "offset": 33039,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "StringLiteral",
"offset": 771,
"length": 39,
"value": "\"init(frame:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "StringLiteral",
"offset": 906,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "StringLiteral",
"offset": 2663,
"length": 46,
"value": "\"Embedded search sending open message to LWC.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
"offset": 4643,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 5551,
+ "offset": 5646,
"length": 3,
"value": "0.3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 5711,
+ "offset": 5806,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 5756,
+ "offset": 5851,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 5822,
+ "offset": 5917,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 5928,
+ "offset": 6023,
"length": 3,
"value": "1.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 6108,
+ "offset": 6203,
"length": 3,
"value": "0.3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 6268,
+ "offset": 6363,
"length": 3,
"value": "1.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 6373,
+ "offset": 6468,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 6420,
+ "offset": 6515,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 6486,
+ "offset": 6581,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7098,
+ "offset": 7193,
"length": 3,
"value": "0.3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7258,
+ "offset": 7353,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7305,
+ "offset": 7400,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7371,
+ "offset": 7466,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7475,
+ "offset": 7570,
"length": 3,
"value": "1.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7749,
+ "offset": 7844,
"length": 3,
"value": "0.3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7920,
+ "offset": 8015,
"length": 3,
"value": "1.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7975,
+ "offset": 8070,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 8022,
+ "offset": 8117,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 8067,
+ "offset": 8162,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 8431,
+ "offset": 8526,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 8669,
+ "offset": 8764,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 9300,
+ "offset": 9395,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 9674,
+ "offset": 9769,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 9806,
+ "offset": 9901,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 10593,
+ "offset": 10688,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 10831,
+ "offset": 10926,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 11139,
+ "offset": 11234,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "IntegerLiteral",
- "offset": 11292,
+ "offset": 11387,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "IntegerLiteral",
- "offset": 11367,
+ "offset": 11462,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 11652,
+ "offset": 11747,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 11683,
+ "offset": 11778,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 11790,
+ "offset": 11885,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "IntegerLiteral",
- "offset": 12428,
+ "offset": 12492,
"length": 3,
- "value": "999"
+ "value": "750"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "IntegerLiteral",
- "offset": 12535,
+ "offset": 12599,
"length": 3,
- "value": "999"
+ "value": "750"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 12749,
+ "offset": 12813,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 12810,
+ "offset": 12874,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 13219,
+ "offset": 13283,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 13285,
+ "offset": 13349,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/FlutterLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/FlutterLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/FlutterLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/FlutterLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/RoutingNumberValidator.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/RoutingNumberValidator.swift",
"kind": "Array",
"offset": 139,
"length": 27,
"value": "[3, 7, 1, 3, 7, 1, 3, 7, 1]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/RoutingNumberValidator.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/RoutingNumberValidator.swift",
"kind": "BooleanLiteral",
"offset": 397,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/RoutingNumberValidator.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/RoutingNumberValidator.swift",
"kind": "IntegerLiteral",
"offset": 452,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/RoutingNumberValidator.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/RoutingNumberValidator.swift",
"kind": "IntegerLiteral",
"offset": 611,
"length": 2,
"value": "10"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/RoutingNumberValidator.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/RoutingNumberValidator.swift",
"kind": "IntegerLiteral",
"offset": 618,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1205,
"length": 39,
"value": "\"Authenticator builder error: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1243,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1320,
"length": 44,
"value": "\"Is authentication possible error: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1363,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1416,
"length": 22,
"value": "\"Authenticator is nil\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1495,
"length": 37,
"value": "\"Authenticate call returned nil data\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1581,
"length": 46,
"value": "\"Unsupported version of iOS (i.e. iOS < 12.0)\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1685,
"length": 164,
"value": "\"Twilio error description: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1751,
"length": 1,
"value": "\" Twilio technical error description: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1829,
"length": 1369,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1903,
"length": 47,
"value": "\"User's device does not have cellular coverage\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2010,
"length": 26,
"value": "\"Workflow error: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2035,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2086,
"length": 47,
"value": "\"Prove is not a supported SNA provider on iOS.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2267,
"length": 57,
"value": "\"SilentNetworkAuthServiceError.authenticatorBuilderError\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2389,
"length": 61,
"value": "\"SilentNetworkAuthServiceError.isAuthenticationPossibleError\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2502,
"length": 48,
"value": "\"SilentNetworkAuthServiceError.nilAuthenticator\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2607,
"length": 53,
"value": "\"SilentNetworkAuthServiceError.nilAuthenticationData\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2709,
"length": 45,
"value": "\"SilentNetworkAuthServiceError.unsupportedOS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2801,
"length": 43,
"value": "\"SilentNetworkAuthServiceError.twilioError\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2898,
"length": 50,
"value": "\"SilentNetworkAuthServiceError.noCellularCoverage\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2997,
"length": 45,
"value": "\"SilentNetworkAuthServiceError.workflowError\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 3092,
"length": 46,
"value": "\"SilentNetworkAuthServiceError.proveRequested\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "BooleanLiteral",
"offset": 493,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "StringLiteral",
"offset": 1080,
"length": 44,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "StringLiteral",
"offset": 1093,
"length": 6,
"value": "\" called outside of main thread\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "BooleanLiteral",
"offset": 1212,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "BooleanLiteral",
"offset": 1501,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "StringLiteral",
"offset": 1647,
"length": 44,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "StringLiteral",
"offset": 1660,
"length": 6,
"value": "\" called outside of main thread\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "BooleanLiteral",
"offset": 1742,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "BooleanLiteral",
"offset": 2189,
"length": 4,
diff --git a/LinkKit.xcframework/ios-arm64/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios.private.swiftinterface b/LinkKit.xcframework/ios-arm64/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios.private.swiftinterface
index 684b8a43..a65a284d 100644
--- a/LinkKit.xcframework/ios-arm64/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios.private.swiftinterface
+++ b/LinkKit.xcframework/ios-arm64/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios.private.swiftinterface
@@ -105,6 +105,15 @@ public enum EventName : Swift.CustomStringConvertible, Swift.Codable {
case transitionView
case verifyPhone
case viewDataTypes
+ case submitEmail
+ case skipSubmitEmail
+ case rememberMeEnabled
+ case rememberMeDisabled
+ case rememberMeHoldout
+ case selectSavedInstitution
+ case selectSavedAccount
+ case autoSelectSavedInstitution
+ case plaidCheckPane
case unknown(Swift.String)
public init(from decoder: any Swift.Decoder) throws
public var description: Swift.String {
@@ -529,6 +538,8 @@ public enum ViewName : Swift.CustomStringConvertible, Swift.Codable {
case submitDocumentsSuccess
case submitDocumentsError
case verifySMS
+ case submitEmail
+ case verifyEmail
case unknown(Swift.String)
public init(from decoder: any Swift.Decoder) throws
public var description: Swift.String {
diff --git a/LinkKit.xcframework/ios-arm64/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios.swiftdoc b/LinkKit.xcframework/ios-arm64/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios.swiftdoc
index 774d7376..b577664a 100644
Binary files a/LinkKit.xcframework/ios-arm64/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios.swiftdoc and b/LinkKit.xcframework/ios-arm64/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios.swiftdoc differ
diff --git a/LinkKit.xcframework/ios-arm64/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios.swiftinterface b/LinkKit.xcframework/ios-arm64/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios.swiftinterface
index 684b8a43..a65a284d 100644
--- a/LinkKit.xcframework/ios-arm64/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios.swiftinterface
+++ b/LinkKit.xcframework/ios-arm64/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios.swiftinterface
@@ -105,6 +105,15 @@ public enum EventName : Swift.CustomStringConvertible, Swift.Codable {
case transitionView
case verifyPhone
case viewDataTypes
+ case submitEmail
+ case skipSubmitEmail
+ case rememberMeEnabled
+ case rememberMeDisabled
+ case rememberMeHoldout
+ case selectSavedInstitution
+ case selectSavedAccount
+ case autoSelectSavedInstitution
+ case plaidCheckPane
case unknown(Swift.String)
public init(from decoder: any Swift.Decoder) throws
public var description: Swift.String {
@@ -529,6 +538,8 @@ public enum ViewName : Swift.CustomStringConvertible, Swift.Codable {
case submitDocumentsSuccess
case submitDocumentsError
case verifySMS
+ case submitEmail
+ case verifyEmail
case unknown(Swift.String)
public init(from decoder: any Swift.Decoder) throws
public var description: Swift.String {
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 fccde293..c96c14e4 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 8e9c653e..c6efa34c 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 f8718363..a35887ad 100644
--- a/LinkKit.xcframework/ios-arm64/LinkKit.framework/_CodeSignature/CodeResources
+++ b/LinkKit.xcframework/ios-arm64/LinkKit.framework/_CodeSignature/CodeResources
@@ -18,31 +18,31 @@
Headers/PLKPlaid.h
- +4zNmOv+aSEIqaLZ5iOl9E6Saxg=
+ qR/+bXkdVD8sKukNxnWKa7KNa7U=
Info.plist
- k7p4UzOMISQCyOjMp28k2QjdPgE=
+ z63HYiEPB0ePKbNwcc89qZFiSmA=
Modules/LinkKit.swiftmodule/arm64-apple-ios.abi.json
- HvO6K1SyYEttee+VfWI80K3CxGg=
+ tRnAyFFY8Nk7TGk7dNCOcMRzH7k=
Modules/LinkKit.swiftmodule/arm64-apple-ios.private.swiftinterface
- eKm/yXKkHnqF7JT6J3FAV0Pmb9g=
+ vI6TjWlwAtfHyJ/RYQZO/ug1U4o=
Modules/LinkKit.swiftmodule/arm64-apple-ios.swiftdoc
- Y/O1E8RzyfpXpqtozj2ebxJLtsg=
+ eiVBWT6PNG4f5g08MYA/TcwigcA=
Modules/LinkKit.swiftmodule/arm64-apple-ios.swiftinterface
- eKm/yXKkHnqF7JT6J3FAV0Pmb9g=
+ vI6TjWlwAtfHyJ/RYQZO/ug1U4o=
Modules/LinkKit.swiftmodule/arm64-apple-ios.swiftmodule
- vlRz73W8bprRKGPrOQ2nS9YnvHI=
+ uHAyyGpLppDn0ajoJ7GYw6W8FoY=
Modules/module.modulemap
@@ -58,7 +58,7 @@
Threads_Threads.bundle/Info.plist
- fyjwgdMzcdk+bF+fGF/TKcgzfXQ=
+ 8Z3+Tf6EWVPwMAp2ehNW4UhIlDc=
files2
@@ -88,42 +88,42 @@
hash2
- AoyBXxThXf4/mnXHSHP8pGR6k+UK5f0cjWiwzIujScE=
+ 3+DzB0Kkh82kUFIwx4Neqq3sJb8JgK1RXc3pzhjhnFE=
Modules/LinkKit.swiftmodule/arm64-apple-ios.abi.json
hash2
- l/ThcqqAR8oDoivbZVECD/yk4p/rCPEaiNrRnuLz9GA=
+ kd4jZ1f91olRRqs0ZXIuBxI6eDH75ZnzKqjTbng9BRY=
Modules/LinkKit.swiftmodule/arm64-apple-ios.private.swiftinterface
hash2
- 101qa8rAJiqCvcrAlYmvmZx0b74EfBtuC2afD0vn2w4=
+ acDgBfg0atrF67ETgCObw5moeuKWiWyX27Zm1QeRvtc=
Modules/LinkKit.swiftmodule/arm64-apple-ios.swiftdoc
hash2
- 5qKdUvvd7NtLgYLM9bkFa4xAT5/YfqQNwcfK81DfH5A=
+ 6yZcO+ee5jvEIdkW8yZXFISFD+j+MqS/70xEsRDKF/o=
Modules/LinkKit.swiftmodule/arm64-apple-ios.swiftinterface
hash2
- 101qa8rAJiqCvcrAlYmvmZx0b74EfBtuC2afD0vn2w4=
+ acDgBfg0atrF67ETgCObw5moeuKWiWyX27Zm1QeRvtc=
Modules/LinkKit.swiftmodule/arm64-apple-ios.swiftmodule
hash2
- sFyqXhx3uUonkfBB58TZY9nUNS0MMkeXIeQ0wtOqvxI=
+ EiwiC5SmR817GpLdK//RPLpwsyGChFjginT65QpNqPA=
Modules/module.modulemap
@@ -151,7 +151,7 @@
hash2
- mqaJWvbPfkbOMUNuxcAzkmKy9k3jgkYW9ivAgiag2+0=
+ A0yhrihOLQd3XjqahLnqdES3KjVr0kUfNauYIzxrIOs=
diff --git a/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Headers/PLKPlaid.h b/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Headers/PLKPlaid.h
index f4dc9a66..17b184d2 100644
--- a/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Headers/PLKPlaid.h
+++ b/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Headers/PLKPlaid.h
@@ -87,6 +87,15 @@ typedef NS_ENUM(NSInteger, PLKEventNameValue) {
PLKEventNameValueConnectNewInstitution,
PLKEventNameValueLayerReady,
PLKEventNameValueLayerNotAvailable,
+ PLKEventNameValueSubmitEmail,
+ PLKEventNameValueSkipSubmitEmail,
+ PLKEventNameValueRememberMeEnabled,
+ PLKEventNameValueRememberMeDisabled,
+ PLKEventNameValueRememberMeHoldout,
+ PLKEventNameValueSelectSavedInstitution,
+ PLKEventNameValueSelectSavedAccount,
+ PLKEventNameValueAutoSelectSavedInstitution,
+ PLKEventNameValuePlaidCheckPane,
// Add new enum cases directly above this line to avoid breaking API changes
};
@@ -151,6 +160,8 @@ typedef NS_ENUM(NSInteger, PLKViewNameValue) {
PLKViewNameValueVerifyPhone,
PLKViewNameValueSelectSavedInstitution,
PLKViewNameValueSelectSavedAccount,
+ PLKViewNameValueSubmitEmail,
+ PLKViewNameValueVerifyEmail,
// Add new enum cases directly above this line to avoid breaking API changes
};
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 2ccfc664..65b0c13f 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 81551a93..e4555075 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
@@ -4953,6 +4953,366 @@
"RawDocComment"
]
},
+ {
+ "kind": "Var",
+ "name": "submitEmail",
+ "printedName": "submitEmail",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO11submitEmailyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO11submitEmailyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "skipSubmitEmail",
+ "printedName": "skipSubmitEmail",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO15skipSubmitEmailyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO15skipSubmitEmailyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "rememberMeEnabled",
+ "printedName": "rememberMeEnabled",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO17rememberMeEnabledyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO17rememberMeEnabledyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "rememberMeDisabled",
+ "printedName": "rememberMeDisabled",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO18rememberMeDisabledyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO18rememberMeDisabledyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "rememberMeHoldout",
+ "printedName": "rememberMeHoldout",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO17rememberMeHoldoutyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO17rememberMeHoldoutyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "selectSavedInstitution",
+ "printedName": "selectSavedInstitution",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO22selectSavedInstitutionyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO22selectSavedInstitutionyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "selectSavedAccount",
+ "printedName": "selectSavedAccount",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO18selectSavedAccountyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO18selectSavedAccountyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "autoSelectSavedInstitution",
+ "printedName": "autoSelectSavedInstitution",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO26autoSelectSavedInstitutionyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO26autoSelectSavedInstitutionyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "plaidCheckPane",
+ "printedName": "plaidCheckPane",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO14plaidCheckPaneyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO14plaidCheckPaneyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
{
"kind": "Var",
"name": "unknown",
@@ -37102,6 +37462,86 @@
"RawDocComment"
]
},
+ {
+ "kind": "Var",
+ "name": "submitEmail",
+ "printedName": "submitEmail",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.ViewName.Type) -> LinkKit.ViewName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ViewName",
+ "printedName": "LinkKit.ViewName",
+ "usr": "s:7LinkKit8ViewNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.ViewName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ViewName",
+ "printedName": "LinkKit.ViewName",
+ "usr": "s:7LinkKit8ViewNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit8ViewNameO11submitEmailyA2CmF",
+ "mangledName": "$s7LinkKit8ViewNameO11submitEmailyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "verifyEmail",
+ "printedName": "verifyEmail",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.ViewName.Type) -> LinkKit.ViewName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ViewName",
+ "printedName": "LinkKit.ViewName",
+ "usr": "s:7LinkKit8ViewNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.ViewName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ViewName",
+ "printedName": "LinkKit.ViewName",
+ "usr": "s:7LinkKit8ViewNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit8ViewNameO11verifyEmailyA2CmF",
+ "mangledName": "$s7LinkKit8ViewNameO11verifyEmailyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
{
"kind": "Var",
"name": "unknown",
@@ -45273,6 +45713,34 @@
],
"isFromExtension": true,
"funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "performFeedbackFor",
+ "printedName": "performFeedbackFor(hapticType:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "HapticType",
+ "printedName": "Workflow.HapticType",
+ "usr": "s:8Workflow10HapticTypeO"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:7LinkKit34InProcessWebviewFallbackControllerC18performFeedbackFor10hapticTypey8Workflow06HapticL0O_tF",
+ "mangledName": "$s7LinkKit34InProcessWebviewFallbackControllerC18performFeedbackFor10hapticTypey8Workflow06HapticL0O_tF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "Custom",
+ "Final"
+ ],
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
}
],
"declKind": "Class",
@@ -50773,4718 +51241,4795 @@
},
"ConstValues": [
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/PresentationMethod.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
"kind": "StringLiteral",
"offset": 2763,
"length": 17,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
"kind": "StringLiteral",
"offset": 2771,
"length": 1,
"value": "\".\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
"kind": "StringLiteral",
"offset": 2779,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13065,
+ "offset": 15016,
"length": 32,
"value": "\"BANK_INCOME_INSIGHTS_COMPLETED\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13140,
+ "offset": 15091,
"length": 13,
"value": "\"CLOSE_OAUTH\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 15158,
+ "length": 25,
+ "value": "\"CONNECT_NEW_INSTITUTION\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13191,
+ "offset": 15221,
"length": 7,
"value": "\"ERROR\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13235,
+ "offset": 15265,
"length": 6,
"value": "\"EXIT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13283,
+ "offset": 15313,
"length": 12,
"value": "\"FAIL_OAUTH\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13335,
+ "offset": 15365,
"length": 9,
"value": "\"HANDOFF\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13406,
+ "offset": 15436,
"length": 34,
"value": "\"IDENTITY_VERIFICATION_START_STEP\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13501,
+ "offset": 15531,
"length": 33,
"value": "\"IDENTITY_VERIFICATION_PASS_STEP\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13595,
+ "offset": 15625,
"length": 33,
"value": "\"IDENTITY_VERIFICATION_FAIL_STEP\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13698,
+ "offset": 15728,
"length": 43,
"value": "\"IDENTITY_VERIFICATION_PENDING_REVIEW_STEP\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13814,
+ "offset": 15844,
"length": 46,
"value": "\"IDENTITY_VERIFICATION_PENDING_REVIEW_SESSION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13926,
+ "offset": 15956,
"length": 38,
"value": "\"IDENTITY_VERIFICATION_CREATE_SESSION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14030,
+ "offset": 16060,
"length": 38,
"value": "\"IDENTITY_VERIFICATION_RESUME_SESSION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14132,
+ "offset": 16162,
"length": 36,
"value": "\"IDENTITY_VERIFICATION_PASS_SESSION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14232,
+ "offset": 16262,
"length": 36,
"value": "\"IDENTITY_VERIFICATION_FAIL_SESSION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14327,
+ "offset": 16357,
"length": 31,
"value": "\"IDENTITY_VERIFICATION_OPEN_UI\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14419,
+ "offset": 16449,
"length": 33,
"value": "\"IDENTITY_VERIFICATION_RESUME_UI\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14512,
+ "offset": 16542,
"length": 32,
"value": "\"IDENTITY_VERIFICATION_CLOSE_UI\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14601,
+ "offset": 16631,
"length": 28,
"value": "\"MATCHED_SELECT_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14687,
+ "offset": 16717,
"length": 30,
"value": "\"MATCHED_SELECT_VERIFY_METHOD\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14754,
+ "offset": 16784,
"length": 6,
"value": "\"OPEN\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14804,
+ "offset": 16834,
"length": 15,
"value": "\"OPEN_MY_PLAID\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14861,
+ "offset": 16891,
"length": 12,
"value": "\"OPEN_OAUTH\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14934,
+ "offset": 16964,
"length": 33,
"value": "\"PROFILE_ELIGIBILITY_CHECK_READY\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15028,
+ "offset": 17058,
"length": 33,
"value": "\"PROFILE_ELIGIBILITY_CHECK_ERROR\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15104,
+ "offset": 17134,
"length": 13,
"value": "\"LAYER_READY\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15167,
+ "offset": 17197,
"length": 21,
"value": "\"LAYER_NOT_AVAILABLE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15238,
+ "offset": 17268,
"length": 20,
"value": "\"SEARCH_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15316,
+ "offset": 17346,
"length": 29,
"value": "\"SELECT_DEGRADED_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15399,
+ "offset": 17429,
"length": 25,
"value": "\"SELECT_DOWN_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15482,
+ "offset": 17512,
"length": 29,
"value": "\"SELECT_FILTERED_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15561,
+ "offset": 17591,
"length": 20,
"value": "\"SELECT_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15625,
+ "offset": 17655,
"length": 14,
"value": "\"SELECT_BRAND\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15686,
+ "offset": 17716,
"length": 18,
"value": "\"SELECT_AUTH_TYPE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15756,
+ "offset": 17786,
"length": 23,
"value": "\"SUBMIT_ACCOUNT_NUMBER\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15827,
+ "offset": 17857,
"length": 18,
"value": "\"SUBMIT_DOCUMENTS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15900,
+ "offset": 17930,
"length": 26,
"value": "\"SUBMIT_DOCUMENTS_SUCCESS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15979,
+ "offset": 18009,
"length": 24,
"value": "\"SUBMIT_DOCUMENTS_ERROR\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16055,
+ "offset": 18085,
"length": 23,
"value": "\"SUBMIT_ROUTING_NUMBER\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16124,
+ "offset": 18154,
"length": 17,
"value": "\"VIEW_DATA_TYPES\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16183,
+ "offset": 18213,
"length": 12,
"value": "\"SUBMIT_OTP\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16239,
+ "offset": 18269,
"length": 14,
"value": "\"SUBMIT_PHONE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16301,
+ "offset": 18331,
"length": 19,
"value": "\"SKIP_SUBMIT_PHONE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16364,
+ "offset": 18394,
"length": 14,
"value": "\"VERIFY_PHONE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16428,
+ "offset": 18458,
"length": 20,
"value": "\"SUBMIT_CREDENTIALS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16490,
+ "offset": 18520,
"length": 12,
"value": "\"SUBMIT_MFA\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16549,
+ "offset": 18579,
"length": 17,
"value": "\"TRANSITION_VIEW\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16620,
- "length": 25,
- "value": "\"CONNECT_NEW_INSTITUTION\""
+ "offset": 18640,
+ "length": 14,
+ "value": "\"SUBMIT_EMAIL\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 18702,
+ "length": 19,
+ "value": "\"SKIP_SUBMIT_EMAIL\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 18771,
+ "length": 21,
+ "value": "\"REMEMBER_ME_ENABLED\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 18843,
+ "length": 22,
+ "value": "\"REMEMBER_ME_DISABLED\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 18915,
+ "length": 21,
+ "value": "\"REMEMBER_ME_HOLDOUT\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 18991,
+ "length": 26,
+ "value": "\"SELECT_SAVED_INSTITUTION\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 19068,
+ "length": 22,
+ "value": "\"SELECT_SAVED_ACCOUNT\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 19149,
+ "length": 31,
+ "value": "\"AUTO_SELECT_SAVED_INSTITUTION\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 19227,
+ "length": 18,
+ "value": "\"PLAID_CHECK_PANE\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 857,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "BooleanLiteral",
"offset": 1421,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 1996,
"length": 89,
"value": "\"Queueing transtions from \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 2033,
"length": 2,
"value": "\" to \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 2048,
"length": 4,
"value": "\" pane because we are still animating\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "BooleanLiteral",
"offset": 2183,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 2214,
"length": 52,
"value": "\"Transitioning from \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 2245,
"length": 2,
"value": "\" to \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 2260,
"length": 4,
"value": "\" pane\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "IntegerLiteral",
"offset": 2293,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "IntegerLiteral",
"offset": 2408,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "IntegerLiteral",
"offset": 2510,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "BooleanLiteral",
"offset": 2854,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "BooleanLiteral",
"offset": 3898,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "FloatLiteral",
"offset": 4711,
"length": 3,
"value": "0.2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "BooleanLiteral",
"offset": 5189,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "BooleanLiteral",
"offset": 5351,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ScriptMessageWithReplyHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AccountSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/AccountSubtype.swift",
"kind": "StringLiteral",
"offset": 2593,
"length": 24,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/AccountSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/AccountSubtype.swift",
"kind": "StringLiteral",
"offset": 2601,
"length": 1,
"value": "\".\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/AccountSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/AccountSubtype.swift",
"kind": "StringLiteral",
"offset": 2616,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 764,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 1061,
"length": 36,
"value": "\"Can transition on the Main Thread.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 1275,
"length": 12,
"value": "\"layoutView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 2436,
"length": 14,
"value": "\"PushOutgoing\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "Array",
"offset": 2516,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 2800,
"length": 14,
"value": "\"PushIncoming\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 3208,
"length": 13,
"value": "\"PopOutgoing\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "Array",
"offset": 3287,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 3572,
"length": 13,
"value": "\"PopIncoming\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 5152,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 5205,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 5214,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 5225,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 5235,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 5622,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 5838,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 6001,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 6806,
"length": 15,
"value": "\"scrollContent\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 7026,
"length": 12,
"value": "\"scrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 7371,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 7568,
"length": 23,
"value": "\"fixedFooterScrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 7659,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 7934,
"length": 26,
"value": "\"fixedFooterScrollContent\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 8031,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 8388,
"length": 28,
"value": "\"fixedFooterFooterContainer\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 8489,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 8907,
"length": 12,
"value": "\"navigation\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 9040,
"length": 12,
"value": "\"scrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 9225,
"length": 12,
"value": "\"scrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 9409,
"length": 12,
"value": "\"scrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 9642,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 9735,
"length": 25,
"value": "\"scrollContent2container\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 9962,
"length": 26,
"value": "\"scrollContent2scrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 10110,
"length": 12,
"value": "\"scrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 10315,
"length": 17,
"value": "\"footerContainer\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 10586,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 10689,
"length": 25,
"value": "\"footerComponentSafeArea\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "Dictionary",
"offset": 589,
"length": 3,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 735,
"length": 7,
"value": "\"Error\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 753,
"length": 18,
"value": "\"Alert view title\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 838,
"length": 83,
"value": "\"Your device is not configured to send mail.\nOpen Settings to add a mail account.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 952,
"length": 20,
"value": "\"Alert view message\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 1034,
"length": 10,
"value": "\"Settings\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 1055,
"length": 54,
"value": "\"Open the device settings from alert with this button\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "BooleanLiteral",
"offset": 1235,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 1947,
"length": 4,
"value": "\"OK\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 1962,
"length": 26,
"value": "\"Acknowledge alert button\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
"kind": "StringLiteral",
"offset": 871,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
"kind": "IntegerLiteral",
"offset": 2190,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
"kind": "BooleanLiteral",
"offset": 2251,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
"kind": "IntegerLiteral",
"offset": 3779,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
"kind": "IntegerLiteral",
"offset": 4505,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ApiErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ApiErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/PaneFactory.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/PaneFactory.swift",
"kind": "IntegerLiteral",
"offset": 576,
"length": 2,
"value": "15"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/PaneFactory.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/PaneFactory.swift",
"kind": "IntegerLiteral",
"offset": 608,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/PaneFactory.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/PaneFactory.swift",
"kind": "IntegerLiteral",
"offset": 687,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/PaneFactory.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/PaneFactory.swift",
"kind": "StringLiteral",
"offset": 2119,
"length": 66,
"value": "\"Returning \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/PaneFactory.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/PaneFactory.swift",
"kind": "StringLiteral",
"offset": 2152,
"length": 3,
"value": "\" for view model \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/PaneFactory.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/PaneFactory.swift",
"kind": "StringLiteral",
"offset": 2184,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Plaid.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Plaid.swift",
"kind": "StringLiteral",
"offset": 4961,
"length": 16,
"value": "\"com.plaid.link\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Plaid.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Plaid.swift",
"kind": "StringLiteral",
"offset": 5230,
"length": 89,
"value": "\"linkTokenConfiguration.token: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Plaid.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Plaid.swift",
"kind": "StringLiteral",
"offset": 5269,
"length": 2,
"value": "\" is invalid, it must contain an environment name.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift",
"kind": "StringLiteral",
- "offset": 1019,
+ "offset": 1018,
"length": 19,
"value": "\"PRODUCT_NOT_READY\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift",
"kind": "StringLiteral",
- "offset": 1091,
+ "offset": 1090,
"length": 22,
"value": "\"VERIFICATION_EXPIRED\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
"kind": "IntegerLiteral",
"offset": 995,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
"kind": "IntegerLiteral",
"offset": 1007,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
"kind": "BooleanLiteral",
"offset": 2052,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
"kind": "IntegerLiteral",
"offset": 2636,
"length": 2,
"value": "24"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
"kind": "IntegerLiteral",
"offset": 2648,
"length": 2,
"value": "24"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 3440,
"length": 16,
"value": "\"Primary button\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Environment.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Environment.swift",
"kind": "StringLiteral",
"offset": 595,
"length": 30,
"value": "\"https:\/\/production.plaid.com\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Environment.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Environment.swift",
"kind": "StringLiteral",
"offset": 686,
"length": 31,
"value": "\"https:\/\/development.plaid.com\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Environment.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Environment.swift",
"kind": "StringLiteral",
"offset": 774,
"length": 27,
"value": "\"https:\/\/sandbox.plaid.com\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Environment.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Environment.swift",
"kind": "StringLiteral",
"offset": 1012,
"length": 12,
"value": "\"production\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Environment.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Environment.swift",
"kind": "StringLiteral",
"offset": 1071,
"length": 13,
"value": "\"development\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Environment.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Environment.swift",
"kind": "StringLiteral",
"offset": 1127,
"length": 9,
"value": "\"sandbox\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/MFAType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/MFAType.swift",
"kind": "StringLiteral",
"offset": 826,
"length": 56,
"value": "\"Failed to decode MFAType from rawValue: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/MFAType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/MFAType.swift",
"kind": "StringLiteral",
"offset": 881,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/MFAType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/MFAType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/MFAType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/MFAType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "StringLiteral",
"offset": 468,
"length": 39,
"value": "\"init(frame:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "StringLiteral",
"offset": 603,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 1446,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 1541,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "BooleanLiteral",
"offset": 2866,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "FloatLiteral",
"offset": 3257,
"length": 4,
"value": "0.49"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 3411,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 3518,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "BooleanLiteral",
"offset": 3586,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 3760,
"length": 2,
"value": "12"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 4016,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 4175,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "BooleanLiteral",
"offset": 4245,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 4422,
"length": 2,
"value": "12"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 4682,
"length": 2,
"value": "32"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 4838,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "BooleanLiteral",
"offset": 4907,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 5084,
"length": 2,
"value": "12"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 5371,
"length": 3,
"value": "-32"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 5445,
"length": 2,
"value": "32"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "FloatLiteral",
"offset": 5941,
"length": 3,
"value": "0.2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "FloatLiteral",
"offset": 6039,
"length": 4,
"value": "0.95"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "FloatLiteral",
"offset": 6048,
"length": 4,
"value": "0.95"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "FloatLiteral",
"offset": 6281,
"length": 3,
"value": "0.2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 8020,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 8205,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
"kind": "StringLiteral",
"offset": 823,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 1390,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 1664,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ReactNativeLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ReactNativeLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ReactNativeLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "BooleanLiteral",
"offset": 2661,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 3050,
"length": 31,
"value": "\"The input has to be a number.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "IntegerLiteral",
"offset": 3142,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "IntegerLiteral",
"offset": 3189,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 3337,
"length": 52,
"value": "\"The input has to be a number between 0.00 and 1.00\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "Array",
"offset": 3730,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 5639,
"length": 31,
"value": "\"The input has to be a number.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "Array",
"offset": 6246,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 6299,
"length": 86,
"value": "\"The provided regex: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 6339,
"length": 2,
"value": "\" is invalid. This rule will count as passing.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 6536,
"length": 118,
"value": "\"Could not check that \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 6566,
"length": 7,
"value": "\" matches \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 6591,
"length": 3,
"value": "\" due to NSRange.init failing. This rule will count as passing.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "Array",
"offset": 6774,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 7312,
"length": 208,
"value": "\"Text Input with ID: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 7338,
"length": 5,
"value": "\" could not be checked for equality with Text Input of ID: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 7424,
"length": 1,
"value": "\", due to no matching Text Input in \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 7485,
"length": 1,
"value": "\". This rule will count as passing.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
"kind": "StringLiteral",
"offset": 604,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
"kind": "BooleanLiteral",
"offset": 3828,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
"kind": "BooleanLiteral",
"offset": 6782,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
"kind": "StringLiteral",
- "offset": 1554,
+ "offset": 1553,
"length": 18,
"value": "\"INSTITUTION_DOWN\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
"kind": "StringLiteral",
- "offset": 1630,
+ "offset": 1629,
"length": 28,
"value": "\"INSTITUTION_NOT_RESPONDING\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
"kind": "StringLiteral",
- "offset": 1715,
+ "offset": 1714,
"length": 27,
"value": "\"INSTITUTION_NOT_AVAILABLE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
"kind": "StringLiteral",
- "offset": 1804,
+ "offset": 1803,
"length": 33,
"value": "\"INSTITUTION_NO_LONGER_SUPPORTED\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/LinkEvent.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/LinkEvent.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
"kind": "StringLiteral",
"offset": 271,
"length": 19,
"value": "\"Search and Select\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
"kind": "StringLiteral",
"offset": 320,
"length": 8,
"value": "\"Button\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
"kind": "StringLiteral",
"offset": 356,
"length": 6,
"value": "\"Chip\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
"kind": "StringLiteral",
"offset": 394,
"length": 11,
"value": "\"Mini Card\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/LinkKitWorkflowBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkKitWorkflowBridge.swift",
"kind": "StringLiteral",
"offset": 4717,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
"kind": "StringLiteral",
"offset": 578,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
"kind": "FloatLiteral",
"offset": 888,
"length": 3,
"value": "0.5"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 1037,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 1335,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 1414,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 1770,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/LinkTokenConfiguration.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
"offset": 2321,
"length": 218,
"value": "\"The Handler is being deinitialized before Link has completed or been exited. Did you forget to strongly reference the Handler object returned by `Plaid.create`?\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 8268,
+ "offset": 8267,
"length": 20,
"value": "\"Preloading started\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "IntegerLiteral",
- "offset": 8691,
+ "offset": 8690,
"length": 3,
"value": "390"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "IntegerLiteral",
- "offset": 8704,
+ "offset": 8703,
"length": 3,
"value": "690"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 9428,
+ "offset": 9427,
"length": 17,
"value": "\"openLink called\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 10756,
+ "offset": 10755,
"length": 29,
"value": "\"openLinkFromEmbedded called\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 16578,
+ "offset": 17415,
"length": 50,
"value": "\"Link requires \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 16601,
+ "offset": 17438,
"length": 2,
"value": "\" to be a non-empty string.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 19450,
+ "offset": 20287,
"length": 28,
"value": "\"Validation error: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 19477,
+ "offset": 20314,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 19511,
+ "offset": 20348,
"length": 31,
"value": "\"Using token: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 19541,
+ "offset": 20378,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 22509,
+ "offset": 23346,
"length": 40,
"value": "\"Error sending SDK open event: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 22548,
+ "offset": 23385,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 22631,
+ "offset": 23468,
"length": 51,
"value": "\"SDK open event sent: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 22681,
+ "offset": 23518,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8497,
+ "offset": 9564,
"length": 12,
"value": "\"ACCEPT_TOS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8551,
+ "offset": 9618,
"length": 11,
"value": "\"CONNECTED\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8602,
+ "offset": 9669,
"length": 9,
"value": "\"CONSENT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8654,
+ "offset": 9721,
"length": 12,
"value": "\"CREDENTIAL\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8715,
+ "offset": 9782,
"length": 19,
"value": "\"DATA_TRANSPARENCY\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8790,
+ "offset": 9857,
"length": 27,
"value": "\"DATA_TRANSPARENCY_CONSENT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8873,
+ "offset": 9940,
"length": 26,
"value": "\"DOCUMENTARY_VERIFICATION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8937,
+ "offset": 10004,
"length": 7,
"value": "\"ERROR\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8981,
+ "offset": 10048,
"length": 6,
"value": "\"EXIT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9028,
+ "offset": 10095,
"length": 11,
"value": "\"KYC_CHECK\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9083,
+ "offset": 10150,
"length": 14,
"value": "\"SELFIE_CHECK\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9137,
+ "offset": 10204,
"length": 9,
"value": "\"LOADING\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9193,
+ "offset": 10260,
"length": 17,
"value": "\"MATCHED_CONSENT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9260,
+ "offset": 10327,
"length": 20,
"value": "\"MATCHED_CREDENTIAL\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9323,
+ "offset": 10390,
"length": 13,
"value": "\"MATCHED_MFA\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9372,
+ "offset": 10439,
"length": 5,
"value": "\"MFA\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9417,
+ "offset": 10484,
"length": 9,
"value": "\"NUMBERS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9483,
+ "offset": 10550,
"length": 28,
"value": "\"NUMBERS_SELECT_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9561,
+ "offset": 10628,
"length": 21,
"value": "\"PROFILE_DATA_REVIEW\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9620,
+ "offset": 10687,
"length": 7,
"value": "\"OAUTH\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9669,
+ "offset": 10736,
"length": 11,
"value": "\"RECAPTCHA\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9722,
+ "offset": 10789,
"length": 12,
"value": "\"RISK_CHECK\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9776,
+ "offset": 10843,
"length": 11,
"value": "\"SCREENING\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9833,
+ "offset": 10900,
"length": 16,
"value": "\"SELECT_ACCOUNT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9896,
+ "offset": 10963,
"length": 18,
"value": "\"SELECT_AUTH_TYPE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9958,
+ "offset": 11025,
"length": 14,
"value": "\"SUBMIT_PHONE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10016,
+ "offset": 11083,
"length": 14,
"value": "\"VERIFY_PHONE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10085,
+ "offset": 11152,
"length": 26,
"value": "\"SELECT_SAVED_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10162,
+ "offset": 11229,
"length": 22,
"value": "\"SELECT_SAVED_ACCOUNT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10228,
+ "offset": 11295,
"length": 14,
"value": "\"SELECT_BRAND\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10292,
+ "offset": 11359,
"length": 20,
"value": "\"SELECT_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10360,
+ "offset": 11427,
"length": 18,
"value": "\"SUBMIT_DOCUMENTS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10433,
+ "offset": 11500,
"length": 26,
"value": "\"SUBMIT_DOCUMENTS_SUCCESS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10512,
+ "offset": 11579,
"length": 24,
"value": "\"SUBMIT_DOCUMENTS_ERROR\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10584,
+ "offset": 11651,
"length": 18,
"value": "\"UPLOAD_DOCUMENTS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10644,
+ "offset": 11711,
"length": 12,
"value": "\"VERIFY_SMS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "kind": "StringLiteral",
+ "offset": 11767,
+ "length": 14,
+ "value": "\"SUBMIT_EMAIL\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "kind": "StringLiteral",
+ "offset": 11825,
+ "length": 14,
+ "value": "\"VERIFY_EMAIL\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "StringLiteral",
"offset": 2089,
"length": 47,
"value": "\"Error saving to keychain. Status: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "StringLiteral",
"offset": 2135,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "StringLiteral",
"offset": 2203,
"length": 51,
"value": "\"Error reading keychain value. Status: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "StringLiteral",
"offset": 2253,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "StringLiteral",
"offset": 2396,
"length": 25,
"value": "\"KeychainError.saveError\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "StringLiteral",
"offset": 2474,
"length": 25,
"value": "\"KeychainError.readError\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "BooleanLiteral",
"offset": 3003,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "BooleanLiteral",
"offset": 3351,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "BooleanLiteral",
"offset": 4046,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "BooleanLiteral",
"offset": 4088,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "BooleanLiteral",
"offset": 4355,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
"kind": "BooleanLiteral",
"offset": 3350,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
"kind": "BooleanLiteral",
"offset": 3406,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
"kind": "BooleanLiteral",
"offset": 3676,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
"kind": "BooleanLiteral",
"offset": 4851,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
"kind": "BooleanLiteral",
"offset": 5010,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
"kind": "BooleanLiteral",
"offset": 5247,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
"kind": "StringLiteral",
"offset": 792,
"length": 68,
"value": "\"Failed to decode verification status from rawValue: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
"kind": "StringLiteral",
"offset": 859,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
"kind": "StringLiteral",
"offset": 1236,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
"kind": "StringLiteral",
"offset": 1470,
"length": 32,
"value": "\"pending_automatic_verification\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
"kind": "StringLiteral",
"offset": 1551,
"length": 29,
"value": "\"pending_manual_verification\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
"kind": "StringLiteral",
"offset": 1620,
"length": 19,
"value": "\"manually_verified\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Constants.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Constants.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 793,
"length": 20,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 823,
"length": 9,
"value": "2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 842,
"length": 18,
"value": "3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 870,
"length": 24,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 904,
"length": 23,
"value": "5"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 937,
"length": 12,
"value": "6"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 793,
"length": 20,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 823,
"length": 9,
"value": "2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 842,
"length": 18,
"value": "3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 870,
"length": 24,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 904,
"length": 23,
"value": "5"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 937,
"length": 12,
"value": "6"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 1547,
"length": 130,
"value": "\"Embedded search does not support public key configuration. Create your Handler using a link token.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 1810,
"length": 9,
"value": "\"message\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 2156,
"length": 9,
"value": "\"message\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 2263,
"length": 14,
"value": "\"LinkKit.PLKHandlerShim\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 17471,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 17532,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 17586,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 19788,
"length": 2,
"value": "-1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
- "offset": 28280,
+ "offset": 29046,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
- "offset": 30809,
+ "offset": 31575,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
- "offset": 30849,
+ "offset": 31615,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
- "offset": 30912,
+ "offset": 31678,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/PlaidFinanceKitError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/PlaidFinanceKitError.swift",
"kind": "StringLiteral",
"offset": 898,
"length": 22,
"value": "\"Invalid account UUID\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
"offset": 1312,
"length": 3,
"value": "\".\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "IntegerLiteral",
"offset": 1347,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "IntegerLiteral",
"offset": 1383,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 4496,
+ "offset": 4495,
"length": 13,
"value": "\"credit card\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 4549,
+ "offset": 4548,
"length": 8,
"value": "\"paypal\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6202,
+ "offset": 6201,
"length": 6,
"value": "\"auto\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6250,
+ "offset": 6249,
"length": 10,
"value": "\"business\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6304,
+ "offset": 6303,
"length": 12,
"value": "\"commercial\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6362,
+ "offset": 6361,
"length": 14,
"value": "\"construction\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6418,
+ "offset": 6417,
"length": 10,
"value": "\"consumer\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6472,
+ "offset": 6471,
"length": 13,
"value": "\"home equity\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6531,
+ "offset": 6530,
"length": 16,
"value": "\"line of credit\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6585,
+ "offset": 6584,
"length": 6,
"value": "\"loan\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6633,
+ "offset": 6632,
"length": 10,
"value": "\"mortgage\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6686,
+ "offset": 6685,
"length": 11,
"value": "\"overdraft\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6738,
+ "offset": 6737,
"length": 9,
"value": "\"student\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8144,
+ "offset": 8143,
"length": 17,
"value": "\"cash management\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8197,
+ "offset": 8196,
"length": 4,
"value": "\"cd\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8243,
+ "offset": 8242,
"length": 10,
"value": "\"checking\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8290,
+ "offset": 8289,
"length": 5,
"value": "\"ebt\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8332,
+ "offset": 8331,
"length": 5,
"value": "\"hsa\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8382,
+ "offset": 8381,
"length": 14,
"value": "\"money market\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8436,
+ "offset": 8435,
"length": 8,
"value": "\"paypal\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8485,
+ "offset": 8484,
"length": 9,
"value": "\"prepaid\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8535,
+ "offset": 8534,
"length": 9,
"value": "\"savings\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13647,
+ "offset": 13646,
"length": 6,
"value": "\"401a\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13701,
+ "offset": 13700,
"length": 6,
"value": "\"401k\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13755,
+ "offset": 13754,
"length": 6,
"value": "\"403B\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13809,
+ "offset": 13808,
"length": 6,
"value": "\"457b\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13862,
+ "offset": 13861,
"length": 5,
"value": "\"529\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13910,
+ "offset": 13909,
"length": 11,
"value": "\"brokerage\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13962,
+ "offset": 13961,
"length": 10,
"value": "\"cash isa\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14029,
+ "offset": 14028,
"length": 27,
"value": "\"education savings account\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14102,
+ "offset": 14101,
"length": 15,
"value": "\"fixed annuity\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14154,
+ "offset": 14153,
"length": 5,
"value": "\"gic\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14223,
+ "offset": 14222,
"length": 34,
"value": "\"health reimbursement arrangement\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14294,
+ "offset": 14293,
"length": 5,
"value": "\"hsa\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14336,
+ "offset": 14335,
"length": 5,
"value": "\"ira\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14378,
+ "offset": 14377,
"length": 5,
"value": "\"isa\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14422,
+ "offset": 14421,
"length": 7,
"value": "\"keogh\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14466,
+ "offset": 14465,
"length": 5,
"value": "\"lif\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14509,
+ "offset": 14508,
"length": 6,
"value": "\"lira\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14553,
+ "offset": 14552,
"length": 6,
"value": "\"lrif\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14597,
+ "offset": 14596,
"length": 6,
"value": "\"lrsp\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14647,
+ "offset": 14646,
"length": 13,
"value": "\"mutual fund\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14720,
+ "offset": 14719,
"length": 31,
"value": "\"non-taxable brokerage account\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14792,
+ "offset": 14791,
"length": 9,
"value": "\"pension\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14839,
+ "offset": 14838,
"length": 6,
"value": "\"plan\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14883,
+ "offset": 14882,
"length": 6,
"value": "\"prif\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14940,
+ "offset": 14939,
"length": 21,
"value": "\"profit sharing plan\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14999,
+ "offset": 14998,
"length": 6,
"value": "\"rdsp\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15043,
+ "offset": 15042,
"length": 6,
"value": "\"resp\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15093,
+ "offset": 15092,
"length": 12,
"value": "\"retirement\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15143,
+ "offset": 15142,
"length": 6,
"value": "\"rlif\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15191,
+ "offset": 15190,
"length": 11,
"value": "\"roth 401k\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15240,
+ "offset": 15239,
"length": 6,
"value": "\"roth\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15284,
+ "offset": 15283,
"length": 6,
"value": "\"rrif\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15328,
+ "offset": 15327,
"length": 6,
"value": "\"rrsp\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15374,
+ "offset": 15373,
"length": 8,
"value": "\"sarsep\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15422,
+ "offset": 15421,
"length": 9,
"value": "\"sep ira\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15474,
+ "offset": 15473,
"length": 12,
"value": "\"simple ira\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15524,
+ "offset": 15523,
"length": 6,
"value": "\"sipp\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15573,
+ "offset": 15572,
"length": 12,
"value": "\"stock plan\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15623,
+ "offset": 15622,
"length": 6,
"value": "\"tfsa\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15680,
+ "offset": 15679,
"length": 21,
"value": "\"thrift savings plan\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15740,
+ "offset": 15739,
"length": 7,
"value": "\"trust\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15785,
+ "offset": 15784,
"length": 6,
"value": "\"ugma\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15829,
+ "offset": 15828,
"length": 6,
"value": "\"utma\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15884,
+ "offset": 15883,
"length": 18,
"value": "\"variable annuity\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "BooleanLiteral",
"offset": 2999,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "Array",
"offset": 3058,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 3510,
"length": 6,
"value": "\"fill\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 3718,
"length": 21,
"value": "\"exactWidth(\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 3738,
"length": 3,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 3872,
"length": 11,
"value": "\"centerX()\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 4209,
"length": 24,
"value": "\"exactHeight(\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 4231,
"length": 1,
"value": "\")\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 4366,
"length": 11,
"value": "\"centerY()\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 5653,
"length": 12,
"value": "\"stackFirst\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 6323,
"length": 12,
"value": "\"stackBelow\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 6798,
"length": 12,
"value": "\"stackPrior\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 7442,
"length": 10,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 7451,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "IntegerLiteral",
"offset": 7510,
"length": 2,
"value": "20"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "IntegerLiteral",
"offset": 7543,
"length": 2,
"value": "10"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "IntegerLiteral",
"offset": 8060,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "IntegerLiteral",
"offset": 8091,
"length": 2,
"value": "10"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/InfoProviding.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/InfoProviding.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/InfoProviding.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/InfoProviding.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/InfoProviding.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/InfoProviding.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
"offset": 678,
"length": 8,
"value": "\"ipwvfb\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
"offset": 998,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "FloatLiteral",
"offset": 1787,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "FloatLiteral",
"offset": 1979,
"length": 3,
"value": "0.3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
"offset": 2003,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "FloatLiteral",
"offset": 2106,
"length": 3,
"value": "1.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "FloatLiteral",
"offset": 2147,
"length": 3,
"value": "1.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
"offset": 2230,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
"offset": 2271,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
"offset": 4759,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "Array",
"offset": 6372,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
"offset": 7784,
"length": 109,
"value": "\"Refusing to start webview fallback with webview having already loaded \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
"offset": 7888,
"length": 3,
"value": "\"?\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
"offset": 7892,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 8160,
+ "offset": 8283,
"length": 54,
"value": "\"Starting webview fallback using URL \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 8213,
+ "offset": 8336,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 9486,
+ "offset": 11333,
"length": 37,
"value": "\"webview fallback URL change: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 9522,
+ "offset": 11369,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 9727,
+ "offset": 11574,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 10136,
+ "offset": 11983,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 10699,
+ "offset": 12546,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 10758,
+ "offset": 12605,
"length": 2,
"value": "24"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 10916,
+ "offset": 12763,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 10975,
+ "offset": 12822,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "Array",
- "offset": 11019,
+ "offset": 12866,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 13366,
+ "offset": 15213,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 13914,
+ "offset": 15761,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 14415,
+ "offset": 16262,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 14580,
+ "offset": 16427,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 14713,
+ "offset": 16560,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 14924,
+ "offset": 16771,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 16882,
+ "offset": 18729,
"length": 58,
"value": "\"Error on ASWebAuthenticationSession completion: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 16939,
+ "offset": 18786,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 18043,
+ "offset": 19890,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 18947,
+ "offset": 20794,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 19519,
+ "offset": 21366,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 20430,
+ "offset": 22277,
"length": 2,
"value": "24"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 20555,
+ "offset": 22402,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 20626,
+ "offset": 22473,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 20791,
+ "offset": 22638,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 20821,
+ "offset": 22668,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 20948,
+ "offset": 22795,
"length": 1,
"value": "6"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 21386,
+ "offset": 23233,
"length": 30,
"value": "\"mounting webview to uiwindow\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 21811,
+ "offset": 23658,
"length": 34,
"value": "\"unmounting webview from uiwindow\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "FloatLiteral",
- "offset": 22349,
+ "offset": 24196,
"length": 4,
"value": "0.25"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "FloatLiteral",
- "offset": 22409,
+ "offset": 24256,
"length": 3,
"value": "0.6"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "Array",
- "offset": 22499,
+ "offset": 24346,
"length": 10,
"value": "[0.0, 1.0]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 22558,
+ "offset": 24405,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 28451,
+ "offset": 30298,
"length": 38,
"value": "\"Sent js message open via the webview\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 29033,
+ "offset": 30880,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 30143,
+ "offset": 33039,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "StringLiteral",
"offset": 771,
"length": 39,
"value": "\"init(frame:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "StringLiteral",
"offset": 906,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "StringLiteral",
"offset": 2663,
"length": 46,
"value": "\"Embedded search sending open message to LWC.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
"offset": 4643,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 5551,
+ "offset": 5646,
"length": 3,
"value": "0.3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 5711,
+ "offset": 5806,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 5756,
+ "offset": 5851,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 5822,
+ "offset": 5917,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 5928,
+ "offset": 6023,
"length": 3,
"value": "1.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 6108,
+ "offset": 6203,
"length": 3,
"value": "0.3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 6268,
+ "offset": 6363,
"length": 3,
"value": "1.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 6373,
+ "offset": 6468,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 6420,
+ "offset": 6515,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 6486,
+ "offset": 6581,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7098,
+ "offset": 7193,
"length": 3,
"value": "0.3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7258,
+ "offset": 7353,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7305,
+ "offset": 7400,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7371,
+ "offset": 7466,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7475,
+ "offset": 7570,
"length": 3,
"value": "1.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7749,
+ "offset": 7844,
"length": 3,
"value": "0.3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7920,
+ "offset": 8015,
"length": 3,
"value": "1.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7975,
+ "offset": 8070,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 8022,
+ "offset": 8117,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 8067,
+ "offset": 8162,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 8431,
+ "offset": 8526,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 8669,
+ "offset": 8764,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 9300,
+ "offset": 9395,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 9674,
+ "offset": 9769,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 9806,
+ "offset": 9901,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 10593,
+ "offset": 10688,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 10831,
+ "offset": 10926,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 11139,
+ "offset": 11234,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "IntegerLiteral",
- "offset": 11292,
+ "offset": 11387,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "IntegerLiteral",
- "offset": 11367,
+ "offset": 11462,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 11652,
+ "offset": 11747,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 11683,
+ "offset": 11778,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 11790,
+ "offset": 11885,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "IntegerLiteral",
- "offset": 12428,
+ "offset": 12492,
"length": 3,
- "value": "999"
+ "value": "750"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "IntegerLiteral",
- "offset": 12535,
+ "offset": 12599,
"length": 3,
- "value": "999"
+ "value": "750"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 12749,
+ "offset": 12813,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 12810,
+ "offset": 12874,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 13219,
+ "offset": 13283,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 13285,
+ "offset": 13349,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/FlutterLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/FlutterLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/FlutterLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/FlutterLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/RoutingNumberValidator.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/RoutingNumberValidator.swift",
"kind": "Array",
"offset": 139,
"length": 27,
"value": "[3, 7, 1, 3, 7, 1, 3, 7, 1]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/RoutingNumberValidator.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/RoutingNumberValidator.swift",
"kind": "BooleanLiteral",
"offset": 397,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/RoutingNumberValidator.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/RoutingNumberValidator.swift",
"kind": "IntegerLiteral",
"offset": 452,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/RoutingNumberValidator.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/RoutingNumberValidator.swift",
"kind": "IntegerLiteral",
"offset": 611,
"length": 2,
"value": "10"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/RoutingNumberValidator.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/RoutingNumberValidator.swift",
"kind": "IntegerLiteral",
"offset": 618,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "BooleanLiteral",
"offset": 493,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "StringLiteral",
"offset": 1080,
"length": 44,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "StringLiteral",
"offset": 1093,
"length": 6,
"value": "\" called outside of main thread\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "BooleanLiteral",
"offset": 1212,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "BooleanLiteral",
"offset": 1501,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "StringLiteral",
"offset": 1647,
"length": 44,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "StringLiteral",
"offset": 1660,
"length": 6,
"value": "\" called outside of main thread\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "BooleanLiteral",
"offset": 1742,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "BooleanLiteral",
"offset": 2189,
"length": 4,
diff --git a/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface b/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface
index e503a604..78c27604 100644
--- a/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface
+++ b/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface
@@ -104,6 +104,15 @@ public enum EventName : Swift.CustomStringConvertible, Swift.Codable {
case transitionView
case verifyPhone
case viewDataTypes
+ case submitEmail
+ case skipSubmitEmail
+ case rememberMeEnabled
+ case rememberMeDisabled
+ case rememberMeHoldout
+ case selectSavedInstitution
+ case selectSavedAccount
+ case autoSelectSavedInstitution
+ case plaidCheckPane
case unknown(Swift.String)
public init(from decoder: any Swift.Decoder) throws
public var description: Swift.String {
@@ -528,6 +537,8 @@ public enum ViewName : Swift.CustomStringConvertible, Swift.Codable {
case submitDocumentsSuccess
case submitDocumentsError
case verifySMS
+ case submitEmail
+ case verifyEmail
case unknown(Swift.String)
public init(from decoder: any Swift.Decoder) throws
public var description: Swift.String {
diff --git a/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/arm64-apple-ios-macabi.swiftdoc b/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/arm64-apple-ios-macabi.swiftdoc
index 7a1e68f8..5c26097d 100644
Binary files a/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/arm64-apple-ios-macabi.swiftdoc and b/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/arm64-apple-ios-macabi.swiftdoc differ
diff --git a/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/arm64-apple-ios-macabi.swiftinterface b/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/arm64-apple-ios-macabi.swiftinterface
index e503a604..78c27604 100644
--- a/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/arm64-apple-ios-macabi.swiftinterface
+++ b/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/arm64-apple-ios-macabi.swiftinterface
@@ -104,6 +104,15 @@ public enum EventName : Swift.CustomStringConvertible, Swift.Codable {
case transitionView
case verifyPhone
case viewDataTypes
+ case submitEmail
+ case skipSubmitEmail
+ case rememberMeEnabled
+ case rememberMeDisabled
+ case rememberMeHoldout
+ case selectSavedInstitution
+ case selectSavedAccount
+ case autoSelectSavedInstitution
+ case plaidCheckPane
case unknown(Swift.String)
public init(from decoder: any Swift.Decoder) throws
public var description: Swift.String {
@@ -528,6 +537,8 @@ public enum ViewName : Swift.CustomStringConvertible, Swift.Codable {
case submitDocumentsSuccess
case submitDocumentsError
case verifySMS
+ case submitEmail
+ case verifyEmail
case unknown(Swift.String)
public init(from decoder: any Swift.Decoder) throws
public var description: Swift.String {
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 c00557b6..d477f79a 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 81551a93..e4555075 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
@@ -4953,6 +4953,366 @@
"RawDocComment"
]
},
+ {
+ "kind": "Var",
+ "name": "submitEmail",
+ "printedName": "submitEmail",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO11submitEmailyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO11submitEmailyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "skipSubmitEmail",
+ "printedName": "skipSubmitEmail",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO15skipSubmitEmailyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO15skipSubmitEmailyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "rememberMeEnabled",
+ "printedName": "rememberMeEnabled",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO17rememberMeEnabledyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO17rememberMeEnabledyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "rememberMeDisabled",
+ "printedName": "rememberMeDisabled",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO18rememberMeDisabledyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO18rememberMeDisabledyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "rememberMeHoldout",
+ "printedName": "rememberMeHoldout",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO17rememberMeHoldoutyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO17rememberMeHoldoutyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "selectSavedInstitution",
+ "printedName": "selectSavedInstitution",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO22selectSavedInstitutionyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO22selectSavedInstitutionyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "selectSavedAccount",
+ "printedName": "selectSavedAccount",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO18selectSavedAccountyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO18selectSavedAccountyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "autoSelectSavedInstitution",
+ "printedName": "autoSelectSavedInstitution",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO26autoSelectSavedInstitutionyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO26autoSelectSavedInstitutionyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "plaidCheckPane",
+ "printedName": "plaidCheckPane",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO14plaidCheckPaneyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO14plaidCheckPaneyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
{
"kind": "Var",
"name": "unknown",
@@ -37102,6 +37462,86 @@
"RawDocComment"
]
},
+ {
+ "kind": "Var",
+ "name": "submitEmail",
+ "printedName": "submitEmail",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.ViewName.Type) -> LinkKit.ViewName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ViewName",
+ "printedName": "LinkKit.ViewName",
+ "usr": "s:7LinkKit8ViewNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.ViewName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ViewName",
+ "printedName": "LinkKit.ViewName",
+ "usr": "s:7LinkKit8ViewNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit8ViewNameO11submitEmailyA2CmF",
+ "mangledName": "$s7LinkKit8ViewNameO11submitEmailyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "verifyEmail",
+ "printedName": "verifyEmail",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.ViewName.Type) -> LinkKit.ViewName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ViewName",
+ "printedName": "LinkKit.ViewName",
+ "usr": "s:7LinkKit8ViewNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.ViewName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ViewName",
+ "printedName": "LinkKit.ViewName",
+ "usr": "s:7LinkKit8ViewNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit8ViewNameO11verifyEmailyA2CmF",
+ "mangledName": "$s7LinkKit8ViewNameO11verifyEmailyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
{
"kind": "Var",
"name": "unknown",
@@ -45273,6 +45713,34 @@
],
"isFromExtension": true,
"funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "performFeedbackFor",
+ "printedName": "performFeedbackFor(hapticType:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "HapticType",
+ "printedName": "Workflow.HapticType",
+ "usr": "s:8Workflow10HapticTypeO"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:7LinkKit34InProcessWebviewFallbackControllerC18performFeedbackFor10hapticTypey8Workflow06HapticL0O_tF",
+ "mangledName": "$s7LinkKit34InProcessWebviewFallbackControllerC18performFeedbackFor10hapticTypey8Workflow06HapticL0O_tF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "Custom",
+ "Final"
+ ],
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
}
],
"declKind": "Class",
@@ -50773,4718 +51241,4795 @@
},
"ConstValues": [
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/PresentationMethod.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
"kind": "StringLiteral",
"offset": 2763,
"length": 17,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
"kind": "StringLiteral",
"offset": 2771,
"length": 1,
"value": "\".\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
"kind": "StringLiteral",
"offset": 2779,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13065,
+ "offset": 15016,
"length": 32,
"value": "\"BANK_INCOME_INSIGHTS_COMPLETED\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13140,
+ "offset": 15091,
"length": 13,
"value": "\"CLOSE_OAUTH\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 15158,
+ "length": 25,
+ "value": "\"CONNECT_NEW_INSTITUTION\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13191,
+ "offset": 15221,
"length": 7,
"value": "\"ERROR\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13235,
+ "offset": 15265,
"length": 6,
"value": "\"EXIT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13283,
+ "offset": 15313,
"length": 12,
"value": "\"FAIL_OAUTH\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13335,
+ "offset": 15365,
"length": 9,
"value": "\"HANDOFF\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13406,
+ "offset": 15436,
"length": 34,
"value": "\"IDENTITY_VERIFICATION_START_STEP\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13501,
+ "offset": 15531,
"length": 33,
"value": "\"IDENTITY_VERIFICATION_PASS_STEP\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13595,
+ "offset": 15625,
"length": 33,
"value": "\"IDENTITY_VERIFICATION_FAIL_STEP\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13698,
+ "offset": 15728,
"length": 43,
"value": "\"IDENTITY_VERIFICATION_PENDING_REVIEW_STEP\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13814,
+ "offset": 15844,
"length": 46,
"value": "\"IDENTITY_VERIFICATION_PENDING_REVIEW_SESSION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13926,
+ "offset": 15956,
"length": 38,
"value": "\"IDENTITY_VERIFICATION_CREATE_SESSION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14030,
+ "offset": 16060,
"length": 38,
"value": "\"IDENTITY_VERIFICATION_RESUME_SESSION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14132,
+ "offset": 16162,
"length": 36,
"value": "\"IDENTITY_VERIFICATION_PASS_SESSION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14232,
+ "offset": 16262,
"length": 36,
"value": "\"IDENTITY_VERIFICATION_FAIL_SESSION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14327,
+ "offset": 16357,
"length": 31,
"value": "\"IDENTITY_VERIFICATION_OPEN_UI\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14419,
+ "offset": 16449,
"length": 33,
"value": "\"IDENTITY_VERIFICATION_RESUME_UI\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14512,
+ "offset": 16542,
"length": 32,
"value": "\"IDENTITY_VERIFICATION_CLOSE_UI\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14601,
+ "offset": 16631,
"length": 28,
"value": "\"MATCHED_SELECT_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14687,
+ "offset": 16717,
"length": 30,
"value": "\"MATCHED_SELECT_VERIFY_METHOD\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14754,
+ "offset": 16784,
"length": 6,
"value": "\"OPEN\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14804,
+ "offset": 16834,
"length": 15,
"value": "\"OPEN_MY_PLAID\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14861,
+ "offset": 16891,
"length": 12,
"value": "\"OPEN_OAUTH\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14934,
+ "offset": 16964,
"length": 33,
"value": "\"PROFILE_ELIGIBILITY_CHECK_READY\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15028,
+ "offset": 17058,
"length": 33,
"value": "\"PROFILE_ELIGIBILITY_CHECK_ERROR\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15104,
+ "offset": 17134,
"length": 13,
"value": "\"LAYER_READY\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15167,
+ "offset": 17197,
"length": 21,
"value": "\"LAYER_NOT_AVAILABLE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15238,
+ "offset": 17268,
"length": 20,
"value": "\"SEARCH_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15316,
+ "offset": 17346,
"length": 29,
"value": "\"SELECT_DEGRADED_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15399,
+ "offset": 17429,
"length": 25,
"value": "\"SELECT_DOWN_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15482,
+ "offset": 17512,
"length": 29,
"value": "\"SELECT_FILTERED_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15561,
+ "offset": 17591,
"length": 20,
"value": "\"SELECT_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15625,
+ "offset": 17655,
"length": 14,
"value": "\"SELECT_BRAND\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15686,
+ "offset": 17716,
"length": 18,
"value": "\"SELECT_AUTH_TYPE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15756,
+ "offset": 17786,
"length": 23,
"value": "\"SUBMIT_ACCOUNT_NUMBER\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15827,
+ "offset": 17857,
"length": 18,
"value": "\"SUBMIT_DOCUMENTS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15900,
+ "offset": 17930,
"length": 26,
"value": "\"SUBMIT_DOCUMENTS_SUCCESS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15979,
+ "offset": 18009,
"length": 24,
"value": "\"SUBMIT_DOCUMENTS_ERROR\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16055,
+ "offset": 18085,
"length": 23,
"value": "\"SUBMIT_ROUTING_NUMBER\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16124,
+ "offset": 18154,
"length": 17,
"value": "\"VIEW_DATA_TYPES\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16183,
+ "offset": 18213,
"length": 12,
"value": "\"SUBMIT_OTP\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16239,
+ "offset": 18269,
"length": 14,
"value": "\"SUBMIT_PHONE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16301,
+ "offset": 18331,
"length": 19,
"value": "\"SKIP_SUBMIT_PHONE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16364,
+ "offset": 18394,
"length": 14,
"value": "\"VERIFY_PHONE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16428,
+ "offset": 18458,
"length": 20,
"value": "\"SUBMIT_CREDENTIALS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16490,
+ "offset": 18520,
"length": 12,
"value": "\"SUBMIT_MFA\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16549,
+ "offset": 18579,
"length": 17,
"value": "\"TRANSITION_VIEW\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16620,
- "length": 25,
- "value": "\"CONNECT_NEW_INSTITUTION\""
+ "offset": 18640,
+ "length": 14,
+ "value": "\"SUBMIT_EMAIL\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 18702,
+ "length": 19,
+ "value": "\"SKIP_SUBMIT_EMAIL\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 18771,
+ "length": 21,
+ "value": "\"REMEMBER_ME_ENABLED\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 18843,
+ "length": 22,
+ "value": "\"REMEMBER_ME_DISABLED\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 18915,
+ "length": 21,
+ "value": "\"REMEMBER_ME_HOLDOUT\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 18991,
+ "length": 26,
+ "value": "\"SELECT_SAVED_INSTITUTION\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 19068,
+ "length": 22,
+ "value": "\"SELECT_SAVED_ACCOUNT\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 19149,
+ "length": 31,
+ "value": "\"AUTO_SELECT_SAVED_INSTITUTION\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 19227,
+ "length": 18,
+ "value": "\"PLAID_CHECK_PANE\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 857,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "BooleanLiteral",
"offset": 1421,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 1996,
"length": 89,
"value": "\"Queueing transtions from \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 2033,
"length": 2,
"value": "\" to \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 2048,
"length": 4,
"value": "\" pane because we are still animating\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "BooleanLiteral",
"offset": 2183,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 2214,
"length": 52,
"value": "\"Transitioning from \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 2245,
"length": 2,
"value": "\" to \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 2260,
"length": 4,
"value": "\" pane\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "IntegerLiteral",
"offset": 2293,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "IntegerLiteral",
"offset": 2408,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "IntegerLiteral",
"offset": 2510,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "BooleanLiteral",
"offset": 2854,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "BooleanLiteral",
"offset": 3898,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "FloatLiteral",
"offset": 4711,
"length": 3,
"value": "0.2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "BooleanLiteral",
"offset": 5189,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "BooleanLiteral",
"offset": 5351,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ScriptMessageWithReplyHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AccountSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/AccountSubtype.swift",
"kind": "StringLiteral",
"offset": 2593,
"length": 24,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/AccountSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/AccountSubtype.swift",
"kind": "StringLiteral",
"offset": 2601,
"length": 1,
"value": "\".\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/AccountSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/AccountSubtype.swift",
"kind": "StringLiteral",
"offset": 2616,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 764,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 1061,
"length": 36,
"value": "\"Can transition on the Main Thread.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 1275,
"length": 12,
"value": "\"layoutView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 2436,
"length": 14,
"value": "\"PushOutgoing\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "Array",
"offset": 2516,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 2800,
"length": 14,
"value": "\"PushIncoming\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 3208,
"length": 13,
"value": "\"PopOutgoing\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "Array",
"offset": 3287,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 3572,
"length": 13,
"value": "\"PopIncoming\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 5152,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 5205,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 5214,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 5225,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 5235,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 5622,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 5838,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 6001,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 6806,
"length": 15,
"value": "\"scrollContent\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 7026,
"length": 12,
"value": "\"scrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 7371,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 7568,
"length": 23,
"value": "\"fixedFooterScrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 7659,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 7934,
"length": 26,
"value": "\"fixedFooterScrollContent\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 8031,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 8388,
"length": 28,
"value": "\"fixedFooterFooterContainer\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 8489,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 8907,
"length": 12,
"value": "\"navigation\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 9040,
"length": 12,
"value": "\"scrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 9225,
"length": 12,
"value": "\"scrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 9409,
"length": 12,
"value": "\"scrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 9642,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 9735,
"length": 25,
"value": "\"scrollContent2container\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 9962,
"length": 26,
"value": "\"scrollContent2scrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 10110,
"length": 12,
"value": "\"scrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 10315,
"length": 17,
"value": "\"footerContainer\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 10586,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 10689,
"length": 25,
"value": "\"footerComponentSafeArea\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "Dictionary",
"offset": 589,
"length": 3,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 735,
"length": 7,
"value": "\"Error\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 753,
"length": 18,
"value": "\"Alert view title\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 838,
"length": 83,
"value": "\"Your device is not configured to send mail.\nOpen Settings to add a mail account.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 952,
"length": 20,
"value": "\"Alert view message\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 1034,
"length": 10,
"value": "\"Settings\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 1055,
"length": 54,
"value": "\"Open the device settings from alert with this button\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "BooleanLiteral",
"offset": 1235,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 1947,
"length": 4,
"value": "\"OK\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 1962,
"length": 26,
"value": "\"Acknowledge alert button\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
"kind": "StringLiteral",
"offset": 871,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
"kind": "IntegerLiteral",
"offset": 2190,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
"kind": "BooleanLiteral",
"offset": 2251,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
"kind": "IntegerLiteral",
"offset": 3779,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
"kind": "IntegerLiteral",
"offset": 4505,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ApiErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ApiErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/PaneFactory.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/PaneFactory.swift",
"kind": "IntegerLiteral",
"offset": 576,
"length": 2,
"value": "15"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/PaneFactory.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/PaneFactory.swift",
"kind": "IntegerLiteral",
"offset": 608,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/PaneFactory.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/PaneFactory.swift",
"kind": "IntegerLiteral",
"offset": 687,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/PaneFactory.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/PaneFactory.swift",
"kind": "StringLiteral",
"offset": 2119,
"length": 66,
"value": "\"Returning \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/PaneFactory.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/PaneFactory.swift",
"kind": "StringLiteral",
"offset": 2152,
"length": 3,
"value": "\" for view model \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/PaneFactory.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/PaneFactory.swift",
"kind": "StringLiteral",
"offset": 2184,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Plaid.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Plaid.swift",
"kind": "StringLiteral",
"offset": 4961,
"length": 16,
"value": "\"com.plaid.link\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Plaid.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Plaid.swift",
"kind": "StringLiteral",
"offset": 5230,
"length": 89,
"value": "\"linkTokenConfiguration.token: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Plaid.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Plaid.swift",
"kind": "StringLiteral",
"offset": 5269,
"length": 2,
"value": "\" is invalid, it must contain an environment name.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift",
"kind": "StringLiteral",
- "offset": 1019,
+ "offset": 1018,
"length": 19,
"value": "\"PRODUCT_NOT_READY\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift",
"kind": "StringLiteral",
- "offset": 1091,
+ "offset": 1090,
"length": 22,
"value": "\"VERIFICATION_EXPIRED\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
"kind": "IntegerLiteral",
"offset": 995,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
"kind": "IntegerLiteral",
"offset": 1007,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
"kind": "BooleanLiteral",
"offset": 2052,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
"kind": "IntegerLiteral",
"offset": 2636,
"length": 2,
"value": "24"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
"kind": "IntegerLiteral",
"offset": 2648,
"length": 2,
"value": "24"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 3440,
"length": 16,
"value": "\"Primary button\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Environment.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Environment.swift",
"kind": "StringLiteral",
"offset": 595,
"length": 30,
"value": "\"https:\/\/production.plaid.com\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Environment.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Environment.swift",
"kind": "StringLiteral",
"offset": 686,
"length": 31,
"value": "\"https:\/\/development.plaid.com\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Environment.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Environment.swift",
"kind": "StringLiteral",
"offset": 774,
"length": 27,
"value": "\"https:\/\/sandbox.plaid.com\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Environment.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Environment.swift",
"kind": "StringLiteral",
"offset": 1012,
"length": 12,
"value": "\"production\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Environment.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Environment.swift",
"kind": "StringLiteral",
"offset": 1071,
"length": 13,
"value": "\"development\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Environment.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Environment.swift",
"kind": "StringLiteral",
"offset": 1127,
"length": 9,
"value": "\"sandbox\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/MFAType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/MFAType.swift",
"kind": "StringLiteral",
"offset": 826,
"length": 56,
"value": "\"Failed to decode MFAType from rawValue: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/MFAType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/MFAType.swift",
"kind": "StringLiteral",
"offset": 881,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/MFAType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/MFAType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/MFAType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/MFAType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "StringLiteral",
"offset": 468,
"length": 39,
"value": "\"init(frame:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "StringLiteral",
"offset": 603,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 1446,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 1541,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "BooleanLiteral",
"offset": 2866,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "FloatLiteral",
"offset": 3257,
"length": 4,
"value": "0.49"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 3411,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 3518,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "BooleanLiteral",
"offset": 3586,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 3760,
"length": 2,
"value": "12"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 4016,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 4175,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "BooleanLiteral",
"offset": 4245,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 4422,
"length": 2,
"value": "12"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 4682,
"length": 2,
"value": "32"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 4838,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "BooleanLiteral",
"offset": 4907,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 5084,
"length": 2,
"value": "12"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 5371,
"length": 3,
"value": "-32"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 5445,
"length": 2,
"value": "32"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "FloatLiteral",
"offset": 5941,
"length": 3,
"value": "0.2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "FloatLiteral",
"offset": 6039,
"length": 4,
"value": "0.95"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "FloatLiteral",
"offset": 6048,
"length": 4,
"value": "0.95"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "FloatLiteral",
"offset": 6281,
"length": 3,
"value": "0.2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 8020,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 8205,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
"kind": "StringLiteral",
"offset": 823,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 1390,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 1664,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ReactNativeLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ReactNativeLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ReactNativeLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "BooleanLiteral",
"offset": 2661,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 3050,
"length": 31,
"value": "\"The input has to be a number.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "IntegerLiteral",
"offset": 3142,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "IntegerLiteral",
"offset": 3189,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 3337,
"length": 52,
"value": "\"The input has to be a number between 0.00 and 1.00\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "Array",
"offset": 3730,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 5639,
"length": 31,
"value": "\"The input has to be a number.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "Array",
"offset": 6246,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 6299,
"length": 86,
"value": "\"The provided regex: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 6339,
"length": 2,
"value": "\" is invalid. This rule will count as passing.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 6536,
"length": 118,
"value": "\"Could not check that \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 6566,
"length": 7,
"value": "\" matches \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 6591,
"length": 3,
"value": "\" due to NSRange.init failing. This rule will count as passing.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "Array",
"offset": 6774,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 7312,
"length": 208,
"value": "\"Text Input with ID: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 7338,
"length": 5,
"value": "\" could not be checked for equality with Text Input of ID: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 7424,
"length": 1,
"value": "\", due to no matching Text Input in \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 7485,
"length": 1,
"value": "\". This rule will count as passing.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
"kind": "StringLiteral",
"offset": 604,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
"kind": "BooleanLiteral",
"offset": 3828,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
"kind": "BooleanLiteral",
"offset": 6782,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
"kind": "StringLiteral",
- "offset": 1554,
+ "offset": 1553,
"length": 18,
"value": "\"INSTITUTION_DOWN\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
"kind": "StringLiteral",
- "offset": 1630,
+ "offset": 1629,
"length": 28,
"value": "\"INSTITUTION_NOT_RESPONDING\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
"kind": "StringLiteral",
- "offset": 1715,
+ "offset": 1714,
"length": 27,
"value": "\"INSTITUTION_NOT_AVAILABLE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
"kind": "StringLiteral",
- "offset": 1804,
+ "offset": 1803,
"length": 33,
"value": "\"INSTITUTION_NO_LONGER_SUPPORTED\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/LinkEvent.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/LinkEvent.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
"kind": "StringLiteral",
"offset": 271,
"length": 19,
"value": "\"Search and Select\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
"kind": "StringLiteral",
"offset": 320,
"length": 8,
"value": "\"Button\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
"kind": "StringLiteral",
"offset": 356,
"length": 6,
"value": "\"Chip\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
"kind": "StringLiteral",
"offset": 394,
"length": 11,
"value": "\"Mini Card\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/LinkKitWorkflowBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkKitWorkflowBridge.swift",
"kind": "StringLiteral",
"offset": 4717,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
"kind": "StringLiteral",
"offset": 578,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
"kind": "FloatLiteral",
"offset": 888,
"length": 3,
"value": "0.5"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 1037,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 1335,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 1414,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 1770,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/LinkTokenConfiguration.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
"offset": 2321,
"length": 218,
"value": "\"The Handler is being deinitialized before Link has completed or been exited. Did you forget to strongly reference the Handler object returned by `Plaid.create`?\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 8268,
+ "offset": 8267,
"length": 20,
"value": "\"Preloading started\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "IntegerLiteral",
- "offset": 8691,
+ "offset": 8690,
"length": 3,
"value": "390"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "IntegerLiteral",
- "offset": 8704,
+ "offset": 8703,
"length": 3,
"value": "690"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 9428,
+ "offset": 9427,
"length": 17,
"value": "\"openLink called\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 10756,
+ "offset": 10755,
"length": 29,
"value": "\"openLinkFromEmbedded called\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 16578,
+ "offset": 17415,
"length": 50,
"value": "\"Link requires \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 16601,
+ "offset": 17438,
"length": 2,
"value": "\" to be a non-empty string.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 19450,
+ "offset": 20287,
"length": 28,
"value": "\"Validation error: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 19477,
+ "offset": 20314,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 19511,
+ "offset": 20348,
"length": 31,
"value": "\"Using token: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 19541,
+ "offset": 20378,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 22509,
+ "offset": 23346,
"length": 40,
"value": "\"Error sending SDK open event: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 22548,
+ "offset": 23385,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 22631,
+ "offset": 23468,
"length": 51,
"value": "\"SDK open event sent: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 22681,
+ "offset": 23518,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8497,
+ "offset": 9564,
"length": 12,
"value": "\"ACCEPT_TOS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8551,
+ "offset": 9618,
"length": 11,
"value": "\"CONNECTED\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8602,
+ "offset": 9669,
"length": 9,
"value": "\"CONSENT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8654,
+ "offset": 9721,
"length": 12,
"value": "\"CREDENTIAL\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8715,
+ "offset": 9782,
"length": 19,
"value": "\"DATA_TRANSPARENCY\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8790,
+ "offset": 9857,
"length": 27,
"value": "\"DATA_TRANSPARENCY_CONSENT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8873,
+ "offset": 9940,
"length": 26,
"value": "\"DOCUMENTARY_VERIFICATION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8937,
+ "offset": 10004,
"length": 7,
"value": "\"ERROR\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8981,
+ "offset": 10048,
"length": 6,
"value": "\"EXIT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9028,
+ "offset": 10095,
"length": 11,
"value": "\"KYC_CHECK\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9083,
+ "offset": 10150,
"length": 14,
"value": "\"SELFIE_CHECK\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9137,
+ "offset": 10204,
"length": 9,
"value": "\"LOADING\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9193,
+ "offset": 10260,
"length": 17,
"value": "\"MATCHED_CONSENT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9260,
+ "offset": 10327,
"length": 20,
"value": "\"MATCHED_CREDENTIAL\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9323,
+ "offset": 10390,
"length": 13,
"value": "\"MATCHED_MFA\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9372,
+ "offset": 10439,
"length": 5,
"value": "\"MFA\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9417,
+ "offset": 10484,
"length": 9,
"value": "\"NUMBERS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9483,
+ "offset": 10550,
"length": 28,
"value": "\"NUMBERS_SELECT_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9561,
+ "offset": 10628,
"length": 21,
"value": "\"PROFILE_DATA_REVIEW\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9620,
+ "offset": 10687,
"length": 7,
"value": "\"OAUTH\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9669,
+ "offset": 10736,
"length": 11,
"value": "\"RECAPTCHA\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9722,
+ "offset": 10789,
"length": 12,
"value": "\"RISK_CHECK\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9776,
+ "offset": 10843,
"length": 11,
"value": "\"SCREENING\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9833,
+ "offset": 10900,
"length": 16,
"value": "\"SELECT_ACCOUNT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9896,
+ "offset": 10963,
"length": 18,
"value": "\"SELECT_AUTH_TYPE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9958,
+ "offset": 11025,
"length": 14,
"value": "\"SUBMIT_PHONE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10016,
+ "offset": 11083,
"length": 14,
"value": "\"VERIFY_PHONE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10085,
+ "offset": 11152,
"length": 26,
"value": "\"SELECT_SAVED_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10162,
+ "offset": 11229,
"length": 22,
"value": "\"SELECT_SAVED_ACCOUNT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10228,
+ "offset": 11295,
"length": 14,
"value": "\"SELECT_BRAND\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10292,
+ "offset": 11359,
"length": 20,
"value": "\"SELECT_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10360,
+ "offset": 11427,
"length": 18,
"value": "\"SUBMIT_DOCUMENTS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10433,
+ "offset": 11500,
"length": 26,
"value": "\"SUBMIT_DOCUMENTS_SUCCESS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10512,
+ "offset": 11579,
"length": 24,
"value": "\"SUBMIT_DOCUMENTS_ERROR\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10584,
+ "offset": 11651,
"length": 18,
"value": "\"UPLOAD_DOCUMENTS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10644,
+ "offset": 11711,
"length": 12,
"value": "\"VERIFY_SMS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "kind": "StringLiteral",
+ "offset": 11767,
+ "length": 14,
+ "value": "\"SUBMIT_EMAIL\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "kind": "StringLiteral",
+ "offset": 11825,
+ "length": 14,
+ "value": "\"VERIFY_EMAIL\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "StringLiteral",
"offset": 2089,
"length": 47,
"value": "\"Error saving to keychain. Status: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "StringLiteral",
"offset": 2135,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "StringLiteral",
"offset": 2203,
"length": 51,
"value": "\"Error reading keychain value. Status: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "StringLiteral",
"offset": 2253,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "StringLiteral",
"offset": 2396,
"length": 25,
"value": "\"KeychainError.saveError\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "StringLiteral",
"offset": 2474,
"length": 25,
"value": "\"KeychainError.readError\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "BooleanLiteral",
"offset": 3003,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "BooleanLiteral",
"offset": 3351,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "BooleanLiteral",
"offset": 4046,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "BooleanLiteral",
"offset": 4088,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "BooleanLiteral",
"offset": 4355,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
"kind": "BooleanLiteral",
"offset": 3350,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
"kind": "BooleanLiteral",
"offset": 3406,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
"kind": "BooleanLiteral",
"offset": 3676,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
"kind": "BooleanLiteral",
"offset": 4851,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
"kind": "BooleanLiteral",
"offset": 5010,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
"kind": "BooleanLiteral",
"offset": 5247,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
"kind": "StringLiteral",
"offset": 792,
"length": 68,
"value": "\"Failed to decode verification status from rawValue: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
"kind": "StringLiteral",
"offset": 859,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
"kind": "StringLiteral",
"offset": 1236,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
"kind": "StringLiteral",
"offset": 1470,
"length": 32,
"value": "\"pending_automatic_verification\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
"kind": "StringLiteral",
"offset": 1551,
"length": 29,
"value": "\"pending_manual_verification\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
"kind": "StringLiteral",
"offset": 1620,
"length": 19,
"value": "\"manually_verified\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Constants.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Constants.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 793,
"length": 20,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 823,
"length": 9,
"value": "2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 842,
"length": 18,
"value": "3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 870,
"length": 24,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 904,
"length": 23,
"value": "5"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 937,
"length": 12,
"value": "6"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 793,
"length": 20,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 823,
"length": 9,
"value": "2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 842,
"length": 18,
"value": "3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 870,
"length": 24,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 904,
"length": 23,
"value": "5"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 937,
"length": 12,
"value": "6"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 1547,
"length": 130,
"value": "\"Embedded search does not support public key configuration. Create your Handler using a link token.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 1810,
"length": 9,
"value": "\"message\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 2156,
"length": 9,
"value": "\"message\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 2263,
"length": 14,
"value": "\"LinkKit.PLKHandlerShim\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 17471,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 17532,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 17586,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 19788,
"length": 2,
"value": "-1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
- "offset": 28280,
+ "offset": 29046,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
- "offset": 30809,
+ "offset": 31575,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
- "offset": 30849,
+ "offset": 31615,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
- "offset": 30912,
+ "offset": 31678,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/PlaidFinanceKitError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/PlaidFinanceKitError.swift",
"kind": "StringLiteral",
"offset": 898,
"length": 22,
"value": "\"Invalid account UUID\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
"offset": 1312,
"length": 3,
"value": "\".\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "IntegerLiteral",
"offset": 1347,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "IntegerLiteral",
"offset": 1383,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 4496,
+ "offset": 4495,
"length": 13,
"value": "\"credit card\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 4549,
+ "offset": 4548,
"length": 8,
"value": "\"paypal\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6202,
+ "offset": 6201,
"length": 6,
"value": "\"auto\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6250,
+ "offset": 6249,
"length": 10,
"value": "\"business\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6304,
+ "offset": 6303,
"length": 12,
"value": "\"commercial\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6362,
+ "offset": 6361,
"length": 14,
"value": "\"construction\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6418,
+ "offset": 6417,
"length": 10,
"value": "\"consumer\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6472,
+ "offset": 6471,
"length": 13,
"value": "\"home equity\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6531,
+ "offset": 6530,
"length": 16,
"value": "\"line of credit\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6585,
+ "offset": 6584,
"length": 6,
"value": "\"loan\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6633,
+ "offset": 6632,
"length": 10,
"value": "\"mortgage\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6686,
+ "offset": 6685,
"length": 11,
"value": "\"overdraft\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6738,
+ "offset": 6737,
"length": 9,
"value": "\"student\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8144,
+ "offset": 8143,
"length": 17,
"value": "\"cash management\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8197,
+ "offset": 8196,
"length": 4,
"value": "\"cd\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8243,
+ "offset": 8242,
"length": 10,
"value": "\"checking\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8290,
+ "offset": 8289,
"length": 5,
"value": "\"ebt\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8332,
+ "offset": 8331,
"length": 5,
"value": "\"hsa\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8382,
+ "offset": 8381,
"length": 14,
"value": "\"money market\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8436,
+ "offset": 8435,
"length": 8,
"value": "\"paypal\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8485,
+ "offset": 8484,
"length": 9,
"value": "\"prepaid\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8535,
+ "offset": 8534,
"length": 9,
"value": "\"savings\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13647,
+ "offset": 13646,
"length": 6,
"value": "\"401a\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13701,
+ "offset": 13700,
"length": 6,
"value": "\"401k\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13755,
+ "offset": 13754,
"length": 6,
"value": "\"403B\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13809,
+ "offset": 13808,
"length": 6,
"value": "\"457b\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13862,
+ "offset": 13861,
"length": 5,
"value": "\"529\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13910,
+ "offset": 13909,
"length": 11,
"value": "\"brokerage\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13962,
+ "offset": 13961,
"length": 10,
"value": "\"cash isa\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14029,
+ "offset": 14028,
"length": 27,
"value": "\"education savings account\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14102,
+ "offset": 14101,
"length": 15,
"value": "\"fixed annuity\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14154,
+ "offset": 14153,
"length": 5,
"value": "\"gic\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14223,
+ "offset": 14222,
"length": 34,
"value": "\"health reimbursement arrangement\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14294,
+ "offset": 14293,
"length": 5,
"value": "\"hsa\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14336,
+ "offset": 14335,
"length": 5,
"value": "\"ira\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14378,
+ "offset": 14377,
"length": 5,
"value": "\"isa\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14422,
+ "offset": 14421,
"length": 7,
"value": "\"keogh\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14466,
+ "offset": 14465,
"length": 5,
"value": "\"lif\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14509,
+ "offset": 14508,
"length": 6,
"value": "\"lira\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14553,
+ "offset": 14552,
"length": 6,
"value": "\"lrif\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14597,
+ "offset": 14596,
"length": 6,
"value": "\"lrsp\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14647,
+ "offset": 14646,
"length": 13,
"value": "\"mutual fund\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14720,
+ "offset": 14719,
"length": 31,
"value": "\"non-taxable brokerage account\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14792,
+ "offset": 14791,
"length": 9,
"value": "\"pension\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14839,
+ "offset": 14838,
"length": 6,
"value": "\"plan\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14883,
+ "offset": 14882,
"length": 6,
"value": "\"prif\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14940,
+ "offset": 14939,
"length": 21,
"value": "\"profit sharing plan\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14999,
+ "offset": 14998,
"length": 6,
"value": "\"rdsp\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15043,
+ "offset": 15042,
"length": 6,
"value": "\"resp\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15093,
+ "offset": 15092,
"length": 12,
"value": "\"retirement\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15143,
+ "offset": 15142,
"length": 6,
"value": "\"rlif\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15191,
+ "offset": 15190,
"length": 11,
"value": "\"roth 401k\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15240,
+ "offset": 15239,
"length": 6,
"value": "\"roth\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15284,
+ "offset": 15283,
"length": 6,
"value": "\"rrif\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15328,
+ "offset": 15327,
"length": 6,
"value": "\"rrsp\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15374,
+ "offset": 15373,
"length": 8,
"value": "\"sarsep\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15422,
+ "offset": 15421,
"length": 9,
"value": "\"sep ira\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15474,
+ "offset": 15473,
"length": 12,
"value": "\"simple ira\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15524,
+ "offset": 15523,
"length": 6,
"value": "\"sipp\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15573,
+ "offset": 15572,
"length": 12,
"value": "\"stock plan\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15623,
+ "offset": 15622,
"length": 6,
"value": "\"tfsa\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15680,
+ "offset": 15679,
"length": 21,
"value": "\"thrift savings plan\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15740,
+ "offset": 15739,
"length": 7,
"value": "\"trust\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15785,
+ "offset": 15784,
"length": 6,
"value": "\"ugma\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15829,
+ "offset": 15828,
"length": 6,
"value": "\"utma\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15884,
+ "offset": 15883,
"length": 18,
"value": "\"variable annuity\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "BooleanLiteral",
"offset": 2999,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "Array",
"offset": 3058,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 3510,
"length": 6,
"value": "\"fill\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 3718,
"length": 21,
"value": "\"exactWidth(\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 3738,
"length": 3,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 3872,
"length": 11,
"value": "\"centerX()\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 4209,
"length": 24,
"value": "\"exactHeight(\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 4231,
"length": 1,
"value": "\")\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 4366,
"length": 11,
"value": "\"centerY()\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 5653,
"length": 12,
"value": "\"stackFirst\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 6323,
"length": 12,
"value": "\"stackBelow\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 6798,
"length": 12,
"value": "\"stackPrior\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 7442,
"length": 10,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 7451,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "IntegerLiteral",
"offset": 7510,
"length": 2,
"value": "20"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "IntegerLiteral",
"offset": 7543,
"length": 2,
"value": "10"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "IntegerLiteral",
"offset": 8060,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "IntegerLiteral",
"offset": 8091,
"length": 2,
"value": "10"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/InfoProviding.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/InfoProviding.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/InfoProviding.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/InfoProviding.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/InfoProviding.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/InfoProviding.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
"offset": 678,
"length": 8,
"value": "\"ipwvfb\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
"offset": 998,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "FloatLiteral",
"offset": 1787,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "FloatLiteral",
"offset": 1979,
"length": 3,
"value": "0.3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
"offset": 2003,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "FloatLiteral",
"offset": 2106,
"length": 3,
"value": "1.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "FloatLiteral",
"offset": 2147,
"length": 3,
"value": "1.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
"offset": 2230,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
"offset": 2271,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
"offset": 4759,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "Array",
"offset": 6372,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
"offset": 7784,
"length": 109,
"value": "\"Refusing to start webview fallback with webview having already loaded \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
"offset": 7888,
"length": 3,
"value": "\"?\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
"offset": 7892,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 8160,
+ "offset": 8283,
"length": 54,
"value": "\"Starting webview fallback using URL \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 8213,
+ "offset": 8336,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 9486,
+ "offset": 11333,
"length": 37,
"value": "\"webview fallback URL change: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 9522,
+ "offset": 11369,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 9727,
+ "offset": 11574,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 10136,
+ "offset": 11983,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 10699,
+ "offset": 12546,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 10758,
+ "offset": 12605,
"length": 2,
"value": "24"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 10916,
+ "offset": 12763,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 10975,
+ "offset": 12822,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "Array",
- "offset": 11019,
+ "offset": 12866,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 13366,
+ "offset": 15213,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 13914,
+ "offset": 15761,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 14415,
+ "offset": 16262,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 14580,
+ "offset": 16427,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 14713,
+ "offset": 16560,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 14924,
+ "offset": 16771,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 16882,
+ "offset": 18729,
"length": 58,
"value": "\"Error on ASWebAuthenticationSession completion: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 16939,
+ "offset": 18786,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 18043,
+ "offset": 19890,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 18947,
+ "offset": 20794,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 19519,
+ "offset": 21366,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 20430,
+ "offset": 22277,
"length": 2,
"value": "24"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 20555,
+ "offset": 22402,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 20626,
+ "offset": 22473,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 20791,
+ "offset": 22638,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 20821,
+ "offset": 22668,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 20948,
+ "offset": 22795,
"length": 1,
"value": "6"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 21386,
+ "offset": 23233,
"length": 30,
"value": "\"mounting webview to uiwindow\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 21811,
+ "offset": 23658,
"length": 34,
"value": "\"unmounting webview from uiwindow\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "FloatLiteral",
- "offset": 22349,
+ "offset": 24196,
"length": 4,
"value": "0.25"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "FloatLiteral",
- "offset": 22409,
+ "offset": 24256,
"length": 3,
"value": "0.6"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "Array",
- "offset": 22499,
+ "offset": 24346,
"length": 10,
"value": "[0.0, 1.0]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 22558,
+ "offset": 24405,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 28451,
+ "offset": 30298,
"length": 38,
"value": "\"Sent js message open via the webview\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 29033,
+ "offset": 30880,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 30143,
+ "offset": 33039,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "StringLiteral",
"offset": 771,
"length": 39,
"value": "\"init(frame:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "StringLiteral",
"offset": 906,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "StringLiteral",
"offset": 2663,
"length": 46,
"value": "\"Embedded search sending open message to LWC.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
"offset": 4643,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 5551,
+ "offset": 5646,
"length": 3,
"value": "0.3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 5711,
+ "offset": 5806,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 5756,
+ "offset": 5851,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 5822,
+ "offset": 5917,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 5928,
+ "offset": 6023,
"length": 3,
"value": "1.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 6108,
+ "offset": 6203,
"length": 3,
"value": "0.3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 6268,
+ "offset": 6363,
"length": 3,
"value": "1.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 6373,
+ "offset": 6468,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 6420,
+ "offset": 6515,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 6486,
+ "offset": 6581,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7098,
+ "offset": 7193,
"length": 3,
"value": "0.3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7258,
+ "offset": 7353,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7305,
+ "offset": 7400,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7371,
+ "offset": 7466,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7475,
+ "offset": 7570,
"length": 3,
"value": "1.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7749,
+ "offset": 7844,
"length": 3,
"value": "0.3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7920,
+ "offset": 8015,
"length": 3,
"value": "1.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7975,
+ "offset": 8070,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 8022,
+ "offset": 8117,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 8067,
+ "offset": 8162,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 8431,
+ "offset": 8526,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 8669,
+ "offset": 8764,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 9300,
+ "offset": 9395,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 9674,
+ "offset": 9769,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 9806,
+ "offset": 9901,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 10593,
+ "offset": 10688,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 10831,
+ "offset": 10926,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 11139,
+ "offset": 11234,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "IntegerLiteral",
- "offset": 11292,
+ "offset": 11387,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "IntegerLiteral",
- "offset": 11367,
+ "offset": 11462,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 11652,
+ "offset": 11747,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 11683,
+ "offset": 11778,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 11790,
+ "offset": 11885,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "IntegerLiteral",
- "offset": 12428,
+ "offset": 12492,
"length": 3,
- "value": "999"
+ "value": "750"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "IntegerLiteral",
- "offset": 12535,
+ "offset": 12599,
"length": 3,
- "value": "999"
+ "value": "750"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 12749,
+ "offset": 12813,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 12810,
+ "offset": 12874,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 13219,
+ "offset": 13283,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 13285,
+ "offset": 13349,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/FlutterLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/FlutterLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/FlutterLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/FlutterLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/RoutingNumberValidator.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/RoutingNumberValidator.swift",
"kind": "Array",
"offset": 139,
"length": 27,
"value": "[3, 7, 1, 3, 7, 1, 3, 7, 1]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/RoutingNumberValidator.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/RoutingNumberValidator.swift",
"kind": "BooleanLiteral",
"offset": 397,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/RoutingNumberValidator.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/RoutingNumberValidator.swift",
"kind": "IntegerLiteral",
"offset": 452,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/RoutingNumberValidator.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/RoutingNumberValidator.swift",
"kind": "IntegerLiteral",
"offset": 611,
"length": 2,
"value": "10"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/RoutingNumberValidator.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/RoutingNumberValidator.swift",
"kind": "IntegerLiteral",
"offset": 618,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "BooleanLiteral",
"offset": 493,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "StringLiteral",
"offset": 1080,
"length": 44,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "StringLiteral",
"offset": 1093,
"length": 6,
"value": "\" called outside of main thread\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "BooleanLiteral",
"offset": 1212,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "BooleanLiteral",
"offset": 1501,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "StringLiteral",
"offset": 1647,
"length": 44,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "StringLiteral",
"offset": 1660,
"length": 6,
"value": "\" called outside of main thread\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "BooleanLiteral",
"offset": 1742,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "BooleanLiteral",
"offset": 2189,
"length": 4,
diff --git a/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface b/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface
index 1b66b848..8452d0ca 100644
--- a/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface
+++ b/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface
@@ -104,6 +104,15 @@ public enum EventName : Swift.CustomStringConvertible, Swift.Codable {
case transitionView
case verifyPhone
case viewDataTypes
+ case submitEmail
+ case skipSubmitEmail
+ case rememberMeEnabled
+ case rememberMeDisabled
+ case rememberMeHoldout
+ case selectSavedInstitution
+ case selectSavedAccount
+ case autoSelectSavedInstitution
+ case plaidCheckPane
case unknown(Swift.String)
public init(from decoder: any Swift.Decoder) throws
public var description: Swift.String {
@@ -528,6 +537,8 @@ public enum ViewName : Swift.CustomStringConvertible, Swift.Codable {
case submitDocumentsSuccess
case submitDocumentsError
case verifySMS
+ case submitEmail
+ case verifyEmail
case unknown(Swift.String)
public init(from decoder: any Swift.Decoder) throws
public var description: Swift.String {
diff --git a/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/x86_64-apple-ios-macabi.swiftdoc b/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/x86_64-apple-ios-macabi.swiftdoc
index e1783e80..58472803 100644
Binary files a/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/x86_64-apple-ios-macabi.swiftdoc and b/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/x86_64-apple-ios-macabi.swiftdoc differ
diff --git a/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/x86_64-apple-ios-macabi.swiftinterface b/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/x86_64-apple-ios-macabi.swiftinterface
index 1b66b848..8452d0ca 100644
--- a/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/x86_64-apple-ios-macabi.swiftinterface
+++ b/LinkKit.xcframework/ios-arm64_x86_64-maccatalyst/LinkKit.framework/Versions/A/Modules/LinkKit.swiftmodule/x86_64-apple-ios-macabi.swiftinterface
@@ -104,6 +104,15 @@ public enum EventName : Swift.CustomStringConvertible, Swift.Codable {
case transitionView
case verifyPhone
case viewDataTypes
+ case submitEmail
+ case skipSubmitEmail
+ case rememberMeEnabled
+ case rememberMeDisabled
+ case rememberMeHoldout
+ case selectSavedInstitution
+ case selectSavedAccount
+ case autoSelectSavedInstitution
+ case plaidCheckPane
case unknown(Swift.String)
public init(from decoder: any Swift.Decoder) throws
public var description: Swift.String {
@@ -528,6 +537,8 @@ public enum ViewName : Swift.CustomStringConvertible, Swift.Codable {
case submitDocumentsSuccess
case submitDocumentsError
case verifySMS
+ case submitEmail
+ case verifyEmail
case unknown(Swift.String)
public init(from decoder: any Swift.Decoder) throws
public var description: Swift.String {
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 185750d1..b2abb13a 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 bd361f86..1ccc2c7f 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
- 3235.1
+ 3351.12
DTCompiler
com.apple.compilers.llvm.clang.1_0
DTPlatformBuild
@@ -45,11 +45,11 @@
NSHumanReadableCopyright
Copyright © 2016–2021 Plaid Inc. All rights reserved.
SCMBuildBranch
- PR-3235
+ PR-3351
SCMBuildNumber
- 1
+ 12
SCMBuildRevision
- 9fac1170639eb29a296c3f5785cc3ef8b974603e
+ b94507d71b723f161eefe31cc828618aa334cd3a
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 9562363c..01c56655 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
- 3235.1
+ 3351.12
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 cf117b58..032b057d 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 318320e9..d4fa8e31 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
- OC9RMZgJkQOYzvZnu9kkV/GJ6fw=
+ k2uI7W8JNvDcmL/qI51OgcvLpCA=
Resources/PrivacyInfo.xcprivacy
@@ -40,77 +40,77 @@
hash2
- AoyBXxThXf4/mnXHSHP8pGR6k+UK5f0cjWiwzIujScE=
+ 3+DzB0Kkh82kUFIwx4Neqq3sJb8JgK1RXc3pzhjhnFE=
Modules/LinkKit.swiftmodule/arm64-apple-ios-macabi.abi.json
hash2
- HtDLsuqHFHDEcBcqUOZxjIiSLXT1HDH17YAc8bCwQB8=
+ udLQ+Ble7EvzH3eEPn28w5rJqNZ8DXP0crWAxWwCT2A=
Modules/LinkKit.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface
hash2
- KC4Ys/T7oMUIKqDwOMXB16FaEjbuWmolg6vLrPKQBN4=
+ 7xD219VRtEe9PizQzlFNpPhQYYjg/xmApUNviDY/gcw=
Modules/LinkKit.swiftmodule/arm64-apple-ios-macabi.swiftdoc
hash2
- N44IAaUPffAbeuiwrmAb64BT2imp9xr4t6WUTkSjxJw=
+ jbW8JKtYKyxMDO9TNZnpFpEmOCm/Sf48eK+tKyANho4=
Modules/LinkKit.swiftmodule/arm64-apple-ios-macabi.swiftinterface
hash2
- KC4Ys/T7oMUIKqDwOMXB16FaEjbuWmolg6vLrPKQBN4=
+ 7xD219VRtEe9PizQzlFNpPhQYYjg/xmApUNviDY/gcw=
Modules/LinkKit.swiftmodule/arm64-apple-ios-macabi.swiftmodule
hash2
- FF3bKKLUv58v/DCBQEe/b2SWb/gXjujzcnfhYu/PPzA=
+ hpoX7TELxB1HWOCEvDhn1czh4A9ZXPNJOtRcBylkl5s=
Modules/LinkKit.swiftmodule/x86_64-apple-ios-macabi.abi.json
hash2
- HtDLsuqHFHDEcBcqUOZxjIiSLXT1HDH17YAc8bCwQB8=
+ udLQ+Ble7EvzH3eEPn28w5rJqNZ8DXP0crWAxWwCT2A=
Modules/LinkKit.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface
hash2
- Vc3LL4fGtVergdKFLdWf4QYtkSUyP1eZDxh8ptw0dxk=
+ aZZpq+TD17LZAJDsEEFDRYmMAac0hCvh0SKQpkDGqVI=
Modules/LinkKit.swiftmodule/x86_64-apple-ios-macabi.swiftdoc
hash2
- XyqfNZW+6prVfGb4QiNbiPq9ULjuiXh+1eNDNfL+WBI=
+ 5axsALiaXY5ex3s5dvP92Bg/Euo3mun7BQzdwJoywCs=
Modules/LinkKit.swiftmodule/x86_64-apple-ios-macabi.swiftinterface
hash2
- Vc3LL4fGtVergdKFLdWf4QYtkSUyP1eZDxh8ptw0dxk=
+ aZZpq+TD17LZAJDsEEFDRYmMAac0hCvh0SKQpkDGqVI=
Modules/LinkKit.swiftmodule/x86_64-apple-ios-macabi.swiftmodule
hash2
- aI0c7sYS+5uU9GfQTZl2hoNWP+repZonzJXyQLW8KuU=
+ FwQHOkKl+vVtYED0BmVcIErCD/m3XomOm/55Uaa4NLk=
Modules/module.modulemap
@@ -124,7 +124,7 @@
hash2
- NuqQxlZ569Zsj7LTDjM9S0k3pZqplmA1hkiNrDeWlaw=
+ VeESo/D2fF8ENqVuBRThh6EKtXtCWzl/il0Evy4o4sw=
Resources/PrivacyInfo.xcprivacy
diff --git a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Headers/PLKPlaid.h b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Headers/PLKPlaid.h
index f4dc9a66..17b184d2 100644
--- a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Headers/PLKPlaid.h
+++ b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Headers/PLKPlaid.h
@@ -87,6 +87,15 @@ typedef NS_ENUM(NSInteger, PLKEventNameValue) {
PLKEventNameValueConnectNewInstitution,
PLKEventNameValueLayerReady,
PLKEventNameValueLayerNotAvailable,
+ PLKEventNameValueSubmitEmail,
+ PLKEventNameValueSkipSubmitEmail,
+ PLKEventNameValueRememberMeEnabled,
+ PLKEventNameValueRememberMeDisabled,
+ PLKEventNameValueRememberMeHoldout,
+ PLKEventNameValueSelectSavedInstitution,
+ PLKEventNameValueSelectSavedAccount,
+ PLKEventNameValueAutoSelectSavedInstitution,
+ PLKEventNameValuePlaidCheckPane,
// Add new enum cases directly above this line to avoid breaking API changes
};
@@ -151,6 +160,8 @@ typedef NS_ENUM(NSInteger, PLKViewNameValue) {
PLKViewNameValueVerifyPhone,
PLKViewNameValueSelectSavedInstitution,
PLKViewNameValueSelectSavedAccount,
+ PLKViewNameValueSubmitEmail,
+ PLKViewNameValueVerifyEmail,
// Add new enum cases directly above this line to avoid breaking API changes
};
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 7efba6cb..215c925b 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 128f141b..9c1887ba 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 ac192831..0320fd37 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
@@ -4953,6 +4953,366 @@
"RawDocComment"
]
},
+ {
+ "kind": "Var",
+ "name": "submitEmail",
+ "printedName": "submitEmail",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO11submitEmailyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO11submitEmailyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "skipSubmitEmail",
+ "printedName": "skipSubmitEmail",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO15skipSubmitEmailyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO15skipSubmitEmailyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "rememberMeEnabled",
+ "printedName": "rememberMeEnabled",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO17rememberMeEnabledyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO17rememberMeEnabledyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "rememberMeDisabled",
+ "printedName": "rememberMeDisabled",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO18rememberMeDisabledyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO18rememberMeDisabledyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "rememberMeHoldout",
+ "printedName": "rememberMeHoldout",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO17rememberMeHoldoutyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO17rememberMeHoldoutyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "selectSavedInstitution",
+ "printedName": "selectSavedInstitution",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO22selectSavedInstitutionyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO22selectSavedInstitutionyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "selectSavedAccount",
+ "printedName": "selectSavedAccount",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO18selectSavedAccountyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO18selectSavedAccountyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "autoSelectSavedInstitution",
+ "printedName": "autoSelectSavedInstitution",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO26autoSelectSavedInstitutionyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO26autoSelectSavedInstitutionyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "plaidCheckPane",
+ "printedName": "plaidCheckPane",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO14plaidCheckPaneyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO14plaidCheckPaneyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
{
"kind": "Var",
"name": "unknown",
@@ -37308,6 +37668,86 @@
"RawDocComment"
]
},
+ {
+ "kind": "Var",
+ "name": "submitEmail",
+ "printedName": "submitEmail",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.ViewName.Type) -> LinkKit.ViewName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ViewName",
+ "printedName": "LinkKit.ViewName",
+ "usr": "s:7LinkKit8ViewNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.ViewName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ViewName",
+ "printedName": "LinkKit.ViewName",
+ "usr": "s:7LinkKit8ViewNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit8ViewNameO11submitEmailyA2CmF",
+ "mangledName": "$s7LinkKit8ViewNameO11submitEmailyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "verifyEmail",
+ "printedName": "verifyEmail",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.ViewName.Type) -> LinkKit.ViewName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ViewName",
+ "printedName": "LinkKit.ViewName",
+ "usr": "s:7LinkKit8ViewNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.ViewName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ViewName",
+ "printedName": "LinkKit.ViewName",
+ "usr": "s:7LinkKit8ViewNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit8ViewNameO11verifyEmailyA2CmF",
+ "mangledName": "$s7LinkKit8ViewNameO11verifyEmailyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
{
"kind": "Var",
"name": "unknown",
@@ -45754,6 +46194,34 @@
],
"isFromExtension": true,
"funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "performFeedbackFor",
+ "printedName": "performFeedbackFor(hapticType:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "HapticType",
+ "printedName": "Workflow.HapticType",
+ "usr": "s:8Workflow10HapticTypeO"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:7LinkKit34InProcessWebviewFallbackControllerC18performFeedbackFor10hapticTypey8Workflow06HapticL0O_tF",
+ "mangledName": "$s7LinkKit34InProcessWebviewFallbackControllerC18performFeedbackFor10hapticTypey8Workflow06HapticL0O_tF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "Custom",
+ "Final"
+ ],
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
}
],
"declKind": "Class",
@@ -51862,4893 +52330,4970 @@
},
"ConstValues": [
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/PresentationMethod.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
"kind": "StringLiteral",
"offset": 2763,
"length": 17,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
"kind": "StringLiteral",
"offset": 2771,
"length": 1,
"value": "\".\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
"kind": "StringLiteral",
"offset": 2779,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13065,
+ "offset": 15016,
"length": 32,
"value": "\"BANK_INCOME_INSIGHTS_COMPLETED\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13140,
+ "offset": 15091,
"length": 13,
"value": "\"CLOSE_OAUTH\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 15158,
+ "length": 25,
+ "value": "\"CONNECT_NEW_INSTITUTION\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13191,
+ "offset": 15221,
"length": 7,
"value": "\"ERROR\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13235,
+ "offset": 15265,
"length": 6,
"value": "\"EXIT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13283,
+ "offset": 15313,
"length": 12,
"value": "\"FAIL_OAUTH\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13335,
+ "offset": 15365,
"length": 9,
"value": "\"HANDOFF\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13406,
+ "offset": 15436,
"length": 34,
"value": "\"IDENTITY_VERIFICATION_START_STEP\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13501,
+ "offset": 15531,
"length": 33,
"value": "\"IDENTITY_VERIFICATION_PASS_STEP\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13595,
+ "offset": 15625,
"length": 33,
"value": "\"IDENTITY_VERIFICATION_FAIL_STEP\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13698,
+ "offset": 15728,
"length": 43,
"value": "\"IDENTITY_VERIFICATION_PENDING_REVIEW_STEP\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13814,
+ "offset": 15844,
"length": 46,
"value": "\"IDENTITY_VERIFICATION_PENDING_REVIEW_SESSION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13926,
+ "offset": 15956,
"length": 38,
"value": "\"IDENTITY_VERIFICATION_CREATE_SESSION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14030,
+ "offset": 16060,
"length": 38,
"value": "\"IDENTITY_VERIFICATION_RESUME_SESSION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14132,
+ "offset": 16162,
"length": 36,
"value": "\"IDENTITY_VERIFICATION_PASS_SESSION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14232,
+ "offset": 16262,
"length": 36,
"value": "\"IDENTITY_VERIFICATION_FAIL_SESSION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14327,
+ "offset": 16357,
"length": 31,
"value": "\"IDENTITY_VERIFICATION_OPEN_UI\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14419,
+ "offset": 16449,
"length": 33,
"value": "\"IDENTITY_VERIFICATION_RESUME_UI\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14512,
+ "offset": 16542,
"length": 32,
"value": "\"IDENTITY_VERIFICATION_CLOSE_UI\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14601,
+ "offset": 16631,
"length": 28,
"value": "\"MATCHED_SELECT_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14687,
+ "offset": 16717,
"length": 30,
"value": "\"MATCHED_SELECT_VERIFY_METHOD\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14754,
+ "offset": 16784,
"length": 6,
"value": "\"OPEN\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14804,
+ "offset": 16834,
"length": 15,
"value": "\"OPEN_MY_PLAID\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14861,
+ "offset": 16891,
"length": 12,
"value": "\"OPEN_OAUTH\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14934,
+ "offset": 16964,
"length": 33,
"value": "\"PROFILE_ELIGIBILITY_CHECK_READY\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15028,
+ "offset": 17058,
"length": 33,
"value": "\"PROFILE_ELIGIBILITY_CHECK_ERROR\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15104,
+ "offset": 17134,
"length": 13,
"value": "\"LAYER_READY\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15167,
+ "offset": 17197,
"length": 21,
"value": "\"LAYER_NOT_AVAILABLE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15238,
+ "offset": 17268,
"length": 20,
"value": "\"SEARCH_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15316,
+ "offset": 17346,
"length": 29,
"value": "\"SELECT_DEGRADED_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15399,
+ "offset": 17429,
"length": 25,
"value": "\"SELECT_DOWN_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15482,
+ "offset": 17512,
"length": 29,
"value": "\"SELECT_FILTERED_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15561,
+ "offset": 17591,
"length": 20,
"value": "\"SELECT_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15625,
+ "offset": 17655,
"length": 14,
"value": "\"SELECT_BRAND\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15686,
+ "offset": 17716,
"length": 18,
"value": "\"SELECT_AUTH_TYPE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15756,
+ "offset": 17786,
"length": 23,
"value": "\"SUBMIT_ACCOUNT_NUMBER\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15827,
+ "offset": 17857,
"length": 18,
"value": "\"SUBMIT_DOCUMENTS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15900,
+ "offset": 17930,
"length": 26,
"value": "\"SUBMIT_DOCUMENTS_SUCCESS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15979,
+ "offset": 18009,
"length": 24,
"value": "\"SUBMIT_DOCUMENTS_ERROR\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16055,
+ "offset": 18085,
"length": 23,
"value": "\"SUBMIT_ROUTING_NUMBER\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16124,
+ "offset": 18154,
"length": 17,
"value": "\"VIEW_DATA_TYPES\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16183,
+ "offset": 18213,
"length": 12,
"value": "\"SUBMIT_OTP\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16239,
+ "offset": 18269,
"length": 14,
"value": "\"SUBMIT_PHONE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16301,
+ "offset": 18331,
"length": 19,
"value": "\"SKIP_SUBMIT_PHONE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16364,
+ "offset": 18394,
"length": 14,
"value": "\"VERIFY_PHONE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16428,
+ "offset": 18458,
"length": 20,
"value": "\"SUBMIT_CREDENTIALS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16490,
+ "offset": 18520,
"length": 12,
"value": "\"SUBMIT_MFA\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16549,
+ "offset": 18579,
"length": 17,
"value": "\"TRANSITION_VIEW\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16620,
- "length": 25,
- "value": "\"CONNECT_NEW_INSTITUTION\""
+ "offset": 18640,
+ "length": 14,
+ "value": "\"SUBMIT_EMAIL\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 18702,
+ "length": 19,
+ "value": "\"SKIP_SUBMIT_EMAIL\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 18771,
+ "length": 21,
+ "value": "\"REMEMBER_ME_ENABLED\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 18843,
+ "length": 22,
+ "value": "\"REMEMBER_ME_DISABLED\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 18915,
+ "length": 21,
+ "value": "\"REMEMBER_ME_HOLDOUT\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 18991,
+ "length": 26,
+ "value": "\"SELECT_SAVED_INSTITUTION\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 19068,
+ "length": 22,
+ "value": "\"SELECT_SAVED_ACCOUNT\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 19149,
+ "length": 31,
+ "value": "\"AUTO_SELECT_SAVED_INSTITUTION\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 19227,
+ "length": 18,
+ "value": "\"PLAID_CHECK_PANE\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 857,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "BooleanLiteral",
"offset": 1421,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 1996,
"length": 89,
"value": "\"Queueing transtions from \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 2033,
"length": 2,
"value": "\" to \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 2048,
"length": 4,
"value": "\" pane because we are still animating\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "BooleanLiteral",
"offset": 2183,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 2214,
"length": 52,
"value": "\"Transitioning from \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 2245,
"length": 2,
"value": "\" to \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 2260,
"length": 4,
"value": "\" pane\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "IntegerLiteral",
"offset": 2293,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "IntegerLiteral",
"offset": 2408,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "IntegerLiteral",
"offset": 2510,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "BooleanLiteral",
"offset": 2854,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "BooleanLiteral",
"offset": 3898,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "FloatLiteral",
"offset": 4711,
"length": 3,
"value": "0.2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "BooleanLiteral",
"offset": 5189,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "BooleanLiteral",
"offset": 5351,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ScriptMessageWithReplyHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthService.swift",
"kind": "BooleanLiteral",
"offset": 2628,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthService.swift",
"kind": "Dictionary",
"offset": 2761,
"length": 3,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/AccountSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/AccountSubtype.swift",
"kind": "StringLiteral",
"offset": 2593,
"length": 24,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/AccountSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/AccountSubtype.swift",
"kind": "StringLiteral",
"offset": 2601,
"length": 1,
"value": "\".\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/AccountSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/AccountSubtype.swift",
"kind": "StringLiteral",
"offset": 2616,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 764,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 1061,
"length": 36,
"value": "\"Can transition on the Main Thread.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 1275,
"length": 12,
"value": "\"layoutView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 2436,
"length": 14,
"value": "\"PushOutgoing\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "Array",
"offset": 2516,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 2800,
"length": 14,
"value": "\"PushIncoming\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 3208,
"length": 13,
"value": "\"PopOutgoing\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "Array",
"offset": 3287,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 3572,
"length": 13,
"value": "\"PopIncoming\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 5152,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 5205,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 5214,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 5225,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 5235,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 5622,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 5838,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 6001,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 6806,
"length": 15,
"value": "\"scrollContent\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 7026,
"length": 12,
"value": "\"scrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 7371,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 7568,
"length": 23,
"value": "\"fixedFooterScrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 7659,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 7934,
"length": 26,
"value": "\"fixedFooterScrollContent\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 8031,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 8388,
"length": 28,
"value": "\"fixedFooterFooterContainer\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 8489,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 8907,
"length": 12,
"value": "\"navigation\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 9040,
"length": 12,
"value": "\"scrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 9225,
"length": 12,
"value": "\"scrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 9409,
"length": 12,
"value": "\"scrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 9642,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 9735,
"length": 25,
"value": "\"scrollContent2container\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 9962,
"length": 26,
"value": "\"scrollContent2scrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 10110,
"length": 12,
"value": "\"scrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 10315,
"length": 17,
"value": "\"footerContainer\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 10586,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 10689,
"length": 25,
"value": "\"footerComponentSafeArea\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "Dictionary",
"offset": 589,
"length": 3,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 735,
"length": 7,
"value": "\"Error\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 753,
"length": 18,
"value": "\"Alert view title\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 838,
"length": 83,
"value": "\"Your device is not configured to send mail.\nOpen Settings to add a mail account.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 952,
"length": 20,
"value": "\"Alert view message\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 1034,
"length": 10,
"value": "\"Settings\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 1055,
"length": 54,
"value": "\"Open the device settings from alert with this button\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "BooleanLiteral",
"offset": 1235,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 1947,
"length": 4,
"value": "\"OK\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 1962,
"length": 26,
"value": "\"Acknowledge alert button\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
"kind": "StringLiteral",
"offset": 871,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
"kind": "IntegerLiteral",
"offset": 2190,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
"kind": "BooleanLiteral",
"offset": 2251,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
"kind": "IntegerLiteral",
"offset": 3779,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
"kind": "IntegerLiteral",
"offset": 4505,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ApiErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ApiErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/PaneFactory.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/PaneFactory.swift",
"kind": "IntegerLiteral",
"offset": 576,
"length": 2,
"value": "15"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/PaneFactory.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/PaneFactory.swift",
"kind": "IntegerLiteral",
"offset": 608,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/PaneFactory.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/PaneFactory.swift",
"kind": "IntegerLiteral",
"offset": 687,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/PaneFactory.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/PaneFactory.swift",
"kind": "StringLiteral",
"offset": 2119,
"length": 66,
"value": "\"Returning \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/PaneFactory.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/PaneFactory.swift",
"kind": "StringLiteral",
"offset": 2152,
"length": 3,
"value": "\" for view model \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/PaneFactory.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/PaneFactory.swift",
"kind": "StringLiteral",
"offset": 2184,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Plaid.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Plaid.swift",
"kind": "StringLiteral",
"offset": 4961,
"length": 16,
"value": "\"com.plaid.link\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Plaid.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Plaid.swift",
"kind": "StringLiteral",
"offset": 5230,
"length": 89,
"value": "\"linkTokenConfiguration.token: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Plaid.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Plaid.swift",
"kind": "StringLiteral",
"offset": 5269,
"length": 2,
"value": "\" is invalid, it must contain an environment name.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift",
"kind": "StringLiteral",
- "offset": 1019,
+ "offset": 1018,
"length": 19,
"value": "\"PRODUCT_NOT_READY\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift",
"kind": "StringLiteral",
- "offset": 1091,
+ "offset": 1090,
"length": 22,
"value": "\"VERIFICATION_EXPIRED\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
"kind": "IntegerLiteral",
"offset": 995,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
"kind": "IntegerLiteral",
"offset": 1007,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
"kind": "BooleanLiteral",
"offset": 2052,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
"kind": "IntegerLiteral",
"offset": 2636,
"length": 2,
"value": "24"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
"kind": "IntegerLiteral",
"offset": 2648,
"length": 2,
"value": "24"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 3440,
"length": 16,
"value": "\"Primary button\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Environment.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Environment.swift",
"kind": "StringLiteral",
"offset": 595,
"length": 30,
"value": "\"https:\/\/production.plaid.com\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Environment.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Environment.swift",
"kind": "StringLiteral",
"offset": 686,
"length": 31,
"value": "\"https:\/\/development.plaid.com\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Environment.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Environment.swift",
"kind": "StringLiteral",
"offset": 774,
"length": 27,
"value": "\"https:\/\/sandbox.plaid.com\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Environment.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Environment.swift",
"kind": "StringLiteral",
"offset": 1012,
"length": 12,
"value": "\"production\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Environment.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Environment.swift",
"kind": "StringLiteral",
"offset": 1071,
"length": 13,
"value": "\"development\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Environment.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Environment.swift",
"kind": "StringLiteral",
"offset": 1127,
"length": 9,
"value": "\"sandbox\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/MFAType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/MFAType.swift",
"kind": "StringLiteral",
"offset": 826,
"length": 56,
"value": "\"Failed to decode MFAType from rawValue: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/MFAType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/MFAType.swift",
"kind": "StringLiteral",
"offset": 881,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/MFAType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/MFAType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/MFAType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/MFAType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "StringLiteral",
"offset": 468,
"length": 39,
"value": "\"init(frame:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "StringLiteral",
"offset": 603,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 1446,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 1541,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "BooleanLiteral",
"offset": 2866,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "FloatLiteral",
"offset": 3257,
"length": 4,
"value": "0.49"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 3411,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 3518,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "BooleanLiteral",
"offset": 3586,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 3760,
"length": 2,
"value": "12"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 4016,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 4175,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "BooleanLiteral",
"offset": 4245,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 4422,
"length": 2,
"value": "12"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 4682,
"length": 2,
"value": "32"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 4838,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "BooleanLiteral",
"offset": 4907,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 5084,
"length": 2,
"value": "12"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 5371,
"length": 3,
"value": "-32"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 5445,
"length": 2,
"value": "32"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "FloatLiteral",
"offset": 5941,
"length": 3,
"value": "0.2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "FloatLiteral",
"offset": 6039,
"length": 4,
"value": "0.95"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "FloatLiteral",
"offset": 6048,
"length": 4,
"value": "0.95"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "FloatLiteral",
"offset": 6281,
"length": 3,
"value": "0.2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 8020,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 8205,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
"kind": "StringLiteral",
"offset": 823,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 1390,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 1664,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ReactNativeLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ReactNativeLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ReactNativeLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "BooleanLiteral",
"offset": 2661,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 3050,
"length": 31,
"value": "\"The input has to be a number.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "IntegerLiteral",
"offset": 3142,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "IntegerLiteral",
"offset": 3189,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 3337,
"length": 52,
"value": "\"The input has to be a number between 0.00 and 1.00\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "Array",
"offset": 3730,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 5639,
"length": 31,
"value": "\"The input has to be a number.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "Array",
"offset": 6246,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 6299,
"length": 86,
"value": "\"The provided regex: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 6339,
"length": 2,
"value": "\" is invalid. This rule will count as passing.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 6536,
"length": 118,
"value": "\"Could not check that \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 6566,
"length": 7,
"value": "\" matches \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 6591,
"length": 3,
"value": "\" due to NSRange.init failing. This rule will count as passing.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "Array",
"offset": 6774,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 7312,
"length": 208,
"value": "\"Text Input with ID: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 7338,
"length": 5,
"value": "\" could not be checked for equality with Text Input of ID: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 7424,
"length": 1,
"value": "\", due to no matching Text Input in \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 7485,
"length": 1,
"value": "\". This rule will count as passing.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
"kind": "StringLiteral",
"offset": 604,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
"kind": "BooleanLiteral",
"offset": 3828,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
"kind": "BooleanLiteral",
"offset": 6782,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
"kind": "StringLiteral",
- "offset": 1554,
+ "offset": 1553,
"length": 18,
"value": "\"INSTITUTION_DOWN\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
"kind": "StringLiteral",
- "offset": 1630,
+ "offset": 1629,
"length": 28,
"value": "\"INSTITUTION_NOT_RESPONDING\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
"kind": "StringLiteral",
- "offset": 1715,
+ "offset": 1714,
"length": 27,
"value": "\"INSTITUTION_NOT_AVAILABLE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
"kind": "StringLiteral",
- "offset": 1804,
+ "offset": 1803,
"length": 33,
"value": "\"INSTITUTION_NO_LONGER_SUPPORTED\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/LinkEvent.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/LinkEvent.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
"kind": "StringLiteral",
"offset": 271,
"length": 19,
"value": "\"Search and Select\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
"kind": "StringLiteral",
"offset": 320,
"length": 8,
"value": "\"Button\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
"kind": "StringLiteral",
"offset": 356,
"length": 6,
"value": "\"Chip\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
"kind": "StringLiteral",
"offset": 394,
"length": 11,
"value": "\"Mini Card\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/LinkKitWorkflowBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkKitWorkflowBridge.swift",
"kind": "StringLiteral",
"offset": 4717,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
"kind": "StringLiteral",
"offset": 578,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
"kind": "FloatLiteral",
"offset": 888,
"length": 3,
"value": "0.5"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 1037,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 1335,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 1414,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 1770,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/LinkTokenConfiguration.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
"offset": 2321,
"length": 218,
"value": "\"The Handler is being deinitialized before Link has completed or been exited. Did you forget to strongly reference the Handler object returned by `Plaid.create`?\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 8268,
+ "offset": 8267,
"length": 20,
"value": "\"Preloading started\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "IntegerLiteral",
- "offset": 8691,
+ "offset": 8690,
"length": 3,
"value": "390"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "IntegerLiteral",
- "offset": 8704,
+ "offset": 8703,
"length": 3,
"value": "690"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 9428,
+ "offset": 9427,
"length": 17,
"value": "\"openLink called\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 10756,
+ "offset": 10755,
"length": 29,
"value": "\"openLinkFromEmbedded called\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 16578,
+ "offset": 17415,
"length": 50,
"value": "\"Link requires \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 16601,
+ "offset": 17438,
"length": 2,
"value": "\" to be a non-empty string.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 19450,
+ "offset": 20287,
"length": 28,
"value": "\"Validation error: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 19477,
+ "offset": 20314,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 19511,
+ "offset": 20348,
"length": 31,
"value": "\"Using token: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 19541,
+ "offset": 20378,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 22509,
+ "offset": 23346,
"length": 40,
"value": "\"Error sending SDK open event: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 22548,
+ "offset": 23385,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 22631,
+ "offset": 23468,
"length": 51,
"value": "\"SDK open event sent: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 22681,
+ "offset": 23518,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8497,
+ "offset": 9564,
"length": 12,
"value": "\"ACCEPT_TOS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8551,
+ "offset": 9618,
"length": 11,
"value": "\"CONNECTED\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8602,
+ "offset": 9669,
"length": 9,
"value": "\"CONSENT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8654,
+ "offset": 9721,
"length": 12,
"value": "\"CREDENTIAL\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8715,
+ "offset": 9782,
"length": 19,
"value": "\"DATA_TRANSPARENCY\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8790,
+ "offset": 9857,
"length": 27,
"value": "\"DATA_TRANSPARENCY_CONSENT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8873,
+ "offset": 9940,
"length": 26,
"value": "\"DOCUMENTARY_VERIFICATION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8937,
+ "offset": 10004,
"length": 7,
"value": "\"ERROR\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8981,
+ "offset": 10048,
"length": 6,
"value": "\"EXIT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9028,
+ "offset": 10095,
"length": 11,
"value": "\"KYC_CHECK\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9083,
+ "offset": 10150,
"length": 14,
"value": "\"SELFIE_CHECK\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9137,
+ "offset": 10204,
"length": 9,
"value": "\"LOADING\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9193,
+ "offset": 10260,
"length": 17,
"value": "\"MATCHED_CONSENT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9260,
+ "offset": 10327,
"length": 20,
"value": "\"MATCHED_CREDENTIAL\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9323,
+ "offset": 10390,
"length": 13,
"value": "\"MATCHED_MFA\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9372,
+ "offset": 10439,
"length": 5,
"value": "\"MFA\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9417,
+ "offset": 10484,
"length": 9,
"value": "\"NUMBERS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9483,
+ "offset": 10550,
"length": 28,
"value": "\"NUMBERS_SELECT_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9561,
+ "offset": 10628,
"length": 21,
"value": "\"PROFILE_DATA_REVIEW\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9620,
+ "offset": 10687,
"length": 7,
"value": "\"OAUTH\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9669,
+ "offset": 10736,
"length": 11,
"value": "\"RECAPTCHA\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9722,
+ "offset": 10789,
"length": 12,
"value": "\"RISK_CHECK\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9776,
+ "offset": 10843,
"length": 11,
"value": "\"SCREENING\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9833,
+ "offset": 10900,
"length": 16,
"value": "\"SELECT_ACCOUNT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9896,
+ "offset": 10963,
"length": 18,
"value": "\"SELECT_AUTH_TYPE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9958,
+ "offset": 11025,
"length": 14,
"value": "\"SUBMIT_PHONE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10016,
+ "offset": 11083,
"length": 14,
"value": "\"VERIFY_PHONE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10085,
+ "offset": 11152,
"length": 26,
"value": "\"SELECT_SAVED_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10162,
+ "offset": 11229,
"length": 22,
"value": "\"SELECT_SAVED_ACCOUNT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10228,
+ "offset": 11295,
"length": 14,
"value": "\"SELECT_BRAND\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10292,
+ "offset": 11359,
"length": 20,
"value": "\"SELECT_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10360,
+ "offset": 11427,
"length": 18,
"value": "\"SUBMIT_DOCUMENTS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10433,
+ "offset": 11500,
"length": 26,
"value": "\"SUBMIT_DOCUMENTS_SUCCESS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10512,
+ "offset": 11579,
"length": 24,
"value": "\"SUBMIT_DOCUMENTS_ERROR\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10584,
+ "offset": 11651,
"length": 18,
"value": "\"UPLOAD_DOCUMENTS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10644,
+ "offset": 11711,
"length": 12,
"value": "\"VERIFY_SMS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "kind": "StringLiteral",
+ "offset": 11767,
+ "length": 14,
+ "value": "\"SUBMIT_EMAIL\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "kind": "StringLiteral",
+ "offset": 11825,
+ "length": 14,
+ "value": "\"VERIFY_EMAIL\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "StringLiteral",
"offset": 2089,
"length": 47,
"value": "\"Error saving to keychain. Status: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "StringLiteral",
"offset": 2135,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "StringLiteral",
"offset": 2203,
"length": 51,
"value": "\"Error reading keychain value. Status: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "StringLiteral",
"offset": 2253,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "StringLiteral",
"offset": 2396,
"length": 25,
"value": "\"KeychainError.saveError\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "StringLiteral",
"offset": 2474,
"length": 25,
"value": "\"KeychainError.readError\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "BooleanLiteral",
"offset": 3003,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "BooleanLiteral",
"offset": 3351,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "BooleanLiteral",
"offset": 4046,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "BooleanLiteral",
"offset": 4088,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "BooleanLiteral",
"offset": 4355,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
"kind": "BooleanLiteral",
"offset": 3350,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
"kind": "BooleanLiteral",
"offset": 3406,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
"kind": "BooleanLiteral",
"offset": 3676,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
"kind": "BooleanLiteral",
"offset": 4851,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
"kind": "BooleanLiteral",
"offset": 5010,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
"kind": "BooleanLiteral",
"offset": 5247,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
"kind": "StringLiteral",
"offset": 792,
"length": 68,
"value": "\"Failed to decode verification status from rawValue: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
"kind": "StringLiteral",
"offset": 859,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
"kind": "StringLiteral",
"offset": 1236,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
"kind": "StringLiteral",
"offset": 1470,
"length": 32,
"value": "\"pending_automatic_verification\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
"kind": "StringLiteral",
"offset": 1551,
"length": 29,
"value": "\"pending_manual_verification\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
"kind": "StringLiteral",
"offset": 1620,
"length": 19,
"value": "\"manually_verified\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Constants.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Constants.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 793,
"length": 20,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 823,
"length": 9,
"value": "2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 842,
"length": 18,
"value": "3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 870,
"length": 24,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 904,
"length": 23,
"value": "5"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 937,
"length": 12,
"value": "6"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 793,
"length": 20,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 823,
"length": 9,
"value": "2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 842,
"length": 18,
"value": "3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 870,
"length": 24,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 904,
"length": 23,
"value": "5"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 937,
"length": 12,
"value": "6"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 1547,
"length": 130,
"value": "\"Embedded search does not support public key configuration. Create your Handler using a link token.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 1810,
"length": 9,
"value": "\"message\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 2156,
"length": 9,
"value": "\"message\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 2263,
"length": 14,
"value": "\"LinkKit.PLKHandlerShim\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 17471,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 17532,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 17586,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 19788,
"length": 2,
"value": "-1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
- "offset": 28280,
+ "offset": 29046,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
- "offset": 30809,
+ "offset": 31575,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
- "offset": 30849,
+ "offset": 31615,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
- "offset": 30912,
+ "offset": 31678,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/PlaidFinanceKitError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/PlaidFinanceKitError.swift",
"kind": "StringLiteral",
"offset": 898,
"length": 22,
"value": "\"Invalid account UUID\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
"offset": 1312,
"length": 3,
"value": "\".\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "IntegerLiteral",
"offset": 1347,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "IntegerLiteral",
"offset": 1383,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 4496,
+ "offset": 4495,
"length": 13,
"value": "\"credit card\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 4549,
+ "offset": 4548,
"length": 8,
"value": "\"paypal\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6202,
+ "offset": 6201,
"length": 6,
"value": "\"auto\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6250,
+ "offset": 6249,
"length": 10,
"value": "\"business\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6304,
+ "offset": 6303,
"length": 12,
"value": "\"commercial\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6362,
+ "offset": 6361,
"length": 14,
"value": "\"construction\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6418,
+ "offset": 6417,
"length": 10,
"value": "\"consumer\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6472,
+ "offset": 6471,
"length": 13,
"value": "\"home equity\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6531,
+ "offset": 6530,
"length": 16,
"value": "\"line of credit\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6585,
+ "offset": 6584,
"length": 6,
"value": "\"loan\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6633,
+ "offset": 6632,
"length": 10,
"value": "\"mortgage\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6686,
+ "offset": 6685,
"length": 11,
"value": "\"overdraft\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6738,
+ "offset": 6737,
"length": 9,
"value": "\"student\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8144,
+ "offset": 8143,
"length": 17,
"value": "\"cash management\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8197,
+ "offset": 8196,
"length": 4,
"value": "\"cd\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8243,
+ "offset": 8242,
"length": 10,
"value": "\"checking\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8290,
+ "offset": 8289,
"length": 5,
"value": "\"ebt\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8332,
+ "offset": 8331,
"length": 5,
"value": "\"hsa\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8382,
+ "offset": 8381,
"length": 14,
"value": "\"money market\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8436,
+ "offset": 8435,
"length": 8,
"value": "\"paypal\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8485,
+ "offset": 8484,
"length": 9,
"value": "\"prepaid\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8535,
+ "offset": 8534,
"length": 9,
"value": "\"savings\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13647,
+ "offset": 13646,
"length": 6,
"value": "\"401a\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13701,
+ "offset": 13700,
"length": 6,
"value": "\"401k\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13755,
+ "offset": 13754,
"length": 6,
"value": "\"403B\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13809,
+ "offset": 13808,
"length": 6,
"value": "\"457b\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13862,
+ "offset": 13861,
"length": 5,
"value": "\"529\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13910,
+ "offset": 13909,
"length": 11,
"value": "\"brokerage\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13962,
+ "offset": 13961,
"length": 10,
"value": "\"cash isa\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14029,
+ "offset": 14028,
"length": 27,
"value": "\"education savings account\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14102,
+ "offset": 14101,
"length": 15,
"value": "\"fixed annuity\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14154,
+ "offset": 14153,
"length": 5,
"value": "\"gic\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14223,
+ "offset": 14222,
"length": 34,
"value": "\"health reimbursement arrangement\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14294,
+ "offset": 14293,
"length": 5,
"value": "\"hsa\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14336,
+ "offset": 14335,
"length": 5,
"value": "\"ira\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14378,
+ "offset": 14377,
"length": 5,
"value": "\"isa\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14422,
+ "offset": 14421,
"length": 7,
"value": "\"keogh\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14466,
+ "offset": 14465,
"length": 5,
"value": "\"lif\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14509,
+ "offset": 14508,
"length": 6,
"value": "\"lira\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14553,
+ "offset": 14552,
"length": 6,
"value": "\"lrif\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14597,
+ "offset": 14596,
"length": 6,
"value": "\"lrsp\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14647,
+ "offset": 14646,
"length": 13,
"value": "\"mutual fund\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14720,
+ "offset": 14719,
"length": 31,
"value": "\"non-taxable brokerage account\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14792,
+ "offset": 14791,
"length": 9,
"value": "\"pension\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14839,
+ "offset": 14838,
"length": 6,
"value": "\"plan\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14883,
+ "offset": 14882,
"length": 6,
"value": "\"prif\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14940,
+ "offset": 14939,
"length": 21,
"value": "\"profit sharing plan\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14999,
+ "offset": 14998,
"length": 6,
"value": "\"rdsp\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15043,
+ "offset": 15042,
"length": 6,
"value": "\"resp\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15093,
+ "offset": 15092,
"length": 12,
"value": "\"retirement\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15143,
+ "offset": 15142,
"length": 6,
"value": "\"rlif\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15191,
+ "offset": 15190,
"length": 11,
"value": "\"roth 401k\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15240,
+ "offset": 15239,
"length": 6,
"value": "\"roth\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15284,
+ "offset": 15283,
"length": 6,
"value": "\"rrif\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15328,
+ "offset": 15327,
"length": 6,
"value": "\"rrsp\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15374,
+ "offset": 15373,
"length": 8,
"value": "\"sarsep\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15422,
+ "offset": 15421,
"length": 9,
"value": "\"sep ira\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15474,
+ "offset": 15473,
"length": 12,
"value": "\"simple ira\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15524,
+ "offset": 15523,
"length": 6,
"value": "\"sipp\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15573,
+ "offset": 15572,
"length": 12,
"value": "\"stock plan\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15623,
+ "offset": 15622,
"length": 6,
"value": "\"tfsa\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15680,
+ "offset": 15679,
"length": 21,
"value": "\"thrift savings plan\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15740,
+ "offset": 15739,
"length": 7,
"value": "\"trust\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15785,
+ "offset": 15784,
"length": 6,
"value": "\"ugma\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15829,
+ "offset": 15828,
"length": 6,
"value": "\"utma\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15884,
+ "offset": 15883,
"length": 18,
"value": "\"variable annuity\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "BooleanLiteral",
"offset": 2999,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "Array",
"offset": 3058,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 3510,
"length": 6,
"value": "\"fill\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 3718,
"length": 21,
"value": "\"exactWidth(\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 3738,
"length": 3,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 3872,
"length": 11,
"value": "\"centerX()\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 4209,
"length": 24,
"value": "\"exactHeight(\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 4231,
"length": 1,
"value": "\")\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 4366,
"length": 11,
"value": "\"centerY()\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 5653,
"length": 12,
"value": "\"stackFirst\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 6323,
"length": 12,
"value": "\"stackBelow\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 6798,
"length": 12,
"value": "\"stackPrior\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 7442,
"length": 10,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 7451,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "IntegerLiteral",
"offset": 7510,
"length": 2,
"value": "20"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "IntegerLiteral",
"offset": 7543,
"length": 2,
"value": "10"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "IntegerLiteral",
"offset": 8060,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "IntegerLiteral",
"offset": 8091,
"length": 2,
"value": "10"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/InfoProviding.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/InfoProviding.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/InfoProviding.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/InfoProviding.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/InfoProviding.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/InfoProviding.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
"offset": 678,
"length": 8,
"value": "\"ipwvfb\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
"offset": 998,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "FloatLiteral",
"offset": 1787,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "FloatLiteral",
"offset": 1979,
"length": 3,
"value": "0.3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
"offset": 2003,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "FloatLiteral",
"offset": 2106,
"length": 3,
"value": "1.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "FloatLiteral",
"offset": 2147,
"length": 3,
"value": "1.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
"offset": 2230,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
"offset": 2271,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
"offset": 4759,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "Array",
"offset": 6372,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
"offset": 7784,
"length": 109,
"value": "\"Refusing to start webview fallback with webview having already loaded \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
"offset": 7888,
"length": 3,
"value": "\"?\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
"offset": 7892,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 8160,
+ "offset": 8283,
"length": 54,
"value": "\"Starting webview fallback using URL \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 8213,
+ "offset": 8336,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 9486,
+ "offset": 11333,
"length": 37,
"value": "\"webview fallback URL change: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 9522,
+ "offset": 11369,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 9727,
+ "offset": 11574,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 10136,
+ "offset": 11983,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 10699,
+ "offset": 12546,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 10758,
+ "offset": 12605,
"length": 2,
"value": "24"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 10916,
+ "offset": 12763,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 10975,
+ "offset": 12822,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "Array",
- "offset": 11019,
+ "offset": 12866,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 13366,
+ "offset": 15213,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 13914,
+ "offset": 15761,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 14415,
+ "offset": 16262,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 14580,
+ "offset": 16427,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 14713,
+ "offset": 16560,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 14924,
+ "offset": 16771,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 16882,
+ "offset": 18729,
"length": 58,
"value": "\"Error on ASWebAuthenticationSession completion: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 16939,
+ "offset": 18786,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 18043,
+ "offset": 19890,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 18947,
+ "offset": 20794,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 19519,
+ "offset": 21366,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 20430,
+ "offset": 22277,
"length": 2,
"value": "24"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 20555,
+ "offset": 22402,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 20626,
+ "offset": 22473,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 20791,
+ "offset": 22638,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 20821,
+ "offset": 22668,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 20948,
+ "offset": 22795,
"length": 1,
"value": "6"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 21386,
+ "offset": 23233,
"length": 30,
"value": "\"mounting webview to uiwindow\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 21811,
+ "offset": 23658,
"length": 34,
"value": "\"unmounting webview from uiwindow\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "FloatLiteral",
- "offset": 22349,
+ "offset": 24196,
"length": 4,
"value": "0.25"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "FloatLiteral",
- "offset": 22409,
+ "offset": 24256,
"length": 3,
"value": "0.6"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "Array",
- "offset": 22499,
+ "offset": 24346,
"length": 10,
"value": "[0.0, 1.0]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 22558,
+ "offset": 24405,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 28451,
+ "offset": 30298,
"length": 38,
"value": "\"Sent js message open via the webview\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 29033,
+ "offset": 30880,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 30143,
+ "offset": 33039,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "StringLiteral",
"offset": 771,
"length": 39,
"value": "\"init(frame:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "StringLiteral",
"offset": 906,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "StringLiteral",
"offset": 2663,
"length": 46,
"value": "\"Embedded search sending open message to LWC.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
"offset": 4643,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 5551,
+ "offset": 5646,
"length": 3,
"value": "0.3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 5711,
+ "offset": 5806,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 5756,
+ "offset": 5851,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 5822,
+ "offset": 5917,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 5928,
+ "offset": 6023,
"length": 3,
"value": "1.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 6108,
+ "offset": 6203,
"length": 3,
"value": "0.3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 6268,
+ "offset": 6363,
"length": 3,
"value": "1.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 6373,
+ "offset": 6468,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 6420,
+ "offset": 6515,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 6486,
+ "offset": 6581,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7098,
+ "offset": 7193,
"length": 3,
"value": "0.3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7258,
+ "offset": 7353,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7305,
+ "offset": 7400,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7371,
+ "offset": 7466,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7475,
+ "offset": 7570,
"length": 3,
"value": "1.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7749,
+ "offset": 7844,
"length": 3,
"value": "0.3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7920,
+ "offset": 8015,
"length": 3,
"value": "1.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7975,
+ "offset": 8070,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 8022,
+ "offset": 8117,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 8067,
+ "offset": 8162,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 8431,
+ "offset": 8526,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 8669,
+ "offset": 8764,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 9300,
+ "offset": 9395,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 9674,
+ "offset": 9769,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 9806,
+ "offset": 9901,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 10593,
+ "offset": 10688,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 10831,
+ "offset": 10926,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 11139,
+ "offset": 11234,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "IntegerLiteral",
- "offset": 11292,
+ "offset": 11387,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "IntegerLiteral",
- "offset": 11367,
+ "offset": 11462,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 11652,
+ "offset": 11747,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 11683,
+ "offset": 11778,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 11790,
+ "offset": 11885,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "IntegerLiteral",
- "offset": 12428,
+ "offset": 12492,
"length": 3,
- "value": "999"
+ "value": "750"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "IntegerLiteral",
- "offset": 12535,
+ "offset": 12599,
"length": 3,
- "value": "999"
+ "value": "750"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 12749,
+ "offset": 12813,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 12810,
+ "offset": 12874,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 13219,
+ "offset": 13283,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 13285,
+ "offset": 13349,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/FlutterLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/FlutterLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/FlutterLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/FlutterLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/RoutingNumberValidator.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/RoutingNumberValidator.swift",
"kind": "Array",
"offset": 139,
"length": 27,
"value": "[3, 7, 1, 3, 7, 1, 3, 7, 1]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/RoutingNumberValidator.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/RoutingNumberValidator.swift",
"kind": "BooleanLiteral",
"offset": 397,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/RoutingNumberValidator.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/RoutingNumberValidator.swift",
"kind": "IntegerLiteral",
"offset": 452,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/RoutingNumberValidator.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/RoutingNumberValidator.swift",
"kind": "IntegerLiteral",
"offset": 611,
"length": 2,
"value": "10"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/RoutingNumberValidator.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/RoutingNumberValidator.swift",
"kind": "IntegerLiteral",
"offset": 618,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1205,
"length": 39,
"value": "\"Authenticator builder error: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1243,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1320,
"length": 44,
"value": "\"Is authentication possible error: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1363,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1416,
"length": 22,
"value": "\"Authenticator is nil\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1495,
"length": 37,
"value": "\"Authenticate call returned nil data\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1581,
"length": 46,
"value": "\"Unsupported version of iOS (i.e. iOS < 12.0)\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1685,
"length": 164,
"value": "\"Twilio error description: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1751,
"length": 1,
"value": "\" Twilio technical error description: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1829,
"length": 1369,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1903,
"length": 47,
"value": "\"User's device does not have cellular coverage\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2010,
"length": 26,
"value": "\"Workflow error: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2035,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2086,
"length": 47,
"value": "\"Prove is not a supported SNA provider on iOS.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2267,
"length": 57,
"value": "\"SilentNetworkAuthServiceError.authenticatorBuilderError\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2389,
"length": 61,
"value": "\"SilentNetworkAuthServiceError.isAuthenticationPossibleError\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2502,
"length": 48,
"value": "\"SilentNetworkAuthServiceError.nilAuthenticator\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2607,
"length": 53,
"value": "\"SilentNetworkAuthServiceError.nilAuthenticationData\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2709,
"length": 45,
"value": "\"SilentNetworkAuthServiceError.unsupportedOS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2801,
"length": 43,
"value": "\"SilentNetworkAuthServiceError.twilioError\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2898,
"length": 50,
"value": "\"SilentNetworkAuthServiceError.noCellularCoverage\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2997,
"length": 45,
"value": "\"SilentNetworkAuthServiceError.workflowError\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 3092,
"length": 46,
"value": "\"SilentNetworkAuthServiceError.proveRequested\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "BooleanLiteral",
"offset": 493,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "StringLiteral",
"offset": 1080,
"length": 44,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "StringLiteral",
"offset": 1093,
"length": 6,
"value": "\" called outside of main thread\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "BooleanLiteral",
"offset": 1212,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "BooleanLiteral",
"offset": 1501,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "StringLiteral",
"offset": 1647,
"length": 44,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "StringLiteral",
"offset": 1660,
"length": 6,
"value": "\" called outside of main thread\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "BooleanLiteral",
"offset": 1742,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "BooleanLiteral",
"offset": 2189,
"length": 4,
diff --git a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
index 03272334..97c6d5f0 100644
--- a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
+++ b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
@@ -105,6 +105,15 @@ public enum EventName : Swift.CustomStringConvertible, Swift.Codable {
case transitionView
case verifyPhone
case viewDataTypes
+ case submitEmail
+ case skipSubmitEmail
+ case rememberMeEnabled
+ case rememberMeDisabled
+ case rememberMeHoldout
+ case selectSavedInstitution
+ case selectSavedAccount
+ case autoSelectSavedInstitution
+ case plaidCheckPane
case unknown(Swift.String)
public init(from decoder: any Swift.Decoder) throws
public var description: Swift.String {
@@ -529,6 +538,8 @@ public enum ViewName : Swift.CustomStringConvertible, Swift.Codable {
case submitDocumentsSuccess
case submitDocumentsError
case verifySMS
+ case submitEmail
+ case verifyEmail
case unknown(Swift.String)
public init(from decoder: any Swift.Decoder) throws
public var description: Swift.String {
diff --git a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.swiftdoc
index 61c47d4e..f59a7629 100644
Binary files a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.swiftdoc and b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ
diff --git a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.swiftinterface
index 03272334..97c6d5f0 100644
--- a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.swiftinterface
+++ b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.swiftinterface
@@ -105,6 +105,15 @@ public enum EventName : Swift.CustomStringConvertible, Swift.Codable {
case transitionView
case verifyPhone
case viewDataTypes
+ case submitEmail
+ case skipSubmitEmail
+ case rememberMeEnabled
+ case rememberMeDisabled
+ case rememberMeHoldout
+ case selectSavedInstitution
+ case selectSavedAccount
+ case autoSelectSavedInstitution
+ case plaidCheckPane
case unknown(Swift.String)
public init(from decoder: any Swift.Decoder) throws
public var description: Swift.String {
@@ -529,6 +538,8 @@ public enum ViewName : Swift.CustomStringConvertible, Swift.Codable {
case submitDocumentsSuccess
case submitDocumentsError
case verifySMS
+ case submitEmail
+ case verifyEmail
case unknown(Swift.String)
public init(from decoder: any Swift.Decoder) throws
public var description: Swift.String {
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 7efb4da0..c6041f9c 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 ac192831..0320fd37 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
@@ -4953,6 +4953,366 @@
"RawDocComment"
]
},
+ {
+ "kind": "Var",
+ "name": "submitEmail",
+ "printedName": "submitEmail",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO11submitEmailyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO11submitEmailyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "skipSubmitEmail",
+ "printedName": "skipSubmitEmail",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO15skipSubmitEmailyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO15skipSubmitEmailyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "rememberMeEnabled",
+ "printedName": "rememberMeEnabled",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO17rememberMeEnabledyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO17rememberMeEnabledyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "rememberMeDisabled",
+ "printedName": "rememberMeDisabled",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO18rememberMeDisabledyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO18rememberMeDisabledyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "rememberMeHoldout",
+ "printedName": "rememberMeHoldout",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO17rememberMeHoldoutyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO17rememberMeHoldoutyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "selectSavedInstitution",
+ "printedName": "selectSavedInstitution",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO22selectSavedInstitutionyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO22selectSavedInstitutionyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "selectSavedAccount",
+ "printedName": "selectSavedAccount",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO18selectSavedAccountyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO18selectSavedAccountyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "autoSelectSavedInstitution",
+ "printedName": "autoSelectSavedInstitution",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO26autoSelectSavedInstitutionyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO26autoSelectSavedInstitutionyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "plaidCheckPane",
+ "printedName": "plaidCheckPane",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.EventName.Type) -> LinkKit.EventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.EventName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventName",
+ "printedName": "LinkKit.EventName",
+ "usr": "s:7LinkKit9EventNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit9EventNameO14plaidCheckPaneyA2CmF",
+ "mangledName": "$s7LinkKit9EventNameO14plaidCheckPaneyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
{
"kind": "Var",
"name": "unknown",
@@ -37308,6 +37668,86 @@
"RawDocComment"
]
},
+ {
+ "kind": "Var",
+ "name": "submitEmail",
+ "printedName": "submitEmail",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.ViewName.Type) -> LinkKit.ViewName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ViewName",
+ "printedName": "LinkKit.ViewName",
+ "usr": "s:7LinkKit8ViewNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.ViewName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ViewName",
+ "printedName": "LinkKit.ViewName",
+ "usr": "s:7LinkKit8ViewNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit8ViewNameO11submitEmailyA2CmF",
+ "mangledName": "$s7LinkKit8ViewNameO11submitEmailyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "verifyEmail",
+ "printedName": "verifyEmail",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(LinkKit.ViewName.Type) -> LinkKit.ViewName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ViewName",
+ "printedName": "LinkKit.ViewName",
+ "usr": "s:7LinkKit8ViewNameO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "LinkKit.ViewName.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ViewName",
+ "printedName": "LinkKit.ViewName",
+ "usr": "s:7LinkKit8ViewNameO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:7LinkKit8ViewNameO11verifyEmailyA2CmF",
+ "mangledName": "$s7LinkKit8ViewNameO11verifyEmailyA2CmF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
{
"kind": "Var",
"name": "unknown",
@@ -45754,6 +46194,34 @@
],
"isFromExtension": true,
"funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "performFeedbackFor",
+ "printedName": "performFeedbackFor(hapticType:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "HapticType",
+ "printedName": "Workflow.HapticType",
+ "usr": "s:8Workflow10HapticTypeO"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:7LinkKit34InProcessWebviewFallbackControllerC18performFeedbackFor10hapticTypey8Workflow06HapticL0O_tF",
+ "mangledName": "$s7LinkKit34InProcessWebviewFallbackControllerC18performFeedbackFor10hapticTypey8Workflow06HapticL0O_tF",
+ "moduleName": "LinkKit",
+ "declAttributes": [
+ "Custom",
+ "Final"
+ ],
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
}
],
"declKind": "Class",
@@ -51862,4893 +52330,4970 @@
},
"ConstValues": [
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/PresentationMethod.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
"kind": "StringLiteral",
"offset": 2763,
"length": 17,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
"kind": "StringLiteral",
"offset": 2771,
"length": 1,
"value": "\".\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
"kind": "StringLiteral",
"offset": 2779,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13065,
+ "offset": 15016,
"length": 32,
"value": "\"BANK_INCOME_INSIGHTS_COMPLETED\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13140,
+ "offset": 15091,
"length": 13,
"value": "\"CLOSE_OAUTH\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 15158,
+ "length": 25,
+ "value": "\"CONNECT_NEW_INSTITUTION\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13191,
+ "offset": 15221,
"length": 7,
"value": "\"ERROR\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13235,
+ "offset": 15265,
"length": 6,
"value": "\"EXIT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13283,
+ "offset": 15313,
"length": 12,
"value": "\"FAIL_OAUTH\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13335,
+ "offset": 15365,
"length": 9,
"value": "\"HANDOFF\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13406,
+ "offset": 15436,
"length": 34,
"value": "\"IDENTITY_VERIFICATION_START_STEP\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13501,
+ "offset": 15531,
"length": 33,
"value": "\"IDENTITY_VERIFICATION_PASS_STEP\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13595,
+ "offset": 15625,
"length": 33,
"value": "\"IDENTITY_VERIFICATION_FAIL_STEP\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13698,
+ "offset": 15728,
"length": 43,
"value": "\"IDENTITY_VERIFICATION_PENDING_REVIEW_STEP\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13814,
+ "offset": 15844,
"length": 46,
"value": "\"IDENTITY_VERIFICATION_PENDING_REVIEW_SESSION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 13926,
+ "offset": 15956,
"length": 38,
"value": "\"IDENTITY_VERIFICATION_CREATE_SESSION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14030,
+ "offset": 16060,
"length": 38,
"value": "\"IDENTITY_VERIFICATION_RESUME_SESSION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14132,
+ "offset": 16162,
"length": 36,
"value": "\"IDENTITY_VERIFICATION_PASS_SESSION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14232,
+ "offset": 16262,
"length": 36,
"value": "\"IDENTITY_VERIFICATION_FAIL_SESSION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14327,
+ "offset": 16357,
"length": 31,
"value": "\"IDENTITY_VERIFICATION_OPEN_UI\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14419,
+ "offset": 16449,
"length": 33,
"value": "\"IDENTITY_VERIFICATION_RESUME_UI\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14512,
+ "offset": 16542,
"length": 32,
"value": "\"IDENTITY_VERIFICATION_CLOSE_UI\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14601,
+ "offset": 16631,
"length": 28,
"value": "\"MATCHED_SELECT_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14687,
+ "offset": 16717,
"length": 30,
"value": "\"MATCHED_SELECT_VERIFY_METHOD\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14754,
+ "offset": 16784,
"length": 6,
"value": "\"OPEN\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14804,
+ "offset": 16834,
"length": 15,
"value": "\"OPEN_MY_PLAID\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14861,
+ "offset": 16891,
"length": 12,
"value": "\"OPEN_OAUTH\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 14934,
+ "offset": 16964,
"length": 33,
"value": "\"PROFILE_ELIGIBILITY_CHECK_READY\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15028,
+ "offset": 17058,
"length": 33,
"value": "\"PROFILE_ELIGIBILITY_CHECK_ERROR\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15104,
+ "offset": 17134,
"length": 13,
"value": "\"LAYER_READY\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15167,
+ "offset": 17197,
"length": 21,
"value": "\"LAYER_NOT_AVAILABLE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15238,
+ "offset": 17268,
"length": 20,
"value": "\"SEARCH_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15316,
+ "offset": 17346,
"length": 29,
"value": "\"SELECT_DEGRADED_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15399,
+ "offset": 17429,
"length": 25,
"value": "\"SELECT_DOWN_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15482,
+ "offset": 17512,
"length": 29,
"value": "\"SELECT_FILTERED_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15561,
+ "offset": 17591,
"length": 20,
"value": "\"SELECT_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15625,
+ "offset": 17655,
"length": 14,
"value": "\"SELECT_BRAND\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15686,
+ "offset": 17716,
"length": 18,
"value": "\"SELECT_AUTH_TYPE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15756,
+ "offset": 17786,
"length": 23,
"value": "\"SUBMIT_ACCOUNT_NUMBER\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15827,
+ "offset": 17857,
"length": 18,
"value": "\"SUBMIT_DOCUMENTS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15900,
+ "offset": 17930,
"length": 26,
"value": "\"SUBMIT_DOCUMENTS_SUCCESS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 15979,
+ "offset": 18009,
"length": 24,
"value": "\"SUBMIT_DOCUMENTS_ERROR\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16055,
+ "offset": 18085,
"length": 23,
"value": "\"SUBMIT_ROUTING_NUMBER\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16124,
+ "offset": 18154,
"length": 17,
"value": "\"VIEW_DATA_TYPES\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16183,
+ "offset": 18213,
"length": 12,
"value": "\"SUBMIT_OTP\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16239,
+ "offset": 18269,
"length": 14,
"value": "\"SUBMIT_PHONE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16301,
+ "offset": 18331,
"length": 19,
"value": "\"SKIP_SUBMIT_PHONE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16364,
+ "offset": 18394,
"length": 14,
"value": "\"VERIFY_PHONE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16428,
+ "offset": 18458,
"length": 20,
"value": "\"SUBMIT_CREDENTIALS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16490,
+ "offset": 18520,
"length": 12,
"value": "\"SUBMIT_MFA\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16549,
+ "offset": 18579,
"length": 17,
"value": "\"TRANSITION_VIEW\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
"kind": "StringLiteral",
- "offset": 16620,
- "length": 25,
- "value": "\"CONNECT_NEW_INSTITUTION\""
+ "offset": 18640,
+ "length": 14,
+ "value": "\"SUBMIT_EMAIL\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 18702,
+ "length": 19,
+ "value": "\"SKIP_SUBMIT_EMAIL\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 18771,
+ "length": 21,
+ "value": "\"REMEMBER_ME_ENABLED\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 18843,
+ "length": 22,
+ "value": "\"REMEMBER_ME_DISABLED\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 18915,
+ "length": 21,
+ "value": "\"REMEMBER_ME_HOLDOUT\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 18991,
+ "length": 26,
+ "value": "\"SELECT_SAVED_INSTITUTION\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 19068,
+ "length": 22,
+ "value": "\"SELECT_SAVED_ACCOUNT\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 19149,
+ "length": 31,
+ "value": "\"AUTO_SELECT_SAVED_INSTITUTION\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EventName.swift",
+ "kind": "StringLiteral",
+ "offset": 19227,
+ "length": 18,
+ "value": "\"PLAID_CHECK_PANE\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 857,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "BooleanLiteral",
"offset": 1421,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 1996,
"length": 89,
"value": "\"Queueing transtions from \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 2033,
"length": 2,
"value": "\" to \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 2048,
"length": 4,
"value": "\" pane because we are still animating\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "BooleanLiteral",
"offset": 2183,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 2214,
"length": 52,
"value": "\"Transitioning from \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 2245,
"length": 2,
"value": "\" to \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "StringLiteral",
"offset": 2260,
"length": 4,
"value": "\" pane\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "IntegerLiteral",
"offset": 2293,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "IntegerLiteral",
"offset": 2408,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "IntegerLiteral",
"offset": 2510,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "BooleanLiteral",
"offset": 2854,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "BooleanLiteral",
"offset": 3898,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "FloatLiteral",
"offset": 4711,
"length": 3,
"value": "0.2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "BooleanLiteral",
"offset": 5189,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/PlaidLinkViewController.swift",
"kind": "BooleanLiteral",
"offset": 5351,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ScriptMessageWithReplyHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthService.swift",
"kind": "BooleanLiteral",
"offset": 2628,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthService.swift",
"kind": "Dictionary",
"offset": 2761,
"length": 3,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/AccountSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/AccountSubtype.swift",
"kind": "StringLiteral",
"offset": 2593,
"length": 24,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/AccountSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/AccountSubtype.swift",
"kind": "StringLiteral",
"offset": 2601,
"length": 1,
"value": "\".\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/AccountSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/AccountSubtype.swift",
"kind": "StringLiteral",
"offset": 2616,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 764,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 1061,
"length": 36,
"value": "\"Can transition on the Main Thread.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 1275,
"length": 12,
"value": "\"layoutView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 2436,
"length": 14,
"value": "\"PushOutgoing\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "Array",
"offset": 2516,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 2800,
"length": 14,
"value": "\"PushIncoming\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 3208,
"length": 13,
"value": "\"PopOutgoing\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "Array",
"offset": 3287,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 3572,
"length": 13,
"value": "\"PopIncoming\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 5152,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 5205,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 5214,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 5225,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 5235,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 5622,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 5838,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 6001,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 6806,
"length": 15,
"value": "\"scrollContent\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 7026,
"length": 12,
"value": "\"scrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 7371,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 7568,
"length": 23,
"value": "\"fixedFooterScrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 7659,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 7934,
"length": 26,
"value": "\"fixedFooterScrollContent\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 8031,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 8388,
"length": 28,
"value": "\"fixedFooterFooterContainer\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 8489,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 8907,
"length": 12,
"value": "\"navigation\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 9040,
"length": 12,
"value": "\"scrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 9225,
"length": 12,
"value": "\"scrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 9409,
"length": 12,
"value": "\"scrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 9642,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 9735,
"length": 25,
"value": "\"scrollContent2container\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 9962,
"length": 26,
"value": "\"scrollContent2scrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 10110,
"length": 12,
"value": "\"scrollView\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 10315,
"length": 17,
"value": "\"footerContainer\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 10586,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
"kind": "StringLiteral",
"offset": 10689,
"length": 25,
"value": "\"footerComponentSafeArea\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/ComponentLayoutPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "Dictionary",
"offset": 589,
"length": 3,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 735,
"length": 7,
"value": "\"Error\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 753,
"length": 18,
"value": "\"Alert view title\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 838,
"length": 83,
"value": "\"Your device is not configured to send mail.\nOpen Settings to add a mail account.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 952,
"length": 20,
"value": "\"Alert view message\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 1034,
"length": 10,
"value": "\"Settings\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 1055,
"length": 54,
"value": "\"Open the device settings from alert with this button\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "BooleanLiteral",
"offset": 1235,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 1947,
"length": 4,
"value": "\"OK\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandlerAction.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandlerAction.swift",
"kind": "StringLiteral",
"offset": 1962,
"length": 26,
"value": "\"Acknowledge alert button\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/RateLimitErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
"kind": "StringLiteral",
"offset": 871,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
"kind": "IntegerLiteral",
"offset": 2190,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
"kind": "BooleanLiteral",
"offset": 2251,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
"kind": "IntegerLiteral",
"offset": 3779,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
"kind": "IntegerLiteral",
"offset": 4505,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchModule.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ApiErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ApiErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/PaneFactory.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/PaneFactory.swift",
"kind": "IntegerLiteral",
"offset": 576,
"length": 2,
"value": "15"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/PaneFactory.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/PaneFactory.swift",
"kind": "IntegerLiteral",
"offset": 608,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/PaneFactory.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/PaneFactory.swift",
"kind": "IntegerLiteral",
"offset": 687,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/PaneFactory.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/PaneFactory.swift",
"kind": "StringLiteral",
"offset": 2119,
"length": 66,
"value": "\"Returning \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/PaneFactory.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/PaneFactory.swift",
"kind": "StringLiteral",
"offset": 2152,
"length": 3,
"value": "\" for view model \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/PaneFactory.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/PaneFactory.swift",
"kind": "StringLiteral",
"offset": 2184,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ExitStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Plaid.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Plaid.swift",
"kind": "StringLiteral",
"offset": 4961,
"length": 16,
"value": "\"com.plaid.link\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Plaid.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Plaid.swift",
"kind": "StringLiteral",
"offset": 5230,
"length": 89,
"value": "\"linkTokenConfiguration.token: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Plaid.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Plaid.swift",
"kind": "StringLiteral",
"offset": 5269,
"length": 2,
"value": "\" is invalid, it must contain an environment name.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift",
"kind": "StringLiteral",
- "offset": 1019,
+ "offset": 1018,
"length": 19,
"value": "\"PRODUCT_NOT_READY\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/AuthErrorCode.swift",
"kind": "StringLiteral",
- "offset": 1091,
+ "offset": 1090,
"length": 22,
"value": "\"VERIFICATION_EXPIRED\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
"kind": "IntegerLiteral",
"offset": 995,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
"kind": "IntegerLiteral",
"offset": 1007,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
"kind": "BooleanLiteral",
"offset": 2052,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
"kind": "IntegerLiteral",
"offset": 2636,
"length": 2,
"value": "24"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
"kind": "IntegerLiteral",
"offset": 2648,
"length": 2,
"value": "24"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/SDKModalViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 3440,
"length": 16,
"value": "\"Primary button\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Environment.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Environment.swift",
"kind": "StringLiteral",
"offset": 595,
"length": 30,
"value": "\"https:\/\/production.plaid.com\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Environment.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Environment.swift",
"kind": "StringLiteral",
"offset": 686,
"length": 31,
"value": "\"https:\/\/development.plaid.com\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Environment.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Environment.swift",
"kind": "StringLiteral",
"offset": 774,
"length": 27,
"value": "\"https:\/\/sandbox.plaid.com\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Environment.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Environment.swift",
"kind": "StringLiteral",
"offset": 1012,
"length": 12,
"value": "\"production\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Environment.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Environment.swift",
"kind": "StringLiteral",
"offset": 1071,
"length": 13,
"value": "\"development\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Environment.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/Environment.swift",
"kind": "StringLiteral",
"offset": 1127,
"length": 9,
"value": "\"sandbox\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/LinkHTTPServiceUserAgentProvider.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/MFAType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/MFAType.swift",
"kind": "StringLiteral",
"offset": 826,
"length": 56,
"value": "\"Failed to decode MFAType from rawValue: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/MFAType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/MFAType.swift",
"kind": "StringLiteral",
"offset": 881,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/MFAType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/MFAType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/MFAType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/MFAType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "StringLiteral",
"offset": 468,
"length": 39,
"value": "\"init(frame:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "StringLiteral",
"offset": 603,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 1446,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 1541,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "BooleanLiteral",
"offset": 2866,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "FloatLiteral",
"offset": 3257,
"length": 4,
"value": "0.49"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 3411,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 3518,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "BooleanLiteral",
"offset": 3586,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 3760,
"length": 2,
"value": "12"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 4016,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 4175,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "BooleanLiteral",
"offset": 4245,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 4422,
"length": 2,
"value": "12"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 4682,
"length": 2,
"value": "32"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 4838,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "BooleanLiteral",
"offset": 4907,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 5084,
"length": 2,
"value": "12"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 5371,
"length": 3,
"value": "-32"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 5445,
"length": 2,
"value": "32"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "FloatLiteral",
"offset": 5941,
"length": 3,
"value": "0.2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "FloatLiteral",
"offset": 6039,
"length": 4,
"value": "0.95"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "FloatLiteral",
"offset": 6048,
"length": 4,
"value": "0.95"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "FloatLiteral",
"offset": 6281,
"length": 3,
"value": "0.2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 8020,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchAndSelectView.swift",
"kind": "IntegerLiteral",
"offset": 8205,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
"kind": "StringLiteral",
"offset": 823,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 1390,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 1664,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/TodoPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ReactNativeLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ReactNativeLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ReactNativeLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "BooleanLiteral",
"offset": 2661,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 3050,
"length": 31,
"value": "\"The input has to be a number.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "IntegerLiteral",
"offset": 3142,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "IntegerLiteral",
"offset": 3189,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 3337,
"length": 52,
"value": "\"The input has to be a number between 0.00 and 1.00\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "Array",
"offset": 3730,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 5639,
"length": 31,
"value": "\"The input has to be a number.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "Array",
"offset": 6246,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 6299,
"length": 86,
"value": "\"The provided regex: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 6339,
"length": 2,
"value": "\" is invalid. This rule will count as passing.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 6536,
"length": 118,
"value": "\"Could not check that \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 6566,
"length": 7,
"value": "\" matches \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 6591,
"length": 3,
"value": "\" due to NSRange.init failing. This rule will count as passing.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "Array",
"offset": 6774,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 7312,
"length": 208,
"value": "\"Text Input with ID: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 7338,
"length": 5,
"value": "\" could not be checked for equality with Text Input of ID: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 7424,
"length": 1,
"value": "\", due to no matching Text Input in \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/WorkflowBridges\/TextInputViewModel+Workflow.swift",
"kind": "StringLiteral",
"offset": 7485,
"length": 1,
"value": "\". This rule will count as passing.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
"kind": "StringLiteral",
"offset": 604,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
"kind": "BooleanLiteral",
"offset": 3828,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/LinkOOPWebViewController.swift",
"kind": "BooleanLiteral",
"offset": 6782,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
"kind": "StringLiteral",
- "offset": 1554,
+ "offset": 1553,
"length": 18,
"value": "\"INSTITUTION_DOWN\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
"kind": "StringLiteral",
- "offset": 1630,
+ "offset": 1629,
"length": 28,
"value": "\"INSTITUTION_NOT_RESPONDING\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
"kind": "StringLiteral",
- "offset": 1715,
+ "offset": 1714,
"length": 27,
"value": "\"INSTITUTION_NOT_AVAILABLE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/InstitutionErrorCode.swift",
"kind": "StringLiteral",
- "offset": 1804,
+ "offset": 1803,
"length": 33,
"value": "\"INSTITUTION_NO_LONGER_SUPPORTED\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidRequestErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/ItemErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/LinkEvent.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/LinkEvent.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
"kind": "StringLiteral",
"offset": 271,
"length": 19,
"value": "\"Search and Select\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
"kind": "StringLiteral",
"offset": 320,
"length": 8,
"value": "\"Button\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
"kind": "StringLiteral",
"offset": 356,
"length": 6,
"value": "\"Chip\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/EmbeddedSearchComponentType.swift",
"kind": "StringLiteral",
"offset": 394,
"length": 11,
"value": "\"Mini Card\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/Product.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/LinkKitWorkflowBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkKitWorkflowBridge.swift",
"kind": "StringLiteral",
"offset": 4717,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
"kind": "StringLiteral",
"offset": 578,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
"kind": "FloatLiteral",
"offset": 888,
"length": 3,
"value": "0.5"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 1037,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 1335,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
"kind": "IntegerLiteral",
"offset": 1414,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
"kind": "BooleanLiteral",
"offset": 1770,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/Panes\/LoadingPaneViewController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/LinkTokenConfiguration.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
"offset": 2321,
"length": 218,
"value": "\"The Handler is being deinitialized before Link has completed or been exited. Did you forget to strongly reference the Handler object returned by `Plaid.create`?\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 8268,
+ "offset": 8267,
"length": 20,
"value": "\"Preloading started\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "IntegerLiteral",
- "offset": 8691,
+ "offset": 8690,
"length": 3,
"value": "390"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "IntegerLiteral",
- "offset": 8704,
+ "offset": 8703,
"length": 3,
"value": "690"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 9428,
+ "offset": 9427,
"length": 17,
"value": "\"openLink called\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 10756,
+ "offset": 10755,
"length": 29,
"value": "\"openLinkFromEmbedded called\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 16578,
+ "offset": 17415,
"length": 50,
"value": "\"Link requires \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 16601,
+ "offset": 17438,
"length": 2,
"value": "\" to be a non-empty string.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 19450,
+ "offset": 20287,
"length": 28,
"value": "\"Validation error: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 19477,
+ "offset": 20314,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 19511,
+ "offset": 20348,
"length": 31,
"value": "\"Using token: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 19541,
+ "offset": 20378,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 22509,
+ "offset": 23346,
"length": 40,
"value": "\"Error sending SDK open event: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 22548,
+ "offset": 23385,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 22631,
+ "offset": 23468,
"length": 51,
"value": "\"SDK open event sent: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkHandler.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkHandler.swift",
"kind": "StringLiteral",
- "offset": 22681,
+ "offset": 23518,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8497,
+ "offset": 9564,
"length": 12,
"value": "\"ACCEPT_TOS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8551,
+ "offset": 9618,
"length": 11,
"value": "\"CONNECTED\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8602,
+ "offset": 9669,
"length": 9,
"value": "\"CONSENT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8654,
+ "offset": 9721,
"length": 12,
"value": "\"CREDENTIAL\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8715,
+ "offset": 9782,
"length": 19,
"value": "\"DATA_TRANSPARENCY\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8790,
+ "offset": 9857,
"length": 27,
"value": "\"DATA_TRANSPARENCY_CONSENT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8873,
+ "offset": 9940,
"length": 26,
"value": "\"DOCUMENTARY_VERIFICATION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8937,
+ "offset": 10004,
"length": 7,
"value": "\"ERROR\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 8981,
+ "offset": 10048,
"length": 6,
"value": "\"EXIT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9028,
+ "offset": 10095,
"length": 11,
"value": "\"KYC_CHECK\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9083,
+ "offset": 10150,
"length": 14,
"value": "\"SELFIE_CHECK\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9137,
+ "offset": 10204,
"length": 9,
"value": "\"LOADING\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9193,
+ "offset": 10260,
"length": 17,
"value": "\"MATCHED_CONSENT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9260,
+ "offset": 10327,
"length": 20,
"value": "\"MATCHED_CREDENTIAL\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9323,
+ "offset": 10390,
"length": 13,
"value": "\"MATCHED_MFA\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9372,
+ "offset": 10439,
"length": 5,
"value": "\"MFA\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9417,
+ "offset": 10484,
"length": 9,
"value": "\"NUMBERS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9483,
+ "offset": 10550,
"length": 28,
"value": "\"NUMBERS_SELECT_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9561,
+ "offset": 10628,
"length": 21,
"value": "\"PROFILE_DATA_REVIEW\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9620,
+ "offset": 10687,
"length": 7,
"value": "\"OAUTH\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9669,
+ "offset": 10736,
"length": 11,
"value": "\"RECAPTCHA\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9722,
+ "offset": 10789,
"length": 12,
"value": "\"RISK_CHECK\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9776,
+ "offset": 10843,
"length": 11,
"value": "\"SCREENING\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9833,
+ "offset": 10900,
"length": 16,
"value": "\"SELECT_ACCOUNT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9896,
+ "offset": 10963,
"length": 18,
"value": "\"SELECT_AUTH_TYPE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 9958,
+ "offset": 11025,
"length": 14,
"value": "\"SUBMIT_PHONE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10016,
+ "offset": 11083,
"length": 14,
"value": "\"VERIFY_PHONE\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10085,
+ "offset": 11152,
"length": 26,
"value": "\"SELECT_SAVED_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10162,
+ "offset": 11229,
"length": 22,
"value": "\"SELECT_SAVED_ACCOUNT\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10228,
+ "offset": 11295,
"length": 14,
"value": "\"SELECT_BRAND\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10292,
+ "offset": 11359,
"length": 20,
"value": "\"SELECT_INSTITUTION\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10360,
+ "offset": 11427,
"length": 18,
"value": "\"SUBMIT_DOCUMENTS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10433,
+ "offset": 11500,
"length": 26,
"value": "\"SUBMIT_DOCUMENTS_SUCCESS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10512,
+ "offset": 11579,
"length": 24,
"value": "\"SUBMIT_DOCUMENTS_ERROR\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10584,
+ "offset": 11651,
"length": 18,
"value": "\"UPLOAD_DOCUMENTS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
"kind": "StringLiteral",
- "offset": 10644,
+ "offset": 11711,
"length": 12,
"value": "\"VERIFY_SMS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "kind": "StringLiteral",
+ "offset": 11767,
+ "length": 14,
+ "value": "\"SUBMIT_EMAIL\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/ViewName.swift",
+ "kind": "StringLiteral",
+ "offset": 11825,
+ "length": 14,
+ "value": "\"VERIFY_EMAIL\""
+ },
+ {
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "StringLiteral",
"offset": 2089,
"length": 47,
"value": "\"Error saving to keychain. Status: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "StringLiteral",
"offset": 2135,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "StringLiteral",
"offset": 2203,
"length": 51,
"value": "\"Error reading keychain value. Status: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "StringLiteral",
"offset": 2253,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "StringLiteral",
"offset": 2396,
"length": 25,
"value": "\"KeychainError.saveError\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "StringLiteral",
"offset": 2474,
"length": 25,
"value": "\"KeychainError.readError\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "BooleanLiteral",
"offset": 3003,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "BooleanLiteral",
"offset": 3351,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "BooleanLiteral",
"offset": 4046,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "BooleanLiteral",
"offset": 4088,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/KeyValueService.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/KeyValueService.swift",
"kind": "BooleanLiteral",
"offset": 4355,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
"kind": "BooleanLiteral",
"offset": 3350,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
"kind": "BooleanLiteral",
"offset": 3406,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
"kind": "BooleanLiteral",
"offset": 3676,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
"kind": "BooleanLiteral",
"offset": 4851,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
"kind": "BooleanLiteral",
"offset": 5010,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid+InternalEquality.swift",
"kind": "BooleanLiteral",
"offset": 5247,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
"kind": "StringLiteral",
"offset": 792,
"length": 68,
"value": "\"Failed to decode verification status from rawValue: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
"kind": "StringLiteral",
"offset": 859,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
"kind": "StringLiteral",
"offset": 1236,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
"kind": "StringLiteral",
"offset": 1470,
"length": 32,
"value": "\"pending_automatic_verification\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
"kind": "StringLiteral",
"offset": 1551,
"length": 29,
"value": "\"pending_manual_verification\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
"kind": "StringLiteral",
"offset": 1620,
"length": 19,
"value": "\"manually_verified\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/VerificationStatus.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/AssetReportErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Constants.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Constants.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 793,
"length": 20,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 823,
"length": 9,
"value": "2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 842,
"length": 18,
"value": "3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 870,
"length": 24,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 904,
"length": 23,
"value": "5"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 937,
"length": 12,
"value": "6"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 793,
"length": 20,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 823,
"length": 9,
"value": "2"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 842,
"length": 18,
"value": "3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 870,
"length": 24,
"value": "4"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 904,
"length": 23,
"value": "5"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 937,
"length": 12,
"value": "6"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 1547,
"length": 130,
"value": "\"Embedded search does not support public key configuration. Create your Handler using a link token.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 1810,
"length": 9,
"value": "\"message\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 2156,
"length": 9,
"value": "\"message\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 2263,
"length": 14,
"value": "\"LinkKit.PLKHandlerShim\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 17471,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 17532,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
"offset": 17586,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "IntegerLiteral",
"offset": 19788,
"length": 2,
"value": "-1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
- "offset": 28280,
+ "offset": 29046,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
- "offset": 30809,
+ "offset": 31575,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
- "offset": 30849,
+ "offset": 31615,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ObjCBridge\/PlaidObjCBridge.swift",
"kind": "StringLiteral",
- "offset": 30912,
+ "offset": 31678,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/PlaidFinanceKitError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Plaid\/PlaidFinanceKitError.swift",
"kind": "StringLiteral",
"offset": 898,
"length": 22,
"value": "\"Invalid account UUID\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
"offset": 1312,
"length": 3,
"value": "\".\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "IntegerLiteral",
"offset": 1347,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "IntegerLiteral",
"offset": 1383,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 4496,
+ "offset": 4495,
"length": 13,
"value": "\"credit card\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 4549,
+ "offset": 4548,
"length": 8,
"value": "\"paypal\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6202,
+ "offset": 6201,
"length": 6,
"value": "\"auto\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6250,
+ "offset": 6249,
"length": 10,
"value": "\"business\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6304,
+ "offset": 6303,
"length": 12,
"value": "\"commercial\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6362,
+ "offset": 6361,
"length": 14,
"value": "\"construction\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6418,
+ "offset": 6417,
"length": 10,
"value": "\"consumer\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6472,
+ "offset": 6471,
"length": 13,
"value": "\"home equity\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6531,
+ "offset": 6530,
"length": 16,
"value": "\"line of credit\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6585,
+ "offset": 6584,
"length": 6,
"value": "\"loan\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6633,
+ "offset": 6632,
"length": 10,
"value": "\"mortgage\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6686,
+ "offset": 6685,
"length": 11,
"value": "\"overdraft\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 6738,
+ "offset": 6737,
"length": 9,
"value": "\"student\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8144,
+ "offset": 8143,
"length": 17,
"value": "\"cash management\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8197,
+ "offset": 8196,
"length": 4,
"value": "\"cd\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8243,
+ "offset": 8242,
"length": 10,
"value": "\"checking\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8290,
+ "offset": 8289,
"length": 5,
"value": "\"ebt\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8332,
+ "offset": 8331,
"length": 5,
"value": "\"hsa\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8382,
+ "offset": 8381,
"length": 14,
"value": "\"money market\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8436,
+ "offset": 8435,
"length": 8,
"value": "\"paypal\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8485,
+ "offset": 8484,
"length": 9,
"value": "\"prepaid\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 8535,
+ "offset": 8534,
"length": 9,
"value": "\"savings\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13647,
+ "offset": 13646,
"length": 6,
"value": "\"401a\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13701,
+ "offset": 13700,
"length": 6,
"value": "\"401k\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13755,
+ "offset": 13754,
"length": 6,
"value": "\"403B\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13809,
+ "offset": 13808,
"length": 6,
"value": "\"457b\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13862,
+ "offset": 13861,
"length": 5,
"value": "\"529\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13910,
+ "offset": 13909,
"length": 11,
"value": "\"brokerage\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 13962,
+ "offset": 13961,
"length": 10,
"value": "\"cash isa\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14029,
+ "offset": 14028,
"length": 27,
"value": "\"education savings account\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14102,
+ "offset": 14101,
"length": 15,
"value": "\"fixed annuity\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14154,
+ "offset": 14153,
"length": 5,
"value": "\"gic\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14223,
+ "offset": 14222,
"length": 34,
"value": "\"health reimbursement arrangement\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14294,
+ "offset": 14293,
"length": 5,
"value": "\"hsa\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14336,
+ "offset": 14335,
"length": 5,
"value": "\"ira\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14378,
+ "offset": 14377,
"length": 5,
"value": "\"isa\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14422,
+ "offset": 14421,
"length": 7,
"value": "\"keogh\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14466,
+ "offset": 14465,
"length": 5,
"value": "\"lif\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14509,
+ "offset": 14508,
"length": 6,
"value": "\"lira\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14553,
+ "offset": 14552,
"length": 6,
"value": "\"lrif\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14597,
+ "offset": 14596,
"length": 6,
"value": "\"lrsp\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14647,
+ "offset": 14646,
"length": 13,
"value": "\"mutual fund\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14720,
+ "offset": 14719,
"length": 31,
"value": "\"non-taxable brokerage account\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14792,
+ "offset": 14791,
"length": 9,
"value": "\"pension\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14839,
+ "offset": 14838,
"length": 6,
"value": "\"plan\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14883,
+ "offset": 14882,
"length": 6,
"value": "\"prif\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14940,
+ "offset": 14939,
"length": 21,
"value": "\"profit sharing plan\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 14999,
+ "offset": 14998,
"length": 6,
"value": "\"rdsp\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15043,
+ "offset": 15042,
"length": 6,
"value": "\"resp\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15093,
+ "offset": 15092,
"length": 12,
"value": "\"retirement\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15143,
+ "offset": 15142,
"length": 6,
"value": "\"rlif\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15191,
+ "offset": 15190,
"length": 11,
"value": "\"roth 401k\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15240,
+ "offset": 15239,
"length": 6,
"value": "\"roth\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15284,
+ "offset": 15283,
"length": 6,
"value": "\"rrif\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15328,
+ "offset": 15327,
"length": 6,
"value": "\"rrsp\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15374,
+ "offset": 15373,
"length": 8,
"value": "\"sarsep\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15422,
+ "offset": 15421,
"length": 9,
"value": "\"sep ira\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15474,
+ "offset": 15473,
"length": 12,
"value": "\"simple ira\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15524,
+ "offset": 15523,
"length": 6,
"value": "\"sipp\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15573,
+ "offset": 15572,
"length": 12,
"value": "\"stock plan\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15623,
+ "offset": 15622,
"length": 6,
"value": "\"tfsa\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15680,
+ "offset": 15679,
"length": 21,
"value": "\"thrift savings plan\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15740,
+ "offset": 15739,
"length": 7,
"value": "\"trust\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15785,
+ "offset": 15784,
"length": 6,
"value": "\"ugma\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15829,
+ "offset": 15828,
"length": 6,
"value": "\"utma\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/AccountTypeSubtype.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/AccountTypeSubtype.swift",
"kind": "StringLiteral",
- "offset": 15884,
+ "offset": 15883,
"length": 18,
"value": "\"variable annuity\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "BooleanLiteral",
"offset": 2999,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "Array",
"offset": 3058,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 3510,
"length": 6,
"value": "\"fill\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 3718,
"length": 21,
"value": "\"exactWidth(\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 3738,
"length": 3,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 3872,
"length": 11,
"value": "\"centerX()\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 4209,
"length": 24,
"value": "\"exactHeight(\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 4231,
"length": 1,
"value": "\")\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 4366,
"length": 11,
"value": "\"centerY()\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 5653,
"length": 12,
"value": "\"stackFirst\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 6323,
"length": 12,
"value": "\"stackBelow\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 6798,
"length": 12,
"value": "\"stackPrior\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 7442,
"length": 10,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "StringLiteral",
"offset": 7451,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "IntegerLiteral",
"offset": 7510,
"length": 2,
"value": "20"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "IntegerLiteral",
"offset": 7543,
"length": 2,
"value": "10"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "IntegerLiteral",
"offset": 8060,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Component.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Component.swift",
"kind": "IntegerLiteral",
"offset": 8091,
"length": 2,
"value": "10"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/InfoProviding.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/InfoProviding.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/InfoProviding.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/InfoProviding.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/InfoProviding.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/InfoProviding.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
"offset": 678,
"length": 8,
"value": "\"ipwvfb\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
"offset": 998,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "FloatLiteral",
"offset": 1787,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "FloatLiteral",
"offset": 1979,
"length": 3,
"value": "0.3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
"offset": 2003,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "FloatLiteral",
"offset": 2106,
"length": 3,
"value": "1.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "FloatLiteral",
"offset": 2147,
"length": 3,
"value": "1.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
"offset": 2230,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
"offset": 2271,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
"offset": 4759,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "Array",
"offset": 6372,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
"offset": 7784,
"length": 109,
"value": "\"Refusing to start webview fallback with webview having already loaded \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
"offset": 7888,
"length": 3,
"value": "\"?\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
"offset": 7892,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 8160,
+ "offset": 8283,
"length": 54,
"value": "\"Starting webview fallback using URL \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 8213,
+ "offset": 8336,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 9486,
+ "offset": 11333,
"length": 37,
"value": "\"webview fallback URL change: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 9522,
+ "offset": 11369,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 9727,
+ "offset": 11574,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 10136,
+ "offset": 11983,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 10699,
+ "offset": 12546,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 10758,
+ "offset": 12605,
"length": 2,
"value": "24"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 10916,
+ "offset": 12763,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 10975,
+ "offset": 12822,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "Array",
- "offset": 11019,
+ "offset": 12866,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 13366,
+ "offset": 15213,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 13914,
+ "offset": 15761,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 14415,
+ "offset": 16262,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 14580,
+ "offset": 16427,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 14713,
+ "offset": 16560,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 14924,
+ "offset": 16771,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 16882,
+ "offset": 18729,
"length": 58,
"value": "\"Error on ASWebAuthenticationSession completion: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 16939,
+ "offset": 18786,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 18043,
+ "offset": 19890,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 18947,
+ "offset": 20794,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 19519,
+ "offset": 21366,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 20430,
+ "offset": 22277,
"length": 2,
"value": "24"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 20555,
+ "offset": 22402,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 20626,
+ "offset": 22473,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 20791,
+ "offset": 22638,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 20821,
+ "offset": 22668,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 20948,
+ "offset": 22795,
"length": 1,
"value": "6"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 21386,
+ "offset": 23233,
"length": 30,
"value": "\"mounting webview to uiwindow\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 21811,
+ "offset": 23658,
"length": 34,
"value": "\"unmounting webview from uiwindow\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "FloatLiteral",
- "offset": 22349,
+ "offset": 24196,
"length": 4,
"value": "0.25"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "FloatLiteral",
- "offset": 22409,
+ "offset": 24256,
"length": 3,
"value": "0.6"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "Array",
- "offset": 22499,
+ "offset": 24346,
"length": 10,
"value": "[0.0, 1.0]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "IntegerLiteral",
- "offset": 22558,
+ "offset": 24405,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "StringLiteral",
- "offset": 28451,
+ "offset": 30298,
"length": 38,
"value": "\"Sent js message open via the webview\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 29033,
+ "offset": 30880,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/ViewControllers\/InProcessWebviewFallbackController.swift",
"kind": "BooleanLiteral",
- "offset": 30143,
+ "offset": 33039,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "StringLiteral",
"offset": 771,
"length": 39,
"value": "\"init(frame:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "StringLiteral",
"offset": 906,
"length": 39,
"value": "\"init(coder:) has not been implemented\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "StringLiteral",
"offset": 2663,
"length": 46,
"value": "\"Embedded search sending open message to LWC.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
"offset": 4643,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 5551,
+ "offset": 5646,
"length": 3,
"value": "0.3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 5711,
+ "offset": 5806,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 5756,
+ "offset": 5851,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 5822,
+ "offset": 5917,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 5928,
+ "offset": 6023,
"length": 3,
"value": "1.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 6108,
+ "offset": 6203,
"length": 3,
"value": "0.3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 6268,
+ "offset": 6363,
"length": 3,
"value": "1.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 6373,
+ "offset": 6468,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 6420,
+ "offset": 6515,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 6486,
+ "offset": 6581,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7098,
+ "offset": 7193,
"length": 3,
"value": "0.3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7258,
+ "offset": 7353,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7305,
+ "offset": 7400,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7371,
+ "offset": 7466,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7475,
+ "offset": 7570,
"length": 3,
"value": "1.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7749,
+ "offset": 7844,
"length": 3,
"value": "0.3"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7920,
+ "offset": 8015,
"length": 3,
"value": "1.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 7975,
+ "offset": 8070,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 8022,
+ "offset": 8117,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 8067,
+ "offset": 8162,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 8431,
+ "offset": 8526,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 8669,
+ "offset": 8764,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 9300,
+ "offset": 9395,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 9674,
+ "offset": 9769,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 9806,
+ "offset": 9901,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 10593,
+ "offset": 10688,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 10831,
+ "offset": 10926,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 11139,
+ "offset": 11234,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "IntegerLiteral",
- "offset": 11292,
+ "offset": 11387,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "IntegerLiteral",
- "offset": 11367,
+ "offset": 11462,
"length": 2,
"value": "48"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 11652,
+ "offset": 11747,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 11683,
+ "offset": 11778,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 11790,
+ "offset": 11885,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "IntegerLiteral",
- "offset": 12428,
+ "offset": 12492,
"length": 3,
- "value": "999"
+ "value": "750"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "IntegerLiteral",
- "offset": 12535,
+ "offset": 12599,
"length": 3,
- "value": "999"
+ "value": "750"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 12749,
+ "offset": 12813,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 12810,
+ "offset": 12874,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "FloatLiteral",
- "offset": 13219,
+ "offset": 13283,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/EmbeddedSearch\/EmbeddedSearchView.swift",
"kind": "BooleanLiteral",
- "offset": 13285,
+ "offset": 13349,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/FlutterLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/FlutterLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/FlutterLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/FlutterLinkKit.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/RoutingNumberValidator.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/RoutingNumberValidator.swift",
"kind": "Array",
"offset": 139,
"length": 27,
"value": "[3, 7, 1, 3, 7, 1, 3, 7, 1]"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/RoutingNumberValidator.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/RoutingNumberValidator.swift",
"kind": "BooleanLiteral",
"offset": 397,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/RoutingNumberValidator.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/RoutingNumberValidator.swift",
"kind": "IntegerLiteral",
"offset": 452,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/RoutingNumberValidator.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/RoutingNumberValidator.swift",
"kind": "IntegerLiteral",
"offset": 611,
"length": 2,
"value": "10"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/RoutingNumberValidator.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/RoutingNumberValidator.swift",
"kind": "IntegerLiteral",
"offset": 618,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Plaid\/InvalidInputErrorCode.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/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-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1205,
"length": 39,
"value": "\"Authenticator builder error: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1243,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1320,
"length": 44,
"value": "\"Is authentication possible error: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1363,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1416,
"length": 22,
"value": "\"Authenticator is nil\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1495,
"length": 37,
"value": "\"Authenticate call returned nil data\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1581,
"length": 46,
"value": "\"Unsupported version of iOS (i.e. iOS < 12.0)\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1685,
"length": 164,
"value": "\"Twilio error description: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1751,
"length": 1,
"value": "\" Twilio technical error description: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1829,
"length": 1369,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 1903,
"length": 47,
"value": "\"User's device does not have cellular coverage\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2010,
"length": 26,
"value": "\"Workflow error: \""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2035,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2086,
"length": 47,
"value": "\"Prove is not a supported SNA provider on iOS.\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2267,
"length": 57,
"value": "\"SilentNetworkAuthServiceError.authenticatorBuilderError\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2389,
"length": 61,
"value": "\"SilentNetworkAuthServiceError.isAuthenticationPossibleError\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2502,
"length": 48,
"value": "\"SilentNetworkAuthServiceError.nilAuthenticator\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2607,
"length": 53,
"value": "\"SilentNetworkAuthServiceError.nilAuthenticationData\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2709,
"length": 45,
"value": "\"SilentNetworkAuthServiceError.unsupportedOS\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2801,
"length": 43,
"value": "\"SilentNetworkAuthServiceError.twilioError\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2898,
"length": 50,
"value": "\"SilentNetworkAuthServiceError.noCellularCoverage\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 2997,
"length": 45,
"value": "\"SilentNetworkAuthServiceError.workflowError\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/Services\/SilentNetworkAuthServiceError.swift",
"kind": "StringLiteral",
"offset": 3092,
"length": 46,
"value": "\"SilentNetworkAuthServiceError.proveRequested\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "BooleanLiteral",
"offset": 493,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "StringLiteral",
"offset": 1080,
"length": 44,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "StringLiteral",
"offset": 1093,
"length": 6,
"value": "\" called outside of main thread\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "BooleanLiteral",
"offset": 1212,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "BooleanLiteral",
"offset": 1501,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "StringLiteral",
"offset": 1647,
"length": 44,
"value": "\"\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "StringLiteral",
"offset": 1660,
"length": 6,
"value": "\" called outside of main thread\""
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "BooleanLiteral",
"offset": 1742,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3235\/link\/apple\/Sources\/LinkUIController.swift",
+ "filePath": "\/Users\/tests\/~tests\/jenkins\/workspace\/~tests\/jenkins\/workspace\/workspace\/link-ios-pull-request_PR-3351\/link\/apple\/Sources\/LinkUIController.swift",
"kind": "BooleanLiteral",
"offset": 2189,
"length": 4,
diff --git a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
index 74f7923b..c247843c 100644
--- a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
+++ b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
@@ -105,6 +105,15 @@ public enum EventName : Swift.CustomStringConvertible, Swift.Codable {
case transitionView
case verifyPhone
case viewDataTypes
+ case submitEmail
+ case skipSubmitEmail
+ case rememberMeEnabled
+ case rememberMeDisabled
+ case rememberMeHoldout
+ case selectSavedInstitution
+ case selectSavedAccount
+ case autoSelectSavedInstitution
+ case plaidCheckPane
case unknown(Swift.String)
public init(from decoder: any Swift.Decoder) throws
public var description: Swift.String {
@@ -529,6 +538,8 @@ public enum ViewName : Swift.CustomStringConvertible, Swift.Codable {
case submitDocumentsSuccess
case submitDocumentsError
case verifySMS
+ case submitEmail
+ case verifyEmail
case unknown(Swift.String)
public init(from decoder: any Swift.Decoder) throws
public var description: Swift.String {
diff --git a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
index 1a7f9e99..b1d9708d 100644
Binary files a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ
diff --git a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
index 74f7923b..c247843c 100644
--- a/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
+++ b/LinkKit.xcframework/ios-arm64_x86_64-simulator/LinkKit.framework/Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
@@ -105,6 +105,15 @@ public enum EventName : Swift.CustomStringConvertible, Swift.Codable {
case transitionView
case verifyPhone
case viewDataTypes
+ case submitEmail
+ case skipSubmitEmail
+ case rememberMeEnabled
+ case rememberMeDisabled
+ case rememberMeHoldout
+ case selectSavedInstitution
+ case selectSavedAccount
+ case autoSelectSavedInstitution
+ case plaidCheckPane
case unknown(Swift.String)
public init(from decoder: any Swift.Decoder) throws
public var description: Swift.String {
@@ -529,6 +538,8 @@ public enum ViewName : Swift.CustomStringConvertible, Swift.Codable {
case submitDocumentsSuccess
case submitDocumentsError
case verifySMS
+ case submitEmail
+ case verifyEmail
case unknown(Swift.String)
public init(from decoder: any Swift.Decoder) throws
public var description: Swift.String {
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 bb2e29a1..5a8dd8ef 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 59c18a29..ce7b7c0d 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 45017bde..0cfcd2ca 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 939b7e67..4a8c30da 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 9968679b..4c16552e 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
@@ -18,51 +18,51 @@
Headers/PLKPlaid.h
- +4zNmOv+aSEIqaLZ5iOl9E6Saxg=
+ qR/+bXkdVD8sKukNxnWKa7KNa7U=
Info.plist
- 6+96ghQNeGAbiLV4qIUbyP4+8Fg=
+ YHCG1ypInsAm0oO7WI+CLLa90uA=
Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.abi.json
- HvO6K1SyYEttee+VfWI80K3CxGg=
+ tRnAyFFY8Nk7TGk7dNCOcMRzH7k=
Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
- Q4K7k+OcwUudGcc1428/5YMfQdk=
+ WIfy9P8wyNy9mJhW1et8XstuUbE=
Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.swiftdoc
- qKBcZIy4HRu44sGy3g01bLLbC3c=
+ oqVmBsRCPnkTyorKyWIC6r074tA=
Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.swiftinterface
- Q4K7k+OcwUudGcc1428/5YMfQdk=
+ WIfy9P8wyNy9mJhW1et8XstuUbE=
Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.swiftmodule
- gQPbBQVSDneDFE7uvPgUU/hsC/M=
+ mVgQWwEWMHCTfF1LVg+MhRhxrCk=
Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.abi.json
- HvO6K1SyYEttee+VfWI80K3CxGg=
+ tRnAyFFY8Nk7TGk7dNCOcMRzH7k=
Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
- yBuul1lvToYrxEzpPpjxSyNItYM=
+ 6gEAdTfF7cGCZRsbVWGQCEkraXo=
Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
- 58HAxNlA9Hh489mUr8AruGpSITk=
+ dfA5PAoxXLA+Q5F8PLFVGMPvPko=
Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
- yBuul1lvToYrxEzpPpjxSyNItYM=
+ 6gEAdTfF7cGCZRsbVWGQCEkraXo=
Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
- RDG4egp9kAibPLn5vZssCfJM4cg=
+ fgVegfSXLfMohRV5q4h2Nu0bT10=
Modules/module.modulemap
@@ -78,11 +78,11 @@
Threads_Threads.bundle/Info.plist
- wSvQnjTelri8SmhRHY8/UBNjYpw=
+ /W1yGmpSiXeOvDrI1/uF7O2MQ/s=
Threads_Threads.bundle/_CodeSignature/CodeDirectory
- zPHlaT+ZGciPllr+bTtQeK0S2wQ=
+ 4HW3SStg6vxn4DcUyTw5Vdo3jto=
Threads_Threads.bundle/_CodeSignature/CodeRequirements
@@ -90,7 +90,7 @@
Threads_Threads.bundle/_CodeSignature/CodeRequirements-1
- ArCHszKY2vS/CUSIKG7v4uG4RJs=
+ jMkLK4bOdQotnc+hRk/GRjID2Ik=
Threads_Threads.bundle/_CodeSignature/CodeResources
@@ -128,77 +128,77 @@
hash2
- AoyBXxThXf4/mnXHSHP8pGR6k+UK5f0cjWiwzIujScE=
+ 3+DzB0Kkh82kUFIwx4Neqq3sJb8JgK1RXc3pzhjhnFE=
Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.abi.json
hash2
- l/ThcqqAR8oDoivbZVECD/yk4p/rCPEaiNrRnuLz9GA=
+ kd4jZ1f91olRRqs0ZXIuBxI6eDH75ZnzKqjTbng9BRY=
Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
hash2
- UoEm4CPO73nma90F4bI4eDBSpzxDip7hIMLcU6sRLBU=
+ Enssw2jwFDb0y8yScM2czGOrGqoYqrpyc8khWkimPRU=
Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.swiftdoc
hash2
- YDTLv8lyZQbgbhL6Ds+UzW8r4khcs57dpK5PU+o8fDE=
+ MxIgGzr0i1MAde/r/ZxamESfCe4lbPgx4CmRksHvI1w=
Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.swiftinterface
hash2
- UoEm4CPO73nma90F4bI4eDBSpzxDip7hIMLcU6sRLBU=
+ Enssw2jwFDb0y8yScM2czGOrGqoYqrpyc8khWkimPRU=
Modules/LinkKit.swiftmodule/arm64-apple-ios-simulator.swiftmodule
hash2
- EPhDIBAEZLJFYkd+E8QOjyPGaPxrOS3Fdt48CLqjtco=
+ hurQwi8LyD1UeOBKcpi1JQWn3WwrCer8K+aoUUd0jWU=
Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.abi.json
hash2
- l/ThcqqAR8oDoivbZVECD/yk4p/rCPEaiNrRnuLz9GA=
+ kd4jZ1f91olRRqs0ZXIuBxI6eDH75ZnzKqjTbng9BRY=
Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
hash2
- 68zWvySLHxqu+r43zkHbgVAczKHZfYVbegggLvbummQ=
+ pdBVrQI1flDvCCo8QQPjd8wxaqhj2uMfMpRo2QEz/8c=
Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
hash2
- ml8Dg0/ttHnyxRRefe0qdIxIAJVZA4PrpjVW896ShbQ=
+ rS5/BRdgPJ8BFe76rz9A6V/JOHCAwHs6z1iNVYlWPoM=
Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
hash2
- 68zWvySLHxqu+r43zkHbgVAczKHZfYVbegggLvbummQ=
+ pdBVrQI1flDvCCo8QQPjd8wxaqhj2uMfMpRo2QEz/8c=
Modules/LinkKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
hash2
- y9F4U/81OnfLGh0BfTRmWZnbmzl27DcAVcAwAqYHA0Y=
+ SKpr5YHvpuhoYmUQMsbWVE05MsEWSKfan0F0h7pz4lM=
Modules/module.modulemap
@@ -226,14 +226,14 @@
hash2
- CNEfzQI/MHoK6XE/t+mj7ZVBAwJ86kEEewY0gNWRgF4=
+ NvaDBSf/4TJ4qOkwgcd3flrA8wsXgOgnRHticesbUcQ=
Threads_Threads.bundle/_CodeSignature/CodeDirectory
hash2
- GoTEEt1gS08SHdACWLoLFhSP8cZIqnWWCLjK4L3yuTA=
+ GY32RPU+jl8sSX8c1UCG6hAdKJMinYlCpkxb7gbJpNo=
Threads_Threads.bundle/_CodeSignature/CodeRequirements
@@ -247,7 +247,7 @@
hash2
- t0SSa7g9MtZ7zKFHQtKFyLC9MrvZe5u+oJXY60CYC/I=
+ Er8AZolow5eGDSGYafEyIjpkguUDLZMiC7tDxGEoz5E=
Threads_Threads.bundle/_CodeSignature/CodeResources