@doorstepai/dropoff-sdk-capacitor 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +29 -2
- package/android/build.gradle +1 -1
- package/android/src/main/java/ai/doorstep/dropoffsdk/capacitor/DoorstepAIDropoffSDKPlugin.kt +57 -7
- package/dist/docs.json +35 -0
- package/dist/esm/definitions.d.ts +51 -5
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/DoorstepDropoffSDK +0 -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 +260 -178
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +7 -7
- 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 +7 -7
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/_CodeSignature/CodeResources +11 -11
- 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 +2113 -2103
- 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/Info.plist +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +260 -178
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +7 -7
- 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 +7 -7
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +260 -178
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +7 -7
- 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 +7 -7
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/_CodeSignature/CodeResources +21 -21
- 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 +2113 -2103
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/x86_64/DoorstepDropoffSDK.yml +2102 -2093
- package/ios/Plugin/DoorstepAIDropoffSDKPlugin.swift +19 -5
- package/package.json +2 -2
|
@@ -2209,7 +2209,7 @@
|
|
|
2209
2209
|
{
|
|
2210
2210
|
"kind": "Function",
|
|
2211
2211
|
"name": "startDeliveryByPlaceID",
|
|
2212
|
-
"printedName": "startDeliveryByPlaceID(placeID:deliveryId:timeoutSeconds:autoStopAfterDropoffSeconds:)",
|
|
2212
|
+
"printedName": "startDeliveryByPlaceID(placeID:deliveryId:customerId:timeoutSeconds:autoStopAfterDropoffSeconds:)",
|
|
2213
2213
|
"children": [
|
|
2214
2214
|
{
|
|
2215
2215
|
"kind": "TypeNominal",
|
|
@@ -2228,6 +2228,21 @@
|
|
|
2228
2228
|
"printedName": "Swift.String",
|
|
2229
2229
|
"usr": "s:SS"
|
|
2230
2230
|
},
|
|
2231
|
+
{
|
|
2232
|
+
"kind": "TypeNominal",
|
|
2233
|
+
"name": "Optional",
|
|
2234
|
+
"printedName": "Swift.String?",
|
|
2235
|
+
"children": [
|
|
2236
|
+
{
|
|
2237
|
+
"kind": "TypeNominal",
|
|
2238
|
+
"name": "String",
|
|
2239
|
+
"printedName": "Swift.String",
|
|
2240
|
+
"usr": "s:SS"
|
|
2241
|
+
}
|
|
2242
|
+
],
|
|
2243
|
+
"hasDefaultArg": true,
|
|
2244
|
+
"usr": "s:Sq"
|
|
2245
|
+
},
|
|
2231
2246
|
{
|
|
2232
2247
|
"kind": "TypeNominal",
|
|
2233
2248
|
"name": "Optional",
|
|
@@ -2260,8 +2275,8 @@
|
|
|
2260
2275
|
}
|
|
2261
2276
|
],
|
|
2262
2277
|
"declKind": "Func",
|
|
2263
|
-
"usr": "s:
|
|
2264
|
-
"mangledName": "$
|
|
2278
|
+
"usr": "s:18DoorstepDropoffSDK0A2AIC22startDeliveryByPlaceID05placeI010deliveryId08customerL014timeoutSeconds013autoStopAfterbO0ySS_S2SSgSdSgAKtYaKFZ",
|
|
2279
|
+
"mangledName": "$s18DoorstepDropoffSDK0A2AIC22startDeliveryByPlaceID05placeI010deliveryId08customerL014timeoutSeconds013autoStopAfterbO0ySS_S2SSgSdSgAKtYaKFZ",
|
|
2265
2280
|
"moduleName": "DoorstepDropoffSDK",
|
|
2266
2281
|
"static": true,
|
|
2267
2282
|
"declAttributes": [
|
|
@@ -2274,7 +2289,7 @@
|
|
|
2274
2289
|
{
|
|
2275
2290
|
"kind": "Function",
|
|
2276
2291
|
"name": "startDeliveryByPlusCode",
|
|
2277
|
-
"printedName": "startDeliveryByPlusCode(plusCode:deliveryId:timeoutSeconds:autoStopAfterDropoffSeconds:)",
|
|
2292
|
+
"printedName": "startDeliveryByPlusCode(plusCode:deliveryId:customerId:timeoutSeconds:autoStopAfterDropoffSeconds:)",
|
|
2278
2293
|
"children": [
|
|
2279
2294
|
{
|
|
2280
2295
|
"kind": "TypeNominal",
|
|
@@ -2293,6 +2308,21 @@
|
|
|
2293
2308
|
"printedName": "Swift.String",
|
|
2294
2309
|
"usr": "s:SS"
|
|
2295
2310
|
},
|
|
2311
|
+
{
|
|
2312
|
+
"kind": "TypeNominal",
|
|
2313
|
+
"name": "Optional",
|
|
2314
|
+
"printedName": "Swift.String?",
|
|
2315
|
+
"children": [
|
|
2316
|
+
{
|
|
2317
|
+
"kind": "TypeNominal",
|
|
2318
|
+
"name": "String",
|
|
2319
|
+
"printedName": "Swift.String",
|
|
2320
|
+
"usr": "s:SS"
|
|
2321
|
+
}
|
|
2322
|
+
],
|
|
2323
|
+
"hasDefaultArg": true,
|
|
2324
|
+
"usr": "s:Sq"
|
|
2325
|
+
},
|
|
2296
2326
|
{
|
|
2297
2327
|
"kind": "TypeNominal",
|
|
2298
2328
|
"name": "Optional",
|
|
@@ -2325,8 +2355,8 @@
|
|
|
2325
2355
|
}
|
|
2326
2356
|
],
|
|
2327
2357
|
"declKind": "Func",
|
|
2328
|
-
"usr": "s:
|
|
2329
|
-
"mangledName": "$
|
|
2358
|
+
"usr": "s:18DoorstepDropoffSDK0A2AIC23startDeliveryByPlusCode04plusI010deliveryId08customerL014timeoutSeconds013autoStopAfterbO0ySS_S2SSgSdSgAKtYaKFZ",
|
|
2359
|
+
"mangledName": "$s18DoorstepDropoffSDK0A2AIC23startDeliveryByPlusCode04plusI010deliveryId08customerL014timeoutSeconds013autoStopAfterbO0ySS_S2SSgSdSgAKtYaKFZ",
|
|
2330
2360
|
"moduleName": "DoorstepDropoffSDK",
|
|
2331
2361
|
"static": true,
|
|
2332
2362
|
"deprecated": true,
|
|
@@ -2341,7 +2371,7 @@
|
|
|
2341
2371
|
{
|
|
2342
2372
|
"kind": "Function",
|
|
2343
2373
|
"name": "startDeliveryByAddressType",
|
|
2344
|
-
"printedName": "startDeliveryByAddressType(address:deliveryId:coordinates:timeoutSeconds:autoStopAfterDropoffSeconds:)",
|
|
2374
|
+
"printedName": "startDeliveryByAddressType(address:deliveryId:customerId:coordinates:timeoutSeconds:autoStopAfterDropoffSeconds:)",
|
|
2345
2375
|
"children": [
|
|
2346
2376
|
{
|
|
2347
2377
|
"kind": "TypeNominal",
|
|
@@ -2360,6 +2390,21 @@
|
|
|
2360
2390
|
"printedName": "Swift.String",
|
|
2361
2391
|
"usr": "s:SS"
|
|
2362
2392
|
},
|
|
2393
|
+
{
|
|
2394
|
+
"kind": "TypeNominal",
|
|
2395
|
+
"name": "Optional",
|
|
2396
|
+
"printedName": "Swift.String?",
|
|
2397
|
+
"children": [
|
|
2398
|
+
{
|
|
2399
|
+
"kind": "TypeNominal",
|
|
2400
|
+
"name": "String",
|
|
2401
|
+
"printedName": "Swift.String",
|
|
2402
|
+
"usr": "s:SS"
|
|
2403
|
+
}
|
|
2404
|
+
],
|
|
2405
|
+
"hasDefaultArg": true,
|
|
2406
|
+
"usr": "s:Sq"
|
|
2407
|
+
},
|
|
2363
2408
|
{
|
|
2364
2409
|
"kind": "TypeNominal",
|
|
2365
2410
|
"name": "Optional",
|
|
@@ -2407,8 +2452,8 @@
|
|
|
2407
2452
|
}
|
|
2408
2453
|
],
|
|
2409
2454
|
"declKind": "Func",
|
|
2410
|
-
"usr": "s:
|
|
2411
|
-
"mangledName": "$
|
|
2455
|
+
"usr": "s:18DoorstepDropoffSDK0A2AIC26startDeliveryByAddressType7address10deliveryId08customerL011coordinates14timeoutSeconds013autoStopAfterbP0yAA0hI0V_S2SSgAA12LatLngObjectVSgSdSgAQtYaKFZ",
|
|
2456
|
+
"mangledName": "$s18DoorstepDropoffSDK0A2AIC26startDeliveryByAddressType7address10deliveryId08customerL011coordinates14timeoutSeconds013autoStopAfterbP0yAA0hI0V_S2SSgAA12LatLngObjectVSgSdSgAQtYaKFZ",
|
|
2412
2457
|
"moduleName": "DoorstepDropoffSDK",
|
|
2413
2458
|
"static": true,
|
|
2414
2459
|
"declAttributes": [
|
|
@@ -2421,7 +2466,7 @@
|
|
|
2421
2466
|
{
|
|
2422
2467
|
"kind": "Function",
|
|
2423
2468
|
"name": "startDeliveryByAddressString",
|
|
2424
|
-
"printedName": "startDeliveryByAddressString(address:deliveryId:coordinates:timeoutSeconds:autoStopAfterDropoffSeconds:)",
|
|
2469
|
+
"printedName": "startDeliveryByAddressString(address:deliveryId:customerId:coordinates:timeoutSeconds:autoStopAfterDropoffSeconds:)",
|
|
2425
2470
|
"children": [
|
|
2426
2471
|
{
|
|
2427
2472
|
"kind": "TypeNominal",
|
|
@@ -2440,6 +2485,21 @@
|
|
|
2440
2485
|
"printedName": "Swift.String",
|
|
2441
2486
|
"usr": "s:SS"
|
|
2442
2487
|
},
|
|
2488
|
+
{
|
|
2489
|
+
"kind": "TypeNominal",
|
|
2490
|
+
"name": "Optional",
|
|
2491
|
+
"printedName": "Swift.String?",
|
|
2492
|
+
"children": [
|
|
2493
|
+
{
|
|
2494
|
+
"kind": "TypeNominal",
|
|
2495
|
+
"name": "String",
|
|
2496
|
+
"printedName": "Swift.String",
|
|
2497
|
+
"usr": "s:SS"
|
|
2498
|
+
}
|
|
2499
|
+
],
|
|
2500
|
+
"hasDefaultArg": true,
|
|
2501
|
+
"usr": "s:Sq"
|
|
2502
|
+
},
|
|
2443
2503
|
{
|
|
2444
2504
|
"kind": "TypeNominal",
|
|
2445
2505
|
"name": "Optional",
|
|
@@ -2487,8 +2547,8 @@
|
|
|
2487
2547
|
}
|
|
2488
2548
|
],
|
|
2489
2549
|
"declKind": "Func",
|
|
2490
|
-
"usr": "s:
|
|
2491
|
-
"mangledName": "$
|
|
2550
|
+
"usr": "s:18DoorstepDropoffSDK0A2AIC28startDeliveryByAddressString7address10deliveryId08customerL011coordinates14timeoutSeconds013autoStopAfterbP0ySS_S2SSgAA12LatLngObjectVSgSdSgAOtYaKFZ",
|
|
2551
|
+
"mangledName": "$s18DoorstepDropoffSDK0A2AIC28startDeliveryByAddressString7address10deliveryId08customerL011coordinates14timeoutSeconds013autoStopAfterbP0ySS_S2SSgAA12LatLngObjectVSgSdSgAOtYaKFZ",
|
|
2492
2552
|
"moduleName": "DoorstepDropoffSDK",
|
|
2493
2553
|
"static": true,
|
|
2494
2554
|
"declAttributes": [
|
|
@@ -2501,7 +2561,7 @@
|
|
|
2501
2561
|
{
|
|
2502
2562
|
"kind": "Function",
|
|
2503
2563
|
"name": "startDeliveryByLatLng",
|
|
2504
|
-
"printedName": "startDeliveryByLatLng(latitude:longitude:subUnit:deliveryId:timeoutSeconds:autoStopAfterDropoffSeconds:)",
|
|
2564
|
+
"printedName": "startDeliveryByLatLng(latitude:longitude:subUnit:deliveryId:customerId:timeoutSeconds:autoStopAfterDropoffSeconds:)",
|
|
2505
2565
|
"children": [
|
|
2506
2566
|
{
|
|
2507
2567
|
"kind": "TypeNominal",
|
|
@@ -2532,6 +2592,21 @@
|
|
|
2532
2592
|
"printedName": "Swift.String",
|
|
2533
2593
|
"usr": "s:SS"
|
|
2534
2594
|
},
|
|
2595
|
+
{
|
|
2596
|
+
"kind": "TypeNominal",
|
|
2597
|
+
"name": "Optional",
|
|
2598
|
+
"printedName": "Swift.String?",
|
|
2599
|
+
"children": [
|
|
2600
|
+
{
|
|
2601
|
+
"kind": "TypeNominal",
|
|
2602
|
+
"name": "String",
|
|
2603
|
+
"printedName": "Swift.String",
|
|
2604
|
+
"usr": "s:SS"
|
|
2605
|
+
}
|
|
2606
|
+
],
|
|
2607
|
+
"hasDefaultArg": true,
|
|
2608
|
+
"usr": "s:Sq"
|
|
2609
|
+
},
|
|
2535
2610
|
{
|
|
2536
2611
|
"kind": "TypeNominal",
|
|
2537
2612
|
"name": "Optional",
|
|
@@ -2564,8 +2639,8 @@
|
|
|
2564
2639
|
}
|
|
2565
2640
|
],
|
|
2566
2641
|
"declKind": "Func",
|
|
2567
|
-
"usr": "s:
|
|
2568
|
-
"mangledName": "$
|
|
2642
|
+
"usr": "s:18DoorstepDropoffSDK0A2AIC21startDeliveryByLatLng8latitude9longitude7subUnit10deliveryId08customerO014timeoutSeconds013autoStopAfterbR0ySd_SdS3SSgSdSgAMtYaKFZ",
|
|
2643
|
+
"mangledName": "$s18DoorstepDropoffSDK0A2AIC21startDeliveryByLatLng8latitude9longitude7subUnit10deliveryId08customerO014timeoutSeconds013autoStopAfterbR0ySd_SdS3SSgSdSgAMtYaKFZ",
|
|
2569
2644
|
"moduleName": "DoorstepDropoffSDK",
|
|
2570
2645
|
"static": true,
|
|
2571
2646
|
"deprecated": true,
|
|
@@ -4020,525 +4095,567 @@
|
|
|
4020
4095
|
{
|
|
4021
4096
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4022
4097
|
"kind": "BooleanLiteral",
|
|
4023
|
-
"offset":
|
|
4098
|
+
"offset": 2470,
|
|
4024
4099
|
"length": 5,
|
|
4025
4100
|
"value": "false"
|
|
4026
4101
|
},
|
|
4027
4102
|
{
|
|
4028
4103
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4029
4104
|
"kind": "IntegerLiteral",
|
|
4030
|
-
"offset":
|
|
4105
|
+
"offset": 4542,
|
|
4031
4106
|
"length": 2,
|
|
4032
4107
|
"value": "-1"
|
|
4033
4108
|
},
|
|
4034
4109
|
{
|
|
4035
4110
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4036
4111
|
"kind": "IntegerLiteral",
|
|
4037
|
-
"offset":
|
|
4112
|
+
"offset": 22247,
|
|
4038
4113
|
"length": 1,
|
|
4039
4114
|
"value": "0"
|
|
4040
4115
|
},
|
|
4041
4116
|
{
|
|
4042
4117
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4043
4118
|
"kind": "StringLiteral",
|
|
4044
|
-
"offset":
|
|
4119
|
+
"offset": 23192,
|
|
4045
4120
|
"length": 21,
|
|
4046
4121
|
"value": "\"NetworkMonitorQueue\""
|
|
4047
4122
|
},
|
|
4048
4123
|
{
|
|
4049
4124
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4050
4125
|
"kind": "StringLiteral",
|
|
4051
|
-
"offset":
|
|
4126
|
+
"offset": 23265,
|
|
4052
4127
|
"length": 19,
|
|
4053
4128
|
"value": "\"NetworkStateQueue\""
|
|
4054
4129
|
},
|
|
4055
4130
|
{
|
|
4056
4131
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4057
4132
|
"kind": "BooleanLiteral",
|
|
4058
|
-
"offset":
|
|
4133
|
+
"offset": 23337,
|
|
4059
4134
|
"length": 4,
|
|
4060
4135
|
"value": "true"
|
|
4061
4136
|
},
|
|
4062
4137
|
{
|
|
4063
4138
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4064
4139
|
"kind": "IntegerLiteral",
|
|
4065
|
-
"offset":
|
|
4140
|
+
"offset": 23382,
|
|
4066
4141
|
"length": 1,
|
|
4067
4142
|
"value": "5"
|
|
4068
4143
|
},
|
|
4069
4144
|
{
|
|
4070
4145
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4071
4146
|
"kind": "IntegerLiteral",
|
|
4072
|
-
"offset":
|
|
4147
|
+
"offset": 23430,
|
|
4073
4148
|
"length": 1,
|
|
4074
4149
|
"value": "5"
|
|
4075
4150
|
},
|
|
4076
4151
|
{
|
|
4077
4152
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4078
4153
|
"kind": "IntegerLiteral",
|
|
4079
|
-
"offset":
|
|
4154
|
+
"offset": 23478,
|
|
4080
4155
|
"length": 3,
|
|
4081
4156
|
"value": "300"
|
|
4082
4157
|
},
|
|
4083
4158
|
{
|
|
4084
4159
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4085
4160
|
"kind": "IntegerLiteral",
|
|
4086
|
-
"offset":
|
|
4161
|
+
"offset": 23518,
|
|
4087
4162
|
"length": 1,
|
|
4088
4163
|
"value": "0"
|
|
4089
4164
|
},
|
|
4090
4165
|
{
|
|
4091
4166
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4092
4167
|
"kind": "Array",
|
|
4093
|
-
"offset":
|
|
4168
|
+
"offset": 23626,
|
|
4094
4169
|
"length": 2,
|
|
4095
4170
|
"value": "[]"
|
|
4096
4171
|
},
|
|
4097
4172
|
{
|
|
4098
4173
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4099
4174
|
"kind": "StringLiteral",
|
|
4100
|
-
"offset":
|
|
4175
|
+
"offset": 23681,
|
|
4101
4176
|
"length": 24,
|
|
4102
4177
|
"value": "\"RequestQueueProcessing\""
|
|
4103
4178
|
},
|
|
4104
4179
|
{
|
|
4105
4180
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4106
4181
|
"kind": "StringLiteral",
|
|
4107
|
-
"offset":
|
|
4182
|
+
"offset": 23782,
|
|
4108
4183
|
"length": 22,
|
|
4109
4184
|
"value": "\"PendingRequestsQueue\""
|
|
4110
4185
|
},
|
|
4111
4186
|
{
|
|
4112
4187
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4113
4188
|
"kind": "StringLiteral",
|
|
4114
|
-
"offset":
|
|
4189
|
+
"offset": 23858,
|
|
4115
4190
|
"length": 24,
|
|
4116
4191
|
"value": "\"pendingNetworkRequests\""
|
|
4117
4192
|
},
|
|
4118
4193
|
{
|
|
4119
4194
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4120
4195
|
"kind": "IntegerLiteral",
|
|
4121
|
-
"offset":
|
|
4122
|
-
"length": 3,
|
|
4123
|
-
"value": "300"
|
|
4124
|
-
},
|
|
4125
|
-
{
|
|
4126
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4127
|
-
"kind": "IntegerLiteral",
|
|
4128
|
-
"offset": 23925,
|
|
4129
|
-
"length": 3,
|
|
4130
|
-
"value": "100"
|
|
4131
|
-
},
|
|
4132
|
-
{
|
|
4133
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4134
|
-
"kind": "IntegerLiteral",
|
|
4135
|
-
"offset": 23931,
|
|
4136
|
-
"length": 4,
|
|
4137
|
-
"value": "1024"
|
|
4138
|
-
},
|
|
4139
|
-
{
|
|
4140
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4141
|
-
"kind": "IntegerLiteral",
|
|
4142
|
-
"offset": 23938,
|
|
4143
|
-
"length": 4,
|
|
4144
|
-
"value": "1024"
|
|
4145
|
-
},
|
|
4146
|
-
{
|
|
4147
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4148
|
-
"kind": "IntegerLiteral",
|
|
4149
|
-
"offset": 23992,
|
|
4196
|
+
"offset": 23932,
|
|
4150
4197
|
"length": 1,
|
|
4151
4198
|
"value": "0"
|
|
4152
4199
|
},
|
|
4153
4200
|
{
|
|
4154
4201
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4155
4202
|
"kind": "BooleanLiteral",
|
|
4156
|
-
"offset":
|
|
4203
|
+
"offset": 24042,
|
|
4157
4204
|
"length": 4,
|
|
4158
4205
|
"value": "true"
|
|
4159
4206
|
},
|
|
4160
4207
|
{
|
|
4161
4208
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4162
4209
|
"kind": "BooleanLiteral",
|
|
4163
|
-
"offset":
|
|
4210
|
+
"offset": 24083,
|
|
4164
4211
|
"length": 5,
|
|
4165
4212
|
"value": "false"
|
|
4166
4213
|
},
|
|
4167
4214
|
{
|
|
4168
4215
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4169
4216
|
"kind": "StringLiteral",
|
|
4170
|
-
"offset":
|
|
4217
|
+
"offset": 24159,
|
|
4171
4218
|
"length": 2,
|
|
4172
4219
|
"value": "\"\""
|
|
4173
4220
|
},
|
|
4174
4221
|
{
|
|
4175
4222
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4176
4223
|
"kind": "StringLiteral",
|
|
4177
|
-
"offset":
|
|
4224
|
+
"offset": 24651,
|
|
4178
4225
|
"length": 27,
|
|
4179
4226
|
"value": "\"BackgroundLogSessionQueue\""
|
|
4180
4227
|
},
|
|
4181
4228
|
{
|
|
4182
4229
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4183
4230
|
"kind": "StringLiteral",
|
|
4184
|
-
"offset":
|
|
4231
|
+
"offset": 24861,
|
|
4185
4232
|
"length": 28,
|
|
4186
4233
|
"value": "\"BackgroundMainSessionQueue\""
|
|
4187
4234
|
},
|
|
4188
4235
|
{
|
|
4189
4236
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4190
4237
|
"kind": "Dictionary",
|
|
4191
|
-
"offset":
|
|
4238
|
+
"offset": 24992,
|
|
4192
4239
|
"length": 3,
|
|
4193
4240
|
"value": "[]"
|
|
4194
4241
|
},
|
|
4195
4242
|
{
|
|
4196
4243
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4197
4244
|
"kind": "Dictionary",
|
|
4198
|
-
"offset":
|
|
4245
|
+
"offset": 25039,
|
|
4199
4246
|
"length": 3,
|
|
4200
4247
|
"value": "[]"
|
|
4201
4248
|
},
|
|
4202
4249
|
{
|
|
4203
4250
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4204
4251
|
"kind": "Dictionary",
|
|
4205
|
-
"offset":
|
|
4252
|
+
"offset": 25086,
|
|
4206
4253
|
"length": 3,
|
|
4207
4254
|
"value": "[]"
|
|
4208
4255
|
},
|
|
4209
4256
|
{
|
|
4210
4257
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4211
4258
|
"kind": "Dictionary",
|
|
4212
|
-
"offset":
|
|
4259
|
+
"offset": 25177,
|
|
4213
4260
|
"length": 3,
|
|
4214
4261
|
"value": "[]"
|
|
4215
4262
|
},
|
|
4216
4263
|
{
|
|
4217
4264
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4218
4265
|
"kind": "Dictionary",
|
|
4219
|
-
"offset":
|
|
4266
|
+
"offset": 25225,
|
|
4220
4267
|
"length": 3,
|
|
4221
4268
|
"value": "[]"
|
|
4222
4269
|
},
|
|
4223
4270
|
{
|
|
4224
4271
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4225
4272
|
"kind": "Dictionary",
|
|
4226
|
-
"offset":
|
|
4273
|
+
"offset": 25273,
|
|
4227
4274
|
"length": 3,
|
|
4228
4275
|
"value": "[]"
|
|
4229
4276
|
},
|
|
4230
4277
|
{
|
|
4231
4278
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4232
4279
|
"kind": "Dictionary",
|
|
4233
|
-
"offset":
|
|
4280
|
+
"offset": 25422,
|
|
4234
4281
|
"length": 3,
|
|
4235
4282
|
"value": "[]"
|
|
4236
4283
|
},
|
|
4237
4284
|
{
|
|
4238
4285
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4239
4286
|
"kind": "IntegerLiteral",
|
|
4240
|
-
"offset":
|
|
4241
|
-
"length": 2,
|
|
4242
|
-
"value": "60"
|
|
4243
|
-
},
|
|
4244
|
-
{
|
|
4245
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4246
|
-
"kind": "IntegerLiteral",
|
|
4247
|
-
"offset": 25551,
|
|
4248
|
-
"length": 2,
|
|
4249
|
-
"value": "60"
|
|
4250
|
-
},
|
|
4251
|
-
{
|
|
4252
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4253
|
-
"kind": "IntegerLiteral",
|
|
4254
|
-
"offset": 52372,
|
|
4287
|
+
"offset": 52915,
|
|
4255
4288
|
"length": 1,
|
|
4256
4289
|
"value": "0"
|
|
4257
4290
|
},
|
|
4258
4291
|
{
|
|
4259
4292
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4260
4293
|
"kind": "BooleanLiteral",
|
|
4261
|
-
"offset":
|
|
4294
|
+
"offset": 52958,
|
|
4262
4295
|
"length": 5,
|
|
4263
4296
|
"value": "false"
|
|
4264
4297
|
},
|
|
4265
4298
|
{
|
|
4266
4299
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4267
4300
|
"kind": "BooleanLiteral",
|
|
4268
|
-
"offset":
|
|
4301
|
+
"offset": 53004,
|
|
4269
4302
|
"length": 5,
|
|
4270
4303
|
"value": "false"
|
|
4271
4304
|
},
|
|
4272
4305
|
{
|
|
4273
4306
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
4274
4307
|
"kind": "IntegerLiteral",
|
|
4275
|
-
"offset":
|
|
4308
|
+
"offset": 59723,
|
|
4276
4309
|
"length": 1,
|
|
4277
4310
|
"value": "0"
|
|
4278
4311
|
},
|
|
4279
4312
|
{
|
|
4280
4313
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4281
4314
|
"kind": "BooleanLiteral",
|
|
4282
|
-
"offset":
|
|
4315
|
+
"offset": 2694,
|
|
4283
4316
|
"length": 4,
|
|
4284
4317
|
"value": "true"
|
|
4285
4318
|
},
|
|
4286
4319
|
{
|
|
4287
4320
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4288
4321
|
"kind": "BooleanLiteral",
|
|
4289
|
-
"offset":
|
|
4322
|
+
"offset": 2744,
|
|
4290
4323
|
"length": 5,
|
|
4291
4324
|
"value": "false"
|
|
4292
4325
|
},
|
|
4293
4326
|
{
|
|
4294
4327
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4295
4328
|
"kind": "IntegerLiteral",
|
|
4296
|
-
"offset":
|
|
4329
|
+
"offset": 5534,
|
|
4297
4330
|
"length": 3,
|
|
4298
4331
|
"value": "100"
|
|
4299
4332
|
},
|
|
4300
4333
|
{
|
|
4301
4334
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4302
4335
|
"kind": "BooleanLiteral",
|
|
4303
|
-
"offset":
|
|
4336
|
+
"offset": 5563,
|
|
4304
4337
|
"length": 5,
|
|
4305
4338
|
"value": "false"
|
|
4306
4339
|
},
|
|
4307
4340
|
{
|
|
4308
4341
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4309
4342
|
"kind": "BooleanLiteral",
|
|
4310
|
-
"offset":
|
|
4343
|
+
"offset": 6795,
|
|
4311
4344
|
"length": 5,
|
|
4312
4345
|
"value": "false"
|
|
4313
4346
|
},
|
|
4314
4347
|
{
|
|
4315
4348
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4316
4349
|
"kind": "BooleanLiteral",
|
|
4317
|
-
"offset":
|
|
4350
|
+
"offset": 9232,
|
|
4318
4351
|
"length": 4,
|
|
4319
4352
|
"value": "true"
|
|
4320
4353
|
},
|
|
4321
4354
|
{
|
|
4322
4355
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4323
4356
|
"kind": "BooleanLiteral",
|
|
4324
|
-
"offset":
|
|
4357
|
+
"offset": 9260,
|
|
4325
4358
|
"length": 4,
|
|
4326
4359
|
"value": "true"
|
|
4327
4360
|
},
|
|
4328
4361
|
{
|
|
4329
4362
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4330
4363
|
"kind": "BooleanLiteral",
|
|
4331
|
-
"offset":
|
|
4364
|
+
"offset": 9297,
|
|
4332
4365
|
"length": 4,
|
|
4333
4366
|
"value": "true"
|
|
4334
4367
|
},
|
|
4335
4368
|
{
|
|
4336
4369
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4337
4370
|
"kind": "BooleanLiteral",
|
|
4338
|
-
"offset":
|
|
4371
|
+
"offset": 9323,
|
|
4339
4372
|
"length": 4,
|
|
4340
4373
|
"value": "true"
|
|
4341
4374
|
},
|
|
4342
4375
|
{
|
|
4343
4376
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4344
4377
|
"kind": "BooleanLiteral",
|
|
4345
|
-
"offset":
|
|
4378
|
+
"offset": 9352,
|
|
4346
4379
|
"length": 4,
|
|
4347
4380
|
"value": "true"
|
|
4348
4381
|
},
|
|
4349
4382
|
{
|
|
4350
4383
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4351
4384
|
"kind": "BooleanLiteral",
|
|
4352
|
-
"offset":
|
|
4385
|
+
"offset": 9382,
|
|
4353
4386
|
"length": 4,
|
|
4354
4387
|
"value": "true"
|
|
4355
4388
|
},
|
|
4356
4389
|
{
|
|
4357
4390
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4358
4391
|
"kind": "BooleanLiteral",
|
|
4359
|
-
"offset":
|
|
4392
|
+
"offset": 9409,
|
|
4360
4393
|
"length": 4,
|
|
4361
4394
|
"value": "true"
|
|
4362
4395
|
},
|
|
4363
4396
|
{
|
|
4364
4397
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4365
4398
|
"kind": "BooleanLiteral",
|
|
4366
|
-
"offset":
|
|
4399
|
+
"offset": 9437,
|
|
4367
4400
|
"length": 4,
|
|
4368
4401
|
"value": "true"
|
|
4369
4402
|
},
|
|
4370
4403
|
{
|
|
4371
4404
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4372
4405
|
"kind": "BooleanLiteral",
|
|
4373
|
-
"offset":
|
|
4406
|
+
"offset": 9464,
|
|
4374
4407
|
"length": 4,
|
|
4375
4408
|
"value": "true"
|
|
4376
4409
|
},
|
|
4377
4410
|
{
|
|
4378
4411
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4379
4412
|
"kind": "BooleanLiteral",
|
|
4380
|
-
"offset":
|
|
4413
|
+
"offset": 9492,
|
|
4381
4414
|
"length": 4,
|
|
4382
4415
|
"value": "true"
|
|
4383
4416
|
},
|
|
4384
4417
|
{
|
|
4385
4418
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4386
4419
|
"kind": "BooleanLiteral",
|
|
4387
|
-
"offset":
|
|
4420
|
+
"offset": 9520,
|
|
4388
4421
|
"length": 4,
|
|
4389
4422
|
"value": "true"
|
|
4390
4423
|
},
|
|
4391
4424
|
{
|
|
4392
4425
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4393
4426
|
"kind": "BooleanLiteral",
|
|
4394
|
-
"offset":
|
|
4427
|
+
"offset": 9555,
|
|
4395
4428
|
"length": 4,
|
|
4396
4429
|
"value": "true"
|
|
4397
4430
|
},
|
|
4398
4431
|
{
|
|
4399
4432
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4400
4433
|
"kind": "BooleanLiteral",
|
|
4401
|
-
"offset":
|
|
4434
|
+
"offset": 9583,
|
|
4402
4435
|
"length": 4,
|
|
4403
4436
|
"value": "true"
|
|
4404
4437
|
},
|
|
4405
4438
|
{
|
|
4406
4439
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4407
4440
|
"kind": "BooleanLiteral",
|
|
4408
|
-
"offset":
|
|
4441
|
+
"offset": 9605,
|
|
4409
4442
|
"length": 4,
|
|
4410
4443
|
"value": "true"
|
|
4411
4444
|
},
|
|
4412
4445
|
{
|
|
4413
4446
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4414
4447
|
"kind": "BooleanLiteral",
|
|
4415
|
-
"offset":
|
|
4448
|
+
"offset": 9629,
|
|
4416
4449
|
"length": 4,
|
|
4417
4450
|
"value": "true"
|
|
4418
4451
|
},
|
|
4419
4452
|
{
|
|
4420
4453
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4421
4454
|
"kind": "BooleanLiteral",
|
|
4422
|
-
"offset":
|
|
4455
|
+
"offset": 9660,
|
|
4423
4456
|
"length": 4,
|
|
4424
4457
|
"value": "true"
|
|
4425
4458
|
},
|
|
4426
4459
|
{
|
|
4427
4460
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4428
4461
|
"kind": "BooleanLiteral",
|
|
4429
|
-
"offset":
|
|
4462
|
+
"offset": 9686,
|
|
4430
4463
|
"length": 4,
|
|
4431
4464
|
"value": "true"
|
|
4432
4465
|
},
|
|
4433
4466
|
{
|
|
4434
4467
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4435
4468
|
"kind": "BooleanLiteral",
|
|
4436
|
-
"offset":
|
|
4469
|
+
"offset": 9713,
|
|
4437
4470
|
"length": 4,
|
|
4438
4471
|
"value": "true"
|
|
4439
4472
|
},
|
|
4440
4473
|
{
|
|
4441
4474
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4442
4475
|
"kind": "BooleanLiteral",
|
|
4443
|
-
"offset":
|
|
4476
|
+
"offset": 9738,
|
|
4444
4477
|
"length": 4,
|
|
4445
4478
|
"value": "true"
|
|
4446
4479
|
},
|
|
4447
4480
|
{
|
|
4448
4481
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4449
4482
|
"kind": "BooleanLiteral",
|
|
4450
|
-
"offset":
|
|
4483
|
+
"offset": 9781,
|
|
4451
4484
|
"length": 4,
|
|
4452
4485
|
"value": "true"
|
|
4453
4486
|
},
|
|
4454
4487
|
{
|
|
4455
4488
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4456
4489
|
"kind": "BooleanLiteral",
|
|
4457
|
-
"offset":
|
|
4490
|
+
"offset": 15843,
|
|
4458
4491
|
"length": 5,
|
|
4459
4492
|
"value": "false"
|
|
4460
4493
|
},
|
|
4461
4494
|
{
|
|
4462
4495
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4463
4496
|
"kind": "BooleanLiteral",
|
|
4464
|
-
"offset":
|
|
4497
|
+
"offset": 15873,
|
|
4465
4498
|
"length": 5,
|
|
4466
4499
|
"value": "false"
|
|
4467
4500
|
},
|
|
4501
|
+
{
|
|
4502
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4503
|
+
"kind": "IntegerLiteral",
|
|
4504
|
+
"offset": 15918,
|
|
4505
|
+
"length": 2,
|
|
4506
|
+
"value": "10"
|
|
4507
|
+
},
|
|
4508
|
+
{
|
|
4509
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4510
|
+
"kind": "IntegerLiteral",
|
|
4511
|
+
"offset": 15953,
|
|
4512
|
+
"length": 4,
|
|
4513
|
+
"value": "1024"
|
|
4514
|
+
},
|
|
4515
|
+
{
|
|
4516
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4517
|
+
"kind": "IntegerLiteral",
|
|
4518
|
+
"offset": 15991,
|
|
4519
|
+
"length": 3,
|
|
4520
|
+
"value": "200"
|
|
4521
|
+
},
|
|
4522
|
+
{
|
|
4523
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4524
|
+
"kind": "IntegerLiteral",
|
|
4525
|
+
"offset": 15997,
|
|
4526
|
+
"length": 4,
|
|
4527
|
+
"value": "1024"
|
|
4528
|
+
},
|
|
4529
|
+
{
|
|
4530
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4531
|
+
"kind": "IntegerLiteral",
|
|
4532
|
+
"offset": 16004,
|
|
4533
|
+
"length": 4,
|
|
4534
|
+
"value": "1024"
|
|
4535
|
+
},
|
|
4536
|
+
{
|
|
4537
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4538
|
+
"kind": "IntegerLiteral",
|
|
4539
|
+
"offset": 16058,
|
|
4540
|
+
"length": 2,
|
|
4541
|
+
"value": "24"
|
|
4542
|
+
},
|
|
4543
|
+
{
|
|
4544
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4545
|
+
"kind": "IntegerLiteral",
|
|
4546
|
+
"offset": 16063,
|
|
4547
|
+
"length": 2,
|
|
4548
|
+
"value": "60"
|
|
4549
|
+
},
|
|
4550
|
+
{
|
|
4551
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4552
|
+
"kind": "IntegerLiteral",
|
|
4553
|
+
"offset": 16068,
|
|
4554
|
+
"length": 2,
|
|
4555
|
+
"value": "60"
|
|
4556
|
+
},
|
|
4557
|
+
{
|
|
4558
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4559
|
+
"kind": "IntegerLiteral",
|
|
4560
|
+
"offset": 16073,
|
|
4561
|
+
"length": 4,
|
|
4562
|
+
"value": "1000"
|
|
4563
|
+
},
|
|
4564
|
+
{
|
|
4565
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4566
|
+
"kind": "IntegerLiteral",
|
|
4567
|
+
"offset": 16123,
|
|
4568
|
+
"length": 4,
|
|
4569
|
+
"value": "2000"
|
|
4570
|
+
},
|
|
4571
|
+
{
|
|
4572
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4573
|
+
"kind": "IntegerLiteral",
|
|
4574
|
+
"offset": 16166,
|
|
4575
|
+
"length": 2,
|
|
4576
|
+
"value": "60"
|
|
4577
|
+
},
|
|
4578
|
+
{
|
|
4579
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4580
|
+
"kind": "IntegerLiteral",
|
|
4581
|
+
"offset": 16171,
|
|
4582
|
+
"length": 2,
|
|
4583
|
+
"value": "60"
|
|
4584
|
+
},
|
|
4468
4585
|
{
|
|
4469
4586
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4470
4587
|
"kind": "BooleanLiteral",
|
|
4471
|
-
"offset":
|
|
4588
|
+
"offset": 19805,
|
|
4472
4589
|
"length": 5,
|
|
4473
4590
|
"value": "false"
|
|
4474
4591
|
},
|
|
4475
4592
|
{
|
|
4476
4593
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4477
4594
|
"kind": "IntegerLiteral",
|
|
4478
|
-
"offset":
|
|
4595
|
+
"offset": 19870,
|
|
4479
4596
|
"length": 2,
|
|
4480
4597
|
"value": "30"
|
|
4481
4598
|
},
|
|
4482
4599
|
{
|
|
4483
4600
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4484
4601
|
"kind": "IntegerLiteral",
|
|
4485
|
-
"offset":
|
|
4602
|
+
"offset": 19893,
|
|
4486
4603
|
"length": 2,
|
|
4487
4604
|
"value": "50"
|
|
4488
4605
|
},
|
|
4489
4606
|
{
|
|
4490
4607
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4491
4608
|
"kind": "IntegerLiteral",
|
|
4492
|
-
"offset":
|
|
4609
|
+
"offset": 19919,
|
|
4493
4610
|
"length": 4,
|
|
4494
4611
|
"value": "1000"
|
|
4495
4612
|
},
|
|
4496
4613
|
{
|
|
4497
4614
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4498
4615
|
"kind": "BooleanLiteral",
|
|
4499
|
-
"offset":
|
|
4616
|
+
"offset": 21701,
|
|
4500
4617
|
"length": 5,
|
|
4501
4618
|
"value": "false"
|
|
4502
4619
|
},
|
|
4503
4620
|
{
|
|
4504
4621
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4505
4622
|
"kind": "BooleanLiteral",
|
|
4506
|
-
"offset":
|
|
4623
|
+
"offset": 21913,
|
|
4507
4624
|
"length": 5,
|
|
4508
4625
|
"value": "false"
|
|
4509
4626
|
},
|
|
4510
4627
|
{
|
|
4511
4628
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4512
4629
|
"kind": "IntegerLiteral",
|
|
4513
|
-
"offset":
|
|
4630
|
+
"offset": 22234,
|
|
4514
4631
|
"length": 1,
|
|
4515
4632
|
"value": "2"
|
|
4516
4633
|
},
|
|
4517
4634
|
{
|
|
4518
4635
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4519
4636
|
"kind": "IntegerLiteral",
|
|
4520
|
-
"offset":
|
|
4637
|
+
"offset": 22238,
|
|
4521
4638
|
"length": 2,
|
|
4522
4639
|
"value": "60"
|
|
4523
4640
|
},
|
|
4524
4641
|
{
|
|
4525
4642
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4526
4643
|
"kind": "IntegerLiteral",
|
|
4527
|
-
"offset":
|
|
4644
|
+
"offset": 22243,
|
|
4528
4645
|
"length": 2,
|
|
4529
4646
|
"value": "60"
|
|
4530
4647
|
},
|
|
4531
4648
|
{
|
|
4532
4649
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4533
4650
|
"kind": "IntegerLiteral",
|
|
4534
|
-
"offset":
|
|
4651
|
+
"offset": 22397,
|
|
4535
4652
|
"length": 1,
|
|
4536
4653
|
"value": "1"
|
|
4537
4654
|
},
|
|
4538
4655
|
{
|
|
4539
4656
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
|
|
4540
4657
|
"kind": "IntegerLiteral",
|
|
4541
|
-
"offset":
|
|
4658
|
+
"offset": 22577,
|
|
4542
4659
|
"length": 3,
|
|
4543
4660
|
"value": "600"
|
|
4544
4661
|
},
|
|
@@ -4643,42 +4760,42 @@
|
|
|
4643
4760
|
{
|
|
4644
4761
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
4645
4762
|
"kind": "IntegerLiteral",
|
|
4646
|
-
"offset":
|
|
4763
|
+
"offset": 16404,
|
|
4647
4764
|
"length": 2,
|
|
4648
4765
|
"value": "60"
|
|
4649
4766
|
},
|
|
4650
4767
|
{
|
|
4651
4768
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
4652
4769
|
"kind": "IntegerLiteral",
|
|
4653
|
-
"offset":
|
|
4770
|
+
"offset": 16409,
|
|
4654
4771
|
"length": 2,
|
|
4655
4772
|
"value": "60"
|
|
4656
4773
|
},
|
|
4657
4774
|
{
|
|
4658
4775
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
4659
4776
|
"kind": "StringLiteral",
|
|
4660
|
-
"offset":
|
|
4777
|
+
"offset": 18799,
|
|
4661
4778
|
"length": 43,
|
|
4662
4779
|
"value": "\"DoorstepAI.autoStopAfterDropoffEntries.v1\""
|
|
4663
4780
|
},
|
|
4664
4781
|
{
|
|
4665
4782
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
4666
4783
|
"kind": "StringLiteral",
|
|
4667
|
-
"offset":
|
|
4784
|
+
"offset": 18895,
|
|
4668
4785
|
"length": 38,
|
|
4669
4786
|
"value": "\"DoorstepAI.AutoStopAfterDropoffQueue\""
|
|
4670
4787
|
},
|
|
4671
4788
|
{
|
|
4672
4789
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
4673
4790
|
"kind": "Dictionary",
|
|
4674
|
-
"offset":
|
|
4791
|
+
"offset": 19064,
|
|
4675
4792
|
"length": 3,
|
|
4676
4793
|
"value": "[]"
|
|
4677
4794
|
},
|
|
4678
4795
|
{
|
|
4679
4796
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
4680
4797
|
"kind": "BooleanLiteral",
|
|
4681
|
-
"offset":
|
|
4798
|
+
"offset": 19122,
|
|
4682
4799
|
"length": 5,
|
|
4683
4800
|
"value": "false"
|
|
4684
4801
|
},
|
|
@@ -4706,16 +4823,16 @@
|
|
|
4706
4823
|
{
|
|
4707
4824
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/Environment.swift",
|
|
4708
4825
|
"kind": "StringLiteral",
|
|
4709
|
-
"offset":
|
|
4826
|
+
"offset": 472,
|
|
4710
4827
|
"length": 42,
|
|
4711
4828
|
"value": "\"https:\/\/config.sdk.doorstep.ai\/v1\/config\""
|
|
4712
4829
|
},
|
|
4713
4830
|
{
|
|
4714
4831
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/Environment.swift",
|
|
4715
4832
|
"kind": "StringLiteral",
|
|
4716
|
-
"offset":
|
|
4833
|
+
"offset": 543,
|
|
4717
4834
|
"length": 7,
|
|
4718
|
-
"value": "\"2.0.
|
|
4835
|
+
"value": "\"2.0.5\""
|
|
4719
4836
|
},
|
|
4720
4837
|
{
|
|
4721
4838
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
@@ -4727,91 +4844,56 @@
|
|
|
4727
4844
|
{
|
|
4728
4845
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
4729
4846
|
"kind": "IntegerLiteral",
|
|
4730
|
-
"offset":
|
|
4731
|
-
"length": 4,
|
|
4732
|
-
"value": "1024"
|
|
4733
|
-
},
|
|
4734
|
-
{
|
|
4735
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
4736
|
-
"kind": "IntegerLiteral",
|
|
4737
|
-
"offset": 2164,
|
|
4738
|
-
"length": 4,
|
|
4739
|
-
"value": "1024"
|
|
4740
|
-
},
|
|
4741
|
-
{
|
|
4742
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
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,
|
|
4847
|
+
"offset": 2458,
|
|
4766
4848
|
"length": 2,
|
|
4767
4849
|
"value": "32"
|
|
4768
4850
|
},
|
|
4769
4851
|
{
|
|
4770
4852
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
4771
4853
|
"kind": "IntegerLiteral",
|
|
4772
|
-
"offset":
|
|
4854
|
+
"offset": 2552,
|
|
4773
4855
|
"length": 2,
|
|
4774
4856
|
"value": "32"
|
|
4775
4857
|
},
|
|
4776
4858
|
{
|
|
4777
4859
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
4778
4860
|
"kind": "IntegerLiteral",
|
|
4779
|
-
"offset":
|
|
4861
|
+
"offset": 2638,
|
|
4780
4862
|
"length": 2,
|
|
4781
4863
|
"value": "32"
|
|
4782
4864
|
},
|
|
4783
4865
|
{
|
|
4784
4866
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
4785
4867
|
"kind": "IntegerLiteral",
|
|
4786
|
-
"offset":
|
|
4868
|
+
"offset": 2724,
|
|
4787
4869
|
"length": 2,
|
|
4788
4870
|
"value": "16"
|
|
4789
4871
|
},
|
|
4790
4872
|
{
|
|
4791
4873
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
4792
4874
|
"kind": "StringLiteral",
|
|
4793
|
-
"offset":
|
|
4875
|
+
"offset": 4294,
|
|
4794
4876
|
"length": 29,
|
|
4795
4877
|
"value": "\"DoorstepAI.UploadTimerQueue\""
|
|
4796
4878
|
},
|
|
4797
4879
|
{
|
|
4798
4880
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
4799
4881
|
"kind": "BooleanLiteral",
|
|
4800
|
-
"offset":
|
|
4882
|
+
"offset": 4387,
|
|
4801
4883
|
"length": 5,
|
|
4802
4884
|
"value": "false"
|
|
4803
4885
|
},
|
|
4804
4886
|
{
|
|
4805
4887
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
4806
4888
|
"kind": "StringLiteral",
|
|
4807
|
-
"offset":
|
|
4889
|
+
"offset": 4730,
|
|
4808
4890
|
"length": 19,
|
|
4809
4891
|
"value": "\"PendingBatchQueue\""
|
|
4810
4892
|
},
|
|
4811
4893
|
{
|
|
4812
4894
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
4813
4895
|
"kind": "StringLiteral",
|
|
4814
|
-
"offset":
|
|
4896
|
+
"offset": 4808,
|
|
4815
4897
|
"length": 20,
|
|
4816
4898
|
"value": "\"pendingDataBatches\""
|
|
4817
4899
|
},
|