idwise-react-native-sdk 5.4.0 → 5.4.4

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.
Files changed (46) hide show
  1. package/android/gradle.properties +1 -1
  2. package/android/src/main/java/com/idwisemobilesdk/IdwiseMobileSdkModule.kt +17 -7
  3. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/IDWiseSDK +0 -0
  4. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Info.plist +0 -0
  5. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.abi.json +217 -33
  6. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +2 -0
  7. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.swiftinterface +2 -0
  8. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/TokenExpiredVC.storyboardc/Info.plist +0 -0
  9. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/TokenExpiredVC.storyboardc/TokenExpiredVC.nib +0 -0
  10. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/TokenExpiredVC.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib +0 -0
  11. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/_CodeSignature/CodeResources +46 -13
  12. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/document_quality_model.mlmodelc/coremldata.bin +0 -0
  13. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/en.lproj/Localizable.strings +0 -0
  14. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/IDWiseSDK +0 -0
  15. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Info.plist +0 -0
  16. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +217 -33
  17. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +2 -0
  18. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +2 -0
  19. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +217 -33
  20. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +2 -0
  21. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +2 -0
  22. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/TokenExpiredVC.storyboardc/Info.plist +0 -0
  23. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/TokenExpiredVC.storyboardc/TokenExpiredVC.nib +0 -0
  24. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/TokenExpiredVC.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib +0 -0
  25. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/_CodeSignature/CodeResources +56 -23
  26. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/document_detector.mlmodelc/coremldata.bin +0 -0
  27. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/document_detector.mlmodelc/metadata.json +2 -2
  28. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/en.lproj/Localizable.strings +0 -0
  29. package/ios/IdwiseMobileSdk.mm +2 -1
  30. package/ios/IdwiseMobileSdk.swift +17 -12
  31. package/lib/commonjs/IDWise.js +6 -1
  32. package/lib/commonjs/IDWise.js.map +1 -1
  33. package/lib/commonjs/IDWiseConstants.js +1 -1
  34. package/lib/commonjs/IDWiseConstants.js.map +1 -1
  35. package/lib/commonjs/IDWiseDynamic.js +5 -0
  36. package/lib/commonjs/IDWiseDynamic.js.map +1 -1
  37. package/lib/module/IDWise.js +6 -1
  38. package/lib/module/IDWise.js.map +1 -1
  39. package/lib/module/IDWiseConstants.js +1 -1
  40. package/lib/module/IDWiseConstants.js.map +1 -1
  41. package/lib/module/IDWiseDynamic.js +5 -0
  42. package/lib/module/IDWiseDynamic.js.map +1 -1
  43. package/package.json +1 -1
  44. package/src/IDWise.js +7 -0
  45. package/src/IDWiseConstants.js +1 -1
  46. package/src/IDWiseDynamic.js +7 -0
@@ -4,4 +4,4 @@ IdwiseMobileSdk_targetSdkVersion=31
4
4
  IdwiseMobileSdk_compileSdkVersion=31
5
5
  IdwiseMobileSdk_ndkversion=21.4.7075529
6
6
  # Idwise SDK version
7
- idwise_sdk_version=5.4.1
7
+ idwise_sdk_version=5.4.4
@@ -25,6 +25,16 @@ class IdwiseMobileSdkModule(private val reactContext: ReactApplicationContext) :
25
25
  .emit(eventName, params)
26
26
  }
27
27
 
28
+
29
+ @ReactMethod(isBlockingSynchronousMethod = true)
30
+ fun isDeviceBlocked(): Boolean {
31
+ if(currentActivity == null){
32
+ return false
33
+ }else{
34
+ return IDWise.isDeviceBlocked(context=currentActivity!!)
35
+ }
36
+ }
37
+
28
38
  @ReactMethod
29
39
  fun initialize(clientKey: String, theme: String) {
30
40
  val idwiseTheme: IDWiseTheme = try {
@@ -51,7 +61,7 @@ class IdwiseMobileSdkModule(private val reactContext: ReactApplicationContext) :
51
61
  applicantDetails?.let{
52
62
  deconstructedMap = recursivelyDeconstructReadableMap(applicantDetails)
53
63
  }
54
-
64
+
55
65
  currentActivity?.let { activity ->
56
66
  IDWise.startJourney(context=activity, flowId=journeyTemplateId, referenceNo=referenceNo, locale=locale, applicantDetails=deconstructedMap, journeyCallbacks=journeyCallback)
57
67
  }
@@ -131,9 +141,9 @@ class IdwiseMobileSdkModule(private val reactContext: ReactApplicationContext) :
131
141
  IDWiseDynamic.getJourneySummary() { summary, error ->
132
142
  val gson = Gson()
133
143
  val argsMap = Arguments.createMap()
134
-
144
+
135
145
  val summaryResponse = JourneySummaryExposed(summary,error)
136
-
146
+
137
147
  argsMap.putString("data", gson.toJson(summaryResponse))
138
148
  sendEvent("onJourneySummary", argsMap)
139
149
 
@@ -195,13 +205,13 @@ class IdwiseMobileSdkModule(private val reactContext: ReactApplicationContext) :
195
205
  val stepCallback = object : IDWiseStepCallbacks {
196
206
  override fun onStepCaptured(stepCapturedInfo:StepCapturedInfo) {
197
207
  val params: WritableMap = Arguments.createMap()
198
-
208
+
199
209
  val originalImage = convertImageToBase64String(stepCapturedInfo.originalImage)
200
210
  val croppedImage = convertImageToBase64String(stepCapturedInfo.croppedImage)
201
211
  val originalImageBack = convertImageToBase64String(stepCapturedInfo.originalImageBack)
202
212
  val croppedImageBack = convertImageToBase64String(stepCapturedInfo.croppedImageBack)
203
213
  val response = OnStepCapturedInfoExposed(stepCapturedInfo.stepId.toString(),originalImage,croppedImage,originalImageBack,croppedImageBack)
204
-
214
+
205
215
  params.putString("data", Gson().toJson(response))
206
216
  sendEvent("onStepCaptured", params)
207
217
  }
@@ -244,9 +254,9 @@ class IdwiseMobileSdkModule(private val reactContext: ReactApplicationContext) :
244
254
  val deconstructedMap = HashMap<String,String>();
245
255
  while (iterator.hasNextKey()) {
246
256
  val key = iterator.nextKey();
247
- deconstructedMap.put(key, readableMap.getString(key)?:"");
257
+ deconstructedMap.put(key, readableMap.getString(key)?:"");
248
258
  }
249
-
259
+
250
260
  return deconstructedMap;
251
261
  }
252
262
 
@@ -2420,6 +2420,23 @@
2420
2420
  "RawDocComment"
2421
2421
  ]
2422
2422
  },
2423
+ {
2424
+ "kind": "Import",
2425
+ "name": "UIKit",
2426
+ "printedName": "UIKit",
2427
+ "declKind": "Import",
2428
+ "moduleName": "IDWiseSDK"
2429
+ },
2430
+ {
2431
+ "kind": "Import",
2432
+ "name": "Foundation",
2433
+ "printedName": "Foundation",
2434
+ "declKind": "Import",
2435
+ "moduleName": "IDWiseSDK",
2436
+ "declAttributes": [
2437
+ "RawDocComment"
2438
+ ]
2439
+ },
2423
2440
  {
2424
2441
  "kind": "Import",
2425
2442
  "name": "Foundation",
@@ -3311,6 +3328,53 @@
3311
3328
  }
3312
3329
  ]
3313
3330
  },
3331
+ {
3332
+ "kind": "Var",
3333
+ "name": "tokenExpired",
3334
+ "printedName": "tokenExpired",
3335
+ "children": [
3336
+ {
3337
+ "kind": "TypeNominal",
3338
+ "name": "String",
3339
+ "printedName": "Swift.String",
3340
+ "usr": "s:SS"
3341
+ }
3342
+ ],
3343
+ "declKind": "Var",
3344
+ "usr": "s:9IDWiseSDK0A9ErrorCodeV12tokenExpiredSSvpZ",
3345
+ "mangledName": "$s9IDWiseSDK0A9ErrorCodeV12tokenExpiredSSvpZ",
3346
+ "moduleName": "IDWiseSDK",
3347
+ "static": true,
3348
+ "declAttributes": [
3349
+ "HasInitialValue",
3350
+ "HasStorage",
3351
+ "AccessControl"
3352
+ ],
3353
+ "isLet": true,
3354
+ "hasStorage": true,
3355
+ "accessors": [
3356
+ {
3357
+ "kind": "Accessor",
3358
+ "name": "Get",
3359
+ "printedName": "Get()",
3360
+ "children": [
3361
+ {
3362
+ "kind": "TypeNominal",
3363
+ "name": "String",
3364
+ "printedName": "Swift.String",
3365
+ "usr": "s:SS"
3366
+ }
3367
+ ],
3368
+ "declKind": "Accessor",
3369
+ "usr": "s:9IDWiseSDK0A9ErrorCodeV12tokenExpiredSSvgZ",
3370
+ "mangledName": "$s9IDWiseSDK0A9ErrorCodeV12tokenExpiredSSvgZ",
3371
+ "moduleName": "IDWiseSDK",
3372
+ "static": true,
3373
+ "implicit": true,
3374
+ "accessorKind": "get"
3375
+ }
3376
+ ]
3377
+ },
3314
3378
  {
3315
3379
  "kind": "Var",
3316
3380
  "name": "journeyBlocked",
@@ -7049,6 +7113,53 @@
7049
7113
  "accessorKind": "get"
7050
7114
  }
7051
7115
  ]
7116
+ },
7117
+ {
7118
+ "kind": "Var",
7119
+ "name": "ADDRESS",
7120
+ "printedName": "ADDRESS",
7121
+ "children": [
7122
+ {
7123
+ "kind": "TypeNominal",
7124
+ "name": "String",
7125
+ "printedName": "Swift.String",
7126
+ "usr": "s:SS"
7127
+ }
7128
+ ],
7129
+ "declKind": "Var",
7130
+ "usr": "s:9IDWiseSDK20ApplicantDetailsKeysV7ADDRESSSSvpZ",
7131
+ "mangledName": "$s9IDWiseSDK20ApplicantDetailsKeysV7ADDRESSSSvpZ",
7132
+ "moduleName": "IDWiseSDK",
7133
+ "static": true,
7134
+ "declAttributes": [
7135
+ "HasInitialValue",
7136
+ "HasStorage",
7137
+ "AccessControl"
7138
+ ],
7139
+ "isLet": true,
7140
+ "hasStorage": true,
7141
+ "accessors": [
7142
+ {
7143
+ "kind": "Accessor",
7144
+ "name": "Get",
7145
+ "printedName": "Get()",
7146
+ "children": [
7147
+ {
7148
+ "kind": "TypeNominal",
7149
+ "name": "String",
7150
+ "printedName": "Swift.String",
7151
+ "usr": "s:SS"
7152
+ }
7153
+ ],
7154
+ "declKind": "Accessor",
7155
+ "usr": "s:9IDWiseSDK20ApplicantDetailsKeysV7ADDRESSSSvgZ",
7156
+ "mangledName": "$s9IDWiseSDK20ApplicantDetailsKeysV7ADDRESSSSvgZ",
7157
+ "moduleName": "IDWiseSDK",
7158
+ "static": true,
7159
+ "implicit": true,
7160
+ "accessorKind": "get"
7161
+ }
7162
+ ]
7052
7163
  }
7053
7164
  ],
7054
7165
  "declKind": "Struct",
@@ -7079,6 +7190,13 @@
7079
7190
  "RawDocComment"
7080
7191
  ]
7081
7192
  },
7193
+ {
7194
+ "kind": "Import",
7195
+ "name": "UIKit",
7196
+ "printedName": "UIKit",
7197
+ "declKind": "Import",
7198
+ "moduleName": "IDWiseSDK"
7199
+ },
7082
7200
  {
7083
7201
  "kind": "TypeDecl",
7084
7202
  "name": "NetworkCancellable",
@@ -22770,6 +22888,16 @@
22770
22888
  "RawDocComment"
22771
22889
  ]
22772
22890
  },
22891
+ {
22892
+ "kind": "Import",
22893
+ "name": "UIKit",
22894
+ "printedName": "UIKit",
22895
+ "declKind": "Import",
22896
+ "moduleName": "IDWiseSDK",
22897
+ "declAttributes": [
22898
+ "RawDocComment"
22899
+ ]
22900
+ },
22773
22901
  {
22774
22902
  "kind": "Import",
22775
22903
  "name": "Foundation",
@@ -24129,56 +24257,56 @@
24129
24257
  {
24130
24258
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/application\/IDWiseSDK.swift",
24131
24259
  "kind": "StringLiteral",
24132
- "offset": 7656,
24260
+ "offset": 9620,
24133
24261
  "length": 2,
24134
24262
  "value": "\"\""
24135
24263
  },
24136
24264
  {
24137
24265
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/application\/IDWiseSDK.swift",
24138
24266
  "kind": "StringLiteral",
24139
- "offset": 9011,
24267
+ "offset": 10975,
24140
24268
  "length": 2,
24141
24269
  "value": "\"\""
24142
24270
  },
24143
24271
  {
24144
24272
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/application\/IDWiseSDK.swift",
24145
24273
  "kind": "StringLiteral",
24146
- "offset": 23151,
24274
+ "offset": 25201,
24147
24275
  "length": 2,
24148
24276
  "value": "\"\""
24149
24277
  },
24150
24278
  {
24151
24279
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/application\/IDWiseSDK.swift",
24152
24280
  "kind": "StringLiteral",
24153
- "offset": 23171,
24281
+ "offset": 25221,
24154
24282
  "length": 2,
24155
24283
  "value": "\"\""
24156
24284
  },
24157
24285
  {
24158
24286
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/application\/IDWiseSDK.swift",
24159
24287
  "kind": "StringLiteral",
24160
- "offset": 24244,
24288
+ "offset": 26294,
24161
24289
  "length": 2,
24162
24290
  "value": "\"\""
24163
24291
  },
24164
24292
  {
24165
24293
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/application\/IDWiseSDK.swift",
24166
24294
  "kind": "StringLiteral",
24167
- "offset": 25875,
24295
+ "offset": 27925,
24168
24296
  "length": 2,
24169
24297
  "value": "\"\""
24170
24298
  },
24171
24299
  {
24172
24300
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/application\/IDWiseSDK.swift",
24173
24301
  "kind": "StringLiteral",
24174
- "offset": 25895,
24302
+ "offset": 27945,
24175
24303
  "length": 2,
24176
24304
  "value": "\"\""
24177
24305
  },
24178
24306
  {
24179
24307
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/application\/IDWiseSDK.swift",
24180
24308
  "kind": "StringLiteral",
24181
- "offset": 27134,
24309
+ "offset": 29184,
24182
24310
  "length": 2,
24183
24311
  "value": "\"\""
24184
24312
  },
@@ -24724,7 +24852,14 @@
24724
24852
  {
24725
24853
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/domain\/interface methods entities\/ErrorHandlingEntities.swift",
24726
24854
  "kind": "StringLiteral",
24727
- "offset": 4323,
24855
+ "offset": 4317,
24856
+ "length": 15,
24857
+ "value": "\"token_expired\""
24858
+ },
24859
+ {
24860
+ "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/domain\/interface methods entities\/ErrorHandlingEntities.swift",
24861
+ "kind": "StringLiteral",
24862
+ "offset": 4377,
24728
24863
  "length": 17,
24729
24864
  "value": "\"journey_blocked\""
24730
24865
  },
@@ -24773,42 +24908,42 @@
24773
24908
  {
24774
24909
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/Network\/DataMapping\/WhiteLablingResponseDTO.swift",
24775
24910
  "kind": "StringLiteral",
24776
- "offset": 4511,
24911
+ "offset": 4620,
24777
24912
  "length": 40,
24778
24913
  "value": "\"menu_screen_continue_later_button_text\""
24779
24914
  },
24780
24915
  {
24781
24916
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/Network\/DataMapping\/WhiteLablingResponseDTO.swift",
24782
24917
  "kind": "StringLiteral",
24783
- "offset": 4969,
24918
+ "offset": 5078,
24784
24919
  "length": 31,
24785
24920
  "value": "\"document_screen_identity_card\""
24786
24921
  },
24787
24922
  {
24788
24923
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/Network\/DataMapping\/WhiteLablingResponseDTO.swift",
24789
24924
  "kind": "StringLiteral",
24790
- "offset": 6416,
24925
+ "offset": 6525,
24791
24926
  "length": 7,
24792
24927
  "value": "\"close\""
24793
24928
  },
24794
24929
  {
24795
24930
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/Network\/DataMapping\/WhiteLablingResponseDTO.swift",
24796
24931
  "kind": "StringLiteral",
24797
- "offset": 4511,
24932
+ "offset": 4620,
24798
24933
  "length": 40,
24799
24934
  "value": "\"menu_screen_continue_later_button_text\""
24800
24935
  },
24801
24936
  {
24802
24937
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/Network\/DataMapping\/WhiteLablingResponseDTO.swift",
24803
24938
  "kind": "StringLiteral",
24804
- "offset": 4969,
24939
+ "offset": 5078,
24805
24940
  "length": 31,
24806
24941
  "value": "\"document_screen_identity_card\""
24807
24942
  },
24808
24943
  {
24809
24944
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/Network\/DataMapping\/WhiteLablingResponseDTO.swift",
24810
24945
  "kind": "StringLiteral",
24811
- "offset": 6416,
24946
+ "offset": 6525,
24812
24947
  "length": 7,
24813
24948
  "value": "\"close\""
24814
24949
  },
@@ -25564,17 +25699,31 @@
25564
25699
  {
25565
25700
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/Network\/DataMapping\/InitializeSDKResponse.swift",
25566
25701
  "kind": "StringLiteral",
25567
- "offset": 316,
25702
+ "offset": 346,
25568
25703
  "length": 12,
25569
25704
  "value": "\"auth_token\""
25570
25705
  },
25571
25706
  {
25572
25707
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/Network\/DataMapping\/InitializeSDKResponse.swift",
25573
25708
  "kind": "StringLiteral",
25574
- "offset": 316,
25709
+ "offset": 439,
25710
+ "length": 18,
25711
+ "value": "\"expiry_timestamp\""
25712
+ },
25713
+ {
25714
+ "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/Network\/DataMapping\/InitializeSDKResponse.swift",
25715
+ "kind": "StringLiteral",
25716
+ "offset": 346,
25575
25717
  "length": 12,
25576
25718
  "value": "\"auth_token\""
25577
25719
  },
25720
+ {
25721
+ "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/Network\/DataMapping\/InitializeSDKResponse.swift",
25722
+ "kind": "StringLiteral",
25723
+ "offset": 439,
25724
+ "length": 18,
25725
+ "value": "\"expiry_timestamp\""
25726
+ },
25578
25727
  {
25579
25728
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/utils\/JourneyDataCache.swift",
25580
25729
  "kind": "IntegerLiteral",
@@ -25711,56 +25860,63 @@
25711
25860
  {
25712
25861
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/flows\/JourneyFlowCoodinator.swift",
25713
25862
  "kind": "BooleanLiteral",
25714
- "offset": 4643,
25863
+ "offset": 4721,
25715
25864
  "length": 5,
25716
25865
  "value": "false"
25717
25866
  },
25718
25867
  {
25719
25868
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/flows\/JourneyFlowCoodinator.swift",
25720
25869
  "kind": "BooleanLiteral",
25721
- "offset": 4689,
25870
+ "offset": 4767,
25722
25871
  "length": 5,
25723
25872
  "value": "false"
25724
25873
  },
25725
25874
  {
25726
25875
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/flows\/JourneyFlowCoodinator.swift",
25727
25876
  "kind": "FloatLiteral",
25728
- "offset": 4894,
25877
+ "offset": 4972,
25729
25878
  "length": 3,
25730
25879
  "value": "3.0"
25731
25880
  },
25732
25881
  {
25733
25882
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/flows\/JourneyFlowCoodinator.swift",
25734
25883
  "kind": "IntegerLiteral",
25735
- "offset": 4938,
25884
+ "offset": 5016,
25736
25885
  "length": 1,
25737
25886
  "value": "0"
25738
25887
  },
25739
25888
  {
25740
25889
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/flows\/JourneyFlowCoodinator.swift",
25741
25890
  "kind": "BooleanLiteral",
25742
- "offset": 5047,
25891
+ "offset": 5125,
25743
25892
  "length": 4,
25744
25893
  "value": "true"
25745
25894
  },
25746
25895
  {
25747
25896
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/flows\/JourneyFlowCoodinator.swift",
25748
25897
  "kind": "BooleanLiteral",
25749
- "offset": 23544,
25898
+ "offset": 24584,
25750
25899
  "length": 5,
25751
25900
  "value": "false"
25752
25901
  },
25753
25902
  {
25754
25903
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/flows\/JourneyFlowCoodinator.swift",
25755
25904
  "kind": "BooleanLiteral",
25756
- "offset": 30981,
25905
+ "offset": 32021,
25757
25906
  "length": 5,
25758
25907
  "value": "false"
25759
25908
  },
25760
25909
  {
25761
25910
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/flows\/JourneyFlowCoodinator.swift",
25762
25911
  "kind": "BooleanLiteral",
25763
- "offset": 53848,
25912
+ "offset": 54805,
25913
+ "length": 4,
25914
+ "value": "true"
25915
+ },
25916
+ {
25917
+ "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/flows\/JourneyFlowCoodinator.swift",
25918
+ "kind": "BooleanLiteral",
25919
+ "offset": 55913,
25764
25920
  "length": 5,
25765
25921
  "value": "false"
25766
25922
  },
@@ -26131,52 +26287,59 @@
26131
26287
  {
26132
26288
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/domain\/interface methods entities\/JourneyEntities.swift",
26133
26289
  "kind": "StringLiteral",
26134
- "offset": 338,
26290
+ "offset": 237,
26135
26291
  "length": 16,
26136
26292
  "value": "\"user_cancelled\""
26137
26293
  },
26138
26294
  {
26139
26295
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/domain\/interface methods entities\/JourneyEntities.swift",
26140
26296
  "kind": "StringLiteral",
26141
- "offset": 377,
26297
+ "offset": 276,
26142
26298
  "length": 15,
26143
26299
  "value": "\"token_expired\""
26144
26300
  },
26145
26301
  {
26146
26302
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/domain\/interface methods entities\/JourneyEntities.swift",
26147
26303
  "kind": "StringLiteral",
26148
- "offset": 338,
26304
+ "offset": 237,
26149
26305
  "length": 16,
26150
26306
  "value": "\"user_cancelled\""
26151
26307
  },
26152
26308
  {
26153
26309
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/domain\/interface methods entities\/JourneyEntities.swift",
26154
26310
  "kind": "StringLiteral",
26155
- "offset": 377,
26311
+ "offset": 276,
26156
26312
  "length": 15,
26157
26313
  "value": "\"token_expired\""
26158
26314
  },
26159
26315
  {
26160
26316
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/domain\/interface methods entities\/JourneyEntities.swift",
26161
26317
  "kind": "StringLiteral",
26162
- "offset": 1632,
26318
+ "offset": 1531,
26163
26319
  "length": 11,
26164
26320
  "value": "\"full_name\""
26165
26321
  },
26166
26322
  {
26167
26323
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/domain\/interface methods entities\/JourneyEntities.swift",
26168
26324
  "kind": "StringLiteral",
26169
- "offset": 1679,
26325
+ "offset": 1578,
26170
26326
  "length": 12,
26171
26327
  "value": "\"birth_date\""
26172
26328
  },
26173
26329
  {
26174
26330
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/domain\/interface methods entities\/JourneyEntities.swift",
26175
26331
  "kind": "StringLiteral",
26176
- "offset": 1720,
26332
+ "offset": 1619,
26177
26333
  "length": 5,
26178
26334
  "value": "\"sex\""
26179
26335
  },
26336
+ {
26337
+ "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/domain\/interface methods entities\/JourneyEntities.swift",
26338
+ "kind": "StringLiteral",
26339
+ "offset": 1657,
26340
+ "length": 9,
26341
+ "value": "\"address\""
26342
+ },
26180
26343
  {
26181
26344
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/custom widgets\/StepStatusCell\/MenuCell.swift",
26182
26345
  "kind": "IntegerLiteral",
@@ -26254,6 +26417,13 @@
26254
26417
  "length": 22,
26255
26418
  "value": "\"Y6aCnKyqNJLCeO9MqwmN\""
26256
26419
  },
26420
+ {
26421
+ "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/utils\/IDWiseConstants.swift",
26422
+ "kind": "FloatLiteral",
26423
+ "offset": 422,
26424
+ "length": 5,
26425
+ "value": "600.0"
26426
+ },
26257
26427
  {
26258
26428
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/Infrastructure\/network\/DataTransferService.swift",
26259
26429
  "kind": "StringLiteral",
@@ -26488,7 +26658,7 @@
26488
26658
  {
26489
26659
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/application\/SDKInitializer.swift",
26490
26660
  "kind": "BooleanLiteral",
26491
- "offset": 414,
26661
+ "offset": 442,
26492
26662
  "length": 5,
26493
26663
  "value": "false"
26494
26664
  },
@@ -27451,6 +27621,13 @@
27451
27621
  "length": 36,
27452
27622
  "value": "\"journey_id_idwise_internal_storage\""
27453
27623
  },
27624
+ {
27625
+ "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/persistence\/PersistenceKeys.swift",
27626
+ "kind": "StringLiteral",
27627
+ "offset": 294,
27628
+ "length": 36,
27629
+ "value": "\"client_key_idwise_internal_storage\""
27630
+ },
27454
27631
  {
27455
27632
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/persistence\/PersistenceKeys.swift",
27456
27633
  "kind": "StringLiteral",
@@ -27465,6 +27642,13 @@
27465
27642
  "length": 36,
27466
27643
  "value": "\"journey_id_idwise_internal_storage\""
27467
27644
  },
27645
+ {
27646
+ "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/persistence\/PersistenceKeys.swift",
27647
+ "kind": "StringLiteral",
27648
+ "offset": 294,
27649
+ "length": 36,
27650
+ "value": "\"client_key_idwise_internal_storage\""
27651
+ },
27468
27652
  {
27469
27653
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/custom widgets\/ProgressBarForMenuScreen\/ProgressBarMenuScreen.swift",
27470
27654
  "kind": "IntegerLiteral",
@@ -110,6 +110,7 @@ public struct IDWiseErrorCode {
110
110
  public static let stepConcluded: Swift.String
111
111
  public static let nfcScanError: Swift.String
112
112
  public static let noJourneyToResume: Swift.String
113
+ public static let tokenExpired: Swift.String
113
114
  public static let journeyBlocked: Swift.String
114
115
  }
115
116
  public struct IDWiseError : Swift.Codable {
@@ -214,6 +215,7 @@ public struct ApplicantDetailsKeys {
214
215
  public static let FULL_NAME: Swift.String
215
216
  public static let BIRTH_DATE: Swift.String
216
217
  public static let SEX: Swift.String
218
+ public static let ADDRESS: Swift.String
217
219
  }
218
220
  public protocol NetworkCancellable {
219
221
  func cancel()
@@ -110,6 +110,7 @@ public struct IDWiseErrorCode {
110
110
  public static let stepConcluded: Swift.String
111
111
  public static let nfcScanError: Swift.String
112
112
  public static let noJourneyToResume: Swift.String
113
+ public static let tokenExpired: Swift.String
113
114
  public static let journeyBlocked: Swift.String
114
115
  }
115
116
  public struct IDWiseError : Swift.Codable {
@@ -214,6 +215,7 @@ public struct ApplicantDetailsKeys {
214
215
  public static let FULL_NAME: Swift.String
215
216
  public static let BIRTH_DATE: Swift.String
216
217
  public static let SEX: Swift.String
218
+ public static let ADDRESS: Swift.String
217
219
  }
218
220
  public protocol NetworkCancellable {
219
221
  func cancel()