@doorstepai/dropoff-sdk 2.0.3 → 2.0.5
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/android/build.gradle +1 -1
- package/android/src/main/java/com/doorstepai/dropoffsdk/DoorstepAIModule.kt +29 -57
- package/ios/DoorstepAI.mm +12 -5
- package/ios/DoorstepAI.swift +41 -20
- 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 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Headers/RateReducer.h +117 -0
- 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 +1248 -261
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +13 -11
- 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 +13 -11
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/_CodeSignature/CodeResources +24 -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 +2103 -1583
- 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 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Headers/RateReducer.h +117 -0
- 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 +1248 -261
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +13 -11
- 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 +13 -11
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +1248 -261
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +13 -11
- 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 +13 -11
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/_CodeSignature/CodeResources +34 -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 +2103 -1583
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/x86_64/DoorstepDropoffSDK.yml +2093 -1578
- package/lib/module/DoorstepAI.js +90 -19
- package/lib/module/DoorstepAI.js.map +1 -1
- package/lib/module/RootDoorstepAI.js.map +1 -1
- package/lib/module/index.js.map +1 -1
- package/lib/typescript/src/DoorstepAI.d.ts +61 -6
- package/lib/typescript/src/DoorstepAI.d.ts.map +1 -1
- package/lib/typescript/src/RootDoorstepAI.d.ts.map +1 -1
- package/lib/typescript/src/index.d.ts +1 -1
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/DoorstepAI.tsx +252 -47
- package/src/RootDoorstepAI.tsx +0 -1
- package/src/index.tsx +6 -1
|
@@ -407,6 +407,13 @@
|
|
|
407
407
|
}
|
|
408
408
|
]
|
|
409
409
|
},
|
|
410
|
+
{
|
|
411
|
+
"kind": "Import",
|
|
412
|
+
"name": "Foundation",
|
|
413
|
+
"printedName": "Foundation",
|
|
414
|
+
"declKind": "Import",
|
|
415
|
+
"moduleName": "DoorstepDropoffSDK"
|
|
416
|
+
},
|
|
410
417
|
{
|
|
411
418
|
"kind": "Import",
|
|
412
419
|
"name": "UIKit",
|
|
@@ -1899,6 +1906,110 @@
|
|
|
1899
1906
|
"name": "DoorstepAI",
|
|
1900
1907
|
"printedName": "DoorstepAI",
|
|
1901
1908
|
"children": [
|
|
1909
|
+
{
|
|
1910
|
+
"kind": "Var",
|
|
1911
|
+
"name": "configDidLoadNotification",
|
|
1912
|
+
"printedName": "configDidLoadNotification",
|
|
1913
|
+
"children": [
|
|
1914
|
+
{
|
|
1915
|
+
"kind": "TypeNominal",
|
|
1916
|
+
"name": "Name",
|
|
1917
|
+
"printedName": "Foundation.NSNotification.Name",
|
|
1918
|
+
"usr": "c:@T@NSNotificationName"
|
|
1919
|
+
}
|
|
1920
|
+
],
|
|
1921
|
+
"declKind": "Var",
|
|
1922
|
+
"usr": "s:18DoorstepDropoffSDK0A2AIC25configDidLoadNotificationSo18NSNotificationNameavpZ",
|
|
1923
|
+
"mangledName": "$s18DoorstepDropoffSDK0A2AIC25configDidLoadNotificationSo18NSNotificationNameavpZ",
|
|
1924
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
1925
|
+
"static": true,
|
|
1926
|
+
"declAttributes": [
|
|
1927
|
+
"HasInitialValue",
|
|
1928
|
+
"Final",
|
|
1929
|
+
"HasStorage",
|
|
1930
|
+
"AccessControl",
|
|
1931
|
+
"RawDocComment"
|
|
1932
|
+
],
|
|
1933
|
+
"isLet": true,
|
|
1934
|
+
"hasStorage": true,
|
|
1935
|
+
"accessors": [
|
|
1936
|
+
{
|
|
1937
|
+
"kind": "Accessor",
|
|
1938
|
+
"name": "Get",
|
|
1939
|
+
"printedName": "Get()",
|
|
1940
|
+
"children": [
|
|
1941
|
+
{
|
|
1942
|
+
"kind": "TypeNominal",
|
|
1943
|
+
"name": "Name",
|
|
1944
|
+
"printedName": "Foundation.NSNotification.Name",
|
|
1945
|
+
"usr": "c:@T@NSNotificationName"
|
|
1946
|
+
}
|
|
1947
|
+
],
|
|
1948
|
+
"declKind": "Accessor",
|
|
1949
|
+
"usr": "s:18DoorstepDropoffSDK0A2AIC25configDidLoadNotificationSo18NSNotificationNameavgZ",
|
|
1950
|
+
"mangledName": "$s18DoorstepDropoffSDK0A2AIC25configDidLoadNotificationSo18NSNotificationNameavgZ",
|
|
1951
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
1952
|
+
"static": true,
|
|
1953
|
+
"implicit": true,
|
|
1954
|
+
"declAttributes": [
|
|
1955
|
+
"Final"
|
|
1956
|
+
],
|
|
1957
|
+
"accessorKind": "get"
|
|
1958
|
+
}
|
|
1959
|
+
]
|
|
1960
|
+
},
|
|
1961
|
+
{
|
|
1962
|
+
"kind": "Var",
|
|
1963
|
+
"name": "configDidFailToLoadNotification",
|
|
1964
|
+
"printedName": "configDidFailToLoadNotification",
|
|
1965
|
+
"children": [
|
|
1966
|
+
{
|
|
1967
|
+
"kind": "TypeNominal",
|
|
1968
|
+
"name": "Name",
|
|
1969
|
+
"printedName": "Foundation.NSNotification.Name",
|
|
1970
|
+
"usr": "c:@T@NSNotificationName"
|
|
1971
|
+
}
|
|
1972
|
+
],
|
|
1973
|
+
"declKind": "Var",
|
|
1974
|
+
"usr": "s:18DoorstepDropoffSDK0A2AIC31configDidFailToLoadNotificationSo18NSNotificationNameavpZ",
|
|
1975
|
+
"mangledName": "$s18DoorstepDropoffSDK0A2AIC31configDidFailToLoadNotificationSo18NSNotificationNameavpZ",
|
|
1976
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
1977
|
+
"static": true,
|
|
1978
|
+
"declAttributes": [
|
|
1979
|
+
"HasInitialValue",
|
|
1980
|
+
"Final",
|
|
1981
|
+
"HasStorage",
|
|
1982
|
+
"AccessControl",
|
|
1983
|
+
"RawDocComment"
|
|
1984
|
+
],
|
|
1985
|
+
"isLet": true,
|
|
1986
|
+
"hasStorage": true,
|
|
1987
|
+
"accessors": [
|
|
1988
|
+
{
|
|
1989
|
+
"kind": "Accessor",
|
|
1990
|
+
"name": "Get",
|
|
1991
|
+
"printedName": "Get()",
|
|
1992
|
+
"children": [
|
|
1993
|
+
{
|
|
1994
|
+
"kind": "TypeNominal",
|
|
1995
|
+
"name": "Name",
|
|
1996
|
+
"printedName": "Foundation.NSNotification.Name",
|
|
1997
|
+
"usr": "c:@T@NSNotificationName"
|
|
1998
|
+
}
|
|
1999
|
+
],
|
|
2000
|
+
"declKind": "Accessor",
|
|
2001
|
+
"usr": "s:18DoorstepDropoffSDK0A2AIC31configDidFailToLoadNotificationSo18NSNotificationNameavgZ",
|
|
2002
|
+
"mangledName": "$s18DoorstepDropoffSDK0A2AIC31configDidFailToLoadNotificationSo18NSNotificationNameavgZ",
|
|
2003
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
2004
|
+
"static": true,
|
|
2005
|
+
"implicit": true,
|
|
2006
|
+
"declAttributes": [
|
|
2007
|
+
"Final"
|
|
2008
|
+
],
|
|
2009
|
+
"accessorKind": "get"
|
|
2010
|
+
}
|
|
2011
|
+
]
|
|
2012
|
+
},
|
|
1902
2013
|
{
|
|
1903
2014
|
"kind": "Function",
|
|
1904
2015
|
"name": "setApiKey",
|
|
@@ -1937,7 +2048,8 @@
|
|
|
1937
2048
|
"static": true,
|
|
1938
2049
|
"declAttributes": [
|
|
1939
2050
|
"Final",
|
|
1940
|
-
"AccessControl"
|
|
2051
|
+
"AccessControl",
|
|
2052
|
+
"RawDocComment"
|
|
1941
2053
|
],
|
|
1942
2054
|
"funcSelfKind": "NonMutating"
|
|
1943
2055
|
},
|
|
@@ -2097,7 +2209,7 @@
|
|
|
2097
2209
|
{
|
|
2098
2210
|
"kind": "Function",
|
|
2099
2211
|
"name": "startDeliveryByPlaceID",
|
|
2100
|
-
"printedName": "startDeliveryByPlaceID(placeID:deliveryId:timeoutSeconds:)",
|
|
2212
|
+
"printedName": "startDeliveryByPlaceID(placeID:deliveryId:timeoutSeconds:autoStopAfterDropoffSeconds:)",
|
|
2101
2213
|
"children": [
|
|
2102
2214
|
{
|
|
2103
2215
|
"kind": "TypeNominal",
|
|
@@ -2116,6 +2228,21 @@
|
|
|
2116
2228
|
"printedName": "Swift.String",
|
|
2117
2229
|
"usr": "s:SS"
|
|
2118
2230
|
},
|
|
2231
|
+
{
|
|
2232
|
+
"kind": "TypeNominal",
|
|
2233
|
+
"name": "Optional",
|
|
2234
|
+
"printedName": "Swift.Double?",
|
|
2235
|
+
"children": [
|
|
2236
|
+
{
|
|
2237
|
+
"kind": "TypeNominal",
|
|
2238
|
+
"name": "Double",
|
|
2239
|
+
"printedName": "Swift.Double",
|
|
2240
|
+
"usr": "s:Sd"
|
|
2241
|
+
}
|
|
2242
|
+
],
|
|
2243
|
+
"hasDefaultArg": true,
|
|
2244
|
+
"usr": "s:Sq"
|
|
2245
|
+
},
|
|
2119
2246
|
{
|
|
2120
2247
|
"kind": "TypeNominal",
|
|
2121
2248
|
"name": "Optional",
|
|
@@ -2133,8 +2260,8 @@
|
|
|
2133
2260
|
}
|
|
2134
2261
|
],
|
|
2135
2262
|
"declKind": "Func",
|
|
2136
|
-
"usr": "s:
|
|
2137
|
-
"mangledName": "$
|
|
2263
|
+
"usr": "s:18DoorstepDropoffSDK0A2AIC22startDeliveryByPlaceID05placeI010deliveryId14timeoutSeconds013autoStopAfterbN0ySS_SSSdSgAItYaKFZ",
|
|
2264
|
+
"mangledName": "$s18DoorstepDropoffSDK0A2AIC22startDeliveryByPlaceID05placeI010deliveryId14timeoutSeconds013autoStopAfterbN0ySS_SSSdSgAItYaKFZ",
|
|
2138
2265
|
"moduleName": "DoorstepDropoffSDK",
|
|
2139
2266
|
"static": true,
|
|
2140
2267
|
"declAttributes": [
|
|
@@ -2147,7 +2274,7 @@
|
|
|
2147
2274
|
{
|
|
2148
2275
|
"kind": "Function",
|
|
2149
2276
|
"name": "startDeliveryByPlusCode",
|
|
2150
|
-
"printedName": "startDeliveryByPlusCode(plusCode:deliveryId:timeoutSeconds:)",
|
|
2277
|
+
"printedName": "startDeliveryByPlusCode(plusCode:deliveryId:timeoutSeconds:autoStopAfterDropoffSeconds:)",
|
|
2151
2278
|
"children": [
|
|
2152
2279
|
{
|
|
2153
2280
|
"kind": "TypeNominal",
|
|
@@ -2166,6 +2293,21 @@
|
|
|
2166
2293
|
"printedName": "Swift.String",
|
|
2167
2294
|
"usr": "s:SS"
|
|
2168
2295
|
},
|
|
2296
|
+
{
|
|
2297
|
+
"kind": "TypeNominal",
|
|
2298
|
+
"name": "Optional",
|
|
2299
|
+
"printedName": "Swift.Double?",
|
|
2300
|
+
"children": [
|
|
2301
|
+
{
|
|
2302
|
+
"kind": "TypeNominal",
|
|
2303
|
+
"name": "Double",
|
|
2304
|
+
"printedName": "Swift.Double",
|
|
2305
|
+
"usr": "s:Sd"
|
|
2306
|
+
}
|
|
2307
|
+
],
|
|
2308
|
+
"hasDefaultArg": true,
|
|
2309
|
+
"usr": "s:Sq"
|
|
2310
|
+
},
|
|
2169
2311
|
{
|
|
2170
2312
|
"kind": "TypeNominal",
|
|
2171
2313
|
"name": "Optional",
|
|
@@ -2183,8 +2325,8 @@
|
|
|
2183
2325
|
}
|
|
2184
2326
|
],
|
|
2185
2327
|
"declKind": "Func",
|
|
2186
|
-
"usr": "s:
|
|
2187
|
-
"mangledName": "$
|
|
2328
|
+
"usr": "s:18DoorstepDropoffSDK0A2AIC23startDeliveryByPlusCode04plusI010deliveryId14timeoutSeconds013autoStopAfterbN0ySS_SSSdSgAItYaKFZ",
|
|
2329
|
+
"mangledName": "$s18DoorstepDropoffSDK0A2AIC23startDeliveryByPlusCode04plusI010deliveryId14timeoutSeconds013autoStopAfterbN0ySS_SSSdSgAItYaKFZ",
|
|
2188
2330
|
"moduleName": "DoorstepDropoffSDK",
|
|
2189
2331
|
"static": true,
|
|
2190
2332
|
"deprecated": true,
|
|
@@ -2199,7 +2341,7 @@
|
|
|
2199
2341
|
{
|
|
2200
2342
|
"kind": "Function",
|
|
2201
2343
|
"name": "startDeliveryByAddressType",
|
|
2202
|
-
"printedName": "startDeliveryByAddressType(address:deliveryId:coordinates:timeoutSeconds:)",
|
|
2344
|
+
"printedName": "startDeliveryByAddressType(address:deliveryId:coordinates:timeoutSeconds:autoStopAfterDropoffSeconds:)",
|
|
2203
2345
|
"children": [
|
|
2204
2346
|
{
|
|
2205
2347
|
"kind": "TypeNominal",
|
|
@@ -2233,6 +2375,21 @@
|
|
|
2233
2375
|
"hasDefaultArg": true,
|
|
2234
2376
|
"usr": "s:Sq"
|
|
2235
2377
|
},
|
|
2378
|
+
{
|
|
2379
|
+
"kind": "TypeNominal",
|
|
2380
|
+
"name": "Optional",
|
|
2381
|
+
"printedName": "Swift.Double?",
|
|
2382
|
+
"children": [
|
|
2383
|
+
{
|
|
2384
|
+
"kind": "TypeNominal",
|
|
2385
|
+
"name": "Double",
|
|
2386
|
+
"printedName": "Swift.Double",
|
|
2387
|
+
"usr": "s:Sd"
|
|
2388
|
+
}
|
|
2389
|
+
],
|
|
2390
|
+
"hasDefaultArg": true,
|
|
2391
|
+
"usr": "s:Sq"
|
|
2392
|
+
},
|
|
2236
2393
|
{
|
|
2237
2394
|
"kind": "TypeNominal",
|
|
2238
2395
|
"name": "Optional",
|
|
@@ -2250,8 +2407,8 @@
|
|
|
2250
2407
|
}
|
|
2251
2408
|
],
|
|
2252
2409
|
"declKind": "Func",
|
|
2253
|
-
"usr": "s:
|
|
2254
|
-
"mangledName": "$
|
|
2410
|
+
"usr": "s:18DoorstepDropoffSDK0A2AIC26startDeliveryByAddressType7address10deliveryId11coordinates14timeoutSeconds013autoStopAfterbO0yAA0hI0V_SSAA12LatLngObjectVSgSdSgAOtYaKFZ",
|
|
2411
|
+
"mangledName": "$s18DoorstepDropoffSDK0A2AIC26startDeliveryByAddressType7address10deliveryId11coordinates14timeoutSeconds013autoStopAfterbO0yAA0hI0V_SSAA12LatLngObjectVSgSdSgAOtYaKFZ",
|
|
2255
2412
|
"moduleName": "DoorstepDropoffSDK",
|
|
2256
2413
|
"static": true,
|
|
2257
2414
|
"declAttributes": [
|
|
@@ -2264,7 +2421,7 @@
|
|
|
2264
2421
|
{
|
|
2265
2422
|
"kind": "Function",
|
|
2266
2423
|
"name": "startDeliveryByAddressString",
|
|
2267
|
-
"printedName": "startDeliveryByAddressString(address:deliveryId:coordinates:timeoutSeconds:)",
|
|
2424
|
+
"printedName": "startDeliveryByAddressString(address:deliveryId:coordinates:timeoutSeconds:autoStopAfterDropoffSeconds:)",
|
|
2268
2425
|
"children": [
|
|
2269
2426
|
{
|
|
2270
2427
|
"kind": "TypeNominal",
|
|
@@ -2298,6 +2455,21 @@
|
|
|
2298
2455
|
"hasDefaultArg": true,
|
|
2299
2456
|
"usr": "s:Sq"
|
|
2300
2457
|
},
|
|
2458
|
+
{
|
|
2459
|
+
"kind": "TypeNominal",
|
|
2460
|
+
"name": "Optional",
|
|
2461
|
+
"printedName": "Swift.Double?",
|
|
2462
|
+
"children": [
|
|
2463
|
+
{
|
|
2464
|
+
"kind": "TypeNominal",
|
|
2465
|
+
"name": "Double",
|
|
2466
|
+
"printedName": "Swift.Double",
|
|
2467
|
+
"usr": "s:Sd"
|
|
2468
|
+
}
|
|
2469
|
+
],
|
|
2470
|
+
"hasDefaultArg": true,
|
|
2471
|
+
"usr": "s:Sq"
|
|
2472
|
+
},
|
|
2301
2473
|
{
|
|
2302
2474
|
"kind": "TypeNominal",
|
|
2303
2475
|
"name": "Optional",
|
|
@@ -2315,8 +2487,8 @@
|
|
|
2315
2487
|
}
|
|
2316
2488
|
],
|
|
2317
2489
|
"declKind": "Func",
|
|
2318
|
-
"usr": "s:
|
|
2319
|
-
"mangledName": "$
|
|
2490
|
+
"usr": "s:18DoorstepDropoffSDK0A2AIC28startDeliveryByAddressString7address10deliveryId11coordinates14timeoutSeconds013autoStopAfterbO0ySS_SSAA12LatLngObjectVSgSdSgAMtYaKFZ",
|
|
2491
|
+
"mangledName": "$s18DoorstepDropoffSDK0A2AIC28startDeliveryByAddressString7address10deliveryId11coordinates14timeoutSeconds013autoStopAfterbO0ySS_SSAA12LatLngObjectVSgSdSgAMtYaKFZ",
|
|
2320
2492
|
"moduleName": "DoorstepDropoffSDK",
|
|
2321
2493
|
"static": true,
|
|
2322
2494
|
"declAttributes": [
|
|
@@ -2329,7 +2501,7 @@
|
|
|
2329
2501
|
{
|
|
2330
2502
|
"kind": "Function",
|
|
2331
2503
|
"name": "startDeliveryByLatLng",
|
|
2332
|
-
"printedName": "startDeliveryByLatLng(latitude:longitude:subUnit:deliveryId:timeoutSeconds:)",
|
|
2504
|
+
"printedName": "startDeliveryByLatLng(latitude:longitude:subUnit:deliveryId:timeoutSeconds:autoStopAfterDropoffSeconds:)",
|
|
2333
2505
|
"children": [
|
|
2334
2506
|
{
|
|
2335
2507
|
"kind": "TypeNominal",
|
|
@@ -2360,6 +2532,21 @@
|
|
|
2360
2532
|
"printedName": "Swift.String",
|
|
2361
2533
|
"usr": "s:SS"
|
|
2362
2534
|
},
|
|
2535
|
+
{
|
|
2536
|
+
"kind": "TypeNominal",
|
|
2537
|
+
"name": "Optional",
|
|
2538
|
+
"printedName": "Swift.Double?",
|
|
2539
|
+
"children": [
|
|
2540
|
+
{
|
|
2541
|
+
"kind": "TypeNominal",
|
|
2542
|
+
"name": "Double",
|
|
2543
|
+
"printedName": "Swift.Double",
|
|
2544
|
+
"usr": "s:Sd"
|
|
2545
|
+
}
|
|
2546
|
+
],
|
|
2547
|
+
"hasDefaultArg": true,
|
|
2548
|
+
"usr": "s:Sq"
|
|
2549
|
+
},
|
|
2363
2550
|
{
|
|
2364
2551
|
"kind": "TypeNominal",
|
|
2365
2552
|
"name": "Optional",
|
|
@@ -2377,8 +2564,8 @@
|
|
|
2377
2564
|
}
|
|
2378
2565
|
],
|
|
2379
2566
|
"declKind": "Func",
|
|
2380
|
-
"usr": "s:
|
|
2381
|
-
"mangledName": "$
|
|
2567
|
+
"usr": "s:18DoorstepDropoffSDK0A2AIC21startDeliveryByLatLng8latitude9longitude7subUnit10deliveryId14timeoutSeconds013autoStopAfterbQ0ySd_SdS2SSdSgAKtYaKFZ",
|
|
2568
|
+
"mangledName": "$s18DoorstepDropoffSDK0A2AIC21startDeliveryByLatLng8latitude9longitude7subUnit10deliveryId14timeoutSeconds013autoStopAfterbQ0ySd_SdS2SSdSgAKtYaKFZ",
|
|
2382
2569
|
"moduleName": "DoorstepDropoffSDK",
|
|
2383
2570
|
"static": true,
|
|
2384
2571
|
"deprecated": true,
|
|
@@ -2487,52 +2674,6 @@
|
|
|
2487
2674
|
"AccessControl"
|
|
2488
2675
|
],
|
|
2489
2676
|
"funcSelfKind": "NonMutating"
|
|
2490
|
-
},
|
|
2491
|
-
{
|
|
2492
|
-
"kind": "Function",
|
|
2493
|
-
"name": "hasCachedData",
|
|
2494
|
-
"printedName": "hasCachedData()",
|
|
2495
|
-
"children": [
|
|
2496
|
-
{
|
|
2497
|
-
"kind": "TypeNominal",
|
|
2498
|
-
"name": "Bool",
|
|
2499
|
-
"printedName": "Swift.Bool",
|
|
2500
|
-
"usr": "s:Sb"
|
|
2501
|
-
}
|
|
2502
|
-
],
|
|
2503
|
-
"declKind": "Func",
|
|
2504
|
-
"usr": "s:18DoorstepDropoffSDK0A2AIC13hasCachedDataSbyFZ",
|
|
2505
|
-
"mangledName": "$s18DoorstepDropoffSDK0A2AIC13hasCachedDataSbyFZ",
|
|
2506
|
-
"moduleName": "DoorstepDropoffSDK",
|
|
2507
|
-
"static": true,
|
|
2508
|
-
"declAttributes": [
|
|
2509
|
-
"Final",
|
|
2510
|
-
"AccessControl"
|
|
2511
|
-
],
|
|
2512
|
-
"funcSelfKind": "NonMutating"
|
|
2513
|
-
},
|
|
2514
|
-
{
|
|
2515
|
-
"kind": "Function",
|
|
2516
|
-
"name": "waitForCacheDataCompletion",
|
|
2517
|
-
"printedName": "waitForCacheDataCompletion()",
|
|
2518
|
-
"children": [
|
|
2519
|
-
{
|
|
2520
|
-
"kind": "TypeNominal",
|
|
2521
|
-
"name": "Bool",
|
|
2522
|
-
"printedName": "Swift.Bool",
|
|
2523
|
-
"usr": "s:Sb"
|
|
2524
|
-
}
|
|
2525
|
-
],
|
|
2526
|
-
"declKind": "Func",
|
|
2527
|
-
"usr": "s:18DoorstepDropoffSDK0A2AIC26waitForCacheDataCompletionSbyYaFZ",
|
|
2528
|
-
"mangledName": "$s18DoorstepDropoffSDK0A2AIC26waitForCacheDataCompletionSbyYaFZ",
|
|
2529
|
-
"moduleName": "DoorstepDropoffSDK",
|
|
2530
|
-
"static": true,
|
|
2531
|
-
"declAttributes": [
|
|
2532
|
-
"Final",
|
|
2533
|
-
"AccessControl"
|
|
2534
|
-
],
|
|
2535
|
-
"funcSelfKind": "NonMutating"
|
|
2536
2677
|
}
|
|
2537
2678
|
],
|
|
2538
2679
|
"declKind": "Class",
|
|
@@ -2751,6 +2892,13 @@
|
|
|
2751
2892
|
"RawDocComment"
|
|
2752
2893
|
]
|
|
2753
2894
|
},
|
|
2895
|
+
{
|
|
2896
|
+
"kind": "Import",
|
|
2897
|
+
"name": "UIKit",
|
|
2898
|
+
"printedName": "UIKit",
|
|
2899
|
+
"declKind": "Import",
|
|
2900
|
+
"moduleName": "DoorstepDropoffSDK"
|
|
2901
|
+
},
|
|
2754
2902
|
{
|
|
2755
2903
|
"kind": "Import",
|
|
2756
2904
|
"name": "Foundation",
|
|
@@ -2769,45 +2917,310 @@
|
|
|
2769
2917
|
"moduleName": "DoorstepDropoffSDK"
|
|
2770
2918
|
},
|
|
2771
2919
|
{
|
|
2772
|
-
"kind": "
|
|
2773
|
-
"name": "
|
|
2774
|
-
"printedName": "
|
|
2920
|
+
"kind": "Import",
|
|
2921
|
+
"name": "Foundation",
|
|
2922
|
+
"printedName": "Foundation",
|
|
2923
|
+
"declKind": "Import",
|
|
2924
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
2925
|
+
"declAttributes": [
|
|
2926
|
+
"RawDocComment"
|
|
2927
|
+
]
|
|
2928
|
+
},
|
|
2929
|
+
{
|
|
2930
|
+
"kind": "Var",
|
|
2931
|
+
"name": "csvOnlyMode",
|
|
2932
|
+
"printedName": "csvOnlyMode",
|
|
2775
2933
|
"children": [
|
|
2776
2934
|
{
|
|
2777
|
-
"kind": "
|
|
2778
|
-
"name": "
|
|
2779
|
-
"printedName": "
|
|
2935
|
+
"kind": "TypeNominal",
|
|
2936
|
+
"name": "Bool",
|
|
2937
|
+
"printedName": "Swift.Bool",
|
|
2938
|
+
"usr": "s:Sb"
|
|
2939
|
+
}
|
|
2940
|
+
],
|
|
2941
|
+
"declKind": "Var",
|
|
2942
|
+
"usr": "s:18DoorstepDropoffSDK11csvOnlyModeSbvp",
|
|
2943
|
+
"mangledName": "$s18DoorstepDropoffSDK11csvOnlyModeSbvp",
|
|
2944
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
2945
|
+
"declAttributes": [
|
|
2946
|
+
"HasInitialValue",
|
|
2947
|
+
"HasStorage",
|
|
2948
|
+
"AccessControl",
|
|
2949
|
+
"RawDocComment"
|
|
2950
|
+
],
|
|
2951
|
+
"hasStorage": true,
|
|
2952
|
+
"accessors": [
|
|
2953
|
+
{
|
|
2954
|
+
"kind": "Accessor",
|
|
2955
|
+
"name": "Get",
|
|
2956
|
+
"printedName": "Get()",
|
|
2780
2957
|
"children": [
|
|
2781
2958
|
{
|
|
2782
2959
|
"kind": "TypeNominal",
|
|
2783
|
-
"name": "
|
|
2784
|
-
"printedName": "Swift.
|
|
2785
|
-
"usr": "s:
|
|
2960
|
+
"name": "Bool",
|
|
2961
|
+
"printedName": "Swift.Bool",
|
|
2962
|
+
"usr": "s:Sb"
|
|
2786
2963
|
}
|
|
2787
2964
|
],
|
|
2788
|
-
"declKind": "
|
|
2789
|
-
"usr": "s:
|
|
2790
|
-
"mangledName": "$
|
|
2965
|
+
"declKind": "Accessor",
|
|
2966
|
+
"usr": "s:18DoorstepDropoffSDK11csvOnlyModeSbvg",
|
|
2967
|
+
"mangledName": "$s18DoorstepDropoffSDK11csvOnlyModeSbvg",
|
|
2791
2968
|
"moduleName": "DoorstepDropoffSDK",
|
|
2792
|
-
"
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
"
|
|
2969
|
+
"implicit": true,
|
|
2970
|
+
"accessorKind": "get"
|
|
2971
|
+
},
|
|
2972
|
+
{
|
|
2973
|
+
"kind": "Accessor",
|
|
2974
|
+
"name": "Set",
|
|
2975
|
+
"printedName": "Set()",
|
|
2976
|
+
"children": [
|
|
2797
2977
|
{
|
|
2798
|
-
"kind": "
|
|
2799
|
-
"name": "
|
|
2800
|
-
"printedName": "
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2978
|
+
"kind": "TypeNominal",
|
|
2979
|
+
"name": "Void",
|
|
2980
|
+
"printedName": "()"
|
|
2981
|
+
},
|
|
2982
|
+
{
|
|
2983
|
+
"kind": "TypeNominal",
|
|
2984
|
+
"name": "Bool",
|
|
2985
|
+
"printedName": "Swift.Bool",
|
|
2986
|
+
"usr": "s:Sb"
|
|
2987
|
+
}
|
|
2988
|
+
],
|
|
2989
|
+
"declKind": "Accessor",
|
|
2990
|
+
"usr": "s:18DoorstepDropoffSDK11csvOnlyModeSbvs",
|
|
2991
|
+
"mangledName": "$s18DoorstepDropoffSDK11csvOnlyModeSbvs",
|
|
2992
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
2993
|
+
"implicit": true,
|
|
2994
|
+
"accessorKind": "set"
|
|
2995
|
+
},
|
|
2996
|
+
{
|
|
2997
|
+
"kind": "Accessor",
|
|
2998
|
+
"name": "Modify",
|
|
2999
|
+
"printedName": "Modify()",
|
|
3000
|
+
"children": [
|
|
3001
|
+
{
|
|
3002
|
+
"kind": "TypeNominal",
|
|
3003
|
+
"name": "Void",
|
|
3004
|
+
"printedName": "()"
|
|
3005
|
+
}
|
|
3006
|
+
],
|
|
3007
|
+
"declKind": "Accessor",
|
|
3008
|
+
"usr": "s:18DoorstepDropoffSDK11csvOnlyModeSbvM",
|
|
3009
|
+
"mangledName": "$s18DoorstepDropoffSDK11csvOnlyModeSbvM",
|
|
3010
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
3011
|
+
"implicit": true,
|
|
3012
|
+
"accessorKind": "_modify"
|
|
3013
|
+
}
|
|
3014
|
+
]
|
|
3015
|
+
},
|
|
3016
|
+
{
|
|
3017
|
+
"kind": "Var",
|
|
3018
|
+
"name": "lastCSVSessionDirectory",
|
|
3019
|
+
"printedName": "lastCSVSessionDirectory",
|
|
3020
|
+
"children": [
|
|
3021
|
+
{
|
|
3022
|
+
"kind": "TypeNominal",
|
|
3023
|
+
"name": "Optional",
|
|
3024
|
+
"printedName": "Foundation.URL?",
|
|
3025
|
+
"children": [
|
|
3026
|
+
{
|
|
3027
|
+
"kind": "TypeNominal",
|
|
3028
|
+
"name": "URL",
|
|
3029
|
+
"printedName": "Foundation.URL",
|
|
3030
|
+
"usr": "s:10Foundation3URLV"
|
|
3031
|
+
}
|
|
3032
|
+
],
|
|
3033
|
+
"usr": "s:Sq"
|
|
3034
|
+
}
|
|
3035
|
+
],
|
|
3036
|
+
"declKind": "Var",
|
|
3037
|
+
"usr": "s:18DoorstepDropoffSDK23lastCSVSessionDirectory10Foundation3URLVSgvp",
|
|
3038
|
+
"mangledName": "$s18DoorstepDropoffSDK23lastCSVSessionDirectory10Foundation3URLVSgvp",
|
|
3039
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
3040
|
+
"declAttributes": [
|
|
3041
|
+
"HasInitialValue",
|
|
3042
|
+
"HasStorage",
|
|
3043
|
+
"AccessControl",
|
|
3044
|
+
"RawDocComment"
|
|
3045
|
+
],
|
|
3046
|
+
"hasStorage": true,
|
|
3047
|
+
"accessors": [
|
|
3048
|
+
{
|
|
3049
|
+
"kind": "Accessor",
|
|
3050
|
+
"name": "Get",
|
|
3051
|
+
"printedName": "Get()",
|
|
3052
|
+
"children": [
|
|
3053
|
+
{
|
|
3054
|
+
"kind": "TypeNominal",
|
|
3055
|
+
"name": "Optional",
|
|
3056
|
+
"printedName": "Foundation.URL?",
|
|
3057
|
+
"children": [
|
|
3058
|
+
{
|
|
3059
|
+
"kind": "TypeNominal",
|
|
3060
|
+
"name": "URL",
|
|
3061
|
+
"printedName": "Foundation.URL",
|
|
3062
|
+
"usr": "s:10Foundation3URLV"
|
|
3063
|
+
}
|
|
3064
|
+
],
|
|
3065
|
+
"usr": "s:Sq"
|
|
3066
|
+
}
|
|
3067
|
+
],
|
|
3068
|
+
"declKind": "Accessor",
|
|
3069
|
+
"usr": "s:18DoorstepDropoffSDK23lastCSVSessionDirectory10Foundation3URLVSgvg",
|
|
3070
|
+
"mangledName": "$s18DoorstepDropoffSDK23lastCSVSessionDirectory10Foundation3URLVSgvg",
|
|
3071
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
3072
|
+
"implicit": true,
|
|
3073
|
+
"accessorKind": "get"
|
|
3074
|
+
},
|
|
3075
|
+
{
|
|
3076
|
+
"kind": "Accessor",
|
|
3077
|
+
"name": "Set",
|
|
3078
|
+
"printedName": "Set()",
|
|
3079
|
+
"children": [
|
|
3080
|
+
{
|
|
3081
|
+
"kind": "TypeNominal",
|
|
3082
|
+
"name": "Void",
|
|
3083
|
+
"printedName": "()"
|
|
3084
|
+
},
|
|
3085
|
+
{
|
|
3086
|
+
"kind": "TypeNominal",
|
|
3087
|
+
"name": "Optional",
|
|
3088
|
+
"printedName": "Foundation.URL?",
|
|
3089
|
+
"children": [
|
|
3090
|
+
{
|
|
3091
|
+
"kind": "TypeNominal",
|
|
3092
|
+
"name": "URL",
|
|
3093
|
+
"printedName": "Foundation.URL",
|
|
3094
|
+
"usr": "s:10Foundation3URLV"
|
|
3095
|
+
}
|
|
3096
|
+
],
|
|
3097
|
+
"usr": "s:Sq"
|
|
3098
|
+
}
|
|
3099
|
+
],
|
|
3100
|
+
"declKind": "Accessor",
|
|
3101
|
+
"usr": "s:18DoorstepDropoffSDK23lastCSVSessionDirectory10Foundation3URLVSgvs",
|
|
3102
|
+
"mangledName": "$s18DoorstepDropoffSDK23lastCSVSessionDirectory10Foundation3URLVSgvs",
|
|
3103
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
3104
|
+
"implicit": true,
|
|
3105
|
+
"accessorKind": "set"
|
|
3106
|
+
},
|
|
3107
|
+
{
|
|
3108
|
+
"kind": "Accessor",
|
|
3109
|
+
"name": "Modify",
|
|
3110
|
+
"printedName": "Modify()",
|
|
3111
|
+
"children": [
|
|
3112
|
+
{
|
|
3113
|
+
"kind": "TypeNominal",
|
|
3114
|
+
"name": "Void",
|
|
3115
|
+
"printedName": "()"
|
|
3116
|
+
}
|
|
3117
|
+
],
|
|
3118
|
+
"declKind": "Accessor",
|
|
3119
|
+
"usr": "s:18DoorstepDropoffSDK23lastCSVSessionDirectory10Foundation3URLVSgvM",
|
|
3120
|
+
"mangledName": "$s18DoorstepDropoffSDK23lastCSVSessionDirectory10Foundation3URLVSgvM",
|
|
3121
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
3122
|
+
"implicit": true,
|
|
3123
|
+
"accessorKind": "_modify"
|
|
3124
|
+
}
|
|
3125
|
+
]
|
|
3126
|
+
},
|
|
3127
|
+
{
|
|
3128
|
+
"kind": "Import",
|
|
3129
|
+
"name": "Foundation",
|
|
3130
|
+
"printedName": "Foundation",
|
|
3131
|
+
"declKind": "Import",
|
|
3132
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
3133
|
+
"declAttributes": [
|
|
3134
|
+
"RawDocComment"
|
|
3135
|
+
]
|
|
3136
|
+
},
|
|
3137
|
+
{
|
|
3138
|
+
"kind": "Import",
|
|
3139
|
+
"name": "Foundation",
|
|
3140
|
+
"printedName": "Foundation",
|
|
3141
|
+
"declKind": "Import",
|
|
3142
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
3143
|
+
"declAttributes": [
|
|
3144
|
+
"RawDocComment"
|
|
3145
|
+
]
|
|
3146
|
+
},
|
|
3147
|
+
{
|
|
3148
|
+
"kind": "Import",
|
|
3149
|
+
"name": "SQLite3",
|
|
3150
|
+
"printedName": "SQLite3",
|
|
3151
|
+
"declKind": "Import",
|
|
3152
|
+
"moduleName": "DoorstepDropoffSDK"
|
|
3153
|
+
},
|
|
3154
|
+
{
|
|
3155
|
+
"kind": "Import",
|
|
3156
|
+
"name": "Foundation",
|
|
3157
|
+
"printedName": "Foundation",
|
|
3158
|
+
"declKind": "Import",
|
|
3159
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
3160
|
+
"declAttributes": [
|
|
3161
|
+
"RawDocComment"
|
|
3162
|
+
]
|
|
3163
|
+
},
|
|
3164
|
+
{
|
|
3165
|
+
"kind": "Import",
|
|
3166
|
+
"name": "Foundation",
|
|
3167
|
+
"printedName": "Foundation",
|
|
3168
|
+
"declKind": "Import",
|
|
3169
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
3170
|
+
"declAttributes": [
|
|
3171
|
+
"RawDocComment"
|
|
3172
|
+
]
|
|
3173
|
+
},
|
|
3174
|
+
{
|
|
3175
|
+
"kind": "Import",
|
|
3176
|
+
"name": "Foundation",
|
|
3177
|
+
"printedName": "Foundation",
|
|
3178
|
+
"declKind": "Import",
|
|
3179
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
3180
|
+
"declAttributes": [
|
|
3181
|
+
"RawDocComment"
|
|
3182
|
+
]
|
|
3183
|
+
},
|
|
3184
|
+
{
|
|
3185
|
+
"kind": "TypeDecl",
|
|
3186
|
+
"name": "String",
|
|
3187
|
+
"printedName": "String",
|
|
3188
|
+
"children": [
|
|
3189
|
+
{
|
|
3190
|
+
"kind": "Var",
|
|
3191
|
+
"name": "addressString",
|
|
3192
|
+
"printedName": "addressString",
|
|
3193
|
+
"children": [
|
|
3194
|
+
{
|
|
3195
|
+
"kind": "TypeNominal",
|
|
3196
|
+
"name": "String",
|
|
3197
|
+
"printedName": "Swift.String",
|
|
3198
|
+
"usr": "s:SS"
|
|
3199
|
+
}
|
|
3200
|
+
],
|
|
3201
|
+
"declKind": "Var",
|
|
3202
|
+
"usr": "s:SS18DoorstepDropoffSDKE13addressStringSSvp",
|
|
3203
|
+
"mangledName": "$sSS18DoorstepDropoffSDKE13addressStringSSvp",
|
|
3204
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
3205
|
+
"declAttributes": [
|
|
3206
|
+
"AccessControl"
|
|
3207
|
+
],
|
|
3208
|
+
"isFromExtension": true,
|
|
3209
|
+
"accessors": [
|
|
3210
|
+
{
|
|
3211
|
+
"kind": "Accessor",
|
|
3212
|
+
"name": "Get",
|
|
3213
|
+
"printedName": "Get()",
|
|
3214
|
+
"children": [
|
|
3215
|
+
{
|
|
3216
|
+
"kind": "TypeNominal",
|
|
3217
|
+
"name": "String",
|
|
3218
|
+
"printedName": "Swift.String",
|
|
3219
|
+
"usr": "s:SS"
|
|
3220
|
+
}
|
|
3221
|
+
],
|
|
3222
|
+
"declKind": "Accessor",
|
|
3223
|
+
"usr": "s:SS18DoorstepDropoffSDKE13addressStringSSvg",
|
|
2811
3224
|
"mangledName": "$sSS18DoorstepDropoffSDKE13addressStringSSvg",
|
|
2812
3225
|
"moduleName": "DoorstepDropoffSDK",
|
|
2813
3226
|
"isFromExtension": true,
|
|
@@ -3502,77 +3915,98 @@
|
|
|
3502
3915
|
{
|
|
3503
3916
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Logging.swift",
|
|
3504
3917
|
"kind": "BooleanLiteral",
|
|
3505
|
-
"offset":
|
|
3918
|
+
"offset": 1422,
|
|
3506
3919
|
"length": 5,
|
|
3507
3920
|
"value": "false"
|
|
3508
3921
|
},
|
|
3509
3922
|
{
|
|
3510
3923
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Logging.swift",
|
|
3511
3924
|
"kind": "BooleanLiteral",
|
|
3512
|
-
"offset":
|
|
3925
|
+
"offset": 1481,
|
|
3513
3926
|
"length": 5,
|
|
3514
3927
|
"value": "false"
|
|
3515
3928
|
},
|
|
3516
3929
|
{
|
|
3517
3930
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Logging.swift",
|
|
3518
3931
|
"kind": "IntegerLiteral",
|
|
3519
|
-
"offset":
|
|
3932
|
+
"offset": 3376,
|
|
3520
3933
|
"length": 2,
|
|
3521
3934
|
"value": "30"
|
|
3522
3935
|
},
|
|
3523
3936
|
{
|
|
3524
3937
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Logging.swift",
|
|
3525
3938
|
"kind": "IntegerLiteral",
|
|
3526
|
-
"offset":
|
|
3939
|
+
"offset": 3405,
|
|
3527
3940
|
"length": 2,
|
|
3528
3941
|
"value": "50"
|
|
3529
3942
|
},
|
|
3530
3943
|
{
|
|
3531
3944
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Logging.swift",
|
|
3532
3945
|
"kind": "IntegerLiteral",
|
|
3533
|
-
"offset":
|
|
3946
|
+
"offset": 3437,
|
|
3534
3947
|
"length": 4,
|
|
3535
3948
|
"value": "1000"
|
|
3536
3949
|
},
|
|
3950
|
+
{
|
|
3951
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DeviceIdentifier.swift",
|
|
3952
|
+
"kind": "StringLiteral",
|
|
3953
|
+
"offset": 128,
|
|
3954
|
+
"length": 36,
|
|
3955
|
+
"value": "\"DoorstepAI.persistentDeviceUUID.v1\""
|
|
3956
|
+
},
|
|
3957
|
+
{
|
|
3958
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DeviceIdentifier.swift",
|
|
3959
|
+
"kind": "StringLiteral",
|
|
3960
|
+
"offset": 210,
|
|
3961
|
+
"length": 24,
|
|
3962
|
+
"value": "\"DeviceIdentifier.queue\""
|
|
3963
|
+
},
|
|
3537
3964
|
{
|
|
3538
3965
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/InternalSensor.swift",
|
|
3539
|
-
"kind": "
|
|
3540
|
-
"offset":
|
|
3541
|
-
"length":
|
|
3542
|
-
"value": "
|
|
3966
|
+
"kind": "StringLiteral",
|
|
3967
|
+
"offset": 9337,
|
|
3968
|
+
"length": 7,
|
|
3969
|
+
"value": "\"accel\""
|
|
3543
3970
|
},
|
|
3544
3971
|
{
|
|
3545
3972
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/InternalSensor.swift",
|
|
3546
|
-
"kind": "
|
|
3547
|
-
"offset":
|
|
3548
|
-
"length":
|
|
3549
|
-
"value": "
|
|
3973
|
+
"kind": "StringLiteral",
|
|
3974
|
+
"offset": 9434,
|
|
3975
|
+
"length": 6,
|
|
3976
|
+
"value": "\"gyro\""
|
|
3550
3977
|
},
|
|
3551
3978
|
{
|
|
3552
3979
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/InternalSensor.swift",
|
|
3553
|
-
"kind": "
|
|
3554
|
-
"offset":
|
|
3555
|
-
"length":
|
|
3556
|
-
"value": "
|
|
3980
|
+
"kind": "StringLiteral",
|
|
3981
|
+
"offset": 9531,
|
|
3982
|
+
"length": 5,
|
|
3983
|
+
"value": "\"mag\""
|
|
3557
3984
|
},
|
|
3558
3985
|
{
|
|
3559
3986
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/InternalSensor.swift",
|
|
3560
|
-
"kind": "
|
|
3561
|
-
"offset":
|
|
3562
|
-
"length":
|
|
3563
|
-
"value": "
|
|
3987
|
+
"kind": "StringLiteral",
|
|
3988
|
+
"offset": 9628,
|
|
3989
|
+
"length": 14,
|
|
3990
|
+
"value": "\"deviceMotion\""
|
|
3564
3991
|
},
|
|
3565
3992
|
{
|
|
3566
3993
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/InternalSensor.swift",
|
|
3567
|
-
"kind": "
|
|
3568
|
-
"offset":
|
|
3569
|
-
"length":
|
|
3570
|
-
"value": "
|
|
3994
|
+
"kind": "StringLiteral",
|
|
3995
|
+
"offset": 9725,
|
|
3996
|
+
"length": 11,
|
|
3997
|
+
"value": "\"headphone\""
|
|
3998
|
+
},
|
|
3999
|
+
{
|
|
4000
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/InternalSensor.swift",
|
|
4001
|
+
"kind": "StringLiteral",
|
|
4002
|
+
"offset": 9899,
|
|
4003
|
+
"length": 10,
|
|
4004
|
+
"value": "\"activity\""
|
|
3571
4005
|
},
|
|
3572
4006
|
{
|
|
3573
4007
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/InternalSensor.swift",
|
|
3574
4008
|
"kind": "IntegerLiteral",
|
|
3575
|
-
"offset":
|
|
4009
|
+
"offset": 10891,
|
|
3576
4010
|
"length": 1,
|
|
3577
4011
|
"value": "0"
|
|
3578
4012
|
},
|
|
@@ -3583,13 +4017,6 @@
|
|
|
3583
4017
|
"length": 5,
|
|
3584
4018
|
"value": "false"
|
|
3585
4019
|
},
|
|
3586
|
-
{
|
|
3587
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataHolder.swift",
|
|
3588
|
-
"kind": "StringLiteral",
|
|
3589
|
-
"offset": 444,
|
|
3590
|
-
"length": 13,
|
|
3591
|
-
"value": "\"dataCollect\""
|
|
3592
|
-
},
|
|
3593
4020
|
{
|
|
3594
4021
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3595
4022
|
"kind": "BooleanLiteral",
|
|
@@ -3607,455 +4034,518 @@
|
|
|
3607
4034
|
{
|
|
3608
4035
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3609
4036
|
"kind": "IntegerLiteral",
|
|
3610
|
-
"offset":
|
|
4037
|
+
"offset": 22196,
|
|
3611
4038
|
"length": 1,
|
|
3612
4039
|
"value": "0"
|
|
3613
4040
|
},
|
|
3614
4041
|
{
|
|
3615
4042
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3616
4043
|
"kind": "StringLiteral",
|
|
3617
|
-
"offset":
|
|
3618
|
-
"length": 5,
|
|
3619
|
-
"value": "\"1.7\""
|
|
3620
|
-
},
|
|
3621
|
-
{
|
|
3622
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3623
|
-
"kind": "StringLiteral",
|
|
3624
|
-
"offset": 22717,
|
|
4044
|
+
"offset": 23141,
|
|
3625
4045
|
"length": 21,
|
|
3626
4046
|
"value": "\"NetworkMonitorQueue\""
|
|
3627
4047
|
},
|
|
3628
4048
|
{
|
|
3629
4049
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3630
4050
|
"kind": "StringLiteral",
|
|
3631
|
-
"offset":
|
|
4051
|
+
"offset": 23214,
|
|
3632
4052
|
"length": 19,
|
|
3633
4053
|
"value": "\"NetworkStateQueue\""
|
|
3634
4054
|
},
|
|
3635
4055
|
{
|
|
3636
4056
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3637
4057
|
"kind": "BooleanLiteral",
|
|
3638
|
-
"offset":
|
|
4058
|
+
"offset": 23286,
|
|
3639
4059
|
"length": 4,
|
|
3640
4060
|
"value": "true"
|
|
3641
4061
|
},
|
|
3642
4062
|
{
|
|
3643
4063
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3644
4064
|
"kind": "IntegerLiteral",
|
|
3645
|
-
"offset":
|
|
4065
|
+
"offset": 23331,
|
|
3646
4066
|
"length": 1,
|
|
3647
4067
|
"value": "5"
|
|
3648
4068
|
},
|
|
3649
4069
|
{
|
|
3650
4070
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3651
4071
|
"kind": "IntegerLiteral",
|
|
3652
|
-
"offset":
|
|
4072
|
+
"offset": 23379,
|
|
3653
4073
|
"length": 1,
|
|
3654
4074
|
"value": "5"
|
|
3655
4075
|
},
|
|
3656
4076
|
{
|
|
3657
4077
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3658
4078
|
"kind": "IntegerLiteral",
|
|
3659
|
-
"offset":
|
|
4079
|
+
"offset": 23427,
|
|
3660
4080
|
"length": 3,
|
|
3661
4081
|
"value": "300"
|
|
3662
4082
|
},
|
|
3663
4083
|
{
|
|
3664
4084
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3665
4085
|
"kind": "IntegerLiteral",
|
|
3666
|
-
"offset":
|
|
4086
|
+
"offset": 23467,
|
|
3667
4087
|
"length": 1,
|
|
3668
4088
|
"value": "0"
|
|
3669
4089
|
},
|
|
3670
4090
|
{
|
|
3671
4091
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3672
4092
|
"kind": "Array",
|
|
3673
|
-
"offset":
|
|
4093
|
+
"offset": 23575,
|
|
3674
4094
|
"length": 2,
|
|
3675
4095
|
"value": "[]"
|
|
3676
4096
|
},
|
|
3677
4097
|
{
|
|
3678
4098
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3679
4099
|
"kind": "StringLiteral",
|
|
3680
|
-
"offset":
|
|
4100
|
+
"offset": 23630,
|
|
3681
4101
|
"length": 24,
|
|
3682
4102
|
"value": "\"RequestQueueProcessing\""
|
|
3683
4103
|
},
|
|
3684
4104
|
{
|
|
3685
4105
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3686
4106
|
"kind": "StringLiteral",
|
|
3687
|
-
"offset":
|
|
4107
|
+
"offset": 23731,
|
|
3688
4108
|
"length": 22,
|
|
3689
4109
|
"value": "\"PendingRequestsQueue\""
|
|
3690
4110
|
},
|
|
3691
4111
|
{
|
|
3692
4112
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3693
4113
|
"kind": "StringLiteral",
|
|
3694
|
-
"offset":
|
|
4114
|
+
"offset": 23807,
|
|
3695
4115
|
"length": 24,
|
|
3696
4116
|
"value": "\"pendingNetworkRequests\""
|
|
3697
4117
|
},
|
|
3698
4118
|
{
|
|
3699
4119
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3700
4120
|
"kind": "IntegerLiteral",
|
|
3701
|
-
"offset":
|
|
4121
|
+
"offset": 23874,
|
|
3702
4122
|
"length": 3,
|
|
3703
4123
|
"value": "300"
|
|
3704
4124
|
},
|
|
3705
4125
|
{
|
|
3706
4126
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3707
4127
|
"kind": "IntegerLiteral",
|
|
3708
|
-
"offset":
|
|
4128
|
+
"offset": 23925,
|
|
3709
4129
|
"length": 3,
|
|
3710
4130
|
"value": "100"
|
|
3711
4131
|
},
|
|
3712
4132
|
{
|
|
3713
4133
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3714
4134
|
"kind": "IntegerLiteral",
|
|
3715
|
-
"offset":
|
|
4135
|
+
"offset": 23931,
|
|
3716
4136
|
"length": 4,
|
|
3717
4137
|
"value": "1024"
|
|
3718
4138
|
},
|
|
3719
4139
|
{
|
|
3720
4140
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3721
4141
|
"kind": "IntegerLiteral",
|
|
3722
|
-
"offset":
|
|
4142
|
+
"offset": 23938,
|
|
3723
4143
|
"length": 4,
|
|
3724
4144
|
"value": "1024"
|
|
3725
4145
|
},
|
|
3726
4146
|
{
|
|
3727
4147
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3728
4148
|
"kind": "IntegerLiteral",
|
|
3729
|
-
"offset":
|
|
4149
|
+
"offset": 23992,
|
|
3730
4150
|
"length": 1,
|
|
3731
4151
|
"value": "0"
|
|
3732
4152
|
},
|
|
3733
4153
|
{
|
|
3734
4154
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3735
4155
|
"kind": "BooleanLiteral",
|
|
3736
|
-
"offset":
|
|
4156
|
+
"offset": 24102,
|
|
3737
4157
|
"length": 4,
|
|
3738
4158
|
"value": "true"
|
|
3739
4159
|
},
|
|
3740
4160
|
{
|
|
3741
4161
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3742
4162
|
"kind": "BooleanLiteral",
|
|
3743
|
-
"offset":
|
|
4163
|
+
"offset": 24143,
|
|
3744
4164
|
"length": 5,
|
|
3745
4165
|
"value": "false"
|
|
3746
4166
|
},
|
|
3747
4167
|
{
|
|
3748
4168
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3749
4169
|
"kind": "StringLiteral",
|
|
3750
|
-
"offset":
|
|
4170
|
+
"offset": 24219,
|
|
3751
4171
|
"length": 2,
|
|
3752
4172
|
"value": "\"\""
|
|
3753
4173
|
},
|
|
3754
4174
|
{
|
|
3755
4175
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3756
4176
|
"kind": "StringLiteral",
|
|
3757
|
-
"offset":
|
|
4177
|
+
"offset": 24711,
|
|
3758
4178
|
"length": 27,
|
|
3759
4179
|
"value": "\"BackgroundLogSessionQueue\""
|
|
3760
4180
|
},
|
|
3761
4181
|
{
|
|
3762
4182
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3763
4183
|
"kind": "StringLiteral",
|
|
3764
|
-
"offset":
|
|
4184
|
+
"offset": 24921,
|
|
3765
4185
|
"length": 28,
|
|
3766
4186
|
"value": "\"BackgroundMainSessionQueue\""
|
|
3767
4187
|
},
|
|
3768
4188
|
{
|
|
3769
4189
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3770
4190
|
"kind": "Dictionary",
|
|
3771
|
-
"offset":
|
|
4191
|
+
"offset": 25052,
|
|
3772
4192
|
"length": 3,
|
|
3773
4193
|
"value": "[]"
|
|
3774
4194
|
},
|
|
3775
4195
|
{
|
|
3776
4196
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3777
4197
|
"kind": "Dictionary",
|
|
3778
|
-
"offset":
|
|
4198
|
+
"offset": 25099,
|
|
3779
4199
|
"length": 3,
|
|
3780
4200
|
"value": "[]"
|
|
3781
4201
|
},
|
|
3782
4202
|
{
|
|
3783
4203
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3784
4204
|
"kind": "Dictionary",
|
|
3785
|
-
"offset":
|
|
4205
|
+
"offset": 25146,
|
|
3786
4206
|
"length": 3,
|
|
3787
4207
|
"value": "[]"
|
|
3788
4208
|
},
|
|
3789
4209
|
{
|
|
3790
4210
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3791
4211
|
"kind": "Dictionary",
|
|
3792
|
-
"offset":
|
|
4212
|
+
"offset": 25237,
|
|
3793
4213
|
"length": 3,
|
|
3794
4214
|
"value": "[]"
|
|
3795
4215
|
},
|
|
3796
4216
|
{
|
|
3797
4217
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3798
4218
|
"kind": "Dictionary",
|
|
3799
|
-
"offset":
|
|
4219
|
+
"offset": 25285,
|
|
3800
4220
|
"length": 3,
|
|
3801
4221
|
"value": "[]"
|
|
3802
4222
|
},
|
|
3803
4223
|
{
|
|
3804
4224
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3805
4225
|
"kind": "Dictionary",
|
|
3806
|
-
"offset":
|
|
4226
|
+
"offset": 25333,
|
|
3807
4227
|
"length": 3,
|
|
3808
4228
|
"value": "[]"
|
|
3809
4229
|
},
|
|
3810
4230
|
{
|
|
3811
4231
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3812
4232
|
"kind": "Dictionary",
|
|
3813
|
-
"offset":
|
|
4233
|
+
"offset": 25482,
|
|
3814
4234
|
"length": 3,
|
|
3815
4235
|
"value": "[]"
|
|
3816
4236
|
},
|
|
3817
4237
|
{
|
|
3818
4238
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3819
4239
|
"kind": "IntegerLiteral",
|
|
3820
|
-
"offset":
|
|
4240
|
+
"offset": 25546,
|
|
3821
4241
|
"length": 2,
|
|
3822
4242
|
"value": "60"
|
|
3823
4243
|
},
|
|
3824
4244
|
{
|
|
3825
4245
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3826
4246
|
"kind": "IntegerLiteral",
|
|
3827
|
-
"offset":
|
|
4247
|
+
"offset": 25551,
|
|
3828
4248
|
"length": 2,
|
|
3829
4249
|
"value": "60"
|
|
3830
4250
|
},
|
|
3831
4251
|
{
|
|
3832
4252
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3833
4253
|
"kind": "IntegerLiteral",
|
|
3834
|
-
"offset":
|
|
4254
|
+
"offset": 52372,
|
|
3835
4255
|
"length": 1,
|
|
3836
4256
|
"value": "0"
|
|
3837
4257
|
},
|
|
3838
4258
|
{
|
|
3839
4259
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3840
4260
|
"kind": "BooleanLiteral",
|
|
3841
|
-
"offset":
|
|
4261
|
+
"offset": 52415,
|
|
3842
4262
|
"length": 5,
|
|
3843
4263
|
"value": "false"
|
|
3844
4264
|
},
|
|
3845
4265
|
{
|
|
3846
4266
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3847
4267
|
"kind": "BooleanLiteral",
|
|
3848
|
-
"offset":
|
|
4268
|
+
"offset": 52461,
|
|
3849
4269
|
"length": 5,
|
|
3850
4270
|
"value": "false"
|
|
3851
4271
|
},
|
|
3852
4272
|
{
|
|
3853
4273
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3854
4274
|
"kind": "IntegerLiteral",
|
|
3855
|
-
"offset":
|
|
4275
|
+
"offset": 59180,
|
|
3856
4276
|
"length": 1,
|
|
3857
4277
|
"value": "0"
|
|
3858
4278
|
},
|
|
3859
4279
|
{
|
|
3860
4280
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
3861
4281
|
"kind": "BooleanLiteral",
|
|
3862
|
-
"offset":
|
|
4282
|
+
"offset": 2403,
|
|
3863
4283
|
"length": 4,
|
|
3864
4284
|
"value": "true"
|
|
3865
4285
|
},
|
|
3866
4286
|
{
|
|
3867
4287
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
3868
4288
|
"kind": "BooleanLiteral",
|
|
3869
|
-
"offset":
|
|
4289
|
+
"offset": 2453,
|
|
3870
4290
|
"length": 5,
|
|
3871
4291
|
"value": "false"
|
|
3872
4292
|
},
|
|
3873
4293
|
{
|
|
3874
4294
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
3875
4295
|
"kind": "IntegerLiteral",
|
|
3876
|
-
"offset":
|
|
4296
|
+
"offset": 5243,
|
|
3877
4297
|
"length": 3,
|
|
3878
4298
|
"value": "100"
|
|
3879
4299
|
},
|
|
3880
4300
|
{
|
|
3881
4301
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
3882
4302
|
"kind": "BooleanLiteral",
|
|
3883
|
-
"offset":
|
|
4303
|
+
"offset": 5272,
|
|
4304
|
+
"length": 5,
|
|
4305
|
+
"value": "false"
|
|
4306
|
+
},
|
|
4307
|
+
{
|
|
4308
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4309
|
+
"kind": "BooleanLiteral",
|
|
4310
|
+
"offset": 6504,
|
|
4311
|
+
"length": 5,
|
|
4312
|
+
"value": "false"
|
|
4313
|
+
},
|
|
4314
|
+
{
|
|
4315
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4316
|
+
"kind": "BooleanLiteral",
|
|
4317
|
+
"offset": 8941,
|
|
3884
4318
|
"length": 4,
|
|
3885
4319
|
"value": "true"
|
|
3886
4320
|
},
|
|
3887
4321
|
{
|
|
3888
4322
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
3889
4323
|
"kind": "BooleanLiteral",
|
|
3890
|
-
"offset":
|
|
4324
|
+
"offset": 8969,
|
|
3891
4325
|
"length": 4,
|
|
3892
4326
|
"value": "true"
|
|
3893
4327
|
},
|
|
3894
4328
|
{
|
|
3895
4329
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
3896
4330
|
"kind": "BooleanLiteral",
|
|
3897
|
-
"offset":
|
|
4331
|
+
"offset": 9006,
|
|
3898
4332
|
"length": 4,
|
|
3899
4333
|
"value": "true"
|
|
3900
4334
|
},
|
|
3901
4335
|
{
|
|
3902
4336
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
3903
4337
|
"kind": "BooleanLiteral",
|
|
3904
|
-
"offset":
|
|
4338
|
+
"offset": 9032,
|
|
3905
4339
|
"length": 4,
|
|
3906
4340
|
"value": "true"
|
|
3907
4341
|
},
|
|
3908
4342
|
{
|
|
3909
4343
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
3910
4344
|
"kind": "BooleanLiteral",
|
|
3911
|
-
"offset":
|
|
4345
|
+
"offset": 9061,
|
|
3912
4346
|
"length": 4,
|
|
3913
4347
|
"value": "true"
|
|
3914
4348
|
},
|
|
3915
4349
|
{
|
|
3916
4350
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
3917
4351
|
"kind": "BooleanLiteral",
|
|
3918
|
-
"offset":
|
|
4352
|
+
"offset": 9091,
|
|
3919
4353
|
"length": 4,
|
|
3920
4354
|
"value": "true"
|
|
3921
4355
|
},
|
|
3922
4356
|
{
|
|
3923
4357
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
3924
4358
|
"kind": "BooleanLiteral",
|
|
3925
|
-
"offset":
|
|
4359
|
+
"offset": 9118,
|
|
3926
4360
|
"length": 4,
|
|
3927
4361
|
"value": "true"
|
|
3928
4362
|
},
|
|
3929
4363
|
{
|
|
3930
4364
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
3931
4365
|
"kind": "BooleanLiteral",
|
|
3932
|
-
"offset":
|
|
4366
|
+
"offset": 9146,
|
|
3933
4367
|
"length": 4,
|
|
3934
4368
|
"value": "true"
|
|
3935
4369
|
},
|
|
3936
4370
|
{
|
|
3937
4371
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
3938
4372
|
"kind": "BooleanLiteral",
|
|
3939
|
-
"offset":
|
|
4373
|
+
"offset": 9173,
|
|
3940
4374
|
"length": 4,
|
|
3941
4375
|
"value": "true"
|
|
3942
4376
|
},
|
|
3943
4377
|
{
|
|
3944
4378
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
3945
4379
|
"kind": "BooleanLiteral",
|
|
3946
|
-
"offset":
|
|
4380
|
+
"offset": 9201,
|
|
3947
4381
|
"length": 4,
|
|
3948
4382
|
"value": "true"
|
|
3949
4383
|
},
|
|
3950
4384
|
{
|
|
3951
4385
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
3952
4386
|
"kind": "BooleanLiteral",
|
|
3953
|
-
"offset":
|
|
4387
|
+
"offset": 9229,
|
|
3954
4388
|
"length": 4,
|
|
3955
4389
|
"value": "true"
|
|
3956
4390
|
},
|
|
3957
4391
|
{
|
|
3958
4392
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
3959
4393
|
"kind": "BooleanLiteral",
|
|
3960
|
-
"offset":
|
|
4394
|
+
"offset": 9264,
|
|
3961
4395
|
"length": 4,
|
|
3962
4396
|
"value": "true"
|
|
3963
4397
|
},
|
|
3964
4398
|
{
|
|
3965
4399
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
3966
4400
|
"kind": "BooleanLiteral",
|
|
3967
|
-
"offset":
|
|
4401
|
+
"offset": 9292,
|
|
3968
4402
|
"length": 4,
|
|
3969
4403
|
"value": "true"
|
|
3970
4404
|
},
|
|
3971
4405
|
{
|
|
3972
4406
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
3973
4407
|
"kind": "BooleanLiteral",
|
|
3974
|
-
"offset":
|
|
4408
|
+
"offset": 9314,
|
|
3975
4409
|
"length": 4,
|
|
3976
4410
|
"value": "true"
|
|
3977
4411
|
},
|
|
3978
4412
|
{
|
|
3979
4413
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
3980
4414
|
"kind": "BooleanLiteral",
|
|
3981
|
-
"offset":
|
|
4415
|
+
"offset": 9338,
|
|
3982
4416
|
"length": 4,
|
|
3983
4417
|
"value": "true"
|
|
3984
4418
|
},
|
|
3985
4419
|
{
|
|
3986
4420
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
3987
4421
|
"kind": "BooleanLiteral",
|
|
3988
|
-
"offset":
|
|
4422
|
+
"offset": 9369,
|
|
3989
4423
|
"length": 4,
|
|
3990
4424
|
"value": "true"
|
|
3991
4425
|
},
|
|
3992
4426
|
{
|
|
3993
4427
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
3994
4428
|
"kind": "BooleanLiteral",
|
|
3995
|
-
"offset":
|
|
4429
|
+
"offset": 9395,
|
|
3996
4430
|
"length": 4,
|
|
3997
4431
|
"value": "true"
|
|
3998
4432
|
},
|
|
3999
4433
|
{
|
|
4000
4434
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4001
4435
|
"kind": "BooleanLiteral",
|
|
4002
|
-
"offset":
|
|
4436
|
+
"offset": 9422,
|
|
4003
4437
|
"length": 4,
|
|
4004
4438
|
"value": "true"
|
|
4005
4439
|
},
|
|
4006
4440
|
{
|
|
4007
4441
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4008
4442
|
"kind": "BooleanLiteral",
|
|
4009
|
-
"offset":
|
|
4443
|
+
"offset": 9447,
|
|
4010
4444
|
"length": 4,
|
|
4011
4445
|
"value": "true"
|
|
4012
4446
|
},
|
|
4013
4447
|
{
|
|
4014
4448
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4015
4449
|
"kind": "BooleanLiteral",
|
|
4016
|
-
"offset":
|
|
4450
|
+
"offset": 9490,
|
|
4017
4451
|
"length": 4,
|
|
4018
4452
|
"value": "true"
|
|
4019
4453
|
},
|
|
4020
4454
|
{
|
|
4021
4455
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4022
4456
|
"kind": "BooleanLiteral",
|
|
4023
|
-
"offset":
|
|
4457
|
+
"offset": 13959,
|
|
4458
|
+
"length": 5,
|
|
4459
|
+
"value": "false"
|
|
4460
|
+
},
|
|
4461
|
+
{
|
|
4462
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4463
|
+
"kind": "BooleanLiteral",
|
|
4464
|
+
"offset": 13989,
|
|
4465
|
+
"length": 5,
|
|
4466
|
+
"value": "false"
|
|
4467
|
+
},
|
|
4468
|
+
{
|
|
4469
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4470
|
+
"kind": "BooleanLiteral",
|
|
4471
|
+
"offset": 15501,
|
|
4024
4472
|
"length": 5,
|
|
4025
4473
|
"value": "false"
|
|
4026
4474
|
},
|
|
4027
4475
|
{
|
|
4028
4476
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4029
4477
|
"kind": "IntegerLiteral",
|
|
4030
|
-
"offset":
|
|
4478
|
+
"offset": 15566,
|
|
4031
4479
|
"length": 2,
|
|
4032
4480
|
"value": "30"
|
|
4033
4481
|
},
|
|
4034
4482
|
{
|
|
4035
4483
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4036
4484
|
"kind": "IntegerLiteral",
|
|
4037
|
-
"offset":
|
|
4485
|
+
"offset": 15589,
|
|
4038
4486
|
"length": 2,
|
|
4039
4487
|
"value": "50"
|
|
4040
4488
|
},
|
|
4041
4489
|
{
|
|
4042
4490
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4043
4491
|
"kind": "IntegerLiteral",
|
|
4044
|
-
"offset":
|
|
4492
|
+
"offset": 15615,
|
|
4045
4493
|
"length": 4,
|
|
4046
4494
|
"value": "1000"
|
|
4047
4495
|
},
|
|
4048
4496
|
{
|
|
4049
4497
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4050
4498
|
"kind": "BooleanLiteral",
|
|
4051
|
-
"offset":
|
|
4499
|
+
"offset": 17397,
|
|
4052
4500
|
"length": 5,
|
|
4053
4501
|
"value": "false"
|
|
4054
4502
|
},
|
|
4055
4503
|
{
|
|
4056
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/
|
|
4057
|
-
"kind": "
|
|
4058
|
-
"offset":
|
|
4504
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4505
|
+
"kind": "BooleanLiteral",
|
|
4506
|
+
"offset": 17609,
|
|
4507
|
+
"length": 5,
|
|
4508
|
+
"value": "false"
|
|
4509
|
+
},
|
|
4510
|
+
{
|
|
4511
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4512
|
+
"kind": "IntegerLiteral",
|
|
4513
|
+
"offset": 17930,
|
|
4514
|
+
"length": 1,
|
|
4515
|
+
"value": "2"
|
|
4516
|
+
},
|
|
4517
|
+
{
|
|
4518
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4519
|
+
"kind": "IntegerLiteral",
|
|
4520
|
+
"offset": 17934,
|
|
4521
|
+
"length": 2,
|
|
4522
|
+
"value": "60"
|
|
4523
|
+
},
|
|
4524
|
+
{
|
|
4525
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4526
|
+
"kind": "IntegerLiteral",
|
|
4527
|
+
"offset": 17939,
|
|
4528
|
+
"length": 2,
|
|
4529
|
+
"value": "60"
|
|
4530
|
+
},
|
|
4531
|
+
{
|
|
4532
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4533
|
+
"kind": "IntegerLiteral",
|
|
4534
|
+
"offset": 18093,
|
|
4535
|
+
"length": 1,
|
|
4536
|
+
"value": "1"
|
|
4537
|
+
},
|
|
4538
|
+
{
|
|
4539
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4540
|
+
"kind": "IntegerLiteral",
|
|
4541
|
+
"offset": 18273,
|
|
4542
|
+
"length": 3,
|
|
4543
|
+
"value": "600"
|
|
4544
|
+
},
|
|
4545
|
+
{
|
|
4546
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
4547
|
+
"kind": "StringLiteral",
|
|
4548
|
+
"offset": 2096,
|
|
4059
4549
|
"length": 5,
|
|
4060
4550
|
"value": "\"pod\""
|
|
4061
4551
|
},
|
|
@@ -4094,66 +4584,108 @@
|
|
|
4094
4584
|
"length": 3,
|
|
4095
4585
|
"value": "[]"
|
|
4096
4586
|
},
|
|
4587
|
+
{
|
|
4588
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
4589
|
+
"kind": "StringLiteral",
|
|
4590
|
+
"offset": 3023,
|
|
4591
|
+
"length": 26,
|
|
4592
|
+
"value": "\"DoorstepAI.configDidLoad\""
|
|
4593
|
+
},
|
|
4594
|
+
{
|
|
4595
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
4596
|
+
"kind": "StringLiteral",
|
|
4597
|
+
"offset": 3510,
|
|
4598
|
+
"length": 32,
|
|
4599
|
+
"value": "\"DoorstepAI.configDidFailToLoad\""
|
|
4600
|
+
},
|
|
4097
4601
|
{
|
|
4098
4602
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
4099
4603
|
"kind": "BooleanLiteral",
|
|
4100
|
-
"offset":
|
|
4604
|
+
"offset": 4906,
|
|
4101
4605
|
"length": 4,
|
|
4102
4606
|
"value": "true"
|
|
4103
4607
|
},
|
|
4104
4608
|
{
|
|
4105
4609
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
4106
4610
|
"kind": "BooleanLiteral",
|
|
4107
|
-
"offset":
|
|
4611
|
+
"offset": 4936,
|
|
4108
4612
|
"length": 4,
|
|
4109
4613
|
"value": "true"
|
|
4110
4614
|
},
|
|
4111
4615
|
{
|
|
4112
4616
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
4113
4617
|
"kind": "BooleanLiteral",
|
|
4114
|
-
"offset":
|
|
4618
|
+
"offset": 6121,
|
|
4115
4619
|
"length": 4,
|
|
4116
4620
|
"value": "true"
|
|
4117
4621
|
},
|
|
4118
4622
|
{
|
|
4119
4623
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
4120
4624
|
"kind": "IntegerLiteral",
|
|
4121
|
-
"offset":
|
|
4625
|
+
"offset": 7421,
|
|
4122
4626
|
"length": 2,
|
|
4123
4627
|
"value": "30"
|
|
4124
4628
|
},
|
|
4125
4629
|
{
|
|
4126
4630
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
4127
4631
|
"kind": "IntegerLiteral",
|
|
4128
|
-
"offset":
|
|
4632
|
+
"offset": 7450,
|
|
4129
4633
|
"length": 2,
|
|
4130
4634
|
"value": "50"
|
|
4131
4635
|
},
|
|
4132
4636
|
{
|
|
4133
4637
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
4134
4638
|
"kind": "IntegerLiteral",
|
|
4135
|
-
"offset":
|
|
4639
|
+
"offset": 7482,
|
|
4136
4640
|
"length": 4,
|
|
4137
4641
|
"value": "1000"
|
|
4138
4642
|
},
|
|
4139
4643
|
{
|
|
4140
4644
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
4141
4645
|
"kind": "IntegerLiteral",
|
|
4142
|
-
"offset":
|
|
4646
|
+
"offset": 16106,
|
|
4143
4647
|
"length": 2,
|
|
4144
4648
|
"value": "60"
|
|
4145
4649
|
},
|
|
4146
4650
|
{
|
|
4147
4651
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
4148
4652
|
"kind": "IntegerLiteral",
|
|
4149
|
-
"offset":
|
|
4653
|
+
"offset": 16111,
|
|
4150
4654
|
"length": 2,
|
|
4151
4655
|
"value": "60"
|
|
4152
4656
|
},
|
|
4657
|
+
{
|
|
4658
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
4659
|
+
"kind": "StringLiteral",
|
|
4660
|
+
"offset": 18501,
|
|
4661
|
+
"length": 43,
|
|
4662
|
+
"value": "\"DoorstepAI.autoStopAfterDropoffEntries.v1\""
|
|
4663
|
+
},
|
|
4664
|
+
{
|
|
4665
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
4666
|
+
"kind": "StringLiteral",
|
|
4667
|
+
"offset": 18597,
|
|
4668
|
+
"length": 38,
|
|
4669
|
+
"value": "\"DoorstepAI.AutoStopAfterDropoffQueue\""
|
|
4670
|
+
},
|
|
4671
|
+
{
|
|
4672
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
4673
|
+
"kind": "Dictionary",
|
|
4674
|
+
"offset": 18766,
|
|
4675
|
+
"length": 3,
|
|
4676
|
+
"value": "[]"
|
|
4677
|
+
},
|
|
4678
|
+
{
|
|
4679
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
4680
|
+
"kind": "BooleanLiteral",
|
|
4681
|
+
"offset": 18824,
|
|
4682
|
+
"length": 5,
|
|
4683
|
+
"value": "false"
|
|
4684
|
+
},
|
|
4153
4685
|
{
|
|
4154
4686
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/LocationManager.swift",
|
|
4155
4687
|
"kind": "BooleanLiteral",
|
|
4156
|
-
"offset":
|
|
4688
|
+
"offset": 2537,
|
|
4157
4689
|
"length": 5,
|
|
4158
4690
|
"value": "false"
|
|
4159
4691
|
},
|
|
@@ -4167,128 +4699,583 @@
|
|
|
4167
4699
|
{
|
|
4168
4700
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/Environment.swift",
|
|
4169
4701
|
"kind": "StringLiteral",
|
|
4170
|
-
"offset":
|
|
4702
|
+
"offset": 337,
|
|
4171
4703
|
"length": 42,
|
|
4172
4704
|
"value": "\"https:\/\/collection.api.track.doorstep.ai\""
|
|
4173
4705
|
},
|
|
4706
|
+
{
|
|
4707
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/Environment.swift",
|
|
4708
|
+
"kind": "StringLiteral",
|
|
4709
|
+
"offset": 407,
|
|
4710
|
+
"length": 42,
|
|
4711
|
+
"value": "\"https:\/\/config.sdk.doorstep.ai\/v1\/config\""
|
|
4712
|
+
},
|
|
4713
|
+
{
|
|
4714
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/Environment.swift",
|
|
4715
|
+
"kind": "StringLiteral",
|
|
4716
|
+
"offset": 478,
|
|
4717
|
+
"length": 7,
|
|
4718
|
+
"value": "\"2.0.3\""
|
|
4719
|
+
},
|
|
4174
4720
|
{
|
|
4175
4721
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
4176
|
-
"kind": "
|
|
4177
|
-
"offset":
|
|
4178
|
-
"length":
|
|
4179
|
-
"value": "
|
|
4722
|
+
"kind": "IntegerLiteral",
|
|
4723
|
+
"offset": 785,
|
|
4724
|
+
"length": 1,
|
|
4725
|
+
"value": "0"
|
|
4180
4726
|
},
|
|
4181
4727
|
{
|
|
4182
4728
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
4183
|
-
"kind": "
|
|
4184
|
-
"offset":
|
|
4185
|
-
"length":
|
|
4186
|
-
"value": "
|
|
4729
|
+
"kind": "IntegerLiteral",
|
|
4730
|
+
"offset": 2070,
|
|
4731
|
+
"length": 4,
|
|
4732
|
+
"value": "1024"
|
|
4187
4733
|
},
|
|
4188
4734
|
{
|
|
4189
4735
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
4190
|
-
"kind": "
|
|
4191
|
-
"offset":
|
|
4192
|
-
"length":
|
|
4193
|
-
"value": "
|
|
4736
|
+
"kind": "IntegerLiteral",
|
|
4737
|
+
"offset": 2164,
|
|
4738
|
+
"length": 4,
|
|
4739
|
+
"value": "1024"
|
|
4194
4740
|
},
|
|
4195
4741
|
{
|
|
4196
4742
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
4197
|
-
"kind": "
|
|
4198
|
-
"offset":
|
|
4743
|
+
"kind": "IntegerLiteral",
|
|
4744
|
+
"offset": 2252,
|
|
4745
|
+
"length": 4,
|
|
4746
|
+
"value": "1024"
|
|
4747
|
+
},
|
|
4748
|
+
{
|
|
4749
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
4750
|
+
"kind": "IntegerLiteral",
|
|
4751
|
+
"offset": 2339,
|
|
4752
|
+
"length": 4,
|
|
4753
|
+
"value": "1024"
|
|
4754
|
+
},
|
|
4755
|
+
{
|
|
4756
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
4757
|
+
"kind": "IntegerLiteral",
|
|
4758
|
+
"offset": 2425,
|
|
4759
|
+
"length": 4,
|
|
4760
|
+
"value": "1024"
|
|
4761
|
+
},
|
|
4762
|
+
{
|
|
4763
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
4764
|
+
"kind": "IntegerLiteral",
|
|
4765
|
+
"offset": 2513,
|
|
4199
4766
|
"length": 2,
|
|
4200
|
-
"value": "
|
|
4767
|
+
"value": "32"
|
|
4201
4768
|
},
|
|
4202
4769
|
{
|
|
4203
4770
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
4204
|
-
"kind": "
|
|
4205
|
-
"offset":
|
|
4771
|
+
"kind": "IntegerLiteral",
|
|
4772
|
+
"offset": 2607,
|
|
4206
4773
|
"length": 2,
|
|
4207
|
-
"value": "
|
|
4774
|
+
"value": "32"
|
|
4208
4775
|
},
|
|
4209
4776
|
{
|
|
4210
4777
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
4211
|
-
"kind": "
|
|
4212
|
-
"offset":
|
|
4778
|
+
"kind": "IntegerLiteral",
|
|
4779
|
+
"offset": 2693,
|
|
4213
4780
|
"length": 2,
|
|
4214
|
-
"value": "
|
|
4781
|
+
"value": "32"
|
|
4215
4782
|
},
|
|
4216
4783
|
{
|
|
4217
4784
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
4218
4785
|
"kind": "IntegerLiteral",
|
|
4219
|
-
"offset":
|
|
4786
|
+
"offset": 2779,
|
|
4220
4787
|
"length": 2,
|
|
4221
|
-
"value": "
|
|
4788
|
+
"value": "16"
|
|
4222
4789
|
},
|
|
4223
4790
|
{
|
|
4224
4791
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
4225
4792
|
"kind": "StringLiteral",
|
|
4226
|
-
"offset":
|
|
4793
|
+
"offset": 3931,
|
|
4794
|
+
"length": 29,
|
|
4795
|
+
"value": "\"DoorstepAI.UploadTimerQueue\""
|
|
4796
|
+
},
|
|
4797
|
+
{
|
|
4798
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
4799
|
+
"kind": "BooleanLiteral",
|
|
4800
|
+
"offset": 4024,
|
|
4801
|
+
"length": 5,
|
|
4802
|
+
"value": "false"
|
|
4803
|
+
},
|
|
4804
|
+
{
|
|
4805
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
4806
|
+
"kind": "StringLiteral",
|
|
4807
|
+
"offset": 4367,
|
|
4227
4808
|
"length": 19,
|
|
4228
4809
|
"value": "\"PendingBatchQueue\""
|
|
4229
4810
|
},
|
|
4230
4811
|
{
|
|
4231
4812
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
4232
4813
|
"kind": "StringLiteral",
|
|
4233
|
-
"offset":
|
|
4814
|
+
"offset": 4445,
|
|
4234
4815
|
"length": 20,
|
|
4235
4816
|
"value": "\"pendingDataBatches\""
|
|
4236
4817
|
},
|
|
4237
4818
|
{
|
|
4238
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/
|
|
4239
|
-
"kind": "
|
|
4240
|
-
"offset":
|
|
4241
|
-
"length":
|
|
4242
|
-
"value": "
|
|
4819
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorRateReducer.swift",
|
|
4820
|
+
"kind": "BooleanLiteral",
|
|
4821
|
+
"offset": 2130,
|
|
4822
|
+
"length": 5,
|
|
4823
|
+
"value": "false"
|
|
4243
4824
|
},
|
|
4244
4825
|
{
|
|
4245
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/
|
|
4826
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorRateReducer.swift",
|
|
4246
4827
|
"kind": "IntegerLiteral",
|
|
4247
|
-
"offset":
|
|
4248
|
-
"length":
|
|
4249
|
-
"value": "
|
|
4828
|
+
"offset": 2410,
|
|
4829
|
+
"length": 1,
|
|
4830
|
+
"value": "0"
|
|
4250
4831
|
},
|
|
4251
4832
|
{
|
|
4252
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/
|
|
4833
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorRateReducer.swift",
|
|
4253
4834
|
"kind": "IntegerLiteral",
|
|
4254
|
-
"offset":
|
|
4255
|
-
"length":
|
|
4256
|
-
"value": "
|
|
4835
|
+
"offset": 2416,
|
|
4836
|
+
"length": 1,
|
|
4837
|
+
"value": "0"
|
|
4257
4838
|
},
|
|
4258
4839
|
{
|
|
4259
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/
|
|
4840
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorRateReducer.swift",
|
|
4260
4841
|
"kind": "IntegerLiteral",
|
|
4261
|
-
"offset":
|
|
4262
|
-
"length":
|
|
4263
|
-
"value": "
|
|
4842
|
+
"offset": 2422,
|
|
4843
|
+
"length": 1,
|
|
4844
|
+
"value": "0"
|
|
4264
4845
|
},
|
|
4265
4846
|
{
|
|
4266
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/
|
|
4847
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorRateReducer.swift",
|
|
4267
4848
|
"kind": "IntegerLiteral",
|
|
4268
|
-
"offset":
|
|
4269
|
-
"length":
|
|
4270
|
-
"value": "
|
|
4849
|
+
"offset": 5184,
|
|
4850
|
+
"length": 1,
|
|
4851
|
+
"value": "0"
|
|
4271
4852
|
},
|
|
4272
4853
|
{
|
|
4273
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/
|
|
4854
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorRateReducer.swift",
|
|
4274
4855
|
"kind": "FloatLiteral",
|
|
4275
|
-
"offset":
|
|
4856
|
+
"offset": 5217,
|
|
4276
4857
|
"length": 3,
|
|
4277
|
-
"value": "
|
|
4858
|
+
"value": "0.0"
|
|
4278
4859
|
},
|
|
4279
4860
|
{
|
|
4280
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/
|
|
4861
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorRateReducer.swift",
|
|
4862
|
+
"kind": "FloatLiteral",
|
|
4863
|
+
"offset": 5476,
|
|
4864
|
+
"length": 3,
|
|
4865
|
+
"value": "0.0"
|
|
4866
|
+
},
|
|
4867
|
+
{
|
|
4868
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorRateReducer.swift",
|
|
4869
|
+
"kind": "FloatLiteral",
|
|
4870
|
+
"offset": 5492,
|
|
4871
|
+
"length": 3,
|
|
4872
|
+
"value": "0.0"
|
|
4873
|
+
},
|
|
4874
|
+
{
|
|
4875
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorRateReducer.swift",
|
|
4876
|
+
"kind": "FloatLiteral",
|
|
4877
|
+
"offset": 5506,
|
|
4878
|
+
"length": 3,
|
|
4879
|
+
"value": "0.0"
|
|
4880
|
+
},
|
|
4881
|
+
{
|
|
4882
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorRateReducer.swift",
|
|
4883
|
+
"kind": "FloatLiteral",
|
|
4884
|
+
"offset": 5621,
|
|
4885
|
+
"length": 3,
|
|
4886
|
+
"value": "0.0"
|
|
4887
|
+
},
|
|
4888
|
+
{
|
|
4889
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorRateReducer.swift",
|
|
4890
|
+
"kind": "FloatLiteral",
|
|
4891
|
+
"offset": 5639,
|
|
4892
|
+
"length": 3,
|
|
4893
|
+
"value": "0.0"
|
|
4894
|
+
},
|
|
4895
|
+
{
|
|
4896
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorRateReducer.swift",
|
|
4897
|
+
"kind": "FloatLiteral",
|
|
4898
|
+
"offset": 5657,
|
|
4899
|
+
"length": 3,
|
|
4900
|
+
"value": "0.0"
|
|
4901
|
+
},
|
|
4902
|
+
{
|
|
4903
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorRateReducer.swift",
|
|
4281
4904
|
"kind": "IntegerLiteral",
|
|
4282
|
-
"offset":
|
|
4905
|
+
"offset": 5692,
|
|
4283
4906
|
"length": 1,
|
|
4284
4907
|
"value": "0"
|
|
4285
4908
|
},
|
|
4286
4909
|
{
|
|
4287
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/
|
|
4910
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorRateReducer.swift",
|
|
4911
|
+
"kind": "FloatLiteral",
|
|
4912
|
+
"offset": 5726,
|
|
4913
|
+
"length": 3,
|
|
4914
|
+
"value": "0.0"
|
|
4915
|
+
},
|
|
4916
|
+
{
|
|
4917
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorRateReducer.swift",
|
|
4288
4918
|
"kind": "BooleanLiteral",
|
|
4289
|
-
"offset":
|
|
4919
|
+
"offset": 5764,
|
|
4290
4920
|
"length": 5,
|
|
4291
4921
|
"value": "false"
|
|
4922
|
+
},
|
|
4923
|
+
{
|
|
4924
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorRateReducer.swift",
|
|
4925
|
+
"kind": "FloatLiteral",
|
|
4926
|
+
"offset": 5804,
|
|
4927
|
+
"length": 3,
|
|
4928
|
+
"value": "0.0"
|
|
4929
|
+
},
|
|
4930
|
+
{
|
|
4931
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorRateReducer.swift",
|
|
4932
|
+
"kind": "FloatLiteral",
|
|
4933
|
+
"offset": 5842,
|
|
4934
|
+
"length": 3,
|
|
4935
|
+
"value": "0.0"
|
|
4936
|
+
},
|
|
4937
|
+
{
|
|
4938
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorRateReducer.swift",
|
|
4939
|
+
"kind": "FloatLiteral",
|
|
4940
|
+
"offset": 5880,
|
|
4941
|
+
"length": 3,
|
|
4942
|
+
"value": "0.0"
|
|
4943
|
+
},
|
|
4944
|
+
{
|
|
4945
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/CSensorRateReducer.swift",
|
|
4946
|
+
"kind": "FloatLiteral",
|
|
4947
|
+
"offset": 669,
|
|
4948
|
+
"length": 3,
|
|
4949
|
+
"value": "0.0"
|
|
4950
|
+
},
|
|
4951
|
+
{
|
|
4952
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/CSensorRateReducer.swift",
|
|
4953
|
+
"kind": "FloatLiteral",
|
|
4954
|
+
"offset": 715,
|
|
4955
|
+
"length": 3,
|
|
4956
|
+
"value": "0.0"
|
|
4957
|
+
},
|
|
4958
|
+
{
|
|
4959
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorDatabase.swift",
|
|
4960
|
+
"kind": "StringLiteral",
|
|
4961
|
+
"offset": 951,
|
|
4962
|
+
"length": 31,
|
|
4963
|
+
"value": "\"com.doorstepai.SensorDatabase\""
|
|
4964
|
+
},
|
|
4965
|
+
{
|
|
4966
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorDatabase.swift",
|
|
4967
|
+
"kind": "IntegerLiteral",
|
|
4968
|
+
"offset": 1311,
|
|
4969
|
+
"length": 1,
|
|
4970
|
+
"value": "0"
|
|
4971
|
+
},
|
|
4972
|
+
{
|
|
4973
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorDatabase.swift",
|
|
4974
|
+
"kind": "IntegerLiteral",
|
|
4975
|
+
"offset": 1347,
|
|
4976
|
+
"length": 3,
|
|
4977
|
+
"value": "200"
|
|
4978
|
+
},
|
|
4979
|
+
{
|
|
4980
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
4981
|
+
"kind": "BooleanLiteral",
|
|
4982
|
+
"offset": 1054,
|
|
4983
|
+
"length": 4,
|
|
4984
|
+
"value": "true"
|
|
4985
|
+
},
|
|
4986
|
+
{
|
|
4987
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
4988
|
+
"kind": "BooleanLiteral",
|
|
4989
|
+
"offset": 1097,
|
|
4990
|
+
"length": 4,
|
|
4991
|
+
"value": "true"
|
|
4992
|
+
},
|
|
4993
|
+
{
|
|
4994
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
4995
|
+
"kind": "BooleanLiteral",
|
|
4996
|
+
"offset": 1140,
|
|
4997
|
+
"length": 4,
|
|
4998
|
+
"value": "true"
|
|
4999
|
+
},
|
|
5000
|
+
{
|
|
5001
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5002
|
+
"kind": "BooleanLiteral",
|
|
5003
|
+
"offset": 1183,
|
|
5004
|
+
"length": 4,
|
|
5005
|
+
"value": "true"
|
|
5006
|
+
},
|
|
5007
|
+
{
|
|
5008
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5009
|
+
"kind": "BooleanLiteral",
|
|
5010
|
+
"offset": 1226,
|
|
5011
|
+
"length": 4,
|
|
5012
|
+
"value": "true"
|
|
5013
|
+
},
|
|
5014
|
+
{
|
|
5015
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5016
|
+
"kind": "BooleanLiteral",
|
|
5017
|
+
"offset": 1269,
|
|
5018
|
+
"length": 4,
|
|
5019
|
+
"value": "true"
|
|
5020
|
+
},
|
|
5021
|
+
{
|
|
5022
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5023
|
+
"kind": "BooleanLiteral",
|
|
5024
|
+
"offset": 1312,
|
|
5025
|
+
"length": 4,
|
|
5026
|
+
"value": "true"
|
|
5027
|
+
},
|
|
5028
|
+
{
|
|
5029
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5030
|
+
"kind": "BooleanLiteral",
|
|
5031
|
+
"offset": 1355,
|
|
5032
|
+
"length": 4,
|
|
5033
|
+
"value": "true"
|
|
5034
|
+
},
|
|
5035
|
+
{
|
|
5036
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5037
|
+
"kind": "BooleanLiteral",
|
|
5038
|
+
"offset": 1398,
|
|
5039
|
+
"length": 4,
|
|
5040
|
+
"value": "true"
|
|
5041
|
+
},
|
|
5042
|
+
{
|
|
5043
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5044
|
+
"kind": "BooleanLiteral",
|
|
5045
|
+
"offset": 1441,
|
|
5046
|
+
"length": 4,
|
|
5047
|
+
"value": "true"
|
|
5048
|
+
},
|
|
5049
|
+
{
|
|
5050
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5051
|
+
"kind": "BooleanLiteral",
|
|
5052
|
+
"offset": 1484,
|
|
5053
|
+
"length": 4,
|
|
5054
|
+
"value": "true"
|
|
5055
|
+
},
|
|
5056
|
+
{
|
|
5057
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5058
|
+
"kind": "BooleanLiteral",
|
|
5059
|
+
"offset": 1527,
|
|
5060
|
+
"length": 4,
|
|
5061
|
+
"value": "true"
|
|
5062
|
+
},
|
|
5063
|
+
{
|
|
5064
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5065
|
+
"kind": "BooleanLiteral",
|
|
5066
|
+
"offset": 1570,
|
|
5067
|
+
"length": 4,
|
|
5068
|
+
"value": "true"
|
|
5069
|
+
},
|
|
5070
|
+
{
|
|
5071
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5072
|
+
"kind": "BooleanLiteral",
|
|
5073
|
+
"offset": 1613,
|
|
5074
|
+
"length": 4,
|
|
5075
|
+
"value": "true"
|
|
5076
|
+
},
|
|
5077
|
+
{
|
|
5078
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5079
|
+
"kind": "BooleanLiteral",
|
|
5080
|
+
"offset": 1656,
|
|
5081
|
+
"length": 4,
|
|
5082
|
+
"value": "true"
|
|
5083
|
+
},
|
|
5084
|
+
{
|
|
5085
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5086
|
+
"kind": "BooleanLiteral",
|
|
5087
|
+
"offset": 1699,
|
|
5088
|
+
"length": 4,
|
|
5089
|
+
"value": "true"
|
|
5090
|
+
},
|
|
5091
|
+
{
|
|
5092
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5093
|
+
"kind": "BooleanLiteral",
|
|
5094
|
+
"offset": 1742,
|
|
5095
|
+
"length": 4,
|
|
5096
|
+
"value": "true"
|
|
5097
|
+
},
|
|
5098
|
+
{
|
|
5099
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5100
|
+
"kind": "BooleanLiteral",
|
|
5101
|
+
"offset": 1785,
|
|
5102
|
+
"length": 4,
|
|
5103
|
+
"value": "true"
|
|
5104
|
+
},
|
|
5105
|
+
{
|
|
5106
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5107
|
+
"kind": "BooleanLiteral",
|
|
5108
|
+
"offset": 1828,
|
|
5109
|
+
"length": 4,
|
|
5110
|
+
"value": "true"
|
|
5111
|
+
},
|
|
5112
|
+
{
|
|
5113
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5114
|
+
"kind": "BooleanLiteral",
|
|
5115
|
+
"offset": 1871,
|
|
5116
|
+
"length": 4,
|
|
5117
|
+
"value": "true"
|
|
5118
|
+
},
|
|
5119
|
+
{
|
|
5120
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5121
|
+
"kind": "BooleanLiteral",
|
|
5122
|
+
"offset": 1914,
|
|
5123
|
+
"length": 4,
|
|
5124
|
+
"value": "true"
|
|
5125
|
+
},
|
|
5126
|
+
{
|
|
5127
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5128
|
+
"kind": "BooleanLiteral",
|
|
5129
|
+
"offset": 5661,
|
|
5130
|
+
"length": 4,
|
|
5131
|
+
"value": "true"
|
|
5132
|
+
},
|
|
5133
|
+
{
|
|
5134
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5135
|
+
"kind": "BooleanLiteral",
|
|
5136
|
+
"offset": 5722,
|
|
5137
|
+
"length": 4,
|
|
5138
|
+
"value": "true"
|
|
5139
|
+
},
|
|
5140
|
+
{
|
|
5141
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5142
|
+
"kind": "BooleanLiteral",
|
|
5143
|
+
"offset": 5783,
|
|
5144
|
+
"length": 4,
|
|
5145
|
+
"value": "true"
|
|
5146
|
+
},
|
|
5147
|
+
{
|
|
5148
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5149
|
+
"kind": "BooleanLiteral",
|
|
5150
|
+
"offset": 6456,
|
|
5151
|
+
"length": 4,
|
|
5152
|
+
"value": "true"
|
|
5153
|
+
},
|
|
5154
|
+
{
|
|
5155
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5156
|
+
"kind": "BooleanLiteral",
|
|
5157
|
+
"offset": 6548,
|
|
5158
|
+
"length": 4,
|
|
5159
|
+
"value": "true"
|
|
5160
|
+
},
|
|
5161
|
+
{
|
|
5162
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5163
|
+
"kind": "BooleanLiteral",
|
|
5164
|
+
"offset": 6595,
|
|
5165
|
+
"length": 4,
|
|
5166
|
+
"value": "true"
|
|
5167
|
+
},
|
|
5168
|
+
{
|
|
5169
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5170
|
+
"kind": "BooleanLiteral",
|
|
5171
|
+
"offset": 6720,
|
|
5172
|
+
"length": 4,
|
|
5173
|
+
"value": "true"
|
|
5174
|
+
},
|
|
5175
|
+
{
|
|
5176
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5177
|
+
"kind": "BooleanLiteral",
|
|
5178
|
+
"offset": 6767,
|
|
5179
|
+
"length": 4,
|
|
5180
|
+
"value": "true"
|
|
5181
|
+
},
|
|
5182
|
+
{
|
|
5183
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5184
|
+
"kind": "BooleanLiteral",
|
|
5185
|
+
"offset": 6814,
|
|
5186
|
+
"length": 4,
|
|
5187
|
+
"value": "true"
|
|
5188
|
+
},
|
|
5189
|
+
{
|
|
5190
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5191
|
+
"kind": "BooleanLiteral",
|
|
5192
|
+
"offset": 8409,
|
|
5193
|
+
"length": 4,
|
|
5194
|
+
"value": "true"
|
|
5195
|
+
},
|
|
5196
|
+
{
|
|
5197
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5198
|
+
"kind": "BooleanLiteral",
|
|
5199
|
+
"offset": 8449,
|
|
5200
|
+
"length": 4,
|
|
5201
|
+
"value": "true"
|
|
5202
|
+
},
|
|
5203
|
+
{
|
|
5204
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5205
|
+
"kind": "BooleanLiteral",
|
|
5206
|
+
"offset": 8489,
|
|
5207
|
+
"length": 4,
|
|
5208
|
+
"value": "true"
|
|
5209
|
+
},
|
|
5210
|
+
{
|
|
5211
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5212
|
+
"kind": "BooleanLiteral",
|
|
5213
|
+
"offset": 8529,
|
|
5214
|
+
"length": 4,
|
|
5215
|
+
"value": "true"
|
|
5216
|
+
},
|
|
5217
|
+
{
|
|
5218
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5219
|
+
"kind": "BooleanLiteral",
|
|
5220
|
+
"offset": 8569,
|
|
5221
|
+
"length": 4,
|
|
5222
|
+
"value": "true"
|
|
5223
|
+
},
|
|
5224
|
+
{
|
|
5225
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5226
|
+
"kind": "BooleanLiteral",
|
|
5227
|
+
"offset": 8609,
|
|
5228
|
+
"length": 4,
|
|
5229
|
+
"value": "true"
|
|
5230
|
+
},
|
|
5231
|
+
{
|
|
5232
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5233
|
+
"kind": "BooleanLiteral",
|
|
5234
|
+
"offset": 8649,
|
|
5235
|
+
"length": 4,
|
|
5236
|
+
"value": "true"
|
|
5237
|
+
},
|
|
5238
|
+
{
|
|
5239
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5240
|
+
"kind": "BooleanLiteral",
|
|
5241
|
+
"offset": 8689,
|
|
5242
|
+
"length": 4,
|
|
5243
|
+
"value": "true"
|
|
5244
|
+
},
|
|
5245
|
+
{
|
|
5246
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5247
|
+
"kind": "BooleanLiteral",
|
|
5248
|
+
"offset": 8729,
|
|
5249
|
+
"length": 4,
|
|
5250
|
+
"value": "true"
|
|
5251
|
+
},
|
|
5252
|
+
{
|
|
5253
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5254
|
+
"kind": "BooleanLiteral",
|
|
5255
|
+
"offset": 8769,
|
|
5256
|
+
"length": 4,
|
|
5257
|
+
"value": "true"
|
|
5258
|
+
},
|
|
5259
|
+
{
|
|
5260
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/SensorFieldsConfig.swift",
|
|
5261
|
+
"kind": "BooleanLiteral",
|
|
5262
|
+
"offset": 8809,
|
|
5263
|
+
"length": 4,
|
|
5264
|
+
"value": "true"
|
|
5265
|
+
},
|
|
5266
|
+
{
|
|
5267
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/StreamShard.swift",
|
|
5268
|
+
"kind": "Array",
|
|
5269
|
+
"offset": 1479,
|
|
5270
|
+
"length": 2,
|
|
5271
|
+
"value": "[]"
|
|
5272
|
+
},
|
|
5273
|
+
{
|
|
5274
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/StreamShard.swift",
|
|
5275
|
+
"kind": "IntegerLiteral",
|
|
5276
|
+
"offset": 1549,
|
|
5277
|
+
"length": 1,
|
|
5278
|
+
"value": "0"
|
|
4292
5279
|
}
|
|
4293
5280
|
]
|
|
4294
5281
|
}
|