idwise-react-native-sdk 5.1.7 → 5.2.2
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/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Assets.car +0 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/IDWiseSDK +0 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Info.plist +0 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.abi.json +184 -27
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +3 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.swiftinterface +3 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/_CodeSignature/CodeResources +15 -15
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/document_detector.mlmodelc/coremldata.bin +0 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/document_detector.mlmodelc/metadata.json +2 -2
- package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Assets.car +0 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/IDWiseSDK +0 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Info.plist +0 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +184 -27
- package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +3 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +3 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +184 -27
- package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +3 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +3 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/_CodeSignature/CodeResources +23 -23
- package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/document_detector.mlmodelc/coremldata.bin +0 -0
- package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/document_detector.mlmodelc/metadata.json +2 -2
- package/package.json +1 -1
|
@@ -914,6 +914,56 @@
|
|
|
914
914
|
"mangledName": "$s9IDWiseSDK0A7DynamicC23startStepFromFileUpload6stepId4dataySS_10Foundation4DataVtFZ",
|
|
915
915
|
"moduleName": "IDWiseSDK",
|
|
916
916
|
"static": true,
|
|
917
|
+
"deprecated": true,
|
|
918
|
+
"declAttributes": [
|
|
919
|
+
"AccessControl",
|
|
920
|
+
"Available"
|
|
921
|
+
],
|
|
922
|
+
"funcSelfKind": "NonMutating"
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"kind": "Function",
|
|
926
|
+
"name": "startStepFromFileUpload",
|
|
927
|
+
"printedName": "startStepFromFileUpload(stepId:image:backImage:)",
|
|
928
|
+
"children": [
|
|
929
|
+
{
|
|
930
|
+
"kind": "TypeNominal",
|
|
931
|
+
"name": "Void",
|
|
932
|
+
"printedName": "()"
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"kind": "TypeNominal",
|
|
936
|
+
"name": "String",
|
|
937
|
+
"printedName": "Swift.String",
|
|
938
|
+
"usr": "s:SS"
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"kind": "TypeNominal",
|
|
942
|
+
"name": "Data",
|
|
943
|
+
"printedName": "Foundation.Data",
|
|
944
|
+
"usr": "s:10Foundation4DataV"
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"kind": "TypeNominal",
|
|
948
|
+
"name": "Optional",
|
|
949
|
+
"printedName": "Foundation.Data?",
|
|
950
|
+
"children": [
|
|
951
|
+
{
|
|
952
|
+
"kind": "TypeNominal",
|
|
953
|
+
"name": "Data",
|
|
954
|
+
"printedName": "Foundation.Data",
|
|
955
|
+
"usr": "s:10Foundation4DataV"
|
|
956
|
+
}
|
|
957
|
+
],
|
|
958
|
+
"hasDefaultArg": true,
|
|
959
|
+
"usr": "s:Sq"
|
|
960
|
+
}
|
|
961
|
+
],
|
|
962
|
+
"declKind": "Func",
|
|
963
|
+
"usr": "s:9IDWiseSDK0A7DynamicC23startStepFromFileUpload6stepId5image9backImageySS_10Foundation4DataVAJSgtFZ",
|
|
964
|
+
"mangledName": "$s9IDWiseSDK0A7DynamicC23startStepFromFileUpload6stepId5image9backImageySS_10Foundation4DataVAJSgtFZ",
|
|
965
|
+
"moduleName": "IDWiseSDK",
|
|
966
|
+
"static": true,
|
|
917
967
|
"declAttributes": [
|
|
918
968
|
"AccessControl"
|
|
919
969
|
],
|
|
@@ -15302,6 +15352,43 @@
|
|
|
15302
15352
|
"sugared_genericSig": "<Self where Self : UIKit.UIViewController, Self : IDWiseSDK.Alertable>",
|
|
15303
15353
|
"isFromExtension": true,
|
|
15304
15354
|
"funcSelfKind": "NonMutating"
|
|
15355
|
+
},
|
|
15356
|
+
{
|
|
15357
|
+
"kind": "Function",
|
|
15358
|
+
"name": "showPopUpForCancellingJourney",
|
|
15359
|
+
"printedName": "showPopUpForCancellingJourney(_:)",
|
|
15360
|
+
"children": [
|
|
15361
|
+
{
|
|
15362
|
+
"kind": "TypeNominal",
|
|
15363
|
+
"name": "Void",
|
|
15364
|
+
"printedName": "()"
|
|
15365
|
+
},
|
|
15366
|
+
{
|
|
15367
|
+
"kind": "TypeFunc",
|
|
15368
|
+
"name": "Function",
|
|
15369
|
+
"printedName": "() -> ()",
|
|
15370
|
+
"children": [
|
|
15371
|
+
{
|
|
15372
|
+
"kind": "TypeNominal",
|
|
15373
|
+
"name": "Void",
|
|
15374
|
+
"printedName": "()"
|
|
15375
|
+
},
|
|
15376
|
+
{
|
|
15377
|
+
"kind": "TypeNominal",
|
|
15378
|
+
"name": "Void",
|
|
15379
|
+
"printedName": "()"
|
|
15380
|
+
}
|
|
15381
|
+
]
|
|
15382
|
+
}
|
|
15383
|
+
],
|
|
15384
|
+
"declKind": "Func",
|
|
15385
|
+
"usr": "s:9IDWiseSDK9AlertablePAASo16UIViewControllerCRbzrlE29showPopUpForCancellingJourneyyyyycF",
|
|
15386
|
+
"mangledName": "$s9IDWiseSDK9AlertablePAASo16UIViewControllerCRbzrlE29showPopUpForCancellingJourneyyyyycF",
|
|
15387
|
+
"moduleName": "IDWiseSDK",
|
|
15388
|
+
"genericSig": "<τ_0_0 where τ_0_0 : UIKit.UIViewController, τ_0_0 : IDWiseSDK.Alertable>",
|
|
15389
|
+
"sugared_genericSig": "<Self where Self : UIKit.UIViewController, Self : IDWiseSDK.Alertable>",
|
|
15390
|
+
"isFromExtension": true,
|
|
15391
|
+
"funcSelfKind": "NonMutating"
|
|
15305
15392
|
}
|
|
15306
15393
|
],
|
|
15307
15394
|
"declKind": "Protocol",
|
|
@@ -21573,21 +21660,21 @@
|
|
|
21573
21660
|
{
|
|
21574
21661
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/startJourney\/viewModel\/JourneyViewModel.swift",
|
|
21575
21662
|
"kind": "StringLiteral",
|
|
21576
|
-
"offset":
|
|
21663
|
+
"offset": 1809,
|
|
21577
21664
|
"length": 2,
|
|
21578
21665
|
"value": "\"\""
|
|
21579
21666
|
},
|
|
21580
21667
|
{
|
|
21581
21668
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/startJourney\/viewModel\/JourneyViewModel.swift",
|
|
21582
21669
|
"kind": "BooleanLiteral",
|
|
21583
|
-
"offset":
|
|
21670
|
+
"offset": 1861,
|
|
21584
21671
|
"length": 5,
|
|
21585
21672
|
"value": "false"
|
|
21586
21673
|
},
|
|
21587
21674
|
{
|
|
21588
21675
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/startJourney\/viewModel\/JourneyViewModel.swift",
|
|
21589
21676
|
"kind": "BooleanLiteral",
|
|
21590
|
-
"offset":
|
|
21677
|
+
"offset": 2031,
|
|
21591
21678
|
"length": 5,
|
|
21592
21679
|
"value": "false"
|
|
21593
21680
|
},
|
|
@@ -21762,10 +21849,52 @@
|
|
|
21762
21849
|
{
|
|
21763
21850
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/startJourney\/views\/StartJourneyViewController.swift",
|
|
21764
21851
|
"kind": "IntegerLiteral",
|
|
21765
|
-
"offset":
|
|
21852
|
+
"offset": 67806,
|
|
21766
21853
|
"length": 2,
|
|
21767
21854
|
"value": "16"
|
|
21768
21855
|
},
|
|
21856
|
+
{
|
|
21857
|
+
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/repositories\/DefaultStartJourneyRepository.swift",
|
|
21858
|
+
"kind": "StringLiteral",
|
|
21859
|
+
"offset": 197,
|
|
21860
|
+
"length": 18,
|
|
21861
|
+
"value": "\"show_to_end_user\""
|
|
21862
|
+
},
|
|
21863
|
+
{
|
|
21864
|
+
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/repositories\/DefaultStartJourneyRepository.swift",
|
|
21865
|
+
"kind": "StringLiteral",
|
|
21866
|
+
"offset": 244,
|
|
21867
|
+
"length": 21,
|
|
21868
|
+
"value": "\"forward_to_host_app\""
|
|
21869
|
+
},
|
|
21870
|
+
{
|
|
21871
|
+
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/repositories\/DefaultStartJourneyRepository.swift",
|
|
21872
|
+
"kind": "StringLiteral",
|
|
21873
|
+
"offset": 288,
|
|
21874
|
+
"length": 19,
|
|
21875
|
+
"value": "\"internal_handling\""
|
|
21876
|
+
},
|
|
21877
|
+
{
|
|
21878
|
+
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/repositories\/DefaultStartJourneyRepository.swift",
|
|
21879
|
+
"kind": "StringLiteral",
|
|
21880
|
+
"offset": 197,
|
|
21881
|
+
"length": 18,
|
|
21882
|
+
"value": "\"show_to_end_user\""
|
|
21883
|
+
},
|
|
21884
|
+
{
|
|
21885
|
+
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/repositories\/DefaultStartJourneyRepository.swift",
|
|
21886
|
+
"kind": "StringLiteral",
|
|
21887
|
+
"offset": 244,
|
|
21888
|
+
"length": 21,
|
|
21889
|
+
"value": "\"forward_to_host_app\""
|
|
21890
|
+
},
|
|
21891
|
+
{
|
|
21892
|
+
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/repositories\/DefaultStartJourneyRepository.swift",
|
|
21893
|
+
"kind": "StringLiteral",
|
|
21894
|
+
"offset": 288,
|
|
21895
|
+
"length": 19,
|
|
21896
|
+
"value": "\"internal_handling\""
|
|
21897
|
+
},
|
|
21769
21898
|
{
|
|
21770
21899
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/domain\/interface methods entities\/ErrorHandlingEntities.swift",
|
|
21771
21900
|
"kind": "StringLiteral",
|
|
@@ -21841,7 +21970,7 @@
|
|
|
21841
21970
|
"kind": "FloatLiteral",
|
|
21842
21971
|
"offset": 1141,
|
|
21843
21972
|
"length": 3,
|
|
21844
|
-
"value": "
|
|
21973
|
+
"value": "5.0"
|
|
21845
21974
|
},
|
|
21846
21975
|
{
|
|
21847
21976
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/domain\/interface methods entities\/ErrorHandlingEntities.swift",
|
|
@@ -22049,28 +22178,42 @@
|
|
|
22049
22178
|
{
|
|
22050
22179
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/viewmodel\/ProcessJourneyViewModel.swift",
|
|
22051
22180
|
"kind": "StringLiteral",
|
|
22052
|
-
"offset":
|
|
22181
|
+
"offset": 1698,
|
|
22182
|
+
"length": 2,
|
|
22183
|
+
"value": "\"\""
|
|
22184
|
+
},
|
|
22185
|
+
{
|
|
22186
|
+
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/viewmodel\/ProcessJourneyViewModel.swift",
|
|
22187
|
+
"kind": "StringLiteral",
|
|
22188
|
+
"offset": 1756,
|
|
22189
|
+
"length": 2,
|
|
22190
|
+
"value": "\"\""
|
|
22191
|
+
},
|
|
22192
|
+
{
|
|
22193
|
+
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/viewmodel\/ProcessJourneyViewModel.swift",
|
|
22194
|
+
"kind": "StringLiteral",
|
|
22195
|
+
"offset": 1819,
|
|
22053
22196
|
"length": 2,
|
|
22054
22197
|
"value": "\"\""
|
|
22055
22198
|
},
|
|
22056
22199
|
{
|
|
22057
22200
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/viewmodel\/ProcessJourneyViewModel.swift",
|
|
22058
22201
|
"kind": "BooleanLiteral",
|
|
22059
|
-
"offset":
|
|
22202
|
+
"offset": 1873,
|
|
22060
22203
|
"length": 5,
|
|
22061
22204
|
"value": "false"
|
|
22062
22205
|
},
|
|
22063
22206
|
{
|
|
22064
22207
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/viewmodel\/ProcessJourneyViewModel.swift",
|
|
22065
22208
|
"kind": "BooleanLiteral",
|
|
22066
|
-
"offset":
|
|
22209
|
+
"offset": 2015,
|
|
22067
22210
|
"length": 5,
|
|
22068
22211
|
"value": "false"
|
|
22069
22212
|
},
|
|
22070
22213
|
{
|
|
22071
22214
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/viewmodel\/ProcessJourneyViewModel.swift",
|
|
22072
22215
|
"kind": "BooleanLiteral",
|
|
22073
|
-
"offset":
|
|
22216
|
+
"offset": 2091,
|
|
22074
22217
|
"length": 5,
|
|
22075
22218
|
"value": "false"
|
|
22076
22219
|
},
|
|
@@ -22844,31 +22987,38 @@
|
|
|
22844
22987
|
"length": 5,
|
|
22845
22988
|
"value": "false"
|
|
22846
22989
|
},
|
|
22990
|
+
{
|
|
22991
|
+
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/utils\/JourneyDataCache.swift",
|
|
22992
|
+
"kind": "Dictionary",
|
|
22993
|
+
"offset": 909,
|
|
22994
|
+
"length": 3,
|
|
22995
|
+
"value": "[]"
|
|
22996
|
+
},
|
|
22847
22997
|
{
|
|
22848
22998
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/utils\/JourneyDataCache.swift",
|
|
22849
22999
|
"kind": "BooleanLiteral",
|
|
22850
|
-
"offset":
|
|
23000
|
+
"offset": 1228,
|
|
22851
23001
|
"length": 5,
|
|
22852
23002
|
"value": "false"
|
|
22853
23003
|
},
|
|
22854
23004
|
{
|
|
22855
23005
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/utils\/JourneyDataCache.swift",
|
|
22856
23006
|
"kind": "StringLiteral",
|
|
22857
|
-
"offset":
|
|
23007
|
+
"offset": 1648,
|
|
22858
23008
|
"length": 2,
|
|
22859
23009
|
"value": "\"\""
|
|
22860
23010
|
},
|
|
22861
23011
|
{
|
|
22862
23012
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/utils\/JourneyDataCache.swift",
|
|
22863
23013
|
"kind": "StringLiteral",
|
|
22864
|
-
"offset":
|
|
23014
|
+
"offset": 1676,
|
|
22865
23015
|
"length": 2,
|
|
22866
23016
|
"value": "\"\""
|
|
22867
23017
|
},
|
|
22868
23018
|
{
|
|
22869
23019
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/utils\/JourneyDataCache.swift",
|
|
22870
23020
|
"kind": "BooleanLiteral",
|
|
22871
|
-
"offset":
|
|
23021
|
+
"offset": 1764,
|
|
22872
23022
|
"length": 5,
|
|
22873
23023
|
"value": "false"
|
|
22874
23024
|
},
|
|
@@ -22917,14 +23067,14 @@
|
|
|
22917
23067
|
{
|
|
22918
23068
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/finishJourney\/views\/FinishJourneyViewContoller.swift",
|
|
22919
23069
|
"kind": "IntegerLiteral",
|
|
22920
|
-
"offset":
|
|
23070
|
+
"offset": 1170,
|
|
22921
23071
|
"length": 1,
|
|
22922
23072
|
"value": "0"
|
|
22923
23073
|
},
|
|
22924
23074
|
{
|
|
22925
23075
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/finishJourney\/views\/FinishJourneyViewContoller.swift",
|
|
22926
23076
|
"kind": "IntegerLiteral",
|
|
22927
|
-
"offset":
|
|
23077
|
+
"offset": 1201,
|
|
22928
23078
|
"length": 1,
|
|
22929
23079
|
"value": "0"
|
|
22930
23080
|
},
|
|
@@ -22963,6 +23113,13 @@
|
|
|
22963
23113
|
"length": 4,
|
|
22964
23114
|
"value": "true"
|
|
22965
23115
|
},
|
|
23116
|
+
{
|
|
23117
|
+
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/flows\/JourneyFlowCoodinator.swift",
|
|
23118
|
+
"kind": "BooleanLiteral",
|
|
23119
|
+
"offset": 27665,
|
|
23120
|
+
"length": 5,
|
|
23121
|
+
"value": "false"
|
|
23122
|
+
},
|
|
22966
23123
|
{
|
|
22967
23124
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/domain\/entities\/Journey.swift",
|
|
22968
23125
|
"kind": "StringLiteral",
|
|
@@ -27068,7 +27225,7 @@
|
|
|
27068
27225
|
{
|
|
27069
27226
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/journeyIntroduction\/views\/JourneyIntroductionViewController.swift",
|
|
27070
27227
|
"kind": "BooleanLiteral",
|
|
27071
|
-
"offset":
|
|
27228
|
+
"offset": 1315,
|
|
27072
27229
|
"length": 5,
|
|
27073
27230
|
"value": "false"
|
|
27074
27231
|
},
|
|
@@ -27152,77 +27309,77 @@
|
|
|
27152
27309
|
{
|
|
27153
27310
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/views\/ProcessJourneyViewController.swift",
|
|
27154
27311
|
"kind": "FloatLiteral",
|
|
27155
|
-
"offset":
|
|
27312
|
+
"offset": 3749,
|
|
27156
27313
|
"length": 5,
|
|
27157
27314
|
"value": "0.915"
|
|
27158
27315
|
},
|
|
27159
27316
|
{
|
|
27160
27317
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/views\/ProcessJourneyViewController.swift",
|
|
27161
27318
|
"kind": "FloatLiteral",
|
|
27162
|
-
"offset":
|
|
27319
|
+
"offset": 3802,
|
|
27163
27320
|
"length": 4,
|
|
27164
27321
|
"value": "0.62"
|
|
27165
27322
|
},
|
|
27166
27323
|
{
|
|
27167
27324
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/views\/ProcessJourneyViewController.swift",
|
|
27168
27325
|
"kind": "IntegerLiteral",
|
|
27169
|
-
"offset":
|
|
27326
|
+
"offset": 3810,
|
|
27170
27327
|
"length": 1,
|
|
27171
27328
|
"value": "0"
|
|
27172
27329
|
},
|
|
27173
27330
|
{
|
|
27174
27331
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/views\/ProcessJourneyViewController.swift",
|
|
27175
27332
|
"kind": "IntegerLiteral",
|
|
27176
|
-
"offset":
|
|
27333
|
+
"offset": 3815,
|
|
27177
27334
|
"length": 1,
|
|
27178
27335
|
"value": "0"
|
|
27179
27336
|
},
|
|
27180
27337
|
{
|
|
27181
27338
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/views\/ProcessJourneyViewController.swift",
|
|
27182
27339
|
"kind": "BooleanLiteral",
|
|
27183
|
-
"offset":
|
|
27340
|
+
"offset": 3849,
|
|
27184
27341
|
"length": 5,
|
|
27185
27342
|
"value": "false"
|
|
27186
27343
|
},
|
|
27187
27344
|
{
|
|
27188
27345
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/views\/ProcessJourneyViewController.swift",
|
|
27189
27346
|
"kind": "BooleanLiteral",
|
|
27190
|
-
"offset":
|
|
27347
|
+
"offset": 3883,
|
|
27191
27348
|
"length": 5,
|
|
27192
27349
|
"value": "false"
|
|
27193
27350
|
},
|
|
27194
27351
|
{
|
|
27195
27352
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/views\/ProcessJourneyViewController.swift",
|
|
27196
27353
|
"kind": "FloatLiteral",
|
|
27197
|
-
"offset":
|
|
27354
|
+
"offset": 4311,
|
|
27198
27355
|
"length": 4,
|
|
27199
27356
|
"value": "0.70"
|
|
27200
27357
|
},
|
|
27201
27358
|
{
|
|
27202
27359
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/views\/ProcessJourneyViewController.swift",
|
|
27203
27360
|
"kind": "FloatLiteral",
|
|
27204
|
-
"offset":
|
|
27361
|
+
"offset": 4359,
|
|
27205
27362
|
"length": 4,
|
|
27206
27363
|
"value": "0.77"
|
|
27207
27364
|
},
|
|
27208
27365
|
{
|
|
27209
27366
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/views\/ProcessJourneyViewController.swift",
|
|
27210
27367
|
"kind": "BooleanLiteral",
|
|
27211
|
-
"offset":
|
|
27368
|
+
"offset": 4529,
|
|
27212
27369
|
"length": 5,
|
|
27213
27370
|
"value": "false"
|
|
27214
27371
|
},
|
|
27215
27372
|
{
|
|
27216
27373
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/views\/ProcessJourneyViewController.swift",
|
|
27217
27374
|
"kind": "IntegerLiteral",
|
|
27218
|
-
"offset":
|
|
27375
|
+
"offset": 4665,
|
|
27219
27376
|
"length": 1,
|
|
27220
27377
|
"value": "0"
|
|
27221
27378
|
},
|
|
27222
27379
|
{
|
|
27223
27380
|
"filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/processJourney\/views\/ProcessJourneyViewController.swift",
|
|
27224
27381
|
"kind": "IntegerLiteral",
|
|
27225
|
-
"offset":
|
|
27382
|
+
"offset": 4697,
|
|
27226
27383
|
"length": 1,
|
|
27227
27384
|
"value": "0"
|
|
27228
27385
|
},
|
|
@@ -53,7 +53,9 @@ public enum IDWiseTheme {
|
|
|
53
53
|
public class func startJourney(flowId: Swift.String, referenceNumber: Swift.String = "", locale: Swift.String = "", applicantDetails: [Swift.String : Swift.String]?, journeyCallbacks: any IDWiseSDK.IDWiseJourneyCallbacks, stepCallbacks: any IDWiseSDK.IDWiseStepCallbacks)
|
|
54
54
|
public class func resumeJourney(flowId: Swift.String, journeyId: Swift.String, locale: Swift.String = "", journeyCallbacks: any IDWiseSDK.IDWiseJourneyCallbacks, stepCallbacks: any IDWiseSDK.IDWiseStepCallbacks)
|
|
55
55
|
public class func startStep(stepId: Swift.String)
|
|
56
|
+
@available(*, deprecated)
|
|
56
57
|
public class func startStepFromFileUpload(stepId: Swift.String, data: Foundation.Data)
|
|
58
|
+
public class func startStepFromFileUpload(stepId: Swift.String, image: Foundation.Data, backImage: Foundation.Data? = nil)
|
|
57
59
|
public class func initialize(clientKey: Swift.String, theme: IDWiseSDK.IDWiseTheme, onError: @escaping (IDWiseSDK.IDWiseError?) -> ())
|
|
58
60
|
public class func getJourneySummary(callback: @escaping ((IDWiseSDK.JourneySummary?, IDWiseSDK.IDWiseError?) -> ()))
|
|
59
61
|
public class func unloadSDK()
|
|
@@ -407,6 +409,7 @@ extension IDWiseSDK.Alertable where Self : UIKit.UIViewController {
|
|
|
407
409
|
public func showAlert(title: Swift.String = "", message: Swift.String, preferredStyle: UIKit.UIAlertController.Style = .alert, completion: (() -> Swift.Void)? = nil)
|
|
408
410
|
public func showAlertWithActions(title: Swift.String = "", message: Swift.String, preferredStyle: UIKit.UIAlertController.Style = .alert, confirmed: (() -> Swift.Void)? = nil, rejected: (() -> Swift.Void)? = nil)
|
|
409
411
|
public func showAlertWithoutVC(title: Swift.String = "", message: Swift.String, preferredStyle: UIKit.UIAlertController.Style = .alert, completion: (() -> Swift.Void)? = nil)
|
|
412
|
+
public func showPopUpForCancellingJourney(_ callBack: @escaping () -> ())
|
|
410
413
|
}
|
|
411
414
|
public struct JourneyDefinitionDTO : Swift.Codable {
|
|
412
415
|
public let totalSteps: Swift.Int?
|
|
@@ -53,7 +53,9 @@ public enum IDWiseTheme {
|
|
|
53
53
|
public class func startJourney(flowId: Swift.String, referenceNumber: Swift.String = "", locale: Swift.String = "", applicantDetails: [Swift.String : Swift.String]?, journeyCallbacks: any IDWiseSDK.IDWiseJourneyCallbacks, stepCallbacks: any IDWiseSDK.IDWiseStepCallbacks)
|
|
54
54
|
public class func resumeJourney(flowId: Swift.String, journeyId: Swift.String, locale: Swift.String = "", journeyCallbacks: any IDWiseSDK.IDWiseJourneyCallbacks, stepCallbacks: any IDWiseSDK.IDWiseStepCallbacks)
|
|
55
55
|
public class func startStep(stepId: Swift.String)
|
|
56
|
+
@available(*, deprecated)
|
|
56
57
|
public class func startStepFromFileUpload(stepId: Swift.String, data: Foundation.Data)
|
|
58
|
+
public class func startStepFromFileUpload(stepId: Swift.String, image: Foundation.Data, backImage: Foundation.Data? = nil)
|
|
57
59
|
public class func initialize(clientKey: Swift.String, theme: IDWiseSDK.IDWiseTheme, onError: @escaping (IDWiseSDK.IDWiseError?) -> ())
|
|
58
60
|
public class func getJourneySummary(callback: @escaping ((IDWiseSDK.JourneySummary?, IDWiseSDK.IDWiseError?) -> ()))
|
|
59
61
|
public class func unloadSDK()
|
|
@@ -407,6 +409,7 @@ extension IDWiseSDK.Alertable where Self : UIKit.UIViewController {
|
|
|
407
409
|
public func showAlert(title: Swift.String = "", message: Swift.String, preferredStyle: UIKit.UIAlertController.Style = .alert, completion: (() -> Swift.Void)? = nil)
|
|
408
410
|
public func showAlertWithActions(title: Swift.String = "", message: Swift.String, preferredStyle: UIKit.UIAlertController.Style = .alert, confirmed: (() -> Swift.Void)? = nil, rejected: (() -> Swift.Void)? = nil)
|
|
409
411
|
public func showAlertWithoutVC(title: Swift.String = "", message: Swift.String, preferredStyle: UIKit.UIAlertController.Style = .alert, completion: (() -> Swift.Void)? = nil)
|
|
412
|
+
public func showPopUpForCancellingJourney(_ callBack: @escaping () -> ())
|
|
410
413
|
}
|
|
411
414
|
public struct JourneyDefinitionDTO : Swift.Codable {
|
|
412
415
|
public let totalSteps: Swift.Int?
|