idwise-react-native-sdk 5.2.0 → 5.2.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 (21) hide show
  1. package/android/gradle.properties +1 -1
  2. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Assets.car +0 -0
  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 +346 -18
  6. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +13 -0
  7. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios.swiftinterface +13 -0
  8. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/_CodeSignature/CodeResources +13 -13
  9. package/ios/IDWiseSDK.xcframework/ios-arm64/IDWiseSDK.framework/document_detector.mlmodelc/coremldata.bin +0 -0
  10. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/IDWiseSDK +0 -0
  11. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Info.plist +0 -0
  12. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +346 -18
  13. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +13 -0
  14. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +13 -0
  15. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +346 -18
  16. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +13 -0
  17. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/Modules/IDWiseSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +13 -0
  18. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/_CodeSignature/CodeResources +21 -21
  19. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/document_detector.mlmodelc/coremldata.bin +0 -0
  20. package/ios/IDWiseSDK.xcframework/ios-arm64_x86_64-simulator/IDWiseSDK.framework/document_detector.mlmodelc/metadata.json +2 -2
  21. package/package.json +1 -1
@@ -7566,6 +7566,220 @@
7566
7566
  "declKind": "Import",
7567
7567
  "moduleName": "IDWiseSDK"
7568
7568
  },
7569
+ {
7570
+ "kind": "TypeDecl",
7571
+ "name": "CancellationReason",
7572
+ "printedName": "CancellationReason",
7573
+ "children": [
7574
+ {
7575
+ "kind": "Var",
7576
+ "name": "userCancelled",
7577
+ "printedName": "userCancelled",
7578
+ "children": [
7579
+ {
7580
+ "kind": "TypeFunc",
7581
+ "name": "Function",
7582
+ "printedName": "(IDWiseSDK.CancellationReason.Type) -> IDWiseSDK.CancellationReason",
7583
+ "children": [
7584
+ {
7585
+ "kind": "TypeNominal",
7586
+ "name": "CancellationReason",
7587
+ "printedName": "IDWiseSDK.CancellationReason",
7588
+ "usr": "s:9IDWiseSDK18CancellationReasonO"
7589
+ },
7590
+ {
7591
+ "kind": "TypeNominal",
7592
+ "name": "Metatype",
7593
+ "printedName": "IDWiseSDK.CancellationReason.Type",
7594
+ "children": [
7595
+ {
7596
+ "kind": "TypeNominal",
7597
+ "name": "CancellationReason",
7598
+ "printedName": "IDWiseSDK.CancellationReason",
7599
+ "usr": "s:9IDWiseSDK18CancellationReasonO"
7600
+ }
7601
+ ]
7602
+ }
7603
+ ]
7604
+ }
7605
+ ],
7606
+ "declKind": "EnumElement",
7607
+ "usr": "s:9IDWiseSDK18CancellationReasonO13userCancelledyA2CmF",
7608
+ "mangledName": "$s9IDWiseSDK18CancellationReasonO13userCancelledyA2CmF",
7609
+ "moduleName": "IDWiseSDK"
7610
+ },
7611
+ {
7612
+ "kind": "Var",
7613
+ "name": "scanningTimeout",
7614
+ "printedName": "scanningTimeout",
7615
+ "children": [
7616
+ {
7617
+ "kind": "TypeFunc",
7618
+ "name": "Function",
7619
+ "printedName": "(IDWiseSDK.CancellationReason.Type) -> IDWiseSDK.CancellationReason",
7620
+ "children": [
7621
+ {
7622
+ "kind": "TypeNominal",
7623
+ "name": "CancellationReason",
7624
+ "printedName": "IDWiseSDK.CancellationReason",
7625
+ "usr": "s:9IDWiseSDK18CancellationReasonO"
7626
+ },
7627
+ {
7628
+ "kind": "TypeNominal",
7629
+ "name": "Metatype",
7630
+ "printedName": "IDWiseSDK.CancellationReason.Type",
7631
+ "children": [
7632
+ {
7633
+ "kind": "TypeNominal",
7634
+ "name": "CancellationReason",
7635
+ "printedName": "IDWiseSDK.CancellationReason",
7636
+ "usr": "s:9IDWiseSDK18CancellationReasonO"
7637
+ }
7638
+ ]
7639
+ }
7640
+ ]
7641
+ }
7642
+ ],
7643
+ "declKind": "EnumElement",
7644
+ "usr": "s:9IDWiseSDK18CancellationReasonO15scanningTimeoutyA2CmF",
7645
+ "mangledName": "$s9IDWiseSDK18CancellationReasonO15scanningTimeoutyA2CmF",
7646
+ "moduleName": "IDWiseSDK"
7647
+ },
7648
+ {
7649
+ "kind": "Constructor",
7650
+ "name": "init",
7651
+ "printedName": "init(rawValue:)",
7652
+ "children": [
7653
+ {
7654
+ "kind": "TypeNominal",
7655
+ "name": "Optional",
7656
+ "printedName": "IDWiseSDK.CancellationReason?",
7657
+ "children": [
7658
+ {
7659
+ "kind": "TypeNominal",
7660
+ "name": "CancellationReason",
7661
+ "printedName": "IDWiseSDK.CancellationReason",
7662
+ "usr": "s:9IDWiseSDK18CancellationReasonO"
7663
+ }
7664
+ ],
7665
+ "usr": "s:Sq"
7666
+ },
7667
+ {
7668
+ "kind": "TypeNominal",
7669
+ "name": "String",
7670
+ "printedName": "Swift.String",
7671
+ "usr": "s:SS"
7672
+ }
7673
+ ],
7674
+ "declKind": "Constructor",
7675
+ "usr": "s:9IDWiseSDK18CancellationReasonO8rawValueACSgSS_tcfc",
7676
+ "mangledName": "$s9IDWiseSDK18CancellationReasonO8rawValueACSgSS_tcfc",
7677
+ "moduleName": "IDWiseSDK",
7678
+ "implicit": true,
7679
+ "init_kind": "Designated"
7680
+ },
7681
+ {
7682
+ "kind": "Var",
7683
+ "name": "rawValue",
7684
+ "printedName": "rawValue",
7685
+ "children": [
7686
+ {
7687
+ "kind": "TypeNominal",
7688
+ "name": "String",
7689
+ "printedName": "Swift.String",
7690
+ "usr": "s:SS"
7691
+ }
7692
+ ],
7693
+ "declKind": "Var",
7694
+ "usr": "s:9IDWiseSDK18CancellationReasonO8rawValueSSvp",
7695
+ "mangledName": "$s9IDWiseSDK18CancellationReasonO8rawValueSSvp",
7696
+ "moduleName": "IDWiseSDK",
7697
+ "implicit": true,
7698
+ "accessors": [
7699
+ {
7700
+ "kind": "Accessor",
7701
+ "name": "Get",
7702
+ "printedName": "Get()",
7703
+ "children": [
7704
+ {
7705
+ "kind": "TypeNominal",
7706
+ "name": "String",
7707
+ "printedName": "Swift.String",
7708
+ "usr": "s:SS"
7709
+ }
7710
+ ],
7711
+ "declKind": "Accessor",
7712
+ "usr": "s:9IDWiseSDK18CancellationReasonO8rawValueSSvg",
7713
+ "mangledName": "$s9IDWiseSDK18CancellationReasonO8rawValueSSvg",
7714
+ "moduleName": "IDWiseSDK",
7715
+ "implicit": true,
7716
+ "accessorKind": "get"
7717
+ }
7718
+ ]
7719
+ }
7720
+ ],
7721
+ "declKind": "Enum",
7722
+ "usr": "s:9IDWiseSDK18CancellationReasonO",
7723
+ "mangledName": "$s9IDWiseSDK18CancellationReasonO",
7724
+ "moduleName": "IDWiseSDK",
7725
+ "declAttributes": [
7726
+ "AccessControl",
7727
+ "RawDocComment"
7728
+ ],
7729
+ "enumRawTypeName": "String",
7730
+ "conformances": [
7731
+ {
7732
+ "kind": "Conformance",
7733
+ "name": "Equatable",
7734
+ "printedName": "Equatable",
7735
+ "usr": "s:SQ",
7736
+ "mangledName": "$sSQ"
7737
+ },
7738
+ {
7739
+ "kind": "Conformance",
7740
+ "name": "Hashable",
7741
+ "printedName": "Hashable",
7742
+ "usr": "s:SH",
7743
+ "mangledName": "$sSH"
7744
+ },
7745
+ {
7746
+ "kind": "Conformance",
7747
+ "name": "RawRepresentable",
7748
+ "printedName": "RawRepresentable",
7749
+ "children": [
7750
+ {
7751
+ "kind": "TypeWitness",
7752
+ "name": "RawValue",
7753
+ "printedName": "RawValue",
7754
+ "children": [
7755
+ {
7756
+ "kind": "TypeNominal",
7757
+ "name": "String",
7758
+ "printedName": "Swift.String",
7759
+ "usr": "s:SS"
7760
+ }
7761
+ ]
7762
+ }
7763
+ ],
7764
+ "usr": "s:SY",
7765
+ "mangledName": "$sSY"
7766
+ },
7767
+ {
7768
+ "kind": "Conformance",
7769
+ "name": "Decodable",
7770
+ "printedName": "Decodable",
7771
+ "usr": "s:Se",
7772
+ "mangledName": "$sSe"
7773
+ },
7774
+ {
7775
+ "kind": "Conformance",
7776
+ "name": "Encodable",
7777
+ "printedName": "Encodable",
7778
+ "usr": "s:SE",
7779
+ "mangledName": "$sSE"
7780
+ }
7781
+ ]
7782
+ },
7569
7783
  {
7570
7784
  "kind": "TypeDecl",
7571
7785
  "name": "IDWiseStepCallbacks",
@@ -7863,6 +8077,92 @@
7863
8077
  }
7864
8078
  ]
7865
8079
  },
8080
+ {
8081
+ "kind": "Var",
8082
+ "name": "cancellationReason",
8083
+ "printedName": "cancellationReason",
8084
+ "children": [
8085
+ {
8086
+ "kind": "TypeNominal",
8087
+ "name": "CancellationReason",
8088
+ "printedName": "IDWiseSDK.CancellationReason",
8089
+ "usr": "s:9IDWiseSDK18CancellationReasonO"
8090
+ }
8091
+ ],
8092
+ "declKind": "Var",
8093
+ "usr": "s:9IDWiseSDK17StepCancelledInfoV18cancellationReasonAA012CancellationG0Ovp",
8094
+ "mangledName": "$s9IDWiseSDK17StepCancelledInfoV18cancellationReasonAA012CancellationG0Ovp",
8095
+ "moduleName": "IDWiseSDK",
8096
+ "declAttributes": [
8097
+ "HasInitialValue",
8098
+ "HasStorage",
8099
+ "AccessControl"
8100
+ ],
8101
+ "hasStorage": true,
8102
+ "accessors": [
8103
+ {
8104
+ "kind": "Accessor",
8105
+ "name": "Get",
8106
+ "printedName": "Get()",
8107
+ "children": [
8108
+ {
8109
+ "kind": "TypeNominal",
8110
+ "name": "CancellationReason",
8111
+ "printedName": "IDWiseSDK.CancellationReason",
8112
+ "usr": "s:9IDWiseSDK18CancellationReasonO"
8113
+ }
8114
+ ],
8115
+ "declKind": "Accessor",
8116
+ "usr": "s:9IDWiseSDK17StepCancelledInfoV18cancellationReasonAA012CancellationG0Ovg",
8117
+ "mangledName": "$s9IDWiseSDK17StepCancelledInfoV18cancellationReasonAA012CancellationG0Ovg",
8118
+ "moduleName": "IDWiseSDK",
8119
+ "implicit": true,
8120
+ "accessorKind": "get"
8121
+ },
8122
+ {
8123
+ "kind": "Accessor",
8124
+ "name": "Set",
8125
+ "printedName": "Set()",
8126
+ "children": [
8127
+ {
8128
+ "kind": "TypeNominal",
8129
+ "name": "Void",
8130
+ "printedName": "()"
8131
+ },
8132
+ {
8133
+ "kind": "TypeNominal",
8134
+ "name": "CancellationReason",
8135
+ "printedName": "IDWiseSDK.CancellationReason",
8136
+ "usr": "s:9IDWiseSDK18CancellationReasonO"
8137
+ }
8138
+ ],
8139
+ "declKind": "Accessor",
8140
+ "usr": "s:9IDWiseSDK17StepCancelledInfoV18cancellationReasonAA012CancellationG0Ovs",
8141
+ "mangledName": "$s9IDWiseSDK17StepCancelledInfoV18cancellationReasonAA012CancellationG0Ovs",
8142
+ "moduleName": "IDWiseSDK",
8143
+ "implicit": true,
8144
+ "accessorKind": "set"
8145
+ },
8146
+ {
8147
+ "kind": "Accessor",
8148
+ "name": "Modify",
8149
+ "printedName": "Modify()",
8150
+ "children": [
8151
+ {
8152
+ "kind": "TypeNominal",
8153
+ "name": "Void",
8154
+ "printedName": "()"
8155
+ }
8156
+ ],
8157
+ "declKind": "Accessor",
8158
+ "usr": "s:9IDWiseSDK17StepCancelledInfoV18cancellationReasonAA012CancellationG0OvM",
8159
+ "mangledName": "$s9IDWiseSDK17StepCancelledInfoV18cancellationReasonAA012CancellationG0OvM",
8160
+ "moduleName": "IDWiseSDK",
8161
+ "implicit": true,
8162
+ "accessorKind": "_modify"
8163
+ }
8164
+ ]
8165
+ },
7866
8166
  {
7867
8167
  "kind": "Constructor",
7868
8168
  "name": "init",
@@ -21303,7 +21603,7 @@
21303
21603
  {
21304
21604
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/selfie\/views\/SelfieViewController.swift",
21305
21605
  "kind": "Array",
21306
- "offset": 11365,
21606
+ "offset": 11382,
21307
21607
  "length": 2,
21308
21608
  "value": "[]"
21309
21609
  },
@@ -21513,14 +21813,14 @@
21513
21813
  {
21514
21814
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/document\/views\/DocumentViewController.swift",
21515
21815
  "kind": "Array",
21516
- "offset": 20638,
21816
+ "offset": 20942,
21517
21817
  "length": 2,
21518
21818
  "value": "[]"
21519
21819
  },
21520
21820
  {
21521
21821
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/document\/views\/DocumentViewController.swift",
21522
21822
  "kind": "IntegerLiteral",
21523
- "offset": 41749,
21823
+ "offset": 42053,
21524
21824
  "length": 1,
21525
21825
  "value": "0"
21526
21826
  },
@@ -21849,7 +22149,7 @@
21849
22149
  {
21850
22150
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/presentation\/startJourney\/views\/StartJourneyViewController.swift",
21851
22151
  "kind": "IntegerLiteral",
21852
- "offset": 67806,
22152
+ "offset": 67499,
21853
22153
  "length": 2,
21854
22154
  "value": "16"
21855
22155
  },
@@ -22927,7 +23227,7 @@
22927
23227
  {
22928
23228
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/device\/IDWiseSDKMetricLogger.swift",
22929
23229
  "kind": "BooleanLiteral",
22930
- "offset": 11312,
23230
+ "offset": 11395,
22931
23231
  "length": 5,
22932
23232
  "value": "false"
22933
23233
  },
@@ -23799,6 +24099,34 @@
23799
24099
  "length": 5,
23800
24100
  "value": "false"
23801
24101
  },
24102
+ {
24103
+ "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/domain\/interface methods entities\/StepEntities.swift",
24104
+ "kind": "StringLiteral",
24105
+ "offset": 328,
24106
+ "length": 16,
24107
+ "value": "\"user_cancelled\""
24108
+ },
24109
+ {
24110
+ "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/domain\/interface methods entities\/StepEntities.swift",
24111
+ "kind": "StringLiteral",
24112
+ "offset": 370,
24113
+ "length": 18,
24114
+ "value": "\"scanning_timeout\""
24115
+ },
24116
+ {
24117
+ "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/domain\/interface methods entities\/StepEntities.swift",
24118
+ "kind": "StringLiteral",
24119
+ "offset": 328,
24120
+ "length": 16,
24121
+ "value": "\"user_cancelled\""
24122
+ },
24123
+ {
24124
+ "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/domain\/interface methods entities\/StepEntities.swift",
24125
+ "kind": "StringLiteral",
24126
+ "offset": 370,
24127
+ "length": 18,
24128
+ "value": "\"scanning_timeout\""
24129
+ },
23802
24130
  {
23803
24131
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/data\/utils\/RepositoryTask.swift",
23804
24132
  "kind": "BooleanLiteral",
@@ -24650,69 +24978,69 @@
24650
24978
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/device\/DeviceUtilities.swift",
24651
24979
  "kind": "StringLiteral",
24652
24980
  "offset": 1348,
24653
- "length": 12,
24654
- "value": "\"visitor_id\""
24981
+ "length": 24,
24982
+ "value": "\"fingerprint_visitor_id\""
24655
24983
  },
24656
24984
  {
24657
24985
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/device\/DeviceUtilities.swift",
24658
24986
  "kind": "StringLiteral",
24659
- "offset": 1387,
24660
- "length": 12,
24661
- "value": "\"request_id\""
24987
+ "offset": 1399,
24988
+ "length": 24,
24989
+ "value": "\"fingerprint_request_id\""
24662
24990
  },
24663
24991
  {
24664
24992
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/device\/DeviceUtilities.swift",
24665
24993
  "kind": "StringLiteral",
24666
- "offset": 1460,
24994
+ "offset": 1483,
24667
24995
  "length": 14,
24668
24996
  "value": "\"react-native\""
24669
24997
  },
24670
24998
  {
24671
24999
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/device\/DeviceUtilities.swift",
24672
25000
  "kind": "StringLiteral",
24673
- "offset": 1494,
25001
+ "offset": 1517,
24674
25002
  "length": 9,
24675
25003
  "value": "\"flutter\""
24676
25004
  },
24677
25005
  {
24678
25006
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/device\/DeviceUtilities.swift",
24679
25007
  "kind": "StringLiteral",
24680
- "offset": 1523,
25008
+ "offset": 1546,
24681
25009
  "length": 16,
24682
25010
  "value": "\"native-android\""
24683
25011
  },
24684
25012
  {
24685
25013
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/device\/DeviceUtilities.swift",
24686
25014
  "kind": "StringLiteral",
24687
- "offset": 1555,
25015
+ "offset": 1578,
24688
25016
  "length": 12,
24689
25017
  "value": "\"native-ios\""
24690
25018
  },
24691
25019
  {
24692
25020
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/device\/DeviceUtilities.swift",
24693
25021
  "kind": "StringLiteral",
24694
- "offset": 1460,
25022
+ "offset": 1483,
24695
25023
  "length": 14,
24696
25024
  "value": "\"react-native\""
24697
25025
  },
24698
25026
  {
24699
25027
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/device\/DeviceUtilities.swift",
24700
25028
  "kind": "StringLiteral",
24701
- "offset": 1494,
25029
+ "offset": 1517,
24702
25030
  "length": 9,
24703
25031
  "value": "\"flutter\""
24704
25032
  },
24705
25033
  {
24706
25034
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/device\/DeviceUtilities.swift",
24707
25035
  "kind": "StringLiteral",
24708
- "offset": 1523,
25036
+ "offset": 1546,
24709
25037
  "length": 16,
24710
25038
  "value": "\"native-android\""
24711
25039
  },
24712
25040
  {
24713
25041
  "filePath": "\/Users\/hafizahsan\/Desktop\/IDWiseSDK-latest\/IDWise\/source\/device\/DeviceUtilities.swift",
24714
25042
  "kind": "StringLiteral",
24715
- "offset": 1555,
25043
+ "offset": 1578,
24716
25044
  "length": 12,
24717
25045
  "value": "\"native-ios\""
24718
25046
  },
@@ -249,6 +249,15 @@ public class RawDataResponseDecoder : IDWiseSDK.ResponseDecoder {
249
249
  public func decode<T>(_ data: Foundation.Data) throws -> T where T : Swift.Decodable
250
250
  @objc deinit
251
251
  }
252
+ public enum CancellationReason : Swift.String, Swift.Codable {
253
+ case userCancelled
254
+ case scanningTimeout
255
+ public init?(rawValue: Swift.String)
256
+ public typealias RawValue = Swift.String
257
+ public var rawValue: Swift.String {
258
+ get
259
+ }
260
+ }
252
261
  public protocol IDWiseStepCallbacks {
253
262
  func onStepCaptured(stepCapturedInfo: IDWiseSDK.StepCapturedInfo)
254
263
  func onStepResult(stepResultInfo: IDWiseSDK.StepResultInfo)
@@ -262,6 +271,7 @@ public struct StepSkippedInfo : Swift.Codable {
262
271
  }
263
272
  public struct StepCancelledInfo : Swift.Codable {
264
273
  public let stepId: Swift.String
274
+ public var cancellationReason: IDWiseSDK.CancellationReason
265
275
  public func encode(to encoder: any Swift.Encoder) throws
266
276
  public init(from decoder: any Swift.Decoder) throws
267
277
  }
@@ -535,6 +545,9 @@ extension IDWiseSDK.IDWiseTheme : Swift.Equatable {}
535
545
  extension IDWiseSDK.IDWiseTheme : Swift.Hashable {}
536
546
  extension IDWiseSDK.LoaderPosition : Swift.Equatable {}
537
547
  extension IDWiseSDK.LoaderPosition : Swift.Hashable {}
548
+ extension IDWiseSDK.CancellationReason : Swift.Equatable {}
549
+ extension IDWiseSDK.CancellationReason : Swift.Hashable {}
550
+ extension IDWiseSDK.CancellationReason : Swift.RawRepresentable {}
538
551
  extension IDWiseSDK.HTTPMethodType : Swift.Equatable {}
539
552
  extension IDWiseSDK.HTTPMethodType : Swift.Hashable {}
540
553
  extension IDWiseSDK.HTTPMethodType : Swift.RawRepresentable {}
@@ -249,6 +249,15 @@ public class RawDataResponseDecoder : IDWiseSDK.ResponseDecoder {
249
249
  public func decode<T>(_ data: Foundation.Data) throws -> T where T : Swift.Decodable
250
250
  @objc deinit
251
251
  }
252
+ public enum CancellationReason : Swift.String, Swift.Codable {
253
+ case userCancelled
254
+ case scanningTimeout
255
+ public init?(rawValue: Swift.String)
256
+ public typealias RawValue = Swift.String
257
+ public var rawValue: Swift.String {
258
+ get
259
+ }
260
+ }
252
261
  public protocol IDWiseStepCallbacks {
253
262
  func onStepCaptured(stepCapturedInfo: IDWiseSDK.StepCapturedInfo)
254
263
  func onStepResult(stepResultInfo: IDWiseSDK.StepResultInfo)
@@ -262,6 +271,7 @@ public struct StepSkippedInfo : Swift.Codable {
262
271
  }
263
272
  public struct StepCancelledInfo : Swift.Codable {
264
273
  public let stepId: Swift.String
274
+ public var cancellationReason: IDWiseSDK.CancellationReason
265
275
  public func encode(to encoder: any Swift.Encoder) throws
266
276
  public init(from decoder: any Swift.Decoder) throws
267
277
  }
@@ -535,6 +545,9 @@ extension IDWiseSDK.IDWiseTheme : Swift.Equatable {}
535
545
  extension IDWiseSDK.IDWiseTheme : Swift.Hashable {}
536
546
  extension IDWiseSDK.LoaderPosition : Swift.Equatable {}
537
547
  extension IDWiseSDK.LoaderPosition : Swift.Hashable {}
548
+ extension IDWiseSDK.CancellationReason : Swift.Equatable {}
549
+ extension IDWiseSDK.CancellationReason : Swift.Hashable {}
550
+ extension IDWiseSDK.CancellationReason : Swift.RawRepresentable {}
538
551
  extension IDWiseSDK.HTTPMethodType : Swift.Equatable {}
539
552
  extension IDWiseSDK.HTTPMethodType : Swift.Hashable {}
540
553
  extension IDWiseSDK.HTTPMethodType : Swift.RawRepresentable {}