@doorstepai/dropoff-sdk 1.0.11 → 1.0.13

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 (29) hide show
  1. package/README.md +22 -9
  2. package/android/build.gradle +1 -1
  3. package/ios/DoorstepDropoffSDK.xcframework/Info.plist +5 -5
  4. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/DoorstepDropoffSDK +0 -0
  5. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Headers/DoorstepDropoffSDK.h +1 -1
  6. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Info.plist +0 -0
  7. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.abi.json +278 -260
  8. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +8 -18
  9. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  10. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.swiftinterface +8 -18
  11. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/_CodeSignature/CodeResources +13 -13
  12. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/DWARF/DoorstepDropoffSDK +0 -0
  13. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/aarch64/DoorstepDropoffSDK.yml +737 -831
  14. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/DoorstepDropoffSDK +0 -0
  15. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Headers/DoorstepDropoffSDK.h +1 -1
  16. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Info.plist +0 -0
  17. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +278 -260
  18. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +8 -18
  19. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  20. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +8 -18
  21. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +278 -260
  22. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +8 -18
  23. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  24. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +8 -18
  25. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/_CodeSignature/CodeResources +23 -23
  26. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/DWARF/DoorstepDropoffSDK +0 -0
  27. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/aarch64/DoorstepDropoffSDK.yml +737 -831
  28. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/x86_64/DoorstepDropoffSDK.yml +738 -831
  29. package/package.json +1 -1
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "ABIRoot": {
3
3
  "kind": "Root",
4
- "name": "TopLevel",
5
- "printedName": "TopLevel",
4
+ "name": "DoorstepDropoffSDK",
5
+ "printedName": "DoorstepDropoffSDK",
6
6
  "children": [
7
7
  {
8
8
  "kind": "Import",
@@ -16,21 +16,35 @@
16
16
  },
17
17
  {
18
18
  "kind": "Import",
19
- "name": "CoreMotion",
20
- "printedName": "CoreMotion",
19
+ "name": "UIKit",
20
+ "printedName": "UIKit",
21
21
  "declKind": "Import",
22
22
  "moduleName": "DoorstepDropoffSDK"
23
23
  },
24
24
  {
25
25
  "kind": "Import",
26
- "name": "Foundation",
27
- "printedName": "Foundation",
26
+ "name": "Network",
27
+ "printedName": "Network",
28
+ "declKind": "Import",
29
+ "moduleName": "DoorstepDropoffSDK"
30
+ },
31
+ {
32
+ "kind": "Import",
33
+ "name": "os",
34
+ "printedName": "os",
28
35
  "declKind": "Import",
29
36
  "moduleName": "DoorstepDropoffSDK",
30
37
  "declAttributes": [
31
38
  "RawDocComment"
32
39
  ]
33
40
  },
41
+ {
42
+ "kind": "Import",
43
+ "name": "Compression",
44
+ "printedName": "Compression",
45
+ "declKind": "Import",
46
+ "moduleName": "DoorstepDropoffSDK"
47
+ },
34
48
  {
35
49
  "kind": "Import",
36
50
  "name": "Foundation",
@@ -43,8 +57,15 @@
43
57
  },
44
58
  {
45
59
  "kind": "Import",
46
- "name": "SwiftUI",
47
- "printedName": "SwiftUI",
60
+ "name": "CoreMotion",
61
+ "printedName": "CoreMotion",
62
+ "declKind": "Import",
63
+ "moduleName": "DoorstepDropoffSDK"
64
+ },
65
+ {
66
+ "kind": "Import",
67
+ "name": "UIKit",
68
+ "printedName": "UIKit",
48
69
  "declKind": "Import",
49
70
  "moduleName": "DoorstepDropoffSDK"
50
71
  },
@@ -442,6 +463,20 @@
442
463
  "AccessControl"
443
464
  ],
444
465
  "conformances": [
466
+ {
467
+ "kind": "Conformance",
468
+ "name": "Copyable",
469
+ "printedName": "Copyable",
470
+ "usr": "s:s8CopyableP",
471
+ "mangledName": "$ss8CopyableP"
472
+ },
473
+ {
474
+ "kind": "Conformance",
475
+ "name": "Escapable",
476
+ "printedName": "Escapable",
477
+ "usr": "s:s9EscapableP",
478
+ "mangledName": "$ss9EscapableP"
479
+ },
445
480
  {
446
481
  "kind": "Conformance",
447
482
  "name": "AddressDesignation",
@@ -505,6 +540,22 @@
505
540
  "moduleName": "DoorstepDropoffSDK",
506
541
  "declAttributes": [
507
542
  "AccessControl"
543
+ ],
544
+ "conformances": [
545
+ {
546
+ "kind": "Conformance",
547
+ "name": "Escapable",
548
+ "printedName": "Escapable",
549
+ "usr": "s:s9EscapableP",
550
+ "mangledName": "$ss9EscapableP"
551
+ },
552
+ {
553
+ "kind": "Conformance",
554
+ "name": "Copyable",
555
+ "printedName": "Copyable",
556
+ "usr": "s:s8CopyableP",
557
+ "mangledName": "$ss8CopyableP"
558
+ }
508
559
  ]
509
560
  },
510
561
  {
@@ -608,6 +659,20 @@
608
659
  "AccessControl"
609
660
  ],
610
661
  "conformances": [
662
+ {
663
+ "kind": "Conformance",
664
+ "name": "Copyable",
665
+ "printedName": "Copyable",
666
+ "usr": "s:s8CopyableP",
667
+ "mangledName": "$ss8CopyableP"
668
+ },
669
+ {
670
+ "kind": "Conformance",
671
+ "name": "Escapable",
672
+ "printedName": "Escapable",
673
+ "usr": "s:s9EscapableP",
674
+ "mangledName": "$ss9EscapableP"
675
+ },
611
676
  {
612
677
  "kind": "Conformance",
613
678
  "name": "Error",
@@ -933,7 +998,23 @@
933
998
  "declAttributes": [
934
999
  "AccessControl"
935
1000
  ],
936
- "hasMissingDesignatedInitializers": true
1001
+ "hasMissingDesignatedInitializers": true,
1002
+ "conformances": [
1003
+ {
1004
+ "kind": "Conformance",
1005
+ "name": "Copyable",
1006
+ "printedName": "Copyable",
1007
+ "usr": "s:s8CopyableP",
1008
+ "mangledName": "$ss8CopyableP"
1009
+ },
1010
+ {
1011
+ "kind": "Conformance",
1012
+ "name": "Escapable",
1013
+ "printedName": "Escapable",
1014
+ "usr": "s:s9EscapableP",
1015
+ "mangledName": "$ss9EscapableP"
1016
+ }
1017
+ ]
937
1018
  },
938
1019
  {
939
1020
  "kind": "Import",
@@ -947,8 +1028,8 @@
947
1028
  },
948
1029
  {
949
1030
  "kind": "Import",
950
- "name": "CoreLocation",
951
- "printedName": "CoreLocation",
1031
+ "name": "SwiftUI",
1032
+ "printedName": "SwiftUI",
952
1033
  "declKind": "Import",
953
1034
  "moduleName": "DoorstepDropoffSDK"
954
1035
  },
@@ -957,70 +1038,18 @@
957
1038
  "name": "Foundation",
958
1039
  "printedName": "Foundation",
959
1040
  "declKind": "Import",
960
- "moduleName": "DoorstepDropoffSDK"
961
- },
962
- {
963
- "kind": "TypeDecl",
964
- "name": "SDKVersion",
965
- "printedName": "SDKVersion",
966
- "children": [
967
- {
968
- "kind": "Var",
969
- "name": "version",
970
- "printedName": "version",
971
- "children": [
972
- {
973
- "kind": "TypeNominal",
974
- "name": "String",
975
- "printedName": "Swift.String",
976
- "usr": "s:SS"
977
- }
978
- ],
979
- "declKind": "Var",
980
- "usr": "s:18DoorstepDropoffSDK10SDKVersionO7versionSSvpZ",
981
- "mangledName": "$s18DoorstepDropoffSDK10SDKVersionO7versionSSvpZ",
982
- "moduleName": "DoorstepDropoffSDK",
983
- "static": true,
984
- "declAttributes": [
985
- "HasInitialValue",
986
- "HasStorage",
987
- "AccessControl",
988
- "RawDocComment"
989
- ],
990
- "isLet": true,
991
- "hasStorage": true,
992
- "accessors": [
993
- {
994
- "kind": "Accessor",
995
- "name": "Get",
996
- "printedName": "Get()",
997
- "children": [
998
- {
999
- "kind": "TypeNominal",
1000
- "name": "String",
1001
- "printedName": "Swift.String",
1002
- "usr": "s:SS"
1003
- }
1004
- ],
1005
- "declKind": "Accessor",
1006
- "usr": "s:18DoorstepDropoffSDK10SDKVersionO7versionSSvgZ",
1007
- "mangledName": "$s18DoorstepDropoffSDK10SDKVersionO7versionSSvgZ",
1008
- "moduleName": "DoorstepDropoffSDK",
1009
- "static": true,
1010
- "implicit": true,
1011
- "accessorKind": "get"
1012
- }
1013
- ]
1014
- }
1015
- ],
1016
- "declKind": "Enum",
1017
- "usr": "s:18DoorstepDropoffSDK10SDKVersionO",
1018
- "mangledName": "$s18DoorstepDropoffSDK10SDKVersionO",
1019
1041
  "moduleName": "DoorstepDropoffSDK",
1020
1042
  "declAttributes": [
1021
- "AccessControl"
1043
+ "RawDocComment"
1022
1044
  ]
1023
1045
  },
1046
+ {
1047
+ "kind": "Import",
1048
+ "name": "CoreLocation",
1049
+ "printedName": "CoreLocation",
1050
+ "declKind": "Import",
1051
+ "moduleName": "DoorstepDropoffSDK"
1052
+ },
1024
1053
  {
1025
1054
  "kind": "Import",
1026
1055
  "name": "Foundation",
@@ -1060,6 +1089,8 @@
1060
1089
  "mangledName": "$s18DoorstepDropoffSDK0A6AIRootVACycfc",
1061
1090
  "moduleName": "DoorstepDropoffSDK",
1062
1091
  "declAttributes": [
1092
+ "Preconcurrency",
1093
+ "Custom",
1063
1094
  "AccessControl"
1064
1095
  ],
1065
1096
  "init_kind": "Designated"
@@ -1088,6 +1119,7 @@
1088
1119
  "mangledName": "$s18DoorstepDropoffSDK0A6AIRootV4bodyQrvp",
1089
1120
  "moduleName": "DoorstepDropoffSDK",
1090
1121
  "declAttributes": [
1122
+ "Preconcurrency",
1091
1123
  "Custom",
1092
1124
  "AccessControl"
1093
1125
  ],
@@ -1125,9 +1157,25 @@
1125
1157
  "mangledName": "$s18DoorstepDropoffSDK0A6AIRootV",
1126
1158
  "moduleName": "DoorstepDropoffSDK",
1127
1159
  "declAttributes": [
1160
+ "Preconcurrency",
1161
+ "Custom",
1128
1162
  "AccessControl"
1129
1163
  ],
1130
1164
  "conformances": [
1165
+ {
1166
+ "kind": "Conformance",
1167
+ "name": "Copyable",
1168
+ "printedName": "Copyable",
1169
+ "usr": "s:s8CopyableP",
1170
+ "mangledName": "$ss8CopyableP"
1171
+ },
1172
+ {
1173
+ "kind": "Conformance",
1174
+ "name": "Escapable",
1175
+ "printedName": "Escapable",
1176
+ "usr": "s:s9EscapableP",
1177
+ "mangledName": "$ss9EscapableP"
1178
+ },
1131
1179
  {
1132
1180
  "kind": "Conformance",
1133
1181
  "name": "View",
@@ -1156,6 +1204,13 @@
1156
1204
  ],
1157
1205
  "usr": "s:7SwiftUI4ViewP",
1158
1206
  "mangledName": "$s7SwiftUI4ViewP"
1207
+ },
1208
+ {
1209
+ "kind": "Conformance",
1210
+ "name": "Sendable",
1211
+ "printedName": "Sendable",
1212
+ "usr": "s:s8SendableP",
1213
+ "mangledName": "$ss8SendableP"
1159
1214
  }
1160
1215
  ]
1161
1216
  },
@@ -1169,30 +1224,6 @@
1169
1224
  "RawDocComment"
1170
1225
  ]
1171
1226
  },
1172
- {
1173
- "kind": "Import",
1174
- "name": "UIKit",
1175
- "printedName": "UIKit",
1176
- "declKind": "Import",
1177
- "moduleName": "DoorstepDropoffSDK"
1178
- },
1179
- {
1180
- "kind": "Import",
1181
- "name": "Network",
1182
- "printedName": "Network",
1183
- "declKind": "Import",
1184
- "moduleName": "DoorstepDropoffSDK"
1185
- },
1186
- {
1187
- "kind": "Import",
1188
- "name": "os",
1189
- "printedName": "os",
1190
- "declKind": "Import",
1191
- "moduleName": "DoorstepDropoffSDK",
1192
- "declAttributes": [
1193
- "RawDocComment"
1194
- ]
1195
- },
1196
1227
  {
1197
1228
  "kind": "Import",
1198
1229
  "name": "Foundation",
@@ -1210,13 +1241,6 @@
1210
1241
  "declKind": "Import",
1211
1242
  "moduleName": "DoorstepDropoffSDK"
1212
1243
  },
1213
- {
1214
- "kind": "Import",
1215
- "name": "UIKit",
1216
- "printedName": "UIKit",
1217
- "declKind": "Import",
1218
- "moduleName": "DoorstepDropoffSDK"
1219
- },
1220
1244
  {
1221
1245
  "kind": "TypeDecl",
1222
1246
  "name": "String",
@@ -1275,6 +1299,20 @@
1275
1299
  ],
1276
1300
  "isExternal": true,
1277
1301
  "conformances": [
1302
+ {
1303
+ "kind": "Conformance",
1304
+ "name": "Copyable",
1305
+ "printedName": "Copyable",
1306
+ "usr": "s:s8CopyableP",
1307
+ "mangledName": "$ss8CopyableP"
1308
+ },
1309
+ {
1310
+ "kind": "Conformance",
1311
+ "name": "Escapable",
1312
+ "printedName": "Escapable",
1313
+ "usr": "s:s9EscapableP",
1314
+ "mangledName": "$ss9EscapableP"
1315
+ },
1278
1316
  {
1279
1317
  "kind": "Conformance",
1280
1318
  "name": "AddressDesignation",
@@ -1282,13 +1320,6 @@
1282
1320
  "usr": "s:18DoorstepDropoffSDK18AddressDesignationP",
1283
1321
  "mangledName": "$s18DoorstepDropoffSDK18AddressDesignationP"
1284
1322
  },
1285
- {
1286
- "kind": "Conformance",
1287
- "name": "Equatable",
1288
- "printedName": "Equatable",
1289
- "usr": "s:SQ",
1290
- "mangledName": "$sSQ"
1291
- },
1292
1323
  {
1293
1324
  "kind": "Conformance",
1294
1325
  "name": "Decodable",
@@ -1646,6 +1677,13 @@
1646
1677
  "usr": "s:ST",
1647
1678
  "mangledName": "$sST"
1648
1679
  },
1680
+ {
1681
+ "kind": "Conformance",
1682
+ "name": "Equatable",
1683
+ "printedName": "Equatable",
1684
+ "usr": "s:SQ",
1685
+ "mangledName": "$sSQ"
1686
+ },
1649
1687
  {
1650
1688
  "kind": "Conformance",
1651
1689
  "name": "Comparable",
@@ -1821,12 +1859,6 @@
1821
1859
  "name": "TransferRepresentation",
1822
1860
  "printedName": "CoreTransferable.TransferRepresentation",
1823
1861
  "usr": "s:16CoreTransferable22TransferRepresentationP"
1824
- },
1825
- {
1826
- "kind": "TypeNominal",
1827
- "name": "Sendable",
1828
- "printedName": "Swift.Sendable",
1829
- "usr": "s:s8SendableP"
1830
1862
  }
1831
1863
  ]
1832
1864
  }
@@ -1843,228 +1875,214 @@
1843
1875
  },
1844
1876
  "ConstValues": [
1845
1877
  {
1846
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
1847
- "kind": "Array",
1848
- "offset": 519,
1849
- "length": 2,
1850
- "value": "[]"
1851
- },
1852
- {
1853
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
1854
- "kind": "Array",
1855
- "offset": 589,
1856
- "length": 2,
1857
- "value": "[]"
1858
- },
1859
- {
1860
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
1861
- "kind": "Array",
1862
- "offset": 636,
1863
- "length": 2,
1864
- "value": "[]"
1865
- },
1866
- {
1867
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
1868
- "kind": "Array",
1869
- "offset": 683,
1870
- "length": 2,
1871
- "value": "[]"
1872
- },
1873
- {
1874
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
1875
- "kind": "Array",
1876
- "offset": 728,
1877
- "length": 2,
1878
- "value": "[]"
1879
- },
1880
- {
1881
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
1882
- "kind": "Array",
1883
- "offset": 771,
1884
- "length": 2,
1885
- "value": "[]"
1886
- },
1887
- {
1888
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
1878
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1889
1879
  "kind": "IntegerLiteral",
1890
- "offset": 822,
1891
- "length": 2,
1892
- "value": "10"
1893
- },
1894
- {
1895
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataHolder.swift",
1896
- "kind": "BooleanLiteral",
1897
- "offset": 397,
1898
- "length": 5,
1899
- "value": "false"
1900
- },
1901
- {
1902
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataHolder.swift",
1903
- "kind": "StringLiteral",
1904
- "offset": 443,
1905
- "length": 13,
1906
- "value": "\"dataCollect\""
1907
- },
1908
- {
1909
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
1910
- "kind": "Array",
1911
- "offset": 1346,
1912
- "length": 2,
1913
- "value": "[]"
1914
- },
1915
- {
1916
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
1917
- "kind": "BooleanLiteral",
1918
- "offset": 1387,
1919
- "length": 5,
1920
- "value": "false"
1921
- },
1922
- {
1923
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/Environment.swift",
1924
- "kind": "StringLiteral",
1925
- "offset": 131,
1926
- "length": 2,
1927
- "value": "\"\""
1928
- },
1929
- {
1930
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/Environment.swift",
1931
- "kind": "StringLiteral",
1932
- "offset": 159,
1933
- "length": 42,
1934
- "value": "\"https:\/\/collection.api.track.doorstep.ai\""
1935
- },
1936
- {
1937
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Sensors\/LocationManager.swift",
1938
- "kind": "BooleanLiteral",
1939
- "offset": 920,
1940
- "length": 5,
1941
- "value": "false"
1942
- },
1943
- {
1944
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Sensors\/LocationManager.swift",
1945
- "kind": "StringLiteral",
1946
- "offset": 676,
1947
- "length": 15,
1948
- "value": "\"DoorstepDropoffSDK.LocationManager\""
1949
- },
1950
- {
1951
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/Version.swift",
1952
- "kind": "StringLiteral",
1953
- "offset": 181,
1954
- "length": 28,
1955
- "value": "\"CFBundleShortVersionString\""
1956
- },
1957
- {
1958
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/Version.swift",
1959
- "kind": "StringLiteral",
1960
- "offset": 225,
1961
- "length": 7,
1962
- "value": "\"1.4.1\""
1880
+ "offset": 2143,
1881
+ "length": 1,
1882
+ "value": "0"
1963
1883
  },
1964
1884
  {
1965
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1885
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1966
1886
  "kind": "StringLiteral",
1967
- "offset": 2175,
1887
+ "offset": 2833,
1968
1888
  "length": 21,
1969
1889
  "value": "\"NetworkMonitorQueue\""
1970
1890
  },
1971
1891
  {
1972
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1892
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1973
1893
  "kind": "BooleanLiteral",
1974
- "offset": 2228,
1894
+ "offset": 2886,
1975
1895
  "length": 4,
1976
1896
  "value": "true"
1977
1897
  },
1978
1898
  {
1979
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1899
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1980
1900
  "kind": "IntegerLiteral",
1981
- "offset": 2273,
1901
+ "offset": 2931,
1982
1902
  "length": 1,
1983
1903
  "value": "5"
1984
1904
  },
1985
1905
  {
1986
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1906
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1987
1907
  "kind": "IntegerLiteral",
1988
- "offset": 2318,
1908
+ "offset": 2976,
1989
1909
  "length": 2,
1990
1910
  "value": "20"
1991
1911
  },
1992
1912
  {
1993
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1913
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1994
1914
  "kind": "Array",
1995
- "offset": 2408,
1915
+ "offset": 3066,
1996
1916
  "length": 2,
1997
1917
  "value": "[]"
1998
1918
  },
1999
1919
  {
2000
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1920
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
2001
1921
  "kind": "StringLiteral",
2002
- "offset": 2463,
1922
+ "offset": 3121,
2003
1923
  "length": 24,
2004
1924
  "value": "\"RequestQueueProcessing\""
2005
1925
  },
2006
1926
  {
2007
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1927
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
2008
1928
  "kind": "StringLiteral",
2009
- "offset": 2541,
1929
+ "offset": 3199,
2010
1930
  "length": 24,
2011
1931
  "value": "\"pendingNetworkRequests\""
2012
1932
  },
2013
1933
  {
2014
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1934
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
2015
1935
  "kind": "StringLiteral",
2016
- "offset": 2650,
1936
+ "offset": 3308,
2017
1937
  "length": 9,
2018
1938
  "value": "\"network\""
2019
1939
  },
2020
1940
  {
2021
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1941
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
2022
1942
  "kind": "BooleanLiteral",
2023
- "offset": 2704,
1943
+ "offset": 3362,
2024
1944
  "length": 4,
2025
1945
  "value": "true"
2026
1946
  },
2027
1947
  {
2028
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1948
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
2029
1949
  "kind": "BooleanLiteral",
2030
- "offset": 2780,
1950
+ "offset": 3438,
2031
1951
  "length": 5,
2032
1952
  "value": "false"
2033
1953
  },
2034
1954
  {
2035
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1955
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
2036
1956
  "kind": "StringLiteral",
2037
- "offset": 2856,
1957
+ "offset": 3514,
2038
1958
  "length": 2,
2039
1959
  "value": "\"\""
2040
1960
  },
2041
1961
  {
2042
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1962
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
2043
1963
  "kind": "Dictionary",
2044
- "offset": 2909,
1964
+ "offset": 3567,
2045
1965
  "length": 3,
2046
1966
  "value": "[]"
2047
1967
  },
2048
1968
  {
2049
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1969
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
2050
1970
  "kind": "IntegerLiteral",
2051
- "offset": 22816,
1971
+ "offset": 24440,
2052
1972
  "length": 1,
2053
1973
  "value": "0"
2054
1974
  },
2055
1975
  {
2056
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1976
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
2057
1977
  "kind": "IntegerLiteral",
2058
- "offset": 25262,
1978
+ "offset": 28262,
2059
1979
  "length": 1,
2060
1980
  "value": "0"
2061
1981
  },
2062
1982
  {
2063
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Sensors\/InternalSensor.swift",
1983
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Sensors\/InternalSensor.swift",
2064
1984
  "kind": "IntegerLiteral",
2065
1985
  "offset": 3087,
2066
1986
  "length": 1,
2067
1987
  "value": "0"
1988
+ },
1989
+ {
1990
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
1991
+ "kind": "Array",
1992
+ "offset": 1346,
1993
+ "length": 2,
1994
+ "value": "[]"
1995
+ },
1996
+ {
1997
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
1998
+ "kind": "BooleanLiteral",
1999
+ "offset": 1387,
2000
+ "length": 5,
2001
+ "value": "false"
2002
+ },
2003
+ {
2004
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataHolder.swift",
2005
+ "kind": "BooleanLiteral",
2006
+ "offset": 397,
2007
+ "length": 5,
2008
+ "value": "false"
2009
+ },
2010
+ {
2011
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataHolder.swift",
2012
+ "kind": "StringLiteral",
2013
+ "offset": 443,
2014
+ "length": 13,
2015
+ "value": "\"dataCollect\""
2016
+ },
2017
+ {
2018
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Sensors\/LocationManager.swift",
2019
+ "kind": "BooleanLiteral",
2020
+ "offset": 920,
2021
+ "length": 5,
2022
+ "value": "false"
2023
+ },
2024
+ {
2025
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/Environment.swift",
2026
+ "kind": "StringLiteral",
2027
+ "offset": 131,
2028
+ "length": 2,
2029
+ "value": "\"\""
2030
+ },
2031
+ {
2032
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/Environment.swift",
2033
+ "kind": "StringLiteral",
2034
+ "offset": 159,
2035
+ "length": 42,
2036
+ "value": "\"https:\/\/collection.api.track.doorstep.ai\""
2037
+ },
2038
+ {
2039
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
2040
+ "kind": "Array",
2041
+ "offset": 519,
2042
+ "length": 2,
2043
+ "value": "[]"
2044
+ },
2045
+ {
2046
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
2047
+ "kind": "Array",
2048
+ "offset": 589,
2049
+ "length": 2,
2050
+ "value": "[]"
2051
+ },
2052
+ {
2053
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
2054
+ "kind": "Array",
2055
+ "offset": 636,
2056
+ "length": 2,
2057
+ "value": "[]"
2058
+ },
2059
+ {
2060
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
2061
+ "kind": "Array",
2062
+ "offset": 683,
2063
+ "length": 2,
2064
+ "value": "[]"
2065
+ },
2066
+ {
2067
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
2068
+ "kind": "Array",
2069
+ "offset": 728,
2070
+ "length": 2,
2071
+ "value": "[]"
2072
+ },
2073
+ {
2074
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
2075
+ "kind": "Array",
2076
+ "offset": 771,
2077
+ "length": 2,
2078
+ "value": "[]"
2079
+ },
2080
+ {
2081
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
2082
+ "kind": "IntegerLiteral",
2083
+ "offset": 822,
2084
+ "length": 2,
2085
+ "value": "10"
2068
2086
  }
2069
2087
  ]
2070
2088
  }