@doorstepai/dropoff-sdk 1.0.7 → 1.0.9
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/README.md +33 -19
- package/android/build.gradle +1 -1
- package/android/src/main/java/com/doorstepai/dropoffsdk/DoorstepAIModule.kt +42 -32
- package/ios/DoorstepAI.mm +8 -2
- package/ios/DoorstepAI.swift +27 -22
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/DoorstepDropoffSDK +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.abi.json +215 -57
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +6 -5
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.swiftinterface +6 -5
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/_CodeSignature/CodeResources +8 -8
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/DWARF/DoorstepDropoffSDK +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/aarch64/DoorstepDropoffSDK.yml +735 -677
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/DoorstepDropoffSDK +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +215 -57
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +6 -5
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +6 -5
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +215 -57
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +6 -5
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +6 -5
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/_CodeSignature/CodeResources +16 -16
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/DWARF/DoorstepDropoffSDK +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/aarch64/DoorstepDropoffSDK.yml +759 -701
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/x86_64/DoorstepDropoffSDK.yml +759 -700
- package/lib/module/DoorstepAI.js +56 -29
- package/lib/module/DoorstepAI.js.map +1 -1
- package/lib/module/RootDoorstepAI.js.map +1 -1
- package/lib/typescript/src/DoorstepAI.d.ts +6 -5
- package/lib/typescript/src/DoorstepAI.d.ts.map +1 -1
- package/lib/typescript/src/RootDoorstepAI.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/DoorstepAI.tsx +64 -42
- package/src/RootDoorstepAI.tsx +4 -7
|
Binary file
|
|
@@ -629,6 +629,106 @@
|
|
|
629
629
|
"name": "DoorstepAI",
|
|
630
630
|
"printedName": "DoorstepAI",
|
|
631
631
|
"children": [
|
|
632
|
+
{
|
|
633
|
+
"kind": "Var",
|
|
634
|
+
"name": "devMode",
|
|
635
|
+
"printedName": "devMode",
|
|
636
|
+
"children": [
|
|
637
|
+
{
|
|
638
|
+
"kind": "TypeNominal",
|
|
639
|
+
"name": "Bool",
|
|
640
|
+
"printedName": "Swift.Bool",
|
|
641
|
+
"usr": "s:Sb"
|
|
642
|
+
}
|
|
643
|
+
],
|
|
644
|
+
"declKind": "Var",
|
|
645
|
+
"usr": "s:18DoorstepDropoffSDK0A2AIC7devModeSbvpZ",
|
|
646
|
+
"mangledName": "$s18DoorstepDropoffSDK0A2AIC7devModeSbvpZ",
|
|
647
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
648
|
+
"static": true,
|
|
649
|
+
"declAttributes": [
|
|
650
|
+
"HasInitialValue",
|
|
651
|
+
"Final",
|
|
652
|
+
"HasStorage",
|
|
653
|
+
"AccessControl"
|
|
654
|
+
],
|
|
655
|
+
"hasStorage": true,
|
|
656
|
+
"accessors": [
|
|
657
|
+
{
|
|
658
|
+
"kind": "Accessor",
|
|
659
|
+
"name": "Get",
|
|
660
|
+
"printedName": "Get()",
|
|
661
|
+
"children": [
|
|
662
|
+
{
|
|
663
|
+
"kind": "TypeNominal",
|
|
664
|
+
"name": "Bool",
|
|
665
|
+
"printedName": "Swift.Bool",
|
|
666
|
+
"usr": "s:Sb"
|
|
667
|
+
}
|
|
668
|
+
],
|
|
669
|
+
"declKind": "Accessor",
|
|
670
|
+
"usr": "s:18DoorstepDropoffSDK0A2AIC7devModeSbvgZ",
|
|
671
|
+
"mangledName": "$s18DoorstepDropoffSDK0A2AIC7devModeSbvgZ",
|
|
672
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
673
|
+
"static": true,
|
|
674
|
+
"implicit": true,
|
|
675
|
+
"declAttributes": [
|
|
676
|
+
"Final"
|
|
677
|
+
],
|
|
678
|
+
"accessorKind": "get"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"kind": "Accessor",
|
|
682
|
+
"name": "Set",
|
|
683
|
+
"printedName": "Set()",
|
|
684
|
+
"children": [
|
|
685
|
+
{
|
|
686
|
+
"kind": "TypeNominal",
|
|
687
|
+
"name": "Void",
|
|
688
|
+
"printedName": "()"
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"kind": "TypeNominal",
|
|
692
|
+
"name": "Bool",
|
|
693
|
+
"printedName": "Swift.Bool",
|
|
694
|
+
"usr": "s:Sb"
|
|
695
|
+
}
|
|
696
|
+
],
|
|
697
|
+
"declKind": "Accessor",
|
|
698
|
+
"usr": "s:18DoorstepDropoffSDK0A2AIC7devModeSbvsZ",
|
|
699
|
+
"mangledName": "$s18DoorstepDropoffSDK0A2AIC7devModeSbvsZ",
|
|
700
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
701
|
+
"static": true,
|
|
702
|
+
"implicit": true,
|
|
703
|
+
"declAttributes": [
|
|
704
|
+
"Final"
|
|
705
|
+
],
|
|
706
|
+
"accessorKind": "set"
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"kind": "Accessor",
|
|
710
|
+
"name": "Modify",
|
|
711
|
+
"printedName": "Modify()",
|
|
712
|
+
"children": [
|
|
713
|
+
{
|
|
714
|
+
"kind": "TypeNominal",
|
|
715
|
+
"name": "Void",
|
|
716
|
+
"printedName": "()"
|
|
717
|
+
}
|
|
718
|
+
],
|
|
719
|
+
"declKind": "Accessor",
|
|
720
|
+
"usr": "s:18DoorstepDropoffSDK0A2AIC7devModeSbvMZ",
|
|
721
|
+
"mangledName": "$s18DoorstepDropoffSDK0A2AIC7devModeSbvMZ",
|
|
722
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
723
|
+
"static": true,
|
|
724
|
+
"implicit": true,
|
|
725
|
+
"declAttributes": [
|
|
726
|
+
"Final"
|
|
727
|
+
],
|
|
728
|
+
"accessorKind": "_modify"
|
|
729
|
+
}
|
|
730
|
+
]
|
|
731
|
+
},
|
|
632
732
|
{
|
|
633
733
|
"kind": "Function",
|
|
634
734
|
"name": "setApiKey",
|
|
@@ -660,13 +760,19 @@
|
|
|
660
760
|
{
|
|
661
761
|
"kind": "Function",
|
|
662
762
|
"name": "startDeliveryByPlaceID",
|
|
663
|
-
"printedName": "startDeliveryByPlaceID(placeID:)",
|
|
763
|
+
"printedName": "startDeliveryByPlaceID(placeID:deliveryId:)",
|
|
664
764
|
"children": [
|
|
665
765
|
{
|
|
666
766
|
"kind": "TypeNominal",
|
|
667
767
|
"name": "Void",
|
|
668
768
|
"printedName": "()"
|
|
669
769
|
},
|
|
770
|
+
{
|
|
771
|
+
"kind": "TypeNominal",
|
|
772
|
+
"name": "String",
|
|
773
|
+
"printedName": "Swift.String",
|
|
774
|
+
"usr": "s:SS"
|
|
775
|
+
},
|
|
670
776
|
{
|
|
671
777
|
"kind": "TypeNominal",
|
|
672
778
|
"name": "String",
|
|
@@ -675,8 +781,8 @@
|
|
|
675
781
|
}
|
|
676
782
|
],
|
|
677
783
|
"declKind": "Func",
|
|
678
|
-
"usr": "s:
|
|
679
|
-
"mangledName": "$
|
|
784
|
+
"usr": "s:18DoorstepDropoffSDK0A2AIC22startDeliveryByPlaceID05placeI010deliveryIdySS_SStYaKFZ",
|
|
785
|
+
"mangledName": "$s18DoorstepDropoffSDK0A2AIC22startDeliveryByPlaceID05placeI010deliveryIdySS_SStYaKFZ",
|
|
680
786
|
"moduleName": "DoorstepDropoffSDK",
|
|
681
787
|
"static": true,
|
|
682
788
|
"declAttributes": [
|
|
@@ -689,13 +795,19 @@
|
|
|
689
795
|
{
|
|
690
796
|
"kind": "Function",
|
|
691
797
|
"name": "startDeliveryByPlusCode",
|
|
692
|
-
"printedName": "startDeliveryByPlusCode(plusCode:)",
|
|
798
|
+
"printedName": "startDeliveryByPlusCode(plusCode:deliveryId:)",
|
|
693
799
|
"children": [
|
|
694
800
|
{
|
|
695
801
|
"kind": "TypeNominal",
|
|
696
802
|
"name": "Void",
|
|
697
803
|
"printedName": "()"
|
|
698
804
|
},
|
|
805
|
+
{
|
|
806
|
+
"kind": "TypeNominal",
|
|
807
|
+
"name": "String",
|
|
808
|
+
"printedName": "Swift.String",
|
|
809
|
+
"usr": "s:SS"
|
|
810
|
+
},
|
|
699
811
|
{
|
|
700
812
|
"kind": "TypeNominal",
|
|
701
813
|
"name": "String",
|
|
@@ -704,8 +816,8 @@
|
|
|
704
816
|
}
|
|
705
817
|
],
|
|
706
818
|
"declKind": "Func",
|
|
707
|
-
"usr": "s:
|
|
708
|
-
"mangledName": "$
|
|
819
|
+
"usr": "s:18DoorstepDropoffSDK0A2AIC23startDeliveryByPlusCode04plusI010deliveryIdySS_SStYaKFZ",
|
|
820
|
+
"mangledName": "$s18DoorstepDropoffSDK0A2AIC23startDeliveryByPlusCode04plusI010deliveryIdySS_SStYaKFZ",
|
|
709
821
|
"moduleName": "DoorstepDropoffSDK",
|
|
710
822
|
"static": true,
|
|
711
823
|
"declAttributes": [
|
|
@@ -718,7 +830,7 @@
|
|
|
718
830
|
{
|
|
719
831
|
"kind": "Function",
|
|
720
832
|
"name": "startDeliveryByAddressType",
|
|
721
|
-
"printedName": "startDeliveryByAddressType(address:)",
|
|
833
|
+
"printedName": "startDeliveryByAddressType(address:deliveryId:)",
|
|
722
834
|
"children": [
|
|
723
835
|
{
|
|
724
836
|
"kind": "TypeNominal",
|
|
@@ -730,11 +842,17 @@
|
|
|
730
842
|
"name": "AddressType",
|
|
731
843
|
"printedName": "DoorstepDropoffSDK.AddressType",
|
|
732
844
|
"usr": "s:18DoorstepDropoffSDK11AddressTypeV"
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"kind": "TypeNominal",
|
|
848
|
+
"name": "String",
|
|
849
|
+
"printedName": "Swift.String",
|
|
850
|
+
"usr": "s:SS"
|
|
733
851
|
}
|
|
734
852
|
],
|
|
735
853
|
"declKind": "Func",
|
|
736
|
-
"usr": "s:
|
|
737
|
-
"mangledName": "$
|
|
854
|
+
"usr": "s:18DoorstepDropoffSDK0A2AIC26startDeliveryByAddressType7address10deliveryIdyAA0hI0V_SStYaKFZ",
|
|
855
|
+
"mangledName": "$s18DoorstepDropoffSDK0A2AIC26startDeliveryByAddressType7address10deliveryIdyAA0hI0V_SStYaKFZ",
|
|
738
856
|
"moduleName": "DoorstepDropoffSDK",
|
|
739
857
|
"static": true,
|
|
740
858
|
"declAttributes": [
|
|
@@ -747,13 +865,19 @@
|
|
|
747
865
|
{
|
|
748
866
|
"kind": "Function",
|
|
749
867
|
"name": "newEvent",
|
|
750
|
-
"printedName": "newEvent(eventName:)",
|
|
868
|
+
"printedName": "newEvent(eventName:deliveryId:)",
|
|
751
869
|
"children": [
|
|
752
870
|
{
|
|
753
871
|
"kind": "TypeNominal",
|
|
754
872
|
"name": "Void",
|
|
755
873
|
"printedName": "()"
|
|
756
874
|
},
|
|
875
|
+
{
|
|
876
|
+
"kind": "TypeNominal",
|
|
877
|
+
"name": "String",
|
|
878
|
+
"printedName": "Swift.String",
|
|
879
|
+
"usr": "s:SS"
|
|
880
|
+
},
|
|
757
881
|
{
|
|
758
882
|
"kind": "TypeNominal",
|
|
759
883
|
"name": "String",
|
|
@@ -762,8 +886,8 @@
|
|
|
762
886
|
}
|
|
763
887
|
],
|
|
764
888
|
"declKind": "Func",
|
|
765
|
-
"usr": "s:
|
|
766
|
-
"mangledName": "$
|
|
889
|
+
"usr": "s:18DoorstepDropoffSDK0A2AIC8newEvent9eventName10deliveryIdySS_SStYaKFZ",
|
|
890
|
+
"mangledName": "$s18DoorstepDropoffSDK0A2AIC8newEvent9eventName10deliveryIdySS_SStYaKFZ",
|
|
767
891
|
"moduleName": "DoorstepDropoffSDK",
|
|
768
892
|
"static": true,
|
|
769
893
|
"declAttributes": [
|
|
@@ -776,17 +900,23 @@
|
|
|
776
900
|
{
|
|
777
901
|
"kind": "Function",
|
|
778
902
|
"name": "stopDelivery",
|
|
779
|
-
"printedName": "stopDelivery()",
|
|
903
|
+
"printedName": "stopDelivery(deliveryId:)",
|
|
780
904
|
"children": [
|
|
781
905
|
{
|
|
782
906
|
"kind": "TypeNominal",
|
|
783
907
|
"name": "Void",
|
|
784
908
|
"printedName": "()"
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"kind": "TypeNominal",
|
|
912
|
+
"name": "String",
|
|
913
|
+
"printedName": "Swift.String",
|
|
914
|
+
"usr": "s:SS"
|
|
785
915
|
}
|
|
786
916
|
],
|
|
787
917
|
"declKind": "Func",
|
|
788
|
-
"usr": "s:
|
|
789
|
-
"mangledName": "$
|
|
918
|
+
"usr": "s:18DoorstepDropoffSDK0A2AIC12stopDelivery10deliveryIdySS_tYaFZ",
|
|
919
|
+
"mangledName": "$s18DoorstepDropoffSDK0A2AIC12stopDelivery10deliveryIdySS_tYaFZ",
|
|
790
920
|
"moduleName": "DoorstepDropoffSDK",
|
|
791
921
|
"static": true,
|
|
792
922
|
"declAttributes": [
|
|
@@ -1646,52 +1776,80 @@
|
|
|
1646
1776
|
{
|
|
1647
1777
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
1648
1778
|
"kind": "Array",
|
|
1649
|
-
"offset":
|
|
1779
|
+
"offset": 519,
|
|
1650
1780
|
"length": 2,
|
|
1651
1781
|
"value": "[]"
|
|
1652
1782
|
},
|
|
1653
1783
|
{
|
|
1654
1784
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
1655
1785
|
"kind": "Array",
|
|
1656
|
-
"offset":
|
|
1786
|
+
"offset": 589,
|
|
1657
1787
|
"length": 2,
|
|
1658
1788
|
"value": "[]"
|
|
1659
1789
|
},
|
|
1660
1790
|
{
|
|
1661
1791
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
1662
1792
|
"kind": "Array",
|
|
1663
|
-
"offset":
|
|
1793
|
+
"offset": 636,
|
|
1664
1794
|
"length": 2,
|
|
1665
1795
|
"value": "[]"
|
|
1666
1796
|
},
|
|
1667
1797
|
{
|
|
1668
1798
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
1669
1799
|
"kind": "Array",
|
|
1670
|
-
"offset":
|
|
1800
|
+
"offset": 683,
|
|
1671
1801
|
"length": 2,
|
|
1672
1802
|
"value": "[]"
|
|
1673
1803
|
},
|
|
1674
1804
|
{
|
|
1675
1805
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
1676
1806
|
"kind": "Array",
|
|
1677
|
-
"offset":
|
|
1807
|
+
"offset": 728,
|
|
1808
|
+
"length": 2,
|
|
1809
|
+
"value": "[]"
|
|
1810
|
+
},
|
|
1811
|
+
{
|
|
1812
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
1813
|
+
"kind": "Array",
|
|
1814
|
+
"offset": 771,
|
|
1678
1815
|
"length": 2,
|
|
1679
1816
|
"value": "[]"
|
|
1680
1817
|
},
|
|
1681
1818
|
{
|
|
1682
1819
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
1683
1820
|
"kind": "IntegerLiteral",
|
|
1684
|
-
"offset":
|
|
1821
|
+
"offset": 822,
|
|
1685
1822
|
"length": 2,
|
|
1686
1823
|
"value": "10"
|
|
1687
1824
|
},
|
|
1825
|
+
{
|
|
1826
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataHolder.swift",
|
|
1827
|
+
"kind": "BooleanLiteral",
|
|
1828
|
+
"offset": 397,
|
|
1829
|
+
"length": 5,
|
|
1830
|
+
"value": "false"
|
|
1831
|
+
},
|
|
1688
1832
|
{
|
|
1689
1833
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataHolder.swift",
|
|
1690
1834
|
"kind": "StringLiteral",
|
|
1691
|
-
"offset":
|
|
1835
|
+
"offset": 443,
|
|
1692
1836
|
"length": 13,
|
|
1693
1837
|
"value": "\"dataCollect\""
|
|
1694
1838
|
},
|
|
1839
|
+
{
|
|
1840
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
1841
|
+
"kind": "Array",
|
|
1842
|
+
"offset": 1346,
|
|
1843
|
+
"length": 2,
|
|
1844
|
+
"value": "[]"
|
|
1845
|
+
},
|
|
1846
|
+
{
|
|
1847
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
1848
|
+
"kind": "BooleanLiteral",
|
|
1849
|
+
"offset": 1387,
|
|
1850
|
+
"length": 5,
|
|
1851
|
+
"value": "false"
|
|
1852
|
+
},
|
|
1695
1853
|
{
|
|
1696
1854
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/Environment.swift",
|
|
1697
1855
|
"kind": "StringLiteral",
|
|
@@ -1709,112 +1867,112 @@
|
|
|
1709
1867
|
{
|
|
1710
1868
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Sensors\/LocationManager.swift",
|
|
1711
1869
|
"kind": "BooleanLiteral",
|
|
1712
|
-
"offset":
|
|
1870
|
+
"offset": 920,
|
|
1713
1871
|
"length": 5,
|
|
1714
1872
|
"value": "false"
|
|
1715
1873
|
},
|
|
1716
1874
|
{
|
|
1717
1875
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Sensors\/LocationManager.swift",
|
|
1718
1876
|
"kind": "StringLiteral",
|
|
1719
|
-
"offset":
|
|
1877
|
+
"offset": 676,
|
|
1720
1878
|
"length": 15,
|
|
1721
1879
|
"value": "\"DoorstepDropoffSDK.LocationManager\""
|
|
1722
1880
|
},
|
|
1723
1881
|
{
|
|
1724
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/
|
|
1882
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/c.swift",
|
|
1725
1883
|
"kind": "StringLiteral",
|
|
1726
|
-
"offset":
|
|
1727
|
-
"length": 2,
|
|
1728
|
-
"value": "\"\""
|
|
1729
|
-
},
|
|
1730
|
-
{
|
|
1731
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
1732
|
-
"kind": "StringLiteral",
|
|
1733
|
-
"offset": 1883,
|
|
1884
|
+
"offset": 2177,
|
|
1734
1885
|
"length": 21,
|
|
1735
1886
|
"value": "\"NetworkMonitorQueue\""
|
|
1736
1887
|
},
|
|
1737
1888
|
{
|
|
1738
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/
|
|
1889
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/c.swift",
|
|
1739
1890
|
"kind": "BooleanLiteral",
|
|
1740
|
-
"offset":
|
|
1891
|
+
"offset": 2230,
|
|
1741
1892
|
"length": 4,
|
|
1742
1893
|
"value": "true"
|
|
1743
1894
|
},
|
|
1744
1895
|
{
|
|
1745
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/
|
|
1896
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/c.swift",
|
|
1746
1897
|
"kind": "IntegerLiteral",
|
|
1747
|
-
"offset":
|
|
1898
|
+
"offset": 2275,
|
|
1748
1899
|
"length": 1,
|
|
1749
1900
|
"value": "5"
|
|
1750
1901
|
},
|
|
1751
1902
|
{
|
|
1752
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/
|
|
1903
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/c.swift",
|
|
1753
1904
|
"kind": "IntegerLiteral",
|
|
1754
|
-
"offset":
|
|
1905
|
+
"offset": 2320,
|
|
1755
1906
|
"length": 2,
|
|
1756
1907
|
"value": "20"
|
|
1757
1908
|
},
|
|
1758
1909
|
{
|
|
1759
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/
|
|
1910
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/c.swift",
|
|
1760
1911
|
"kind": "Array",
|
|
1761
|
-
"offset":
|
|
1912
|
+
"offset": 2410,
|
|
1762
1913
|
"length": 2,
|
|
1763
1914
|
"value": "[]"
|
|
1764
1915
|
},
|
|
1765
1916
|
{
|
|
1766
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/
|
|
1917
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/c.swift",
|
|
1767
1918
|
"kind": "StringLiteral",
|
|
1768
|
-
"offset":
|
|
1919
|
+
"offset": 2465,
|
|
1769
1920
|
"length": 24,
|
|
1770
1921
|
"value": "\"RequestQueueProcessing\""
|
|
1771
1922
|
},
|
|
1772
1923
|
{
|
|
1773
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/
|
|
1924
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/c.swift",
|
|
1774
1925
|
"kind": "StringLiteral",
|
|
1775
|
-
"offset":
|
|
1926
|
+
"offset": 2543,
|
|
1776
1927
|
"length": 24,
|
|
1777
1928
|
"value": "\"pendingNetworkRequests\""
|
|
1778
1929
|
},
|
|
1779
1930
|
{
|
|
1780
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/
|
|
1931
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/c.swift",
|
|
1781
1932
|
"kind": "StringLiteral",
|
|
1782
|
-
"offset":
|
|
1933
|
+
"offset": 2652,
|
|
1783
1934
|
"length": 9,
|
|
1784
1935
|
"value": "\"network\""
|
|
1785
1936
|
},
|
|
1786
1937
|
{
|
|
1787
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/
|
|
1938
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/c.swift",
|
|
1788
1939
|
"kind": "BooleanLiteral",
|
|
1789
|
-
"offset":
|
|
1940
|
+
"offset": 2706,
|
|
1790
1941
|
"length": 4,
|
|
1791
1942
|
"value": "true"
|
|
1792
1943
|
},
|
|
1793
1944
|
{
|
|
1794
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/
|
|
1945
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/c.swift",
|
|
1795
1946
|
"kind": "StringLiteral",
|
|
1796
|
-
"offset":
|
|
1947
|
+
"offset": 2775,
|
|
1797
1948
|
"length": 2,
|
|
1798
1949
|
"value": "\"\""
|
|
1799
1950
|
},
|
|
1800
1951
|
{
|
|
1801
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/
|
|
1952
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/c.swift",
|
|
1953
|
+
"kind": "Dictionary",
|
|
1954
|
+
"offset": 2828,
|
|
1955
|
+
"length": 3,
|
|
1956
|
+
"value": "[]"
|
|
1957
|
+
},
|
|
1958
|
+
{
|
|
1959
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/c.swift",
|
|
1802
1960
|
"kind": "IntegerLiteral",
|
|
1803
|
-
"offset":
|
|
1961
|
+
"offset": 13918,
|
|
1804
1962
|
"length": 1,
|
|
1805
1963
|
"value": "0"
|
|
1806
1964
|
},
|
|
1807
1965
|
{
|
|
1808
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/
|
|
1966
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/c.swift",
|
|
1809
1967
|
"kind": "IntegerLiteral",
|
|
1810
|
-
"offset":
|
|
1968
|
+
"offset": 15083,
|
|
1811
1969
|
"length": 1,
|
|
1812
1970
|
"value": "0"
|
|
1813
1971
|
},
|
|
1814
1972
|
{
|
|
1815
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Sensors\/
|
|
1973
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Sensors\/InternalSensor.swift",
|
|
1816
1974
|
"kind": "IntegerLiteral",
|
|
1817
|
-
"offset":
|
|
1975
|
+
"offset": 3087,
|
|
1818
1976
|
"length": 1,
|
|
1819
1977
|
"value": "0"
|
|
1820
1978
|
}
|
|
@@ -40,21 +40,22 @@ public enum DoorstepAIError : Swift.Error {
|
|
|
40
40
|
case invalidAddress
|
|
41
41
|
}
|
|
42
42
|
@_hasMissingDesignatedInitializers public class DoorstepAI {
|
|
43
|
+
public static var devMode: Swift.Bool
|
|
43
44
|
public static func setApiKey(key: Swift.String)
|
|
44
45
|
#if compiler(>=5.3) && $AsyncAwait
|
|
45
|
-
public static func startDeliveryByPlaceID(placeID: Swift.String) async throws
|
|
46
|
+
public static func startDeliveryByPlaceID(placeID: Swift.String, deliveryId: Swift.String) async throws
|
|
46
47
|
#endif
|
|
47
48
|
#if compiler(>=5.3) && $AsyncAwait
|
|
48
|
-
public static func startDeliveryByPlusCode(plusCode: Swift.String) async throws
|
|
49
|
+
public static func startDeliveryByPlusCode(plusCode: Swift.String, deliveryId: Swift.String) async throws
|
|
49
50
|
#endif
|
|
50
51
|
#if compiler(>=5.3) && $AsyncAwait
|
|
51
|
-
public static func startDeliveryByAddressType(address: DoorstepDropoffSDK.AddressType) async throws
|
|
52
|
+
public static func startDeliveryByAddressType(address: DoorstepDropoffSDK.AddressType, deliveryId: Swift.String) async throws
|
|
52
53
|
#endif
|
|
53
54
|
#if compiler(>=5.3) && $AsyncAwait
|
|
54
|
-
public static func newEvent(eventName: Swift.String) async throws
|
|
55
|
+
public static func newEvent(eventName: Swift.String, deliveryId: Swift.String) async throws
|
|
55
56
|
#endif
|
|
56
57
|
#if compiler(>=5.3) && $AsyncAwait
|
|
57
|
-
public static func stopDelivery() async
|
|
58
|
+
public static func stopDelivery(deliveryId: Swift.String) async
|
|
58
59
|
#endif
|
|
59
60
|
@objc deinit
|
|
60
61
|
}
|
|
@@ -40,21 +40,22 @@ public enum DoorstepAIError : Swift.Error {
|
|
|
40
40
|
case invalidAddress
|
|
41
41
|
}
|
|
42
42
|
@_hasMissingDesignatedInitializers public class DoorstepAI {
|
|
43
|
+
public static var devMode: Swift.Bool
|
|
43
44
|
public static func setApiKey(key: Swift.String)
|
|
44
45
|
#if compiler(>=5.3) && $AsyncAwait
|
|
45
|
-
public static func startDeliveryByPlaceID(placeID: Swift.String) async throws
|
|
46
|
+
public static func startDeliveryByPlaceID(placeID: Swift.String, deliveryId: Swift.String) async throws
|
|
46
47
|
#endif
|
|
47
48
|
#if compiler(>=5.3) && $AsyncAwait
|
|
48
|
-
public static func startDeliveryByPlusCode(plusCode: Swift.String) async throws
|
|
49
|
+
public static func startDeliveryByPlusCode(plusCode: Swift.String, deliveryId: Swift.String) async throws
|
|
49
50
|
#endif
|
|
50
51
|
#if compiler(>=5.3) && $AsyncAwait
|
|
51
|
-
public static func startDeliveryByAddressType(address: DoorstepDropoffSDK.AddressType) async throws
|
|
52
|
+
public static func startDeliveryByAddressType(address: DoorstepDropoffSDK.AddressType, deliveryId: Swift.String) async throws
|
|
52
53
|
#endif
|
|
53
54
|
#if compiler(>=5.3) && $AsyncAwait
|
|
54
|
-
public static func newEvent(eventName: Swift.String) async throws
|
|
55
|
+
public static func newEvent(eventName: Swift.String, deliveryId: Swift.String) async throws
|
|
55
56
|
#endif
|
|
56
57
|
#if compiler(>=5.3) && $AsyncAwait
|
|
57
|
-
public static func stopDelivery() async
|
|
58
|
+
public static func stopDelivery(deliveryId: Swift.String) async
|
|
58
59
|
#endif
|
|
59
60
|
@objc deinit
|
|
60
61
|
}
|