idwise-nfc-react-native-sdk 5.1.7 → 5.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/gradle.properties +1 -1
- package/ios/IDWiseNFC.xcframework/ios-arm64/IDWiseNFC.framework/Assets.car +0 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64/IDWiseNFC.framework/IDWiseNFC +0 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64/IDWiseNFC.framework/Info.plist +0 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64/IDWiseNFC.framework/Modules/IDWiseNFC.swiftmodule/arm64-apple-ios.abi.json +184 -27
- package/ios/IDWiseNFC.xcframework/ios-arm64/IDWiseNFC.framework/Modules/IDWiseNFC.swiftmodule/arm64-apple-ios.private.swiftinterface +3 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64/IDWiseNFC.framework/Modules/IDWiseNFC.swiftmodule/arm64-apple-ios.swiftinterface +3 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64/IDWiseNFC.framework/document_detector.mlmodelc/coremldata.bin +0 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64/IDWiseNFC.framework/document_detector.mlmodelc/metadata.json +2 -2
- package/ios/IDWiseNFC.xcframework/ios-arm64/IDWiseNFC.framework/document_quality_model.mlmodelc/coremldata.bin +0 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64_x86_64-simulator/IDWiseNFC.framework/Assets.car +0 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64_x86_64-simulator/IDWiseNFC.framework/IDWiseNFC +0 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64_x86_64-simulator/IDWiseNFC.framework/Info.plist +0 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64_x86_64-simulator/IDWiseNFC.framework/Modules/IDWiseNFC.swiftmodule/arm64-apple-ios-simulator.abi.json +184 -27
- package/ios/IDWiseNFC.xcframework/ios-arm64_x86_64-simulator/IDWiseNFC.framework/Modules/IDWiseNFC.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +3 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64_x86_64-simulator/IDWiseNFC.framework/Modules/IDWiseNFC.swiftmodule/arm64-apple-ios-simulator.swiftinterface +3 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64_x86_64-simulator/IDWiseNFC.framework/Modules/IDWiseNFC.swiftmodule/x86_64-apple-ios-simulator.abi.json +184 -27
- package/ios/IDWiseNFC.xcframework/ios-arm64_x86_64-simulator/IDWiseNFC.framework/Modules/IDWiseNFC.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +3 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64_x86_64-simulator/IDWiseNFC.framework/Modules/IDWiseNFC.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +3 -0
- package/ios/IDWiseNFC.xcframework/ios-arm64_x86_64-simulator/IDWiseNFC.framework/_CodeSignature/CodeResources +21 -21
- package/ios/IDWiseNFC.xcframework/ios-arm64_x86_64-simulator/IDWiseNFC.framework/document_detector.mlmodelc/coremldata.bin +0 -0
- package/package.json +1 -1
|
@@ -1811,6 +1811,56 @@
|
|
|
1811
1811
|
"mangledName": "$s9IDWiseNFC0A7DynamicC23startStepFromFileUpload6stepId4dataySS_10Foundation4DataVtFZ",
|
|
1812
1812
|
"moduleName": "IDWiseNFC",
|
|
1813
1813
|
"static": true,
|
|
1814
|
+
"deprecated": true,
|
|
1815
|
+
"declAttributes": [
|
|
1816
|
+
"AccessControl",
|
|
1817
|
+
"Available"
|
|
1818
|
+
],
|
|
1819
|
+
"funcSelfKind": "NonMutating"
|
|
1820
|
+
},
|
|
1821
|
+
{
|
|
1822
|
+
"kind": "Function",
|
|
1823
|
+
"name": "startStepFromFileUpload",
|
|
1824
|
+
"printedName": "startStepFromFileUpload(stepId:image:backImage:)",
|
|
1825
|
+
"children": [
|
|
1826
|
+
{
|
|
1827
|
+
"kind": "TypeNominal",
|
|
1828
|
+
"name": "Void",
|
|
1829
|
+
"printedName": "()"
|
|
1830
|
+
},
|
|
1831
|
+
{
|
|
1832
|
+
"kind": "TypeNominal",
|
|
1833
|
+
"name": "String",
|
|
1834
|
+
"printedName": "Swift.String",
|
|
1835
|
+
"usr": "s:SS"
|
|
1836
|
+
},
|
|
1837
|
+
{
|
|
1838
|
+
"kind": "TypeNominal",
|
|
1839
|
+
"name": "Data",
|
|
1840
|
+
"printedName": "Foundation.Data",
|
|
1841
|
+
"usr": "s:10Foundation4DataV"
|
|
1842
|
+
},
|
|
1843
|
+
{
|
|
1844
|
+
"kind": "TypeNominal",
|
|
1845
|
+
"name": "Optional",
|
|
1846
|
+
"printedName": "Foundation.Data?",
|
|
1847
|
+
"children": [
|
|
1848
|
+
{
|
|
1849
|
+
"kind": "TypeNominal",
|
|
1850
|
+
"name": "Data",
|
|
1851
|
+
"printedName": "Foundation.Data",
|
|
1852
|
+
"usr": "s:10Foundation4DataV"
|
|
1853
|
+
}
|
|
1854
|
+
],
|
|
1855
|
+
"hasDefaultArg": true,
|
|
1856
|
+
"usr": "s:Sq"
|
|
1857
|
+
}
|
|
1858
|
+
],
|
|
1859
|
+
"declKind": "Func",
|
|
1860
|
+
"usr": "s:9IDWiseNFC0A7DynamicC23startStepFromFileUpload6stepId5image9backImageySS_10Foundation4DataVAJSgtFZ",
|
|
1861
|
+
"mangledName": "$s9IDWiseNFC0A7DynamicC23startStepFromFileUpload6stepId5image9backImageySS_10Foundation4DataVAJSgtFZ",
|
|
1862
|
+
"moduleName": "IDWiseNFC",
|
|
1863
|
+
"static": true,
|
|
1814
1864
|
"declAttributes": [
|
|
1815
1865
|
"AccessControl"
|
|
1816
1866
|
],
|
|
@@ -14217,6 +14267,43 @@
|
|
|
14217
14267
|
"sugared_genericSig": "<Self where Self : UIKit.UIViewController, Self : IDWiseNFC.Alertable>",
|
|
14218
14268
|
"isFromExtension": true,
|
|
14219
14269
|
"funcSelfKind": "NonMutating"
|
|
14270
|
+
},
|
|
14271
|
+
{
|
|
14272
|
+
"kind": "Function",
|
|
14273
|
+
"name": "showPopUpForCancellingJourney",
|
|
14274
|
+
"printedName": "showPopUpForCancellingJourney(_:)",
|
|
14275
|
+
"children": [
|
|
14276
|
+
{
|
|
14277
|
+
"kind": "TypeNominal",
|
|
14278
|
+
"name": "Void",
|
|
14279
|
+
"printedName": "()"
|
|
14280
|
+
},
|
|
14281
|
+
{
|
|
14282
|
+
"kind": "TypeFunc",
|
|
14283
|
+
"name": "Function",
|
|
14284
|
+
"printedName": "() -> ()",
|
|
14285
|
+
"children": [
|
|
14286
|
+
{
|
|
14287
|
+
"kind": "TypeNominal",
|
|
14288
|
+
"name": "Void",
|
|
14289
|
+
"printedName": "()"
|
|
14290
|
+
},
|
|
14291
|
+
{
|
|
14292
|
+
"kind": "TypeNominal",
|
|
14293
|
+
"name": "Void",
|
|
14294
|
+
"printedName": "()"
|
|
14295
|
+
}
|
|
14296
|
+
]
|
|
14297
|
+
}
|
|
14298
|
+
],
|
|
14299
|
+
"declKind": "Func",
|
|
14300
|
+
"usr": "s:9IDWiseNFC9AlertablePAASo16UIViewControllerCRbzrlE29showPopUpForCancellingJourneyyyyycF",
|
|
14301
|
+
"mangledName": "$s9IDWiseNFC9AlertablePAASo16UIViewControllerCRbzrlE29showPopUpForCancellingJourneyyyyycF",
|
|
14302
|
+
"moduleName": "IDWiseNFC",
|
|
14303
|
+
"genericSig": "<τ_0_0 where τ_0_0 : UIKit.UIViewController, τ_0_0 : IDWiseNFC.Alertable>",
|
|
14304
|
+
"sugared_genericSig": "<Self where Self : UIKit.UIViewController, Self : IDWiseNFC.Alertable>",
|
|
14305
|
+
"isFromExtension": true,
|
|
14306
|
+
"funcSelfKind": "NonMutating"
|
|
14220
14307
|
}
|
|
14221
14308
|
],
|
|
14222
14309
|
"declKind": "Protocol",
|
|
@@ -21901,21 +21988,21 @@
|
|
|
21901
21988
|
{
|
|
21902
21989
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/startJourney\/viewModel\/JourneyViewModel.swift",
|
|
21903
21990
|
"kind": "StringLiteral",
|
|
21904
|
-
"offset":
|
|
21991
|
+
"offset": 1809,
|
|
21905
21992
|
"length": 2,
|
|
21906
21993
|
"value": "\"\""
|
|
21907
21994
|
},
|
|
21908
21995
|
{
|
|
21909
21996
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/startJourney\/viewModel\/JourneyViewModel.swift",
|
|
21910
21997
|
"kind": "BooleanLiteral",
|
|
21911
|
-
"offset":
|
|
21998
|
+
"offset": 1861,
|
|
21912
21999
|
"length": 5,
|
|
21913
22000
|
"value": "false"
|
|
21914
22001
|
},
|
|
21915
22002
|
{
|
|
21916
22003
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/startJourney\/viewModel\/JourneyViewModel.swift",
|
|
21917
22004
|
"kind": "BooleanLiteral",
|
|
21918
|
-
"offset":
|
|
22005
|
+
"offset": 2031,
|
|
21919
22006
|
"length": 5,
|
|
21920
22007
|
"value": "false"
|
|
21921
22008
|
},
|
|
@@ -22090,35 +22177,91 @@
|
|
|
22090
22177
|
{
|
|
22091
22178
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/startJourney\/views\/StartJourneyViewController.swift",
|
|
22092
22179
|
"kind": "IntegerLiteral",
|
|
22093
|
-
"offset":
|
|
22180
|
+
"offset": 67806,
|
|
22094
22181
|
"length": 2,
|
|
22095
22182
|
"value": "16"
|
|
22096
22183
|
},
|
|
22184
|
+
{
|
|
22185
|
+
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/repositories\/DefaultStartJourneyRepository.swift",
|
|
22186
|
+
"kind": "StringLiteral",
|
|
22187
|
+
"offset": 197,
|
|
22188
|
+
"length": 18,
|
|
22189
|
+
"value": "\"show_to_end_user\""
|
|
22190
|
+
},
|
|
22191
|
+
{
|
|
22192
|
+
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/repositories\/DefaultStartJourneyRepository.swift",
|
|
22193
|
+
"kind": "StringLiteral",
|
|
22194
|
+
"offset": 244,
|
|
22195
|
+
"length": 21,
|
|
22196
|
+
"value": "\"forward_to_host_app\""
|
|
22197
|
+
},
|
|
22198
|
+
{
|
|
22199
|
+
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/repositories\/DefaultStartJourneyRepository.swift",
|
|
22200
|
+
"kind": "StringLiteral",
|
|
22201
|
+
"offset": 288,
|
|
22202
|
+
"length": 19,
|
|
22203
|
+
"value": "\"internal_handling\""
|
|
22204
|
+
},
|
|
22205
|
+
{
|
|
22206
|
+
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/repositories\/DefaultStartJourneyRepository.swift",
|
|
22207
|
+
"kind": "StringLiteral",
|
|
22208
|
+
"offset": 197,
|
|
22209
|
+
"length": 18,
|
|
22210
|
+
"value": "\"show_to_end_user\""
|
|
22211
|
+
},
|
|
22212
|
+
{
|
|
22213
|
+
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/repositories\/DefaultStartJourneyRepository.swift",
|
|
22214
|
+
"kind": "StringLiteral",
|
|
22215
|
+
"offset": 244,
|
|
22216
|
+
"length": 21,
|
|
22217
|
+
"value": "\"forward_to_host_app\""
|
|
22218
|
+
},
|
|
22219
|
+
{
|
|
22220
|
+
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/repositories\/DefaultStartJourneyRepository.swift",
|
|
22221
|
+
"kind": "StringLiteral",
|
|
22222
|
+
"offset": 288,
|
|
22223
|
+
"length": 19,
|
|
22224
|
+
"value": "\"internal_handling\""
|
|
22225
|
+
},
|
|
22226
|
+
{
|
|
22227
|
+
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/viewmodel\/ProcessJourneyViewModel.swift",
|
|
22228
|
+
"kind": "StringLiteral",
|
|
22229
|
+
"offset": 1698,
|
|
22230
|
+
"length": 2,
|
|
22231
|
+
"value": "\"\""
|
|
22232
|
+
},
|
|
22097
22233
|
{
|
|
22098
22234
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/viewmodel\/ProcessJourneyViewModel.swift",
|
|
22099
22235
|
"kind": "StringLiteral",
|
|
22100
|
-
"offset":
|
|
22236
|
+
"offset": 1756,
|
|
22237
|
+
"length": 2,
|
|
22238
|
+
"value": "\"\""
|
|
22239
|
+
},
|
|
22240
|
+
{
|
|
22241
|
+
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/viewmodel\/ProcessJourneyViewModel.swift",
|
|
22242
|
+
"kind": "StringLiteral",
|
|
22243
|
+
"offset": 1819,
|
|
22101
22244
|
"length": 2,
|
|
22102
22245
|
"value": "\"\""
|
|
22103
22246
|
},
|
|
22104
22247
|
{
|
|
22105
22248
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/viewmodel\/ProcessJourneyViewModel.swift",
|
|
22106
22249
|
"kind": "BooleanLiteral",
|
|
22107
|
-
"offset":
|
|
22250
|
+
"offset": 1873,
|
|
22108
22251
|
"length": 5,
|
|
22109
22252
|
"value": "false"
|
|
22110
22253
|
},
|
|
22111
22254
|
{
|
|
22112
22255
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/viewmodel\/ProcessJourneyViewModel.swift",
|
|
22113
22256
|
"kind": "BooleanLiteral",
|
|
22114
|
-
"offset":
|
|
22257
|
+
"offset": 2015,
|
|
22115
22258
|
"length": 5,
|
|
22116
22259
|
"value": "false"
|
|
22117
22260
|
},
|
|
22118
22261
|
{
|
|
22119
22262
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/viewmodel\/ProcessJourneyViewModel.swift",
|
|
22120
22263
|
"kind": "BooleanLiteral",
|
|
22121
|
-
"offset":
|
|
22264
|
+
"offset": 2091,
|
|
22122
22265
|
"length": 5,
|
|
22123
22266
|
"value": "false"
|
|
22124
22267
|
},
|
|
@@ -23109,31 +23252,38 @@
|
|
|
23109
23252
|
"length": 5,
|
|
23110
23253
|
"value": "false"
|
|
23111
23254
|
},
|
|
23255
|
+
{
|
|
23256
|
+
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/utils\/JourneyDataCache.swift",
|
|
23257
|
+
"kind": "Dictionary",
|
|
23258
|
+
"offset": 909,
|
|
23259
|
+
"length": 3,
|
|
23260
|
+
"value": "[]"
|
|
23261
|
+
},
|
|
23112
23262
|
{
|
|
23113
23263
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/utils\/JourneyDataCache.swift",
|
|
23114
23264
|
"kind": "BooleanLiteral",
|
|
23115
|
-
"offset":
|
|
23265
|
+
"offset": 1228,
|
|
23116
23266
|
"length": 5,
|
|
23117
23267
|
"value": "false"
|
|
23118
23268
|
},
|
|
23119
23269
|
{
|
|
23120
23270
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/utils\/JourneyDataCache.swift",
|
|
23121
23271
|
"kind": "StringLiteral",
|
|
23122
|
-
"offset":
|
|
23272
|
+
"offset": 1648,
|
|
23123
23273
|
"length": 2,
|
|
23124
23274
|
"value": "\"\""
|
|
23125
23275
|
},
|
|
23126
23276
|
{
|
|
23127
23277
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/utils\/JourneyDataCache.swift",
|
|
23128
23278
|
"kind": "StringLiteral",
|
|
23129
|
-
"offset":
|
|
23279
|
+
"offset": 1676,
|
|
23130
23280
|
"length": 2,
|
|
23131
23281
|
"value": "\"\""
|
|
23132
23282
|
},
|
|
23133
23283
|
{
|
|
23134
23284
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/utils\/JourneyDataCache.swift",
|
|
23135
23285
|
"kind": "BooleanLiteral",
|
|
23136
|
-
"offset":
|
|
23286
|
+
"offset": 1764,
|
|
23137
23287
|
"length": 5,
|
|
23138
23288
|
"value": "false"
|
|
23139
23289
|
},
|
|
@@ -23182,14 +23332,14 @@
|
|
|
23182
23332
|
{
|
|
23183
23333
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/finishJourney\/views\/FinishJourneyViewContoller.swift",
|
|
23184
23334
|
"kind": "IntegerLiteral",
|
|
23185
|
-
"offset":
|
|
23335
|
+
"offset": 1170,
|
|
23186
23336
|
"length": 1,
|
|
23187
23337
|
"value": "0"
|
|
23188
23338
|
},
|
|
23189
23339
|
{
|
|
23190
23340
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/finishJourney\/views\/FinishJourneyViewContoller.swift",
|
|
23191
23341
|
"kind": "IntegerLiteral",
|
|
23192
|
-
"offset":
|
|
23342
|
+
"offset": 1201,
|
|
23193
23343
|
"length": 1,
|
|
23194
23344
|
"value": "0"
|
|
23195
23345
|
},
|
|
@@ -25650,6 +25800,13 @@
|
|
|
25650
25800
|
"length": 4,
|
|
25651
25801
|
"value": "true"
|
|
25652
25802
|
},
|
|
25803
|
+
{
|
|
25804
|
+
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWiseNFC\/source\/presentation\/flows\/JourneyFlowCoodinator.swift",
|
|
25805
|
+
"kind": "BooleanLiteral",
|
|
25806
|
+
"offset": 29993,
|
|
25807
|
+
"length": 5,
|
|
25808
|
+
"value": "false"
|
|
25809
|
+
},
|
|
25653
25810
|
{
|
|
25654
25811
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/custom widgets\/ProgressBarForMenuScreen\/ProgressBarMenuScreen.swift",
|
|
25655
25812
|
"kind": "IntegerLiteral",
|
|
@@ -28168,7 +28325,7 @@
|
|
|
28168
28325
|
"kind": "FloatLiteral",
|
|
28169
28326
|
"offset": 1141,
|
|
28170
28327
|
"length": 3,
|
|
28171
|
-
"value": "
|
|
28328
|
+
"value": "5.0"
|
|
28172
28329
|
},
|
|
28173
28330
|
{
|
|
28174
28331
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/domain\/interface methods entities\/ErrorHandlingEntities.swift",
|
|
@@ -28418,7 +28575,7 @@
|
|
|
28418
28575
|
{
|
|
28419
28576
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/journeyIntroduction\/views\/JourneyIntroductionViewController.swift",
|
|
28420
28577
|
"kind": "BooleanLiteral",
|
|
28421
|
-
"offset":
|
|
28578
|
+
"offset": 1315,
|
|
28422
28579
|
"length": 5,
|
|
28423
28580
|
"value": "false"
|
|
28424
28581
|
},
|
|
@@ -28502,77 +28659,77 @@
|
|
|
28502
28659
|
{
|
|
28503
28660
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/views\/ProcessJourneyViewController.swift",
|
|
28504
28661
|
"kind": "FloatLiteral",
|
|
28505
|
-
"offset":
|
|
28662
|
+
"offset": 3749,
|
|
28506
28663
|
"length": 5,
|
|
28507
28664
|
"value": "0.915"
|
|
28508
28665
|
},
|
|
28509
28666
|
{
|
|
28510
28667
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/views\/ProcessJourneyViewController.swift",
|
|
28511
28668
|
"kind": "FloatLiteral",
|
|
28512
|
-
"offset":
|
|
28669
|
+
"offset": 3802,
|
|
28513
28670
|
"length": 4,
|
|
28514
28671
|
"value": "0.62"
|
|
28515
28672
|
},
|
|
28516
28673
|
{
|
|
28517
28674
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/views\/ProcessJourneyViewController.swift",
|
|
28518
28675
|
"kind": "IntegerLiteral",
|
|
28519
|
-
"offset":
|
|
28676
|
+
"offset": 3810,
|
|
28520
28677
|
"length": 1,
|
|
28521
28678
|
"value": "0"
|
|
28522
28679
|
},
|
|
28523
28680
|
{
|
|
28524
28681
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/views\/ProcessJourneyViewController.swift",
|
|
28525
28682
|
"kind": "IntegerLiteral",
|
|
28526
|
-
"offset":
|
|
28683
|
+
"offset": 3815,
|
|
28527
28684
|
"length": 1,
|
|
28528
28685
|
"value": "0"
|
|
28529
28686
|
},
|
|
28530
28687
|
{
|
|
28531
28688
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/views\/ProcessJourneyViewController.swift",
|
|
28532
28689
|
"kind": "BooleanLiteral",
|
|
28533
|
-
"offset":
|
|
28690
|
+
"offset": 3849,
|
|
28534
28691
|
"length": 5,
|
|
28535
28692
|
"value": "false"
|
|
28536
28693
|
},
|
|
28537
28694
|
{
|
|
28538
28695
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/views\/ProcessJourneyViewController.swift",
|
|
28539
28696
|
"kind": "BooleanLiteral",
|
|
28540
|
-
"offset":
|
|
28697
|
+
"offset": 3883,
|
|
28541
28698
|
"length": 5,
|
|
28542
28699
|
"value": "false"
|
|
28543
28700
|
},
|
|
28544
28701
|
{
|
|
28545
28702
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/views\/ProcessJourneyViewController.swift",
|
|
28546
28703
|
"kind": "FloatLiteral",
|
|
28547
|
-
"offset":
|
|
28704
|
+
"offset": 4311,
|
|
28548
28705
|
"length": 4,
|
|
28549
28706
|
"value": "0.70"
|
|
28550
28707
|
},
|
|
28551
28708
|
{
|
|
28552
28709
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/views\/ProcessJourneyViewController.swift",
|
|
28553
28710
|
"kind": "FloatLiteral",
|
|
28554
|
-
"offset":
|
|
28711
|
+
"offset": 4359,
|
|
28555
28712
|
"length": 4,
|
|
28556
28713
|
"value": "0.77"
|
|
28557
28714
|
},
|
|
28558
28715
|
{
|
|
28559
28716
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/views\/ProcessJourneyViewController.swift",
|
|
28560
28717
|
"kind": "BooleanLiteral",
|
|
28561
|
-
"offset":
|
|
28718
|
+
"offset": 4529,
|
|
28562
28719
|
"length": 5,
|
|
28563
28720
|
"value": "false"
|
|
28564
28721
|
},
|
|
28565
28722
|
{
|
|
28566
28723
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/views\/ProcessJourneyViewController.swift",
|
|
28567
28724
|
"kind": "IntegerLiteral",
|
|
28568
|
-
"offset":
|
|
28725
|
+
"offset": 4665,
|
|
28569
28726
|
"length": 1,
|
|
28570
28727
|
"value": "0"
|
|
28571
28728
|
},
|
|
28572
28729
|
{
|
|
28573
28730
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/views\/ProcessJourneyViewController.swift",
|
|
28574
28731
|
"kind": "IntegerLiteral",
|
|
28575
|
-
"offset":
|
|
28732
|
+
"offset": 4697,
|
|
28576
28733
|
"length": 1,
|
|
28577
28734
|
"value": "0"
|
|
28578
28735
|
},
|
|
@@ -92,7 +92,9 @@ public enum IDWiseTheme {
|
|
|
92
92
|
public class func startJourney(flowId: Swift.String, referenceNumber: Swift.String = "", locale: Swift.String = "", applicantDetails: [Swift.String : Swift.String]?, journeyCallbacks: any IDWiseNFC.IDWiseJourneyCallbacks, stepCallbacks: any IDWiseNFC.IDWiseStepCallbacks)
|
|
93
93
|
public class func resumeJourney(flowId: Swift.String, journeyId: Swift.String, locale: Swift.String = "", journeyCallbacks: any IDWiseNFC.IDWiseJourneyCallbacks, stepCallbacks: any IDWiseNFC.IDWiseStepCallbacks)
|
|
94
94
|
public class func startStep(stepId: Swift.String)
|
|
95
|
+
@available(*, deprecated)
|
|
95
96
|
public class func startStepFromFileUpload(stepId: Swift.String, data: Foundation.Data)
|
|
97
|
+
public class func startStepFromFileUpload(stepId: Swift.String, image: Foundation.Data, backImage: Foundation.Data? = nil)
|
|
96
98
|
public class func initialize(clientKey: Swift.String, theme: IDWiseNFC.IDWiseTheme, onError: @escaping (IDWiseNFC.IDWiseError?) -> ())
|
|
97
99
|
public class func getJourneySummary(callback: @escaping ((IDWiseNFC.JourneySummary?, IDWiseNFC.IDWiseError?) -> ()))
|
|
98
100
|
public class func unloadSDK()
|
|
@@ -381,6 +383,7 @@ extension IDWiseNFC.Alertable where Self : UIKit.UIViewController {
|
|
|
381
383
|
public func showAlert(title: Swift.String = "", message: Swift.String, preferredStyle: UIKit.UIAlertController.Style = .alert, completion: (() -> Swift.Void)? = nil)
|
|
382
384
|
public func showAlertWithActions(title: Swift.String = "", message: Swift.String, preferredStyle: UIKit.UIAlertController.Style = .alert, confirmed: (() -> Swift.Void)? = nil, rejected: (() -> Swift.Void)? = nil)
|
|
383
385
|
public func showAlertWithoutVC(title: Swift.String = "", message: Swift.String, preferredStyle: UIKit.UIAlertController.Style = .alert, completion: (() -> Swift.Void)? = nil)
|
|
386
|
+
public func showPopUpForCancellingJourney(_ callBack: @escaping () -> ())
|
|
384
387
|
}
|
|
385
388
|
public struct JourneyDefinitionDTO : Swift.Codable {
|
|
386
389
|
public let totalSteps: Swift.Int?
|
|
@@ -92,7 +92,9 @@ public enum IDWiseTheme {
|
|
|
92
92
|
public class func startJourney(flowId: Swift.String, referenceNumber: Swift.String = "", locale: Swift.String = "", applicantDetails: [Swift.String : Swift.String]?, journeyCallbacks: any IDWiseNFC.IDWiseJourneyCallbacks, stepCallbacks: any IDWiseNFC.IDWiseStepCallbacks)
|
|
93
93
|
public class func resumeJourney(flowId: Swift.String, journeyId: Swift.String, locale: Swift.String = "", journeyCallbacks: any IDWiseNFC.IDWiseJourneyCallbacks, stepCallbacks: any IDWiseNFC.IDWiseStepCallbacks)
|
|
94
94
|
public class func startStep(stepId: Swift.String)
|
|
95
|
+
@available(*, deprecated)
|
|
95
96
|
public class func startStepFromFileUpload(stepId: Swift.String, data: Foundation.Data)
|
|
97
|
+
public class func startStepFromFileUpload(stepId: Swift.String, image: Foundation.Data, backImage: Foundation.Data? = nil)
|
|
96
98
|
public class func initialize(clientKey: Swift.String, theme: IDWiseNFC.IDWiseTheme, onError: @escaping (IDWiseNFC.IDWiseError?) -> ())
|
|
97
99
|
public class func getJourneySummary(callback: @escaping ((IDWiseNFC.JourneySummary?, IDWiseNFC.IDWiseError?) -> ()))
|
|
98
100
|
public class func unloadSDK()
|
|
@@ -381,6 +383,7 @@ extension IDWiseNFC.Alertable where Self : UIKit.UIViewController {
|
|
|
381
383
|
public func showAlert(title: Swift.String = "", message: Swift.String, preferredStyle: UIKit.UIAlertController.Style = .alert, completion: (() -> Swift.Void)? = nil)
|
|
382
384
|
public func showAlertWithActions(title: Swift.String = "", message: Swift.String, preferredStyle: UIKit.UIAlertController.Style = .alert, confirmed: (() -> Swift.Void)? = nil, rejected: (() -> Swift.Void)? = nil)
|
|
383
385
|
public func showAlertWithoutVC(title: Swift.String = "", message: Swift.String, preferredStyle: UIKit.UIAlertController.Style = .alert, completion: (() -> Swift.Void)? = nil)
|
|
386
|
+
public func showPopUpForCancellingJourney(_ callBack: @escaping () -> ())
|
|
384
387
|
}
|
|
385
388
|
public struct JourneyDefinitionDTO : Swift.Codable {
|
|
386
389
|
public let totalSteps: Swift.Int?
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<dict>
|
|
7
7
|
<key>Assets.car</key>
|
|
8
8
|
<data>
|
|
9
|
-
|
|
9
|
+
6mguaXtat62orrn07RwgyrEbAFM=
|
|
10
10
|
</data>
|
|
11
11
|
<key>BulletCell.nib</key>
|
|
12
12
|
<data>
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
</data>
|
|
75
75
|
<key>Info.plist</key>
|
|
76
76
|
<data>
|
|
77
|
-
|
|
77
|
+
TjSSdJDDtGc0ITHBLnV7RsK3I/k=
|
|
78
78
|
</data>
|
|
79
79
|
<key>JourneyIntroductionViewController.storyboardc/A5G-4b-J84-view-Avi-oP-H2l.nib</key>
|
|
80
80
|
<data>
|
|
@@ -98,11 +98,11 @@
|
|
|
98
98
|
</data>
|
|
99
99
|
<key>Modules/IDWiseNFC.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
100
100
|
<data>
|
|
101
|
-
|
|
101
|
+
N9sgcan0NJj1wlgmTX0w6D0pGiM=
|
|
102
102
|
</data>
|
|
103
103
|
<key>Modules/IDWiseNFC.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
104
104
|
<data>
|
|
105
|
-
|
|
105
|
+
TSrTNmTSu627HZZIRdeGqGRKw8E=
|
|
106
106
|
</data>
|
|
107
107
|
<key>Modules/IDWiseNFC.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
108
108
|
<data>
|
|
@@ -110,19 +110,19 @@
|
|
|
110
110
|
</data>
|
|
111
111
|
<key>Modules/IDWiseNFC.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
|
112
112
|
<data>
|
|
113
|
-
|
|
113
|
+
TSrTNmTSu627HZZIRdeGqGRKw8E=
|
|
114
114
|
</data>
|
|
115
115
|
<key>Modules/IDWiseNFC.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
116
116
|
<data>
|
|
117
|
-
|
|
117
|
+
oUwuui8MKT7W1A8IPuBwHGS4CQU=
|
|
118
118
|
</data>
|
|
119
119
|
<key>Modules/IDWiseNFC.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
120
120
|
<data>
|
|
121
|
-
|
|
121
|
+
N9sgcan0NJj1wlgmTX0w6D0pGiM=
|
|
122
122
|
</data>
|
|
123
123
|
<key>Modules/IDWiseNFC.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
124
124
|
<data>
|
|
125
|
-
|
|
125
|
+
YJrT8T3HpALdKKlFVlibU8tNX2I=
|
|
126
126
|
</data>
|
|
127
127
|
<key>Modules/IDWiseNFC.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
128
128
|
<data>
|
|
@@ -130,11 +130,11 @@
|
|
|
130
130
|
</data>
|
|
131
131
|
<key>Modules/IDWiseNFC.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
|
132
132
|
<data>
|
|
133
|
-
|
|
133
|
+
YJrT8T3HpALdKKlFVlibU8tNX2I=
|
|
134
134
|
</data>
|
|
135
135
|
<key>Modules/IDWiseNFC.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
136
136
|
<data>
|
|
137
|
-
|
|
137
|
+
aFnTBWo83JCXX/30ofQbsjpi/lQ=
|
|
138
138
|
</data>
|
|
139
139
|
<key>Mulish-Bold.ttf</key>
|
|
140
140
|
<data>
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
</data>
|
|
215
215
|
<key>document_detector.mlmodelc/coremldata.bin</key>
|
|
216
216
|
<data>
|
|
217
|
-
|
|
217
|
+
x3g53PPMGiV+lKaSqDvTgz742wg=
|
|
218
218
|
</data>
|
|
219
219
|
<key>document_detector.mlmodelc/metadata.json</key>
|
|
220
220
|
<data>
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
<dict>
|
|
309
309
|
<key>hash2</key>
|
|
310
310
|
<data>
|
|
311
|
-
|
|
311
|
+
w7WySDhK6N+MgJU9e2FispGQoM7OV7SS3l/5Yb2M59U=
|
|
312
312
|
</data>
|
|
313
313
|
</dict>
|
|
314
314
|
<key>BulletCell.nib</key>
|
|
@@ -462,14 +462,14 @@
|
|
|
462
462
|
<dict>
|
|
463
463
|
<key>hash2</key>
|
|
464
464
|
<data>
|
|
465
|
-
|
|
465
|
+
Y2TxkYZ5C5Y1A/fIrkpzfD/8pR+MCfKHBjF2DCURdko=
|
|
466
466
|
</data>
|
|
467
467
|
</dict>
|
|
468
468
|
<key>Modules/IDWiseNFC.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
469
469
|
<dict>
|
|
470
470
|
<key>hash2</key>
|
|
471
471
|
<data>
|
|
472
|
-
|
|
472
|
+
Z3WRCekBqge/ORgISb1sK9LOW4k8z/UyWxaUCMIz0yc=
|
|
473
473
|
</data>
|
|
474
474
|
</dict>
|
|
475
475
|
<key>Modules/IDWiseNFC.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
@@ -483,28 +483,28 @@
|
|
|
483
483
|
<dict>
|
|
484
484
|
<key>hash2</key>
|
|
485
485
|
<data>
|
|
486
|
-
|
|
486
|
+
Z3WRCekBqge/ORgISb1sK9LOW4k8z/UyWxaUCMIz0yc=
|
|
487
487
|
</data>
|
|
488
488
|
</dict>
|
|
489
489
|
<key>Modules/IDWiseNFC.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
490
490
|
<dict>
|
|
491
491
|
<key>hash2</key>
|
|
492
492
|
<data>
|
|
493
|
-
|
|
493
|
+
Clv1N3Ub7bHcuzB/6KjQRzDhC05f+ZleFXqT6YqNdM4=
|
|
494
494
|
</data>
|
|
495
495
|
</dict>
|
|
496
496
|
<key>Modules/IDWiseNFC.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
497
497
|
<dict>
|
|
498
498
|
<key>hash2</key>
|
|
499
499
|
<data>
|
|
500
|
-
|
|
500
|
+
Y2TxkYZ5C5Y1A/fIrkpzfD/8pR+MCfKHBjF2DCURdko=
|
|
501
501
|
</data>
|
|
502
502
|
</dict>
|
|
503
503
|
<key>Modules/IDWiseNFC.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
504
504
|
<dict>
|
|
505
505
|
<key>hash2</key>
|
|
506
506
|
<data>
|
|
507
|
-
|
|
507
|
+
NYtRCcMQA2Nx5FfL6ZL2hllUGgWQUvgPzIQHA7JN9yY=
|
|
508
508
|
</data>
|
|
509
509
|
</dict>
|
|
510
510
|
<key>Modules/IDWiseNFC.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
@@ -518,14 +518,14 @@
|
|
|
518
518
|
<dict>
|
|
519
519
|
<key>hash2</key>
|
|
520
520
|
<data>
|
|
521
|
-
|
|
521
|
+
NYtRCcMQA2Nx5FfL6ZL2hllUGgWQUvgPzIQHA7JN9yY=
|
|
522
522
|
</data>
|
|
523
523
|
</dict>
|
|
524
524
|
<key>Modules/IDWiseNFC.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
525
525
|
<dict>
|
|
526
526
|
<key>hash2</key>
|
|
527
527
|
<data>
|
|
528
|
-
|
|
528
|
+
6HWFBVq+VSyAFhYvbbS4qz5kr0sEuH9x61bwJC4mtVs=
|
|
529
529
|
</data>
|
|
530
530
|
</dict>
|
|
531
531
|
<key>Mulish-Bold.ttf</key>
|
|
@@ -665,7 +665,7 @@
|
|
|
665
665
|
<dict>
|
|
666
666
|
<key>hash2</key>
|
|
667
667
|
<data>
|
|
668
|
-
|
|
668
|
+
55dJ0iU5Us0bBh1Ge1AzosaBJLWiPDIkB+UNHveoD08=
|
|
669
669
|
</data>
|
|
670
670
|
</dict>
|
|
671
671
|
<key>document_detector.mlmodelc/metadata.json</key>
|
|
Binary file
|