@doorstepai/dropoff-sdk 1.0.10 → 1.0.12
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 +22 -9
- package/android/build.gradle +1 -1
- package/android/src/main/java/com/doorstepai/dropoffsdk/DoorstepAIModule.kt +5 -0
- package/ios/DoorstepAI.swift +105 -92
- package/ios/DoorstepDropoffSDK.xcframework/Info.plist +5 -5
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/DoorstepDropoffSDK +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Headers/DoorstepDropoffSDK.h +1 -1
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Info.plist +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.abi.json +285 -184
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +8 -15
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.swiftinterface +8 -15
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/_CodeSignature/CodeResources +13 -13
- 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 +737 -823
- 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/Headers/DoorstepDropoffSDK.h +1 -1
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Info.plist +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +285 -184
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +8 -15
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +8 -15
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +285 -184
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +8 -15
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +8 -15
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/_CodeSignature/CodeResources +23 -23
- 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 +737 -823
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/x86_64/DoorstepDropoffSDK.yml +738 -823
- package/lib/module/DoorstepAI.js.map +1 -1
- package/lib/module/RootDoorstepAI.js +2 -2
- package/lib/module/RootDoorstepAI.js.map +1 -1
- 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 +4 -1
- package/src/RootDoorstepAI.tsx +10 -3
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"ABIRoot": {
|
|
3
3
|
"kind": "Root",
|
|
4
|
-
"name": "
|
|
5
|
-
"printedName": "
|
|
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": "
|
|
20
|
-
"printedName": "
|
|
19
|
+
"name": "UIKit",
|
|
20
|
+
"printedName": "UIKit",
|
|
21
21
|
"declKind": "Import",
|
|
22
22
|
"moduleName": "DoorstepDropoffSDK"
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
25
|
"kind": "Import",
|
|
26
|
-
"name": "
|
|
27
|
-
"printedName": "
|
|
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": "
|
|
47
|
-
"printedName": "
|
|
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,40 @@
|
|
|
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
|
+
]
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"kind": "Import",
|
|
1021
|
+
"name": "Foundation",
|
|
1022
|
+
"printedName": "Foundation",
|
|
1023
|
+
"declKind": "Import",
|
|
1024
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
1025
|
+
"declAttributes": [
|
|
1026
|
+
"RawDocComment"
|
|
1027
|
+
]
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"kind": "Import",
|
|
1031
|
+
"name": "SwiftUI",
|
|
1032
|
+
"printedName": "SwiftUI",
|
|
1033
|
+
"declKind": "Import",
|
|
1034
|
+
"moduleName": "DoorstepDropoffSDK"
|
|
937
1035
|
},
|
|
938
1036
|
{
|
|
939
1037
|
"kind": "Import",
|
|
@@ -991,6 +1089,8 @@
|
|
|
991
1089
|
"mangledName": "$s18DoorstepDropoffSDK0A6AIRootVACycfc",
|
|
992
1090
|
"moduleName": "DoorstepDropoffSDK",
|
|
993
1091
|
"declAttributes": [
|
|
1092
|
+
"Preconcurrency",
|
|
1093
|
+
"Custom",
|
|
994
1094
|
"AccessControl"
|
|
995
1095
|
],
|
|
996
1096
|
"init_kind": "Designated"
|
|
@@ -1019,6 +1119,7 @@
|
|
|
1019
1119
|
"mangledName": "$s18DoorstepDropoffSDK0A6AIRootV4bodyQrvp",
|
|
1020
1120
|
"moduleName": "DoorstepDropoffSDK",
|
|
1021
1121
|
"declAttributes": [
|
|
1122
|
+
"Preconcurrency",
|
|
1022
1123
|
"Custom",
|
|
1023
1124
|
"AccessControl"
|
|
1024
1125
|
],
|
|
@@ -1056,9 +1157,25 @@
|
|
|
1056
1157
|
"mangledName": "$s18DoorstepDropoffSDK0A6AIRootV",
|
|
1057
1158
|
"moduleName": "DoorstepDropoffSDK",
|
|
1058
1159
|
"declAttributes": [
|
|
1160
|
+
"Preconcurrency",
|
|
1161
|
+
"Custom",
|
|
1059
1162
|
"AccessControl"
|
|
1060
1163
|
],
|
|
1061
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
|
+
},
|
|
1062
1179
|
{
|
|
1063
1180
|
"kind": "Conformance",
|
|
1064
1181
|
"name": "View",
|
|
@@ -1087,6 +1204,13 @@
|
|
|
1087
1204
|
],
|
|
1088
1205
|
"usr": "s:7SwiftUI4ViewP",
|
|
1089
1206
|
"mangledName": "$s7SwiftUI4ViewP"
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
"kind": "Conformance",
|
|
1210
|
+
"name": "Sendable",
|
|
1211
|
+
"printedName": "Sendable",
|
|
1212
|
+
"usr": "s:s8SendableP",
|
|
1213
|
+
"mangledName": "$ss8SendableP"
|
|
1090
1214
|
}
|
|
1091
1215
|
]
|
|
1092
1216
|
},
|
|
@@ -1100,30 +1224,6 @@
|
|
|
1100
1224
|
"RawDocComment"
|
|
1101
1225
|
]
|
|
1102
1226
|
},
|
|
1103
|
-
{
|
|
1104
|
-
"kind": "Import",
|
|
1105
|
-
"name": "UIKit",
|
|
1106
|
-
"printedName": "UIKit",
|
|
1107
|
-
"declKind": "Import",
|
|
1108
|
-
"moduleName": "DoorstepDropoffSDK"
|
|
1109
|
-
},
|
|
1110
|
-
{
|
|
1111
|
-
"kind": "Import",
|
|
1112
|
-
"name": "Network",
|
|
1113
|
-
"printedName": "Network",
|
|
1114
|
-
"declKind": "Import",
|
|
1115
|
-
"moduleName": "DoorstepDropoffSDK"
|
|
1116
|
-
},
|
|
1117
|
-
{
|
|
1118
|
-
"kind": "Import",
|
|
1119
|
-
"name": "os",
|
|
1120
|
-
"printedName": "os",
|
|
1121
|
-
"declKind": "Import",
|
|
1122
|
-
"moduleName": "DoorstepDropoffSDK",
|
|
1123
|
-
"declAttributes": [
|
|
1124
|
-
"RawDocComment"
|
|
1125
|
-
]
|
|
1126
|
-
},
|
|
1127
1227
|
{
|
|
1128
1228
|
"kind": "Import",
|
|
1129
1229
|
"name": "Foundation",
|
|
@@ -1141,13 +1241,6 @@
|
|
|
1141
1241
|
"declKind": "Import",
|
|
1142
1242
|
"moduleName": "DoorstepDropoffSDK"
|
|
1143
1243
|
},
|
|
1144
|
-
{
|
|
1145
|
-
"kind": "Import",
|
|
1146
|
-
"name": "UIKit",
|
|
1147
|
-
"printedName": "UIKit",
|
|
1148
|
-
"declKind": "Import",
|
|
1149
|
-
"moduleName": "DoorstepDropoffSDK"
|
|
1150
|
-
},
|
|
1151
1244
|
{
|
|
1152
1245
|
"kind": "TypeDecl",
|
|
1153
1246
|
"name": "String",
|
|
@@ -1206,6 +1299,20 @@
|
|
|
1206
1299
|
],
|
|
1207
1300
|
"isExternal": true,
|
|
1208
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
|
+
},
|
|
1209
1316
|
{
|
|
1210
1317
|
"kind": "Conformance",
|
|
1211
1318
|
"name": "AddressDesignation",
|
|
@@ -1213,13 +1320,6 @@
|
|
|
1213
1320
|
"usr": "s:18DoorstepDropoffSDK18AddressDesignationP",
|
|
1214
1321
|
"mangledName": "$s18DoorstepDropoffSDK18AddressDesignationP"
|
|
1215
1322
|
},
|
|
1216
|
-
{
|
|
1217
|
-
"kind": "Conformance",
|
|
1218
|
-
"name": "Equatable",
|
|
1219
|
-
"printedName": "Equatable",
|
|
1220
|
-
"usr": "s:SQ",
|
|
1221
|
-
"mangledName": "$sSQ"
|
|
1222
|
-
},
|
|
1223
1323
|
{
|
|
1224
1324
|
"kind": "Conformance",
|
|
1225
1325
|
"name": "Decodable",
|
|
@@ -1577,6 +1677,13 @@
|
|
|
1577
1677
|
"usr": "s:ST",
|
|
1578
1678
|
"mangledName": "$sST"
|
|
1579
1679
|
},
|
|
1680
|
+
{
|
|
1681
|
+
"kind": "Conformance",
|
|
1682
|
+
"name": "Equatable",
|
|
1683
|
+
"printedName": "Equatable",
|
|
1684
|
+
"usr": "s:SQ",
|
|
1685
|
+
"mangledName": "$sSQ"
|
|
1686
|
+
},
|
|
1580
1687
|
{
|
|
1581
1688
|
"kind": "Conformance",
|
|
1582
1689
|
"name": "Comparable",
|
|
@@ -1752,12 +1859,6 @@
|
|
|
1752
1859
|
"name": "TransferRepresentation",
|
|
1753
1860
|
"printedName": "CoreTransferable.TransferRepresentation",
|
|
1754
1861
|
"usr": "s:16CoreTransferable22TransferRepresentationP"
|
|
1755
|
-
},
|
|
1756
|
-
{
|
|
1757
|
-
"kind": "TypeNominal",
|
|
1758
|
-
"name": "Sendable",
|
|
1759
|
-
"printedName": "Swift.Sendable",
|
|
1760
|
-
"usr": "s:s8SendableP"
|
|
1761
1862
|
}
|
|
1762
1863
|
]
|
|
1763
1864
|
}
|
|
@@ -1774,214 +1875,214 @@
|
|
|
1774
1875
|
},
|
|
1775
1876
|
"ConstValues": [
|
|
1776
1877
|
{
|
|
1777
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/
|
|
1778
|
-
"kind": "Array",
|
|
1779
|
-
"offset": 519,
|
|
1780
|
-
"length": 2,
|
|
1781
|
-
"value": "[]"
|
|
1782
|
-
},
|
|
1783
|
-
{
|
|
1784
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
1785
|
-
"kind": "Array",
|
|
1786
|
-
"offset": 589,
|
|
1787
|
-
"length": 2,
|
|
1788
|
-
"value": "[]"
|
|
1789
|
-
},
|
|
1790
|
-
{
|
|
1791
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
1792
|
-
"kind": "Array",
|
|
1793
|
-
"offset": 636,
|
|
1794
|
-
"length": 2,
|
|
1795
|
-
"value": "[]"
|
|
1796
|
-
},
|
|
1797
|
-
{
|
|
1798
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
1799
|
-
"kind": "Array",
|
|
1800
|
-
"offset": 683,
|
|
1801
|
-
"length": 2,
|
|
1802
|
-
"value": "[]"
|
|
1803
|
-
},
|
|
1804
|
-
{
|
|
1805
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
1806
|
-
"kind": "Array",
|
|
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,
|
|
1815
|
-
"length": 2,
|
|
1816
|
-
"value": "[]"
|
|
1817
|
-
},
|
|
1818
|
-
{
|
|
1819
|
-
"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",
|
|
1820
1879
|
"kind": "IntegerLiteral",
|
|
1821
|
-
"offset":
|
|
1822
|
-
"length":
|
|
1823
|
-
"value": "
|
|
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
|
-
},
|
|
1832
|
-
{
|
|
1833
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataHolder.swift",
|
|
1834
|
-
"kind": "StringLiteral",
|
|
1835
|
-
"offset": 443,
|
|
1836
|
-
"length": 13,
|
|
1837
|
-
"value": "\"dataCollect\""
|
|
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
|
-
},
|
|
1853
|
-
{
|
|
1854
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/Environment.swift",
|
|
1855
|
-
"kind": "StringLiteral",
|
|
1856
|
-
"offset": 131,
|
|
1857
|
-
"length": 2,
|
|
1858
|
-
"value": "\"\""
|
|
1859
|
-
},
|
|
1860
|
-
{
|
|
1861
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/Environment.swift",
|
|
1862
|
-
"kind": "StringLiteral",
|
|
1863
|
-
"offset": 159,
|
|
1864
|
-
"length": 42,
|
|
1865
|
-
"value": "\"https:\/\/collection.api.track.doorstep.ai\""
|
|
1866
|
-
},
|
|
1867
|
-
{
|
|
1868
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Sensors\/LocationManager.swift",
|
|
1869
|
-
"kind": "BooleanLiteral",
|
|
1870
|
-
"offset": 920,
|
|
1871
|
-
"length": 5,
|
|
1872
|
-
"value": "false"
|
|
1873
|
-
},
|
|
1874
|
-
{
|
|
1875
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Sensors\/LocationManager.swift",
|
|
1876
|
-
"kind": "StringLiteral",
|
|
1877
|
-
"offset": 676,
|
|
1878
|
-
"length": 15,
|
|
1879
|
-
"value": "\"DoorstepDropoffSDK.LocationManager\""
|
|
1880
|
+
"offset": 2143,
|
|
1881
|
+
"length": 1,
|
|
1882
|
+
"value": "0"
|
|
1880
1883
|
},
|
|
1881
1884
|
{
|
|
1882
|
-
"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",
|
|
1883
1886
|
"kind": "StringLiteral",
|
|
1884
|
-
"offset":
|
|
1887
|
+
"offset": 2833,
|
|
1885
1888
|
"length": 21,
|
|
1886
1889
|
"value": "\"NetworkMonitorQueue\""
|
|
1887
1890
|
},
|
|
1888
1891
|
{
|
|
1889
|
-
"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",
|
|
1890
1893
|
"kind": "BooleanLiteral",
|
|
1891
|
-
"offset":
|
|
1894
|
+
"offset": 2886,
|
|
1892
1895
|
"length": 4,
|
|
1893
1896
|
"value": "true"
|
|
1894
1897
|
},
|
|
1895
1898
|
{
|
|
1896
|
-
"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",
|
|
1897
1900
|
"kind": "IntegerLiteral",
|
|
1898
|
-
"offset":
|
|
1901
|
+
"offset": 2931,
|
|
1899
1902
|
"length": 1,
|
|
1900
1903
|
"value": "5"
|
|
1901
1904
|
},
|
|
1902
1905
|
{
|
|
1903
|
-
"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",
|
|
1904
1907
|
"kind": "IntegerLiteral",
|
|
1905
|
-
"offset":
|
|
1908
|
+
"offset": 2976,
|
|
1906
1909
|
"length": 2,
|
|
1907
1910
|
"value": "20"
|
|
1908
1911
|
},
|
|
1909
1912
|
{
|
|
1910
|
-
"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",
|
|
1911
1914
|
"kind": "Array",
|
|
1912
|
-
"offset":
|
|
1915
|
+
"offset": 3066,
|
|
1913
1916
|
"length": 2,
|
|
1914
1917
|
"value": "[]"
|
|
1915
1918
|
},
|
|
1916
1919
|
{
|
|
1917
|
-
"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",
|
|
1918
1921
|
"kind": "StringLiteral",
|
|
1919
|
-
"offset":
|
|
1922
|
+
"offset": 3121,
|
|
1920
1923
|
"length": 24,
|
|
1921
1924
|
"value": "\"RequestQueueProcessing\""
|
|
1922
1925
|
},
|
|
1923
1926
|
{
|
|
1924
|
-
"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",
|
|
1925
1928
|
"kind": "StringLiteral",
|
|
1926
|
-
"offset":
|
|
1929
|
+
"offset": 3199,
|
|
1927
1930
|
"length": 24,
|
|
1928
1931
|
"value": "\"pendingNetworkRequests\""
|
|
1929
1932
|
},
|
|
1930
1933
|
{
|
|
1931
|
-
"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",
|
|
1932
1935
|
"kind": "StringLiteral",
|
|
1933
|
-
"offset":
|
|
1936
|
+
"offset": 3308,
|
|
1934
1937
|
"length": 9,
|
|
1935
1938
|
"value": "\"network\""
|
|
1936
1939
|
},
|
|
1937
1940
|
{
|
|
1938
|
-
"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",
|
|
1939
1942
|
"kind": "BooleanLiteral",
|
|
1940
|
-
"offset":
|
|
1943
|
+
"offset": 3362,
|
|
1941
1944
|
"length": 4,
|
|
1942
1945
|
"value": "true"
|
|
1943
1946
|
},
|
|
1944
1947
|
{
|
|
1945
|
-
"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",
|
|
1946
1949
|
"kind": "BooleanLiteral",
|
|
1947
|
-
"offset":
|
|
1950
|
+
"offset": 3438,
|
|
1948
1951
|
"length": 5,
|
|
1949
1952
|
"value": "false"
|
|
1950
1953
|
},
|
|
1951
1954
|
{
|
|
1952
|
-
"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",
|
|
1953
1956
|
"kind": "StringLiteral",
|
|
1954
|
-
"offset":
|
|
1957
|
+
"offset": 3514,
|
|
1955
1958
|
"length": 2,
|
|
1956
1959
|
"value": "\"\""
|
|
1957
1960
|
},
|
|
1958
1961
|
{
|
|
1959
|
-
"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",
|
|
1960
1963
|
"kind": "Dictionary",
|
|
1961
|
-
"offset":
|
|
1964
|
+
"offset": 3567,
|
|
1962
1965
|
"length": 3,
|
|
1963
1966
|
"value": "[]"
|
|
1964
1967
|
},
|
|
1965
1968
|
{
|
|
1966
|
-
"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",
|
|
1967
1970
|
"kind": "IntegerLiteral",
|
|
1968
|
-
"offset":
|
|
1971
|
+
"offset": 24440,
|
|
1969
1972
|
"length": 1,
|
|
1970
1973
|
"value": "0"
|
|
1971
1974
|
},
|
|
1972
1975
|
{
|
|
1973
|
-
"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",
|
|
1974
1977
|
"kind": "IntegerLiteral",
|
|
1975
|
-
"offset":
|
|
1978
|
+
"offset": 28262,
|
|
1976
1979
|
"length": 1,
|
|
1977
1980
|
"value": "0"
|
|
1978
1981
|
},
|
|
1979
1982
|
{
|
|
1980
|
-
"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",
|
|
1981
1984
|
"kind": "IntegerLiteral",
|
|
1982
1985
|
"offset": 3087,
|
|
1983
1986
|
"length": 1,
|
|
1984
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"
|
|
1985
2086
|
}
|
|
1986
2087
|
]
|
|
1987
2088
|
}
|