@doorstepai/dropoff-sdk 1.0.32 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/android/build.gradle +1 -1
  2. package/android/src/main/java/com/doorstepai/dropoffsdk/DoorstepAIModule.kt +53 -9
  3. package/ios/DoorstepAI.mm +24 -14
  4. package/ios/DoorstepAI.swift +64 -5
  5. package/ios/DoorstepDropoffSDK.xcframework/Info.plist +5 -5
  6. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/DoorstepDropoffSDK +0 -0
  7. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Info.plist +0 -0
  8. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.abi.json +1487 -138
  9. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +54 -10
  10. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  11. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.swiftinterface +54 -10
  12. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/_CodeSignature/CodeResources +11 -11
  13. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/DWARF/DoorstepDropoffSDK +0 -0
  14. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/aarch64/DoorstepDropoffSDK.yml +1451 -816
  15. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/DoorstepDropoffSDK +0 -0
  16. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Info.plist +0 -0
  17. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +1487 -138
  18. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +54 -10
  19. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  20. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +54 -10
  21. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +1487 -138
  22. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +54 -10
  23. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  24. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +54 -10
  25. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/_CodeSignature/CodeResources +21 -21
  26. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/DWARF/DoorstepDropoffSDK +0 -0
  27. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/aarch64/DoorstepDropoffSDK.yml +1451 -816
  28. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/x86_64/DoorstepDropoffSDK.yml +1446 -815
  29. package/lib/module/DoorstepAI.js +32 -54
  30. package/lib/module/DoorstepAI.js.map +1 -1
  31. package/lib/typescript/src/DoorstepAI.d.ts +6 -5
  32. package/lib/typescript/src/DoorstepAI.d.ts.map +1 -1
  33. package/package.json +1 -1
  34. package/src/DoorstepAI.tsx +70 -53
@@ -14,6 +14,13 @@
14
14
  "RawDocComment"
15
15
  ]
16
16
  },
17
+ {
18
+ "kind": "Import",
19
+ "name": "os",
20
+ "printedName": "os",
21
+ "declKind": "Import",
22
+ "moduleName": "DoorstepDropoffSDK"
23
+ },
17
24
  {
18
25
  "kind": "Import",
19
26
  "name": "UIKit",
@@ -21,27 +28,410 @@
21
28
  "declKind": "Import",
22
29
  "moduleName": "DoorstepDropoffSDK"
23
30
  },
31
+ {
32
+ "kind": "TypeDecl",
33
+ "name": "SDKLogLevel",
34
+ "printedName": "SDKLogLevel",
35
+ "children": [
36
+ {
37
+ "kind": "Var",
38
+ "name": "debug",
39
+ "printedName": "debug",
40
+ "children": [
41
+ {
42
+ "kind": "TypeFunc",
43
+ "name": "Function",
44
+ "printedName": "(DoorstepDropoffSDK.SDKLogLevel.Type) -> DoorstepDropoffSDK.SDKLogLevel",
45
+ "children": [
46
+ {
47
+ "kind": "TypeNominal",
48
+ "name": "SDKLogLevel",
49
+ "printedName": "DoorstepDropoffSDK.SDKLogLevel",
50
+ "usr": "s:18DoorstepDropoffSDK11SDKLogLevelO"
51
+ },
52
+ {
53
+ "kind": "TypeNominal",
54
+ "name": "Metatype",
55
+ "printedName": "DoorstepDropoffSDK.SDKLogLevel.Type",
56
+ "children": [
57
+ {
58
+ "kind": "TypeNominal",
59
+ "name": "SDKLogLevel",
60
+ "printedName": "DoorstepDropoffSDK.SDKLogLevel",
61
+ "usr": "s:18DoorstepDropoffSDK11SDKLogLevelO"
62
+ }
63
+ ]
64
+ }
65
+ ]
66
+ }
67
+ ],
68
+ "declKind": "EnumElement",
69
+ "usr": "s:18DoorstepDropoffSDK11SDKLogLevelO5debugyA2CmF",
70
+ "mangledName": "$s18DoorstepDropoffSDK11SDKLogLevelO5debugyA2CmF",
71
+ "moduleName": "DoorstepDropoffSDK"
72
+ },
73
+ {
74
+ "kind": "Var",
75
+ "name": "info",
76
+ "printedName": "info",
77
+ "children": [
78
+ {
79
+ "kind": "TypeFunc",
80
+ "name": "Function",
81
+ "printedName": "(DoorstepDropoffSDK.SDKLogLevel.Type) -> DoorstepDropoffSDK.SDKLogLevel",
82
+ "children": [
83
+ {
84
+ "kind": "TypeNominal",
85
+ "name": "SDKLogLevel",
86
+ "printedName": "DoorstepDropoffSDK.SDKLogLevel",
87
+ "usr": "s:18DoorstepDropoffSDK11SDKLogLevelO"
88
+ },
89
+ {
90
+ "kind": "TypeNominal",
91
+ "name": "Metatype",
92
+ "printedName": "DoorstepDropoffSDK.SDKLogLevel.Type",
93
+ "children": [
94
+ {
95
+ "kind": "TypeNominal",
96
+ "name": "SDKLogLevel",
97
+ "printedName": "DoorstepDropoffSDK.SDKLogLevel",
98
+ "usr": "s:18DoorstepDropoffSDK11SDKLogLevelO"
99
+ }
100
+ ]
101
+ }
102
+ ]
103
+ }
104
+ ],
105
+ "declKind": "EnumElement",
106
+ "usr": "s:18DoorstepDropoffSDK11SDKLogLevelO4infoyA2CmF",
107
+ "mangledName": "$s18DoorstepDropoffSDK11SDKLogLevelO4infoyA2CmF",
108
+ "moduleName": "DoorstepDropoffSDK"
109
+ },
110
+ {
111
+ "kind": "Var",
112
+ "name": "warning",
113
+ "printedName": "warning",
114
+ "children": [
115
+ {
116
+ "kind": "TypeFunc",
117
+ "name": "Function",
118
+ "printedName": "(DoorstepDropoffSDK.SDKLogLevel.Type) -> DoorstepDropoffSDK.SDKLogLevel",
119
+ "children": [
120
+ {
121
+ "kind": "TypeNominal",
122
+ "name": "SDKLogLevel",
123
+ "printedName": "DoorstepDropoffSDK.SDKLogLevel",
124
+ "usr": "s:18DoorstepDropoffSDK11SDKLogLevelO"
125
+ },
126
+ {
127
+ "kind": "TypeNominal",
128
+ "name": "Metatype",
129
+ "printedName": "DoorstepDropoffSDK.SDKLogLevel.Type",
130
+ "children": [
131
+ {
132
+ "kind": "TypeNominal",
133
+ "name": "SDKLogLevel",
134
+ "printedName": "DoorstepDropoffSDK.SDKLogLevel",
135
+ "usr": "s:18DoorstepDropoffSDK11SDKLogLevelO"
136
+ }
137
+ ]
138
+ }
139
+ ]
140
+ }
141
+ ],
142
+ "declKind": "EnumElement",
143
+ "usr": "s:18DoorstepDropoffSDK11SDKLogLevelO7warningyA2CmF",
144
+ "mangledName": "$s18DoorstepDropoffSDK11SDKLogLevelO7warningyA2CmF",
145
+ "moduleName": "DoorstepDropoffSDK"
146
+ },
147
+ {
148
+ "kind": "Var",
149
+ "name": "error",
150
+ "printedName": "error",
151
+ "children": [
152
+ {
153
+ "kind": "TypeFunc",
154
+ "name": "Function",
155
+ "printedName": "(DoorstepDropoffSDK.SDKLogLevel.Type) -> DoorstepDropoffSDK.SDKLogLevel",
156
+ "children": [
157
+ {
158
+ "kind": "TypeNominal",
159
+ "name": "SDKLogLevel",
160
+ "printedName": "DoorstepDropoffSDK.SDKLogLevel",
161
+ "usr": "s:18DoorstepDropoffSDK11SDKLogLevelO"
162
+ },
163
+ {
164
+ "kind": "TypeNominal",
165
+ "name": "Metatype",
166
+ "printedName": "DoorstepDropoffSDK.SDKLogLevel.Type",
167
+ "children": [
168
+ {
169
+ "kind": "TypeNominal",
170
+ "name": "SDKLogLevel",
171
+ "printedName": "DoorstepDropoffSDK.SDKLogLevel",
172
+ "usr": "s:18DoorstepDropoffSDK11SDKLogLevelO"
173
+ }
174
+ ]
175
+ }
176
+ ]
177
+ }
178
+ ],
179
+ "declKind": "EnumElement",
180
+ "usr": "s:18DoorstepDropoffSDK11SDKLogLevelO5erroryA2CmF",
181
+ "mangledName": "$s18DoorstepDropoffSDK11SDKLogLevelO5erroryA2CmF",
182
+ "moduleName": "DoorstepDropoffSDK"
183
+ },
184
+ {
185
+ "kind": "Var",
186
+ "name": "critical",
187
+ "printedName": "critical",
188
+ "children": [
189
+ {
190
+ "kind": "TypeFunc",
191
+ "name": "Function",
192
+ "printedName": "(DoorstepDropoffSDK.SDKLogLevel.Type) -> DoorstepDropoffSDK.SDKLogLevel",
193
+ "children": [
194
+ {
195
+ "kind": "TypeNominal",
196
+ "name": "SDKLogLevel",
197
+ "printedName": "DoorstepDropoffSDK.SDKLogLevel",
198
+ "usr": "s:18DoorstepDropoffSDK11SDKLogLevelO"
199
+ },
200
+ {
201
+ "kind": "TypeNominal",
202
+ "name": "Metatype",
203
+ "printedName": "DoorstepDropoffSDK.SDKLogLevel.Type",
204
+ "children": [
205
+ {
206
+ "kind": "TypeNominal",
207
+ "name": "SDKLogLevel",
208
+ "printedName": "DoorstepDropoffSDK.SDKLogLevel",
209
+ "usr": "s:18DoorstepDropoffSDK11SDKLogLevelO"
210
+ }
211
+ ]
212
+ }
213
+ ]
214
+ }
215
+ ],
216
+ "declKind": "EnumElement",
217
+ "usr": "s:18DoorstepDropoffSDK11SDKLogLevelO8criticalyA2CmF",
218
+ "mangledName": "$s18DoorstepDropoffSDK11SDKLogLevelO8criticalyA2CmF",
219
+ "moduleName": "DoorstepDropoffSDK"
220
+ },
221
+ {
222
+ "kind": "Function",
223
+ "name": "<",
224
+ "printedName": "<(_:_:)",
225
+ "children": [
226
+ {
227
+ "kind": "TypeNominal",
228
+ "name": "Bool",
229
+ "printedName": "Swift.Bool",
230
+ "usr": "s:Sb"
231
+ },
232
+ {
233
+ "kind": "TypeNominal",
234
+ "name": "SDKLogLevel",
235
+ "printedName": "DoorstepDropoffSDK.SDKLogLevel",
236
+ "usr": "s:18DoorstepDropoffSDK11SDKLogLevelO"
237
+ },
238
+ {
239
+ "kind": "TypeNominal",
240
+ "name": "SDKLogLevel",
241
+ "printedName": "DoorstepDropoffSDK.SDKLogLevel",
242
+ "usr": "s:18DoorstepDropoffSDK11SDKLogLevelO"
243
+ }
244
+ ],
245
+ "declKind": "Func",
246
+ "usr": "s:18DoorstepDropoffSDK11SDKLogLevelO1loiySbAC_ACtFZ",
247
+ "mangledName": "$s18DoorstepDropoffSDK11SDKLogLevelO1loiySbAC_ACtFZ",
248
+ "moduleName": "DoorstepDropoffSDK",
249
+ "static": true,
250
+ "declAttributes": [
251
+ "AccessControl"
252
+ ],
253
+ "funcSelfKind": "NonMutating"
254
+ },
255
+ {
256
+ "kind": "Constructor",
257
+ "name": "init",
258
+ "printedName": "init(rawValue:)",
259
+ "children": [
260
+ {
261
+ "kind": "TypeNominal",
262
+ "name": "Optional",
263
+ "printedName": "DoorstepDropoffSDK.SDKLogLevel?",
264
+ "children": [
265
+ {
266
+ "kind": "TypeNominal",
267
+ "name": "SDKLogLevel",
268
+ "printedName": "DoorstepDropoffSDK.SDKLogLevel",
269
+ "usr": "s:18DoorstepDropoffSDK11SDKLogLevelO"
270
+ }
271
+ ],
272
+ "usr": "s:Sq"
273
+ },
274
+ {
275
+ "kind": "TypeNominal",
276
+ "name": "Int",
277
+ "printedName": "Swift.Int",
278
+ "usr": "s:Si"
279
+ }
280
+ ],
281
+ "declKind": "Constructor",
282
+ "usr": "s:18DoorstepDropoffSDK11SDKLogLevelO8rawValueACSgSi_tcfc",
283
+ "mangledName": "$s18DoorstepDropoffSDK11SDKLogLevelO8rawValueACSgSi_tcfc",
284
+ "moduleName": "DoorstepDropoffSDK",
285
+ "implicit": true,
286
+ "init_kind": "Designated"
287
+ },
288
+ {
289
+ "kind": "Var",
290
+ "name": "rawValue",
291
+ "printedName": "rawValue",
292
+ "children": [
293
+ {
294
+ "kind": "TypeNominal",
295
+ "name": "Int",
296
+ "printedName": "Swift.Int",
297
+ "usr": "s:Si"
298
+ }
299
+ ],
300
+ "declKind": "Var",
301
+ "usr": "s:18DoorstepDropoffSDK11SDKLogLevelO8rawValueSivp",
302
+ "mangledName": "$s18DoorstepDropoffSDK11SDKLogLevelO8rawValueSivp",
303
+ "moduleName": "DoorstepDropoffSDK",
304
+ "implicit": true,
305
+ "accessors": [
306
+ {
307
+ "kind": "Accessor",
308
+ "name": "Get",
309
+ "printedName": "Get()",
310
+ "children": [
311
+ {
312
+ "kind": "TypeNominal",
313
+ "name": "Int",
314
+ "printedName": "Swift.Int",
315
+ "usr": "s:Si"
316
+ }
317
+ ],
318
+ "declKind": "Accessor",
319
+ "usr": "s:18DoorstepDropoffSDK11SDKLogLevelO8rawValueSivg",
320
+ "mangledName": "$s18DoorstepDropoffSDK11SDKLogLevelO8rawValueSivg",
321
+ "moduleName": "DoorstepDropoffSDK",
322
+ "implicit": true,
323
+ "accessorKind": "get"
324
+ }
325
+ ]
326
+ }
327
+ ],
328
+ "declKind": "Enum",
329
+ "usr": "s:18DoorstepDropoffSDK11SDKLogLevelO",
330
+ "mangledName": "$s18DoorstepDropoffSDK11SDKLogLevelO",
331
+ "moduleName": "DoorstepDropoffSDK",
332
+ "declAttributes": [
333
+ "AccessControl"
334
+ ],
335
+ "enumRawTypeName": "Int",
336
+ "conformances": [
337
+ {
338
+ "kind": "Conformance",
339
+ "name": "Copyable",
340
+ "printedName": "Copyable",
341
+ "usr": "s:s8CopyableP",
342
+ "mangledName": "$ss8CopyableP"
343
+ },
344
+ {
345
+ "kind": "Conformance",
346
+ "name": "Escapable",
347
+ "printedName": "Escapable",
348
+ "usr": "s:s9EscapableP",
349
+ "mangledName": "$ss9EscapableP"
350
+ },
351
+ {
352
+ "kind": "Conformance",
353
+ "name": "Equatable",
354
+ "printedName": "Equatable",
355
+ "usr": "s:SQ",
356
+ "mangledName": "$sSQ"
357
+ },
358
+ {
359
+ "kind": "Conformance",
360
+ "name": "Hashable",
361
+ "printedName": "Hashable",
362
+ "usr": "s:SH",
363
+ "mangledName": "$sSH"
364
+ },
365
+ {
366
+ "kind": "Conformance",
367
+ "name": "RawRepresentable",
368
+ "printedName": "RawRepresentable",
369
+ "children": [
370
+ {
371
+ "kind": "TypeWitness",
372
+ "name": "RawValue",
373
+ "printedName": "RawValue",
374
+ "children": [
375
+ {
376
+ "kind": "TypeNominal",
377
+ "name": "Int",
378
+ "printedName": "Swift.Int",
379
+ "usr": "s:Si"
380
+ }
381
+ ]
382
+ }
383
+ ],
384
+ "usr": "s:SY",
385
+ "mangledName": "$sSY"
386
+ },
387
+ {
388
+ "kind": "Conformance",
389
+ "name": "Decodable",
390
+ "printedName": "Decodable",
391
+ "usr": "s:Se",
392
+ "mangledName": "$sSe"
393
+ },
394
+ {
395
+ "kind": "Conformance",
396
+ "name": "Encodable",
397
+ "printedName": "Encodable",
398
+ "usr": "s:SE",
399
+ "mangledName": "$sSE"
400
+ },
401
+ {
402
+ "kind": "Conformance",
403
+ "name": "Comparable",
404
+ "printedName": "Comparable",
405
+ "usr": "s:SL",
406
+ "mangledName": "$sSL"
407
+ }
408
+ ]
409
+ },
24
410
  {
25
411
  "kind": "Import",
26
- "name": "Network",
27
- "printedName": "Network",
412
+ "name": "UIKit",
413
+ "printedName": "UIKit",
28
414
  "declKind": "Import",
29
415
  "moduleName": "DoorstepDropoffSDK"
30
416
  },
31
417
  {
32
418
  "kind": "Import",
33
- "name": "os",
34
- "printedName": "os",
419
+ "name": "Foundation",
420
+ "printedName": "Foundation",
35
421
  "declKind": "Import",
36
- "moduleName": "DoorstepDropoffSDK",
37
- "declAttributes": [
38
- "RawDocComment"
39
- ]
422
+ "moduleName": "DoorstepDropoffSDK"
40
423
  },
41
424
  {
42
425
  "kind": "Import",
43
- "name": "Compression",
44
- "printedName": "Compression",
426
+ "name": "CoreLocation",
427
+ "printedName": "CoreLocation",
428
+ "declKind": "Import",
429
+ "moduleName": "DoorstepDropoffSDK"
430
+ },
431
+ {
432
+ "kind": "Import",
433
+ "name": "CoreMotion",
434
+ "printedName": "CoreMotion",
45
435
  "declKind": "Import",
46
436
  "moduleName": "DoorstepDropoffSDK"
47
437
  },
@@ -79,11 +469,69 @@
79
469
  "RawDocComment"
80
470
  ]
81
471
  },
472
+ {
473
+ "kind": "Import",
474
+ "name": "SwiftUI",
475
+ "printedName": "SwiftUI",
476
+ "declKind": "Import",
477
+ "moduleName": "DoorstepDropoffSDK"
478
+ },
479
+ {
480
+ "kind": "Import",
481
+ "name": "Foundation",
482
+ "printedName": "Foundation",
483
+ "declKind": "Import",
484
+ "moduleName": "DoorstepDropoffSDK",
485
+ "declAttributes": [
486
+ "RawDocComment"
487
+ ]
488
+ },
489
+ {
490
+ "kind": "Import",
491
+ "name": "UIKit",
492
+ "printedName": "UIKit",
493
+ "declKind": "Import",
494
+ "moduleName": "DoorstepDropoffSDK"
495
+ },
496
+ {
497
+ "kind": "Import",
498
+ "name": "Network",
499
+ "printedName": "Network",
500
+ "declKind": "Import",
501
+ "moduleName": "DoorstepDropoffSDK"
502
+ },
82
503
  {
83
504
  "kind": "Import",
84
505
  "name": "os",
85
506
  "printedName": "os",
86
507
  "declKind": "Import",
508
+ "moduleName": "DoorstepDropoffSDK",
509
+ "declAttributes": [
510
+ "RawDocComment"
511
+ ]
512
+ },
513
+ {
514
+ "kind": "Import",
515
+ "name": "Compression",
516
+ "printedName": "Compression",
517
+ "declKind": "Import",
518
+ "moduleName": "DoorstepDropoffSDK"
519
+ },
520
+ {
521
+ "kind": "Import",
522
+ "name": "Foundation",
523
+ "printedName": "Foundation",
524
+ "declKind": "Import",
525
+ "moduleName": "DoorstepDropoffSDK",
526
+ "declAttributes": [
527
+ "RawDocComment"
528
+ ]
529
+ },
530
+ {
531
+ "kind": "Import",
532
+ "name": "CoreLocation",
533
+ "printedName": "CoreLocation",
534
+ "declKind": "Import",
87
535
  "moduleName": "DoorstepDropoffSDK"
88
536
  },
89
537
  {
@@ -561,19 +1009,63 @@
561
1009
  },
562
1010
  {
563
1011
  "kind": "Var",
564
- "name": "longitude",
565
- "printedName": "longitude",
1012
+ "name": "longitude",
1013
+ "printedName": "longitude",
1014
+ "children": [
1015
+ {
1016
+ "kind": "TypeNominal",
1017
+ "name": "Double",
1018
+ "printedName": "Swift.Double",
1019
+ "usr": "s:Sd"
1020
+ }
1021
+ ],
1022
+ "declKind": "Var",
1023
+ "usr": "s:18DoorstepDropoffSDK13LatLngAddressV9longitudeSdvp",
1024
+ "mangledName": "$s18DoorstepDropoffSDK13LatLngAddressV9longitudeSdvp",
1025
+ "moduleName": "DoorstepDropoffSDK",
1026
+ "declAttributes": [
1027
+ "HasStorage",
1028
+ "AccessControl"
1029
+ ],
1030
+ "isLet": true,
1031
+ "hasStorage": true,
1032
+ "accessors": [
1033
+ {
1034
+ "kind": "Accessor",
1035
+ "name": "Get",
1036
+ "printedName": "Get()",
1037
+ "children": [
1038
+ {
1039
+ "kind": "TypeNominal",
1040
+ "name": "Double",
1041
+ "printedName": "Swift.Double",
1042
+ "usr": "s:Sd"
1043
+ }
1044
+ ],
1045
+ "declKind": "Accessor",
1046
+ "usr": "s:18DoorstepDropoffSDK13LatLngAddressV9longitudeSdvg",
1047
+ "mangledName": "$s18DoorstepDropoffSDK13LatLngAddressV9longitudeSdvg",
1048
+ "moduleName": "DoorstepDropoffSDK",
1049
+ "implicit": true,
1050
+ "accessorKind": "get"
1051
+ }
1052
+ ]
1053
+ },
1054
+ {
1055
+ "kind": "Var",
1056
+ "name": "subUnit",
1057
+ "printedName": "subUnit",
566
1058
  "children": [
567
1059
  {
568
1060
  "kind": "TypeNominal",
569
- "name": "Double",
570
- "printedName": "Swift.Double",
571
- "usr": "s:Sd"
1061
+ "name": "String",
1062
+ "printedName": "Swift.String",
1063
+ "usr": "s:SS"
572
1064
  }
573
1065
  ],
574
1066
  "declKind": "Var",
575
- "usr": "s:18DoorstepDropoffSDK13LatLngAddressV9longitudeSdvp",
576
- "mangledName": "$s18DoorstepDropoffSDK13LatLngAddressV9longitudeSdvp",
1067
+ "usr": "s:18DoorstepDropoffSDK13LatLngAddressV7subUnitSSvp",
1068
+ "mangledName": "$s18DoorstepDropoffSDK13LatLngAddressV7subUnitSSvp",
577
1069
  "moduleName": "DoorstepDropoffSDK",
578
1070
  "declAttributes": [
579
1071
  "HasStorage",
@@ -589,14 +1081,14 @@
589
1081
  "children": [
590
1082
  {
591
1083
  "kind": "TypeNominal",
592
- "name": "Double",
593
- "printedName": "Swift.Double",
594
- "usr": "s:Sd"
1084
+ "name": "String",
1085
+ "printedName": "Swift.String",
1086
+ "usr": "s:SS"
595
1087
  }
596
1088
  ],
597
1089
  "declKind": "Accessor",
598
- "usr": "s:18DoorstepDropoffSDK13LatLngAddressV9longitudeSdvg",
599
- "mangledName": "$s18DoorstepDropoffSDK13LatLngAddressV9longitudeSdvg",
1090
+ "usr": "s:18DoorstepDropoffSDK13LatLngAddressV7subUnitSSvg",
1091
+ "mangledName": "$s18DoorstepDropoffSDK13LatLngAddressV7subUnitSSvg",
600
1092
  "moduleName": "DoorstepDropoffSDK",
601
1093
  "implicit": true,
602
1094
  "accessorKind": "get"
@@ -606,7 +1098,7 @@
606
1098
  {
607
1099
  "kind": "Constructor",
608
1100
  "name": "init",
609
- "printedName": "init(latitude:longitude:)",
1101
+ "printedName": "init(latitude:longitude:subUnit:)",
610
1102
  "children": [
611
1103
  {
612
1104
  "kind": "TypeNominal",
@@ -625,11 +1117,17 @@
625
1117
  "name": "Double",
626
1118
  "printedName": "Swift.Double",
627
1119
  "usr": "s:Sd"
1120
+ },
1121
+ {
1122
+ "kind": "TypeNominal",
1123
+ "name": "String",
1124
+ "printedName": "Swift.String",
1125
+ "usr": "s:SS"
628
1126
  }
629
1127
  ],
630
1128
  "declKind": "Constructor",
631
- "usr": "s:18DoorstepDropoffSDK13LatLngAddressV8latitude9longitudeACSd_Sdtcfc",
632
- "mangledName": "$s18DoorstepDropoffSDK13LatLngAddressV8latitude9longitudeACSd_Sdtcfc",
1129
+ "usr": "s:18DoorstepDropoffSDK13LatLngAddressV8latitude9longitude7subUnitACSd_SdSStcfc",
1130
+ "mangledName": "$s18DoorstepDropoffSDK13LatLngAddressV8latitude9longitude7subUnitACSd_SdSStcfc",
633
1131
  "moduleName": "DoorstepDropoffSDK",
634
1132
  "declAttributes": [
635
1133
  "AccessControl"
@@ -918,6 +1416,233 @@
918
1416
  }
919
1417
  ]
920
1418
  },
1419
+ {
1420
+ "kind": "TypeDecl",
1421
+ "name": "DropoffType",
1422
+ "printedName": "DropoffType",
1423
+ "children": [
1424
+ {
1425
+ "kind": "Var",
1426
+ "name": "pod",
1427
+ "printedName": "pod",
1428
+ "children": [
1429
+ {
1430
+ "kind": "TypeFunc",
1431
+ "name": "Function",
1432
+ "printedName": "(DoorstepDropoffSDK.DropoffType.Type) -> DoorstepDropoffSDK.DropoffType",
1433
+ "children": [
1434
+ {
1435
+ "kind": "TypeNominal",
1436
+ "name": "DropoffType",
1437
+ "printedName": "DoorstepDropoffSDK.DropoffType",
1438
+ "usr": "s:18DoorstepDropoffSDK0B4TypeO"
1439
+ },
1440
+ {
1441
+ "kind": "TypeNominal",
1442
+ "name": "Metatype",
1443
+ "printedName": "DoorstepDropoffSDK.DropoffType.Type",
1444
+ "children": [
1445
+ {
1446
+ "kind": "TypeNominal",
1447
+ "name": "DropoffType",
1448
+ "printedName": "DoorstepDropoffSDK.DropoffType",
1449
+ "usr": "s:18DoorstepDropoffSDK0B4TypeO"
1450
+ }
1451
+ ]
1452
+ }
1453
+ ]
1454
+ }
1455
+ ],
1456
+ "declKind": "EnumElement",
1457
+ "usr": "s:18DoorstepDropoffSDK0B4TypeO3podyA2CmF",
1458
+ "mangledName": "$s18DoorstepDropoffSDK0B4TypeO3podyA2CmF",
1459
+ "moduleName": "DoorstepDropoffSDK"
1460
+ },
1461
+ {
1462
+ "kind": "Var",
1463
+ "name": "non_pod",
1464
+ "printedName": "non_pod",
1465
+ "children": [
1466
+ {
1467
+ "kind": "TypeFunc",
1468
+ "name": "Function",
1469
+ "printedName": "(DoorstepDropoffSDK.DropoffType.Type) -> DoorstepDropoffSDK.DropoffType",
1470
+ "children": [
1471
+ {
1472
+ "kind": "TypeNominal",
1473
+ "name": "DropoffType",
1474
+ "printedName": "DoorstepDropoffSDK.DropoffType",
1475
+ "usr": "s:18DoorstepDropoffSDK0B4TypeO"
1476
+ },
1477
+ {
1478
+ "kind": "TypeNominal",
1479
+ "name": "Metatype",
1480
+ "printedName": "DoorstepDropoffSDK.DropoffType.Type",
1481
+ "children": [
1482
+ {
1483
+ "kind": "TypeNominal",
1484
+ "name": "DropoffType",
1485
+ "printedName": "DoorstepDropoffSDK.DropoffType",
1486
+ "usr": "s:18DoorstepDropoffSDK0B4TypeO"
1487
+ }
1488
+ ]
1489
+ }
1490
+ ]
1491
+ }
1492
+ ],
1493
+ "declKind": "EnumElement",
1494
+ "usr": "s:18DoorstepDropoffSDK0B4TypeO7non_podyA2CmF",
1495
+ "mangledName": "$s18DoorstepDropoffSDK0B4TypeO7non_podyA2CmF",
1496
+ "moduleName": "DoorstepDropoffSDK"
1497
+ },
1498
+ {
1499
+ "kind": "Constructor",
1500
+ "name": "init",
1501
+ "printedName": "init(rawValue:)",
1502
+ "children": [
1503
+ {
1504
+ "kind": "TypeNominal",
1505
+ "name": "Optional",
1506
+ "printedName": "DoorstepDropoffSDK.DropoffType?",
1507
+ "children": [
1508
+ {
1509
+ "kind": "TypeNominal",
1510
+ "name": "DropoffType",
1511
+ "printedName": "DoorstepDropoffSDK.DropoffType",
1512
+ "usr": "s:18DoorstepDropoffSDK0B4TypeO"
1513
+ }
1514
+ ],
1515
+ "usr": "s:Sq"
1516
+ },
1517
+ {
1518
+ "kind": "TypeNominal",
1519
+ "name": "String",
1520
+ "printedName": "Swift.String",
1521
+ "usr": "s:SS"
1522
+ }
1523
+ ],
1524
+ "declKind": "Constructor",
1525
+ "usr": "s:18DoorstepDropoffSDK0B4TypeO8rawValueACSgSS_tcfc",
1526
+ "mangledName": "$s18DoorstepDropoffSDK0B4TypeO8rawValueACSgSS_tcfc",
1527
+ "moduleName": "DoorstepDropoffSDK",
1528
+ "implicit": true,
1529
+ "init_kind": "Designated"
1530
+ },
1531
+ {
1532
+ "kind": "Var",
1533
+ "name": "rawValue",
1534
+ "printedName": "rawValue",
1535
+ "children": [
1536
+ {
1537
+ "kind": "TypeNominal",
1538
+ "name": "String",
1539
+ "printedName": "Swift.String",
1540
+ "usr": "s:SS"
1541
+ }
1542
+ ],
1543
+ "declKind": "Var",
1544
+ "usr": "s:18DoorstepDropoffSDK0B4TypeO8rawValueSSvp",
1545
+ "mangledName": "$s18DoorstepDropoffSDK0B4TypeO8rawValueSSvp",
1546
+ "moduleName": "DoorstepDropoffSDK",
1547
+ "implicit": true,
1548
+ "accessors": [
1549
+ {
1550
+ "kind": "Accessor",
1551
+ "name": "Get",
1552
+ "printedName": "Get()",
1553
+ "children": [
1554
+ {
1555
+ "kind": "TypeNominal",
1556
+ "name": "String",
1557
+ "printedName": "Swift.String",
1558
+ "usr": "s:SS"
1559
+ }
1560
+ ],
1561
+ "declKind": "Accessor",
1562
+ "usr": "s:18DoorstepDropoffSDK0B4TypeO8rawValueSSvg",
1563
+ "mangledName": "$s18DoorstepDropoffSDK0B4TypeO8rawValueSSvg",
1564
+ "moduleName": "DoorstepDropoffSDK",
1565
+ "implicit": true,
1566
+ "accessorKind": "get"
1567
+ }
1568
+ ]
1569
+ }
1570
+ ],
1571
+ "declKind": "Enum",
1572
+ "usr": "s:18DoorstepDropoffSDK0B4TypeO",
1573
+ "mangledName": "$s18DoorstepDropoffSDK0B4TypeO",
1574
+ "moduleName": "DoorstepDropoffSDK",
1575
+ "declAttributes": [
1576
+ "AccessControl"
1577
+ ],
1578
+ "enumRawTypeName": "String",
1579
+ "conformances": [
1580
+ {
1581
+ "kind": "Conformance",
1582
+ "name": "Copyable",
1583
+ "printedName": "Copyable",
1584
+ "usr": "s:s8CopyableP",
1585
+ "mangledName": "$ss8CopyableP"
1586
+ },
1587
+ {
1588
+ "kind": "Conformance",
1589
+ "name": "Escapable",
1590
+ "printedName": "Escapable",
1591
+ "usr": "s:s9EscapableP",
1592
+ "mangledName": "$ss9EscapableP"
1593
+ },
1594
+ {
1595
+ "kind": "Conformance",
1596
+ "name": "Equatable",
1597
+ "printedName": "Equatable",
1598
+ "usr": "s:SQ",
1599
+ "mangledName": "$sSQ"
1600
+ },
1601
+ {
1602
+ "kind": "Conformance",
1603
+ "name": "Hashable",
1604
+ "printedName": "Hashable",
1605
+ "usr": "s:SH",
1606
+ "mangledName": "$sSH"
1607
+ },
1608
+ {
1609
+ "kind": "Conformance",
1610
+ "name": "RawRepresentable",
1611
+ "printedName": "RawRepresentable",
1612
+ "children": [
1613
+ {
1614
+ "kind": "TypeWitness",
1615
+ "name": "RawValue",
1616
+ "printedName": "RawValue",
1617
+ "children": [
1618
+ {
1619
+ "kind": "TypeNominal",
1620
+ "name": "String",
1621
+ "printedName": "Swift.String",
1622
+ "usr": "s:SS"
1623
+ }
1624
+ ]
1625
+ }
1626
+ ],
1627
+ "usr": "s:SY",
1628
+ "mangledName": "$sSY"
1629
+ },
1630
+ {
1631
+ "kind": "Conformance",
1632
+ "name": "Decodable",
1633
+ "printedName": "Decodable",
1634
+ "usr": "s:Se",
1635
+ "mangledName": "$sSe"
1636
+ },
1637
+ {
1638
+ "kind": "Conformance",
1639
+ "name": "Encodable",
1640
+ "printedName": "Encodable",
1641
+ "usr": "s:SE",
1642
+ "mangledName": "$sSE"
1643
+ }
1644
+ ]
1645
+ },
921
1646
  {
922
1647
  "kind": "TypeDecl",
923
1648
  "name": "DoorstepAI",
@@ -926,7 +1651,7 @@
926
1651
  {
927
1652
  "kind": "Function",
928
1653
  "name": "setApiKey",
929
- "printedName": "setApiKey(key:initCollectors:)",
1654
+ "printedName": "setApiKey(key:initCollectors:shouldGetConfig:)",
930
1655
  "children": [
931
1656
  {
932
1657
  "kind": "TypeNominal",
@@ -945,11 +1670,74 @@
945
1670
  "printedName": "Swift.Bool",
946
1671
  "hasDefaultArg": true,
947
1672
  "usr": "s:Sb"
1673
+ },
1674
+ {
1675
+ "kind": "TypeNominal",
1676
+ "name": "Bool",
1677
+ "printedName": "Swift.Bool",
1678
+ "hasDefaultArg": true,
1679
+ "usr": "s:Sb"
1680
+ }
1681
+ ],
1682
+ "declKind": "Func",
1683
+ "usr": "s:18DoorstepDropoffSDK0A2AIC9setApiKey3key14initCollectors15shouldGetConfigySS_S2btFZ",
1684
+ "mangledName": "$s18DoorstepDropoffSDK0A2AIC9setApiKey3key14initCollectors15shouldGetConfigySS_S2btFZ",
1685
+ "moduleName": "DoorstepDropoffSDK",
1686
+ "static": true,
1687
+ "declAttributes": [
1688
+ "Final",
1689
+ "AccessControl"
1690
+ ],
1691
+ "funcSelfKind": "NonMutating"
1692
+ },
1693
+ {
1694
+ "kind": "Function",
1695
+ "name": "configureRemoteLogging",
1696
+ "printedName": "configureRemoteLogging(enabled:minLevel:flushInterval:batchSize:maxQueueSize:)",
1697
+ "children": [
1698
+ {
1699
+ "kind": "TypeNominal",
1700
+ "name": "Void",
1701
+ "printedName": "()"
1702
+ },
1703
+ {
1704
+ "kind": "TypeNominal",
1705
+ "name": "Bool",
1706
+ "printedName": "Swift.Bool",
1707
+ "usr": "s:Sb"
1708
+ },
1709
+ {
1710
+ "kind": "TypeNominal",
1711
+ "name": "SDKLogLevel",
1712
+ "printedName": "DoorstepDropoffSDK.SDKLogLevel",
1713
+ "hasDefaultArg": true,
1714
+ "usr": "s:18DoorstepDropoffSDK11SDKLogLevelO"
1715
+ },
1716
+ {
1717
+ "kind": "TypeNominal",
1718
+ "name": "Double",
1719
+ "printedName": "Swift.Double",
1720
+ "hasDefaultArg": true,
1721
+ "usr": "s:Sd"
1722
+ },
1723
+ {
1724
+ "kind": "TypeNominal",
1725
+ "name": "Int",
1726
+ "printedName": "Swift.Int",
1727
+ "hasDefaultArg": true,
1728
+ "usr": "s:Si"
1729
+ },
1730
+ {
1731
+ "kind": "TypeNominal",
1732
+ "name": "Int",
1733
+ "printedName": "Swift.Int",
1734
+ "hasDefaultArg": true,
1735
+ "usr": "s:Si"
948
1736
  }
949
1737
  ],
950
1738
  "declKind": "Func",
951
- "usr": "s:18DoorstepDropoffSDK0A2AIC9setApiKey3key14initCollectorsySS_SbtFZ",
952
- "mangledName": "$s18DoorstepDropoffSDK0A2AIC9setApiKey3key14initCollectorsySS_SbtFZ",
1739
+ "usr": "s:18DoorstepDropoffSDK0A2AIC22configureRemoteLogging7enabled8minLevel13flushInterval9batchSize08maxQueueN0ySb_AA06SDKLogJ0OSdS2itFZ",
1740
+ "mangledName": "$s18DoorstepDropoffSDK0A2AIC22configureRemoteLogging7enabled8minLevel13flushInterval9batchSize08maxQueueN0ySb_AA06SDKLogJ0OSdS2itFZ",
953
1741
  "moduleName": "DoorstepDropoffSDK",
954
1742
  "static": true,
955
1743
  "declAttributes": [
@@ -989,7 +1777,7 @@
989
1777
  {
990
1778
  "kind": "Function",
991
1779
  "name": "startDeliveryByPlaceID",
992
- "printedName": "startDeliveryByPlaceID(placeID:deliveryId:)",
1780
+ "printedName": "startDeliveryByPlaceID(placeID:deliveryId:timeoutSeconds:)",
993
1781
  "children": [
994
1782
  {
995
1783
  "kind": "TypeNominal",
@@ -1007,11 +1795,26 @@
1007
1795
  "name": "String",
1008
1796
  "printedName": "Swift.String",
1009
1797
  "usr": "s:SS"
1798
+ },
1799
+ {
1800
+ "kind": "TypeNominal",
1801
+ "name": "Optional",
1802
+ "printedName": "Swift.Double?",
1803
+ "children": [
1804
+ {
1805
+ "kind": "TypeNominal",
1806
+ "name": "Double",
1807
+ "printedName": "Swift.Double",
1808
+ "usr": "s:Sd"
1809
+ }
1810
+ ],
1811
+ "hasDefaultArg": true,
1812
+ "usr": "s:Sq"
1010
1813
  }
1011
1814
  ],
1012
1815
  "declKind": "Func",
1013
- "usr": "s:18DoorstepDropoffSDK0A2AIC22startDeliveryByPlaceID05placeI010deliveryIdySS_SStYaKFZ",
1014
- "mangledName": "$s18DoorstepDropoffSDK0A2AIC22startDeliveryByPlaceID05placeI010deliveryIdySS_SStYaKFZ",
1816
+ "usr": "s:18DoorstepDropoffSDK0A2AIC22startDeliveryByPlaceID05placeI010deliveryId14timeoutSecondsySS_SSSdSgtYaKFZ",
1817
+ "mangledName": "$s18DoorstepDropoffSDK0A2AIC22startDeliveryByPlaceID05placeI010deliveryId14timeoutSecondsySS_SSSdSgtYaKFZ",
1015
1818
  "moduleName": "DoorstepDropoffSDK",
1016
1819
  "static": true,
1017
1820
  "declAttributes": [
@@ -1024,7 +1827,7 @@
1024
1827
  {
1025
1828
  "kind": "Function",
1026
1829
  "name": "startDeliveryByPlusCode",
1027
- "printedName": "startDeliveryByPlusCode(plusCode:deliveryId:)",
1830
+ "printedName": "startDeliveryByPlusCode(plusCode:deliveryId:timeoutSeconds:)",
1028
1831
  "children": [
1029
1832
  {
1030
1833
  "kind": "TypeNominal",
@@ -1042,11 +1845,26 @@
1042
1845
  "name": "String",
1043
1846
  "printedName": "Swift.String",
1044
1847
  "usr": "s:SS"
1848
+ },
1849
+ {
1850
+ "kind": "TypeNominal",
1851
+ "name": "Optional",
1852
+ "printedName": "Swift.Double?",
1853
+ "children": [
1854
+ {
1855
+ "kind": "TypeNominal",
1856
+ "name": "Double",
1857
+ "printedName": "Swift.Double",
1858
+ "usr": "s:Sd"
1859
+ }
1860
+ ],
1861
+ "hasDefaultArg": true,
1862
+ "usr": "s:Sq"
1045
1863
  }
1046
1864
  ],
1047
1865
  "declKind": "Func",
1048
- "usr": "s:18DoorstepDropoffSDK0A2AIC23startDeliveryByPlusCode04plusI010deliveryIdySS_SStYaKFZ",
1049
- "mangledName": "$s18DoorstepDropoffSDK0A2AIC23startDeliveryByPlusCode04plusI010deliveryIdySS_SStYaKFZ",
1866
+ "usr": "s:18DoorstepDropoffSDK0A2AIC23startDeliveryByPlusCode04plusI010deliveryId14timeoutSecondsySS_SSSdSgtYaKFZ",
1867
+ "mangledName": "$s18DoorstepDropoffSDK0A2AIC23startDeliveryByPlusCode04plusI010deliveryId14timeoutSecondsySS_SSSdSgtYaKFZ",
1050
1868
  "moduleName": "DoorstepDropoffSDK",
1051
1869
  "static": true,
1052
1870
  "declAttributes": [
@@ -1059,7 +1877,7 @@
1059
1877
  {
1060
1878
  "kind": "Function",
1061
1879
  "name": "startDeliveryByAddressType",
1062
- "printedName": "startDeliveryByAddressType(address:deliveryId:)",
1880
+ "printedName": "startDeliveryByAddressType(address:deliveryId:timeoutSeconds:)",
1063
1881
  "children": [
1064
1882
  {
1065
1883
  "kind": "TypeNominal",
@@ -1077,11 +1895,26 @@
1077
1895
  "name": "String",
1078
1896
  "printedName": "Swift.String",
1079
1897
  "usr": "s:SS"
1898
+ },
1899
+ {
1900
+ "kind": "TypeNominal",
1901
+ "name": "Optional",
1902
+ "printedName": "Swift.Double?",
1903
+ "children": [
1904
+ {
1905
+ "kind": "TypeNominal",
1906
+ "name": "Double",
1907
+ "printedName": "Swift.Double",
1908
+ "usr": "s:Sd"
1909
+ }
1910
+ ],
1911
+ "hasDefaultArg": true,
1912
+ "usr": "s:Sq"
1080
1913
  }
1081
1914
  ],
1082
1915
  "declKind": "Func",
1083
- "usr": "s:18DoorstepDropoffSDK0A2AIC26startDeliveryByAddressType7address10deliveryIdyAA0hI0V_SStYaKFZ",
1084
- "mangledName": "$s18DoorstepDropoffSDK0A2AIC26startDeliveryByAddressType7address10deliveryIdyAA0hI0V_SStYaKFZ",
1916
+ "usr": "s:18DoorstepDropoffSDK0A2AIC26startDeliveryByAddressType7address10deliveryId14timeoutSecondsyAA0hI0V_SSSdSgtYaKFZ",
1917
+ "mangledName": "$s18DoorstepDropoffSDK0A2AIC26startDeliveryByAddressType7address10deliveryId14timeoutSecondsyAA0hI0V_SSSdSgtYaKFZ",
1085
1918
  "moduleName": "DoorstepDropoffSDK",
1086
1919
  "static": true,
1087
1920
  "declAttributes": [
@@ -1094,7 +1927,7 @@
1094
1927
  {
1095
1928
  "kind": "Function",
1096
1929
  "name": "startDeliveryByAddressString",
1097
- "printedName": "startDeliveryByAddressString(address:deliveryId:)",
1930
+ "printedName": "startDeliveryByAddressString(address:deliveryId:timeoutSeconds:)",
1098
1931
  "children": [
1099
1932
  {
1100
1933
  "kind": "TypeNominal",
@@ -1112,11 +1945,26 @@
1112
1945
  "name": "String",
1113
1946
  "printedName": "Swift.String",
1114
1947
  "usr": "s:SS"
1948
+ },
1949
+ {
1950
+ "kind": "TypeNominal",
1951
+ "name": "Optional",
1952
+ "printedName": "Swift.Double?",
1953
+ "children": [
1954
+ {
1955
+ "kind": "TypeNominal",
1956
+ "name": "Double",
1957
+ "printedName": "Swift.Double",
1958
+ "usr": "s:Sd"
1959
+ }
1960
+ ],
1961
+ "hasDefaultArg": true,
1962
+ "usr": "s:Sq"
1115
1963
  }
1116
1964
  ],
1117
1965
  "declKind": "Func",
1118
- "usr": "s:18DoorstepDropoffSDK0A2AIC28startDeliveryByAddressString7address10deliveryIdySS_SStYaKFZ",
1119
- "mangledName": "$s18DoorstepDropoffSDK0A2AIC28startDeliveryByAddressString7address10deliveryIdySS_SStYaKFZ",
1966
+ "usr": "s:18DoorstepDropoffSDK0A2AIC28startDeliveryByAddressString7address10deliveryId14timeoutSecondsySS_SSSdSgtYaKFZ",
1967
+ "mangledName": "$s18DoorstepDropoffSDK0A2AIC28startDeliveryByAddressString7address10deliveryId14timeoutSecondsySS_SSSdSgtYaKFZ",
1120
1968
  "moduleName": "DoorstepDropoffSDK",
1121
1969
  "static": true,
1122
1970
  "declAttributes": [
@@ -1129,7 +1977,7 @@
1129
1977
  {
1130
1978
  "kind": "Function",
1131
1979
  "name": "startDeliveryByLatLng",
1132
- "printedName": "startDeliveryByLatLng(latitude:longitude:deliveryId:)",
1980
+ "printedName": "startDeliveryByLatLng(latitude:longitude:subUnit:deliveryId:timeoutSeconds:)",
1133
1981
  "children": [
1134
1982
  {
1135
1983
  "kind": "TypeNominal",
@@ -1153,11 +2001,67 @@
1153
2001
  "name": "String",
1154
2002
  "printedName": "Swift.String",
1155
2003
  "usr": "s:SS"
2004
+ },
2005
+ {
2006
+ "kind": "TypeNominal",
2007
+ "name": "String",
2008
+ "printedName": "Swift.String",
2009
+ "usr": "s:SS"
2010
+ },
2011
+ {
2012
+ "kind": "TypeNominal",
2013
+ "name": "Optional",
2014
+ "printedName": "Swift.Double?",
2015
+ "children": [
2016
+ {
2017
+ "kind": "TypeNominal",
2018
+ "name": "Double",
2019
+ "printedName": "Swift.Double",
2020
+ "usr": "s:Sd"
2021
+ }
2022
+ ],
2023
+ "hasDefaultArg": true,
2024
+ "usr": "s:Sq"
2025
+ }
2026
+ ],
2027
+ "declKind": "Func",
2028
+ "usr": "s:18DoorstepDropoffSDK0A2AIC21startDeliveryByLatLng8latitude9longitude7subUnit10deliveryId14timeoutSecondsySd_SdS2SSdSgtYaKFZ",
2029
+ "mangledName": "$s18DoorstepDropoffSDK0A2AIC21startDeliveryByLatLng8latitude9longitude7subUnit10deliveryId14timeoutSecondsySd_SdS2SSdSgtYaKFZ",
2030
+ "moduleName": "DoorstepDropoffSDK",
2031
+ "static": true,
2032
+ "declAttributes": [
2033
+ "Final",
2034
+ "AccessControl"
2035
+ ],
2036
+ "throwing": true,
2037
+ "funcSelfKind": "NonMutating"
2038
+ },
2039
+ {
2040
+ "kind": "Function",
2041
+ "name": "markDropoff",
2042
+ "printedName": "markDropoff(deliveryId:dropoffType:)",
2043
+ "children": [
2044
+ {
2045
+ "kind": "TypeNominal",
2046
+ "name": "Void",
2047
+ "printedName": "()"
2048
+ },
2049
+ {
2050
+ "kind": "TypeNominal",
2051
+ "name": "String",
2052
+ "printedName": "Swift.String",
2053
+ "usr": "s:SS"
2054
+ },
2055
+ {
2056
+ "kind": "TypeNominal",
2057
+ "name": "DropoffType",
2058
+ "printedName": "DoorstepDropoffSDK.DropoffType",
2059
+ "usr": "s:18DoorstepDropoffSDK0B4TypeO"
1156
2060
  }
1157
2061
  ],
1158
2062
  "declKind": "Func",
1159
- "usr": "s:18DoorstepDropoffSDK0A2AIC21startDeliveryByLatLng8latitude9longitude10deliveryIdySd_SdSStYaKFZ",
1160
- "mangledName": "$s18DoorstepDropoffSDK0A2AIC21startDeliveryByLatLng8latitude9longitude10deliveryIdySd_SdSStYaKFZ",
2063
+ "usr": "s:18DoorstepDropoffSDK0A2AIC04markB010deliveryId11dropoffTypeySS_AA0bI0OtYaKFZ",
2064
+ "mangledName": "$s18DoorstepDropoffSDK0A2AIC04markB010deliveryId11dropoffTypeySS_AA0bI0OtYaKFZ",
1161
2065
  "moduleName": "DoorstepDropoffSDK",
1162
2066
  "static": true,
1163
2067
  "declAttributes": [
@@ -1312,23 +2216,6 @@
1312
2216
  "RawDocComment"
1313
2217
  ]
1314
2218
  },
1315
- {
1316
- "kind": "Import",
1317
- "name": "SwiftUI",
1318
- "printedName": "SwiftUI",
1319
- "declKind": "Import",
1320
- "moduleName": "DoorstepDropoffSDK"
1321
- },
1322
- {
1323
- "kind": "Import",
1324
- "name": "Foundation",
1325
- "printedName": "Foundation",
1326
- "declKind": "Import",
1327
- "moduleName": "DoorstepDropoffSDK",
1328
- "declAttributes": [
1329
- "RawDocComment"
1330
- ]
1331
- },
1332
2219
  {
1333
2220
  "kind": "Import",
1334
2221
  "name": "CoreLocation",
@@ -1585,6 +2472,13 @@
1585
2472
  ],
1586
2473
  "isExternal": true,
1587
2474
  "conformances": [
2475
+ {
2476
+ "kind": "Conformance",
2477
+ "name": "_ExpressibleByBuiltinStringLiteral",
2478
+ "printedName": "_ExpressibleByBuiltinStringLiteral",
2479
+ "usr": "s:s34_ExpressibleByBuiltinStringLiteralP",
2480
+ "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP"
2481
+ },
1588
2482
  {
1589
2483
  "kind": "Conformance",
1590
2484
  "name": "Copyable",
@@ -1606,6 +2500,13 @@
1606
2500
  "usr": "s:18DoorstepDropoffSDK18AddressDesignationP",
1607
2501
  "mangledName": "$s18DoorstepDropoffSDK18AddressDesignationP"
1608
2502
  },
2503
+ {
2504
+ "kind": "Conformance",
2505
+ "name": "Equatable",
2506
+ "printedName": "Equatable",
2507
+ "usr": "s:SQ",
2508
+ "mangledName": "$sSQ"
2509
+ },
1609
2510
  {
1610
2511
  "kind": "Conformance",
1611
2512
  "name": "Decodable",
@@ -1697,13 +2598,6 @@
1697
2598
  "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP",
1698
2599
  "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP"
1699
2600
  },
1700
- {
1701
- "kind": "Conformance",
1702
- "name": "_ExpressibleByBuiltinStringLiteral",
1703
- "printedName": "_ExpressibleByBuiltinStringLiteral",
1704
- "usr": "s:s34_ExpressibleByBuiltinStringLiteralP",
1705
- "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP"
1706
- },
1707
2601
  {
1708
2602
  "kind": "Conformance",
1709
2603
  "name": "ExpressibleByStringLiteral",
@@ -1970,13 +2864,6 @@
1970
2864
  "usr": "s:ST",
1971
2865
  "mangledName": "$sST"
1972
2866
  },
1973
- {
1974
- "kind": "Conformance",
1975
- "name": "Equatable",
1976
- "printedName": "Equatable",
1977
- "usr": "s:SQ",
1978
- "mangledName": "$sSQ"
1979
- },
1980
2867
  {
1981
2868
  "kind": "Conformance",
1982
2869
  "name": "Comparable",
@@ -2167,185 +3054,619 @@
2167
3054
  "json_format_version": 8
2168
3055
  },
2169
3056
  "ConstValues": [
3057
+ {
3058
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Logging.swift",
3059
+ "kind": "IntegerLiteral",
3060
+ "offset": 201,
3061
+ "length": 1,
3062
+ "value": "0"
3063
+ },
3064
+ {
3065
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Logging.swift",
3066
+ "kind": "IntegerLiteral",
3067
+ "offset": 219,
3068
+ "length": 1,
3069
+ "value": "1"
3070
+ },
3071
+ {
3072
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Logging.swift",
3073
+ "kind": "IntegerLiteral",
3074
+ "offset": 240,
3075
+ "length": 1,
3076
+ "value": "2"
3077
+ },
3078
+ {
3079
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Logging.swift",
3080
+ "kind": "IntegerLiteral",
3081
+ "offset": 259,
3082
+ "length": 1,
3083
+ "value": "3"
3084
+ },
3085
+ {
3086
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Logging.swift",
3087
+ "kind": "IntegerLiteral",
3088
+ "offset": 281,
3089
+ "length": 1,
3090
+ "value": "4"
3091
+ },
3092
+ {
3093
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Logging.swift",
3094
+ "kind": "StringLiteral",
3095
+ "offset": 670,
3096
+ "length": 27,
3097
+ "value": "\"DoorstepAI.RemoteLogQueue\""
3098
+ },
3099
+ {
3100
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Logging.swift",
3101
+ "kind": "BooleanLiteral",
3102
+ "offset": 759,
3103
+ "length": 5,
3104
+ "value": "false"
3105
+ },
3106
+ {
3107
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Logging.swift",
3108
+ "kind": "IntegerLiteral",
3109
+ "offset": 883,
3110
+ "length": 2,
3111
+ "value": "30"
3112
+ },
3113
+ {
3114
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Logging.swift",
3115
+ "kind": "IntegerLiteral",
3116
+ "offset": 932,
3117
+ "length": 2,
3118
+ "value": "50"
3119
+ },
3120
+ {
3121
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Logging.swift",
3122
+ "kind": "IntegerLiteral",
3123
+ "offset": 984,
3124
+ "length": 4,
3125
+ "value": "1000"
3126
+ },
3127
+ {
3128
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Logging.swift",
3129
+ "kind": "Array",
3130
+ "offset": 1052,
3131
+ "length": 2,
3132
+ "value": "[]"
3133
+ },
3134
+ {
3135
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Logging.swift",
3136
+ "kind": "BooleanLiteral",
3137
+ "offset": 1163,
3138
+ "length": 5,
3139
+ "value": "false"
3140
+ },
3141
+ {
3142
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Logging.swift",
3143
+ "kind": "StringLiteral",
3144
+ "offset": 1215,
3145
+ "length": 19,
3146
+ "value": "\"pendingRemoteLogs\""
3147
+ },
3148
+ {
3149
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Logging.swift",
3150
+ "kind": "BooleanLiteral",
3151
+ "offset": 1290,
3152
+ "length": 5,
3153
+ "value": "false"
3154
+ },
3155
+ {
3156
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Logging.swift",
3157
+ "kind": "BooleanLiteral",
3158
+ "offset": 1349,
3159
+ "length": 5,
3160
+ "value": "false"
3161
+ },
3162
+ {
3163
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Logging.swift",
3164
+ "kind": "IntegerLiteral",
3165
+ "offset": 3244,
3166
+ "length": 2,
3167
+ "value": "30"
3168
+ },
3169
+ {
3170
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Logging.swift",
3171
+ "kind": "IntegerLiteral",
3172
+ "offset": 3273,
3173
+ "length": 2,
3174
+ "value": "50"
3175
+ },
3176
+ {
3177
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Logging.swift",
3178
+ "kind": "IntegerLiteral",
3179
+ "offset": 3305,
3180
+ "length": 4,
3181
+ "value": "1000"
3182
+ },
3183
+ {
3184
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/InternalSensor.swift",
3185
+ "kind": "FloatLiteral",
3186
+ "offset": 2670,
3187
+ "length": 3,
3188
+ "value": "0.0"
3189
+ },
3190
+ {
3191
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/InternalSensor.swift",
3192
+ "kind": "FloatLiteral",
3193
+ "offset": 2715,
3194
+ "length": 3,
3195
+ "value": "0.0"
3196
+ },
3197
+ {
3198
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/InternalSensor.swift",
3199
+ "kind": "FloatLiteral",
3200
+ "offset": 2760,
3201
+ "length": 3,
3202
+ "value": "0.0"
3203
+ },
3204
+ {
3205
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/InternalSensor.swift",
3206
+ "kind": "IntegerLiteral",
3207
+ "offset": 2811,
3208
+ "length": 1,
3209
+ "value": "0"
3210
+ },
3211
+ {
3212
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/InternalSensor.swift",
3213
+ "kind": "FloatLiteral",
3214
+ "offset": 2847,
3215
+ "length": 3,
3216
+ "value": "0.0"
3217
+ },
3218
+ {
3219
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/InternalSensor.swift",
3220
+ "kind": "IntegerLiteral",
3221
+ "offset": 3930,
3222
+ "length": 1,
3223
+ "value": "0"
3224
+ },
3225
+ {
3226
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataHolder.swift",
3227
+ "kind": "BooleanLiteral",
3228
+ "offset": 398,
3229
+ "length": 5,
3230
+ "value": "false"
3231
+ },
3232
+ {
3233
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataHolder.swift",
3234
+ "kind": "StringLiteral",
3235
+ "offset": 444,
3236
+ "length": 13,
3237
+ "value": "\"dataCollect\""
3238
+ },
2170
3239
  {
2171
3240
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
2172
3241
  "kind": "IntegerLiteral",
2173
- "offset": 2223,
3242
+ "offset": 2696,
2174
3243
  "length": 1,
2175
3244
  "value": "0"
2176
3245
  },
2177
3246
  {
2178
3247
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
2179
3248
  "kind": "StringLiteral",
2180
- "offset": 2913,
3249
+ "offset": 2742,
3250
+ "length": 5,
3251
+ "value": "\"1.7\""
3252
+ },
3253
+ {
3254
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
3255
+ "kind": "StringLiteral",
3256
+ "offset": 3436,
2181
3257
  "length": 21,
2182
3258
  "value": "\"NetworkMonitorQueue\""
2183
3259
  },
3260
+ {
3261
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
3262
+ "kind": "StringLiteral",
3263
+ "offset": 3509,
3264
+ "length": 19,
3265
+ "value": "\"NetworkStateQueue\""
3266
+ },
2184
3267
  {
2185
3268
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
2186
3269
  "kind": "BooleanLiteral",
2187
- "offset": 2966,
3270
+ "offset": 3581,
2188
3271
  "length": 4,
2189
3272
  "value": "true"
2190
3273
  },
2191
3274
  {
2192
3275
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
2193
3276
  "kind": "IntegerLiteral",
2194
- "offset": 3011,
3277
+ "offset": 3626,
2195
3278
  "length": 1,
2196
3279
  "value": "5"
2197
3280
  },
2198
3281
  {
2199
3282
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
2200
3283
  "kind": "IntegerLiteral",
2201
- "offset": 3056,
3284
+ "offset": 3671,
2202
3285
  "length": 2,
2203
3286
  "value": "20"
2204
3287
  },
2205
3288
  {
2206
3289
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
2207
3290
  "kind": "Array",
2208
- "offset": 3146,
3291
+ "offset": 3761,
2209
3292
  "length": 2,
2210
3293
  "value": "[]"
2211
3294
  },
2212
3295
  {
2213
3296
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
2214
3297
  "kind": "StringLiteral",
2215
- "offset": 3201,
3298
+ "offset": 3816,
2216
3299
  "length": 24,
2217
3300
  "value": "\"RequestQueueProcessing\""
2218
3301
  },
2219
3302
  {
2220
3303
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
2221
3304
  "kind": "StringLiteral",
2222
- "offset": 3279,
3305
+ "offset": 3917,
3306
+ "length": 22,
3307
+ "value": "\"PendingRequestsQueue\""
3308
+ },
3309
+ {
3310
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
3311
+ "kind": "StringLiteral",
3312
+ "offset": 3993,
2223
3313
  "length": 24,
2224
3314
  "value": "\"pendingNetworkRequests\""
2225
3315
  },
3316
+ {
3317
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
3318
+ "kind": "StringLiteral",
3319
+ "offset": 4056,
3320
+ "length": 18,
3321
+ "value": "\"activeDeliveries\""
3322
+ },
2226
3323
  {
2227
3324
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
2228
3325
  "kind": "BooleanLiteral",
2229
- "offset": 3347,
3326
+ "offset": 4118,
2230
3327
  "length": 4,
2231
3328
  "value": "true"
2232
3329
  },
2233
3330
  {
2234
3331
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
2235
3332
  "kind": "BooleanLiteral",
2236
- "offset": 3423,
3333
+ "offset": 4194,
2237
3334
  "length": 5,
2238
3335
  "value": "false"
2239
3336
  },
2240
3337
  {
2241
3338
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
2242
3339
  "kind": "StringLiteral",
2243
- "offset": 3499,
3340
+ "offset": 4270,
2244
3341
  "length": 2,
2245
3342
  "value": "\"\""
2246
3343
  },
3344
+ {
3345
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
3346
+ "kind": "StringLiteral",
3347
+ "offset": 4480,
3348
+ "length": 27,
3349
+ "value": "\"BackgroundLogSessionQueue\""
3350
+ },
3351
+ {
3352
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
3353
+ "kind": "Dictionary",
3354
+ "offset": 4610,
3355
+ "length": 3,
3356
+ "value": "[]"
3357
+ },
2247
3358
  {
2248
3359
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
2249
3360
  "kind": "Dictionary",
2250
- "offset": 3552,
3361
+ "offset": 4657,
3362
+ "length": 3,
3363
+ "value": "[]"
3364
+ },
3365
+ {
3366
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
3367
+ "kind": "Dictionary",
3368
+ "offset": 4704,
3369
+ "length": 3,
3370
+ "value": "[]"
3371
+ },
3372
+ {
3373
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
3374
+ "kind": "Dictionary",
3375
+ "offset": 4831,
2251
3376
  "length": 3,
2252
3377
  "value": "[]"
2253
3378
  },
2254
3379
  {
2255
3380
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
2256
3381
  "kind": "IntegerLiteral",
2257
- "offset": 24422,
3382
+ "offset": 26034,
2258
3383
  "length": 1,
2259
3384
  "value": "0"
2260
3385
  },
2261
3386
  {
2262
3387
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
2263
3388
  "kind": "IntegerLiteral",
2264
- "offset": 28227,
3389
+ "offset": 30461,
2265
3390
  "length": 1,
2266
3391
  "value": "0"
2267
3392
  },
2268
3393
  {
2269
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/InternalSensor.swift",
2270
- "kind": "FloatLiteral",
2271
- "offset": 2674,
2272
- "length": 3,
2273
- "value": "0.0"
3394
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
3395
+ "kind": "BooleanLiteral",
3396
+ "offset": 1092,
3397
+ "length": 4,
3398
+ "value": "true"
2274
3399
  },
2275
3400
  {
2276
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/InternalSensor.swift",
2277
- "kind": "FloatLiteral",
2278
- "offset": 2719,
2279
- "length": 3,
2280
- "value": "0.0"
3401
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
3402
+ "kind": "BooleanLiteral",
3403
+ "offset": 1142,
3404
+ "length": 5,
3405
+ "value": "false"
2281
3406
  },
2282
3407
  {
2283
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/InternalSensor.swift",
2284
- "kind": "FloatLiteral",
2285
- "offset": 2764,
3408
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
3409
+ "kind": "IntegerLiteral",
3410
+ "offset": 3275,
2286
3411
  "length": 3,
2287
- "value": "0.0"
3412
+ "value": "100"
2288
3413
  },
2289
3414
  {
2290
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/InternalSensor.swift",
3415
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
3416
+ "kind": "BooleanLiteral",
3417
+ "offset": 4809,
3418
+ "length": 4,
3419
+ "value": "true"
3420
+ },
3421
+ {
3422
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
3423
+ "kind": "BooleanLiteral",
3424
+ "offset": 4837,
3425
+ "length": 4,
3426
+ "value": "true"
3427
+ },
3428
+ {
3429
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
3430
+ "kind": "BooleanLiteral",
3431
+ "offset": 4874,
3432
+ "length": 4,
3433
+ "value": "true"
3434
+ },
3435
+ {
3436
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
3437
+ "kind": "BooleanLiteral",
3438
+ "offset": 4900,
3439
+ "length": 4,
3440
+ "value": "true"
3441
+ },
3442
+ {
3443
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
3444
+ "kind": "BooleanLiteral",
3445
+ "offset": 4929,
3446
+ "length": 4,
3447
+ "value": "true"
3448
+ },
3449
+ {
3450
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
3451
+ "kind": "BooleanLiteral",
3452
+ "offset": 4959,
3453
+ "length": 4,
3454
+ "value": "true"
3455
+ },
3456
+ {
3457
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
3458
+ "kind": "BooleanLiteral",
3459
+ "offset": 4986,
3460
+ "length": 4,
3461
+ "value": "true"
3462
+ },
3463
+ {
3464
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
3465
+ "kind": "BooleanLiteral",
3466
+ "offset": 5014,
3467
+ "length": 4,
3468
+ "value": "true"
3469
+ },
3470
+ {
3471
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
3472
+ "kind": "BooleanLiteral",
3473
+ "offset": 5041,
3474
+ "length": 4,
3475
+ "value": "true"
3476
+ },
3477
+ {
3478
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
3479
+ "kind": "BooleanLiteral",
3480
+ "offset": 5069,
3481
+ "length": 4,
3482
+ "value": "true"
3483
+ },
3484
+ {
3485
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
3486
+ "kind": "BooleanLiteral",
3487
+ "offset": 5097,
3488
+ "length": 4,
3489
+ "value": "true"
3490
+ },
3491
+ {
3492
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
3493
+ "kind": "BooleanLiteral",
3494
+ "offset": 5132,
3495
+ "length": 4,
3496
+ "value": "true"
3497
+ },
3498
+ {
3499
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
3500
+ "kind": "BooleanLiteral",
3501
+ "offset": 5160,
3502
+ "length": 4,
3503
+ "value": "true"
3504
+ },
3505
+ {
3506
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
3507
+ "kind": "BooleanLiteral",
3508
+ "offset": 5182,
3509
+ "length": 4,
3510
+ "value": "true"
3511
+ },
3512
+ {
3513
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
3514
+ "kind": "BooleanLiteral",
3515
+ "offset": 5206,
3516
+ "length": 4,
3517
+ "value": "true"
3518
+ },
3519
+ {
3520
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
3521
+ "kind": "BooleanLiteral",
3522
+ "offset": 5237,
3523
+ "length": 4,
3524
+ "value": "true"
3525
+ },
3526
+ {
3527
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
3528
+ "kind": "BooleanLiteral",
3529
+ "offset": 5263,
3530
+ "length": 4,
3531
+ "value": "true"
3532
+ },
3533
+ {
3534
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
3535
+ "kind": "BooleanLiteral",
3536
+ "offset": 5290,
3537
+ "length": 4,
3538
+ "value": "true"
3539
+ },
3540
+ {
3541
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
3542
+ "kind": "BooleanLiteral",
3543
+ "offset": 5315,
3544
+ "length": 4,
3545
+ "value": "true"
3546
+ },
3547
+ {
3548
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
3549
+ "kind": "BooleanLiteral",
3550
+ "offset": 5358,
3551
+ "length": 4,
3552
+ "value": "true"
3553
+ },
3554
+ {
3555
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
3556
+ "kind": "BooleanLiteral",
3557
+ "offset": 10696,
3558
+ "length": 5,
3559
+ "value": "false"
3560
+ },
3561
+ {
3562
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
2291
3563
  "kind": "IntegerLiteral",
2292
- "offset": 2815,
2293
- "length": 1,
2294
- "value": "0"
3564
+ "offset": 10761,
3565
+ "length": 2,
3566
+ "value": "30"
2295
3567
  },
2296
3568
  {
2297
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/InternalSensor.swift",
2298
- "kind": "FloatLiteral",
2299
- "offset": 2851,
2300
- "length": 3,
2301
- "value": "0.0"
3569
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
3570
+ "kind": "IntegerLiteral",
3571
+ "offset": 10784,
3572
+ "length": 2,
3573
+ "value": "50"
2302
3574
  },
2303
3575
  {
2304
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/InternalSensor.swift",
3576
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
2305
3577
  "kind": "IntegerLiteral",
2306
- "offset": 3459,
2307
- "length": 1,
2308
- "value": "0"
3578
+ "offset": 10810,
3579
+ "length": 4,
3580
+ "value": "1000"
3581
+ },
3582
+ {
3583
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
3584
+ "kind": "BooleanLiteral",
3585
+ "offset": 12463,
3586
+ "length": 5,
3587
+ "value": "false"
3588
+ },
3589
+ {
3590
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
3591
+ "kind": "StringLiteral",
3592
+ "offset": 1852,
3593
+ "length": 5,
3594
+ "value": "\"pod\""
3595
+ },
3596
+ {
3597
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
3598
+ "kind": "StringLiteral",
3599
+ "offset": 1877,
3600
+ "length": 9,
3601
+ "value": "\"non_pod\""
2309
3602
  },
2310
3603
  {
2311
3604
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
2312
3605
  "kind": "Array",
2313
- "offset": 1779,
3606
+ "offset": 1960,
2314
3607
  "length": 2,
2315
3608
  "value": "[]"
2316
3609
  },
2317
3610
  {
2318
3611
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
2319
3612
  "kind": "BooleanLiteral",
2320
- "offset": 1813,
3613
+ "offset": 1994,
2321
3614
  "length": 5,
2322
3615
  "value": "false"
2323
3616
  },
3617
+ {
3618
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
3619
+ "kind": "StringLiteral",
3620
+ "offset": 2066,
3621
+ "length": 32,
3622
+ "value": "\"DoorstepAI.SessionTimeoutQueue\""
3623
+ },
3624
+ {
3625
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
3626
+ "kind": "Dictionary",
3627
+ "offset": 2177,
3628
+ "length": 3,
3629
+ "value": "[]"
3630
+ },
2324
3631
  {
2325
3632
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
2326
3633
  "kind": "BooleanLiteral",
2327
- "offset": 1893,
2328
- "length": 5,
2329
- "value": "false"
3634
+ "offset": 2255,
3635
+ "length": 4,
3636
+ "value": "true"
2330
3637
  },
2331
3638
  {
2332
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataHolder.swift",
3639
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
2333
3640
  "kind": "BooleanLiteral",
2334
- "offset": 398,
2335
- "length": 5,
2336
- "value": "false"
3641
+ "offset": 2285,
3642
+ "length": 4,
3643
+ "value": "true"
2337
3644
  },
2338
3645
  {
2339
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataHolder.swift",
2340
- "kind": "StringLiteral",
2341
- "offset": 444,
2342
- "length": 13,
2343
- "value": "\"dataCollect\""
3646
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
3647
+ "kind": "IntegerLiteral",
3648
+ "offset": 2790,
3649
+ "length": 2,
3650
+ "value": "30"
3651
+ },
3652
+ {
3653
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
3654
+ "kind": "IntegerLiteral",
3655
+ "offset": 2819,
3656
+ "length": 2,
3657
+ "value": "50"
3658
+ },
3659
+ {
3660
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
3661
+ "kind": "IntegerLiteral",
3662
+ "offset": 2851,
3663
+ "length": 4,
3664
+ "value": "1000"
2344
3665
  },
2345
3666
  {
2346
3667
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/LocationManager.swift",
2347
3668
  "kind": "BooleanLiteral",
2348
- "offset": 931,
3669
+ "offset": 1054,
2349
3670
  "length": 5,
2350
3671
  "value": "false"
2351
3672
  },
@@ -2359,58 +3680,86 @@
2359
3680
  {
2360
3681
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/Environment.swift",
2361
3682
  "kind": "StringLiteral",
2362
- "offset": 163,
3683
+ "offset": 159,
2363
3684
  "length": 42,
2364
3685
  "value": "\"https:\/\/collection.api.track.doorstep.ai\""
2365
3686
  },
2366
3687
  {
2367
3688
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
2368
3689
  "kind": "Array",
2369
- "offset": 519,
3690
+ "offset": 517,
2370
3691
  "length": 2,
2371
3692
  "value": "[]"
2372
3693
  },
2373
3694
  {
2374
3695
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
2375
3696
  "kind": "Array",
2376
- "offset": 589,
3697
+ "offset": 587,
2377
3698
  "length": 2,
2378
3699
  "value": "[]"
2379
3700
  },
2380
3701
  {
2381
3702
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
2382
3703
  "kind": "Array",
2383
- "offset": 636,
3704
+ "offset": 634,
2384
3705
  "length": 2,
2385
3706
  "value": "[]"
2386
3707
  },
2387
3708
  {
2388
3709
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
2389
3710
  "kind": "Array",
2390
- "offset": 683,
3711
+ "offset": 681,
2391
3712
  "length": 2,
2392
3713
  "value": "[]"
2393
3714
  },
2394
3715
  {
2395
3716
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
2396
3717
  "kind": "Array",
2397
- "offset": 728,
3718
+ "offset": 726,
2398
3719
  "length": 2,
2399
3720
  "value": "[]"
2400
3721
  },
2401
3722
  {
2402
3723
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
2403
3724
  "kind": "Array",
2404
- "offset": 771,
3725
+ "offset": 769,
2405
3726
  "length": 2,
2406
3727
  "value": "[]"
2407
3728
  },
2408
3729
  {
2409
3730
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
2410
3731
  "kind": "IntegerLiteral",
2411
- "offset": 822,
3732
+ "offset": 820,
2412
3733
  "length": 2,
2413
3734
  "value": "10"
3735
+ },
3736
+ {
3737
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
3738
+ "kind": "StringLiteral",
3739
+ "offset": 951,
3740
+ "length": 19,
3741
+ "value": "\"PendingBatchQueue\""
3742
+ },
3743
+ {
3744
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
3745
+ "kind": "StringLiteral",
3746
+ "offset": 1021,
3747
+ "length": 20,
3748
+ "value": "\"pendingDataBatches\""
3749
+ },
3750
+ {
3751
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
3752
+ "kind": "Array",
3753
+ "offset": 1086,
3754
+ "length": 2,
3755
+ "value": "[]"
3756
+ },
3757
+ {
3758
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
3759
+ "kind": "BooleanLiteral",
3760
+ "offset": 1132,
3761
+ "length": 5,
3762
+ "value": "false"
2414
3763
  }
2415
3764
  ]
2416
3765
  }