@doorstepai/dropoff-sdk 1.0.31 → 2.0.0

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 +2 -1
  2. package/android/src/main/java/com/doorstepai/dropoffsdk/DoorstepAIModule.kt +156 -8
  3. package/ios/DoorstepAI.mm +26 -1
  4. package/ios/DoorstepAI.swift +115 -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 +1907 -264
  9. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +62 -8
  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 +62 -8
  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 -791
  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 +1907 -264
  18. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +62 -8
  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 +62 -8
  21. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +1907 -264
  22. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +62 -8
  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 +62 -8
  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 -791
  28. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/x86_64/DoorstepDropoffSDK.yml +1446 -793
  29. package/lib/module/DoorstepAI.js +52 -26
  30. package/lib/module/DoorstepAI.js.map +1 -1
  31. package/lib/typescript/src/DoorstepAI.d.ts +6 -4
  32. package/lib/typescript/src/DoorstepAI.d.ts.map +1 -1
  33. package/package.json +1 -1
  34. package/src/DoorstepAI.tsx +98 -26
@@ -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
  {
@@ -179,34 +627,267 @@
179
627
  "HasStorage",
180
628
  "AccessControl"
181
629
  ],
182
- "isLet": true,
183
- "hasStorage": true,
184
- "accessors": [
185
- {
186
- "kind": "Accessor",
187
- "name": "Get",
188
- "printedName": "Get()",
189
- "children": [
190
- {
191
- "kind": "TypeNominal",
192
- "name": "String",
193
- "printedName": "Swift.String",
194
- "usr": "s:SS"
195
- }
196
- ],
197
- "declKind": "Accessor",
198
- "usr": "s:18DoorstepDropoffSDK11AddressTypeV5routeSSvg",
199
- "mangledName": "$s18DoorstepDropoffSDK11AddressTypeV5routeSSvg",
200
- "moduleName": "DoorstepDropoffSDK",
201
- "implicit": true,
202
- "accessorKind": "get"
203
- }
204
- ]
630
+ "isLet": true,
631
+ "hasStorage": true,
632
+ "accessors": [
633
+ {
634
+ "kind": "Accessor",
635
+ "name": "Get",
636
+ "printedName": "Get()",
637
+ "children": [
638
+ {
639
+ "kind": "TypeNominal",
640
+ "name": "String",
641
+ "printedName": "Swift.String",
642
+ "usr": "s:SS"
643
+ }
644
+ ],
645
+ "declKind": "Accessor",
646
+ "usr": "s:18DoorstepDropoffSDK11AddressTypeV5routeSSvg",
647
+ "mangledName": "$s18DoorstepDropoffSDK11AddressTypeV5routeSSvg",
648
+ "moduleName": "DoorstepDropoffSDK",
649
+ "implicit": true,
650
+ "accessorKind": "get"
651
+ }
652
+ ]
653
+ },
654
+ {
655
+ "kind": "Var",
656
+ "name": "subPremise",
657
+ "printedName": "subPremise",
658
+ "children": [
659
+ {
660
+ "kind": "TypeNominal",
661
+ "name": "String",
662
+ "printedName": "Swift.String",
663
+ "usr": "s:SS"
664
+ }
665
+ ],
666
+ "declKind": "Var",
667
+ "usr": "s:18DoorstepDropoffSDK11AddressTypeV10subPremiseSSvp",
668
+ "mangledName": "$s18DoorstepDropoffSDK11AddressTypeV10subPremiseSSvp",
669
+ "moduleName": "DoorstepDropoffSDK",
670
+ "declAttributes": [
671
+ "HasStorage",
672
+ "AccessControl"
673
+ ],
674
+ "isLet": true,
675
+ "hasStorage": true,
676
+ "accessors": [
677
+ {
678
+ "kind": "Accessor",
679
+ "name": "Get",
680
+ "printedName": "Get()",
681
+ "children": [
682
+ {
683
+ "kind": "TypeNominal",
684
+ "name": "String",
685
+ "printedName": "Swift.String",
686
+ "usr": "s:SS"
687
+ }
688
+ ],
689
+ "declKind": "Accessor",
690
+ "usr": "s:18DoorstepDropoffSDK11AddressTypeV10subPremiseSSvg",
691
+ "mangledName": "$s18DoorstepDropoffSDK11AddressTypeV10subPremiseSSvg",
692
+ "moduleName": "DoorstepDropoffSDK",
693
+ "implicit": true,
694
+ "accessorKind": "get"
695
+ }
696
+ ]
697
+ },
698
+ {
699
+ "kind": "Var",
700
+ "name": "locality",
701
+ "printedName": "locality",
702
+ "children": [
703
+ {
704
+ "kind": "TypeNominal",
705
+ "name": "String",
706
+ "printedName": "Swift.String",
707
+ "usr": "s:SS"
708
+ }
709
+ ],
710
+ "declKind": "Var",
711
+ "usr": "s:18DoorstepDropoffSDK11AddressTypeV8localitySSvp",
712
+ "mangledName": "$s18DoorstepDropoffSDK11AddressTypeV8localitySSvp",
713
+ "moduleName": "DoorstepDropoffSDK",
714
+ "declAttributes": [
715
+ "HasStorage",
716
+ "AccessControl"
717
+ ],
718
+ "isLet": true,
719
+ "hasStorage": true,
720
+ "accessors": [
721
+ {
722
+ "kind": "Accessor",
723
+ "name": "Get",
724
+ "printedName": "Get()",
725
+ "children": [
726
+ {
727
+ "kind": "TypeNominal",
728
+ "name": "String",
729
+ "printedName": "Swift.String",
730
+ "usr": "s:SS"
731
+ }
732
+ ],
733
+ "declKind": "Accessor",
734
+ "usr": "s:18DoorstepDropoffSDK11AddressTypeV8localitySSvg",
735
+ "mangledName": "$s18DoorstepDropoffSDK11AddressTypeV8localitySSvg",
736
+ "moduleName": "DoorstepDropoffSDK",
737
+ "implicit": true,
738
+ "accessorKind": "get"
739
+ }
740
+ ]
741
+ },
742
+ {
743
+ "kind": "Var",
744
+ "name": "administrativeAreaLevel1",
745
+ "printedName": "administrativeAreaLevel1",
746
+ "children": [
747
+ {
748
+ "kind": "TypeNominal",
749
+ "name": "String",
750
+ "printedName": "Swift.String",
751
+ "usr": "s:SS"
752
+ }
753
+ ],
754
+ "declKind": "Var",
755
+ "usr": "s:18DoorstepDropoffSDK11AddressTypeV24administrativeAreaLevel1SSvp",
756
+ "mangledName": "$s18DoorstepDropoffSDK11AddressTypeV24administrativeAreaLevel1SSvp",
757
+ "moduleName": "DoorstepDropoffSDK",
758
+ "declAttributes": [
759
+ "HasStorage",
760
+ "AccessControl"
761
+ ],
762
+ "isLet": true,
763
+ "hasStorage": true,
764
+ "accessors": [
765
+ {
766
+ "kind": "Accessor",
767
+ "name": "Get",
768
+ "printedName": "Get()",
769
+ "children": [
770
+ {
771
+ "kind": "TypeNominal",
772
+ "name": "String",
773
+ "printedName": "Swift.String",
774
+ "usr": "s:SS"
775
+ }
776
+ ],
777
+ "declKind": "Accessor",
778
+ "usr": "s:18DoorstepDropoffSDK11AddressTypeV24administrativeAreaLevel1SSvg",
779
+ "mangledName": "$s18DoorstepDropoffSDK11AddressTypeV24administrativeAreaLevel1SSvg",
780
+ "moduleName": "DoorstepDropoffSDK",
781
+ "implicit": true,
782
+ "accessorKind": "get"
783
+ }
784
+ ]
785
+ },
786
+ {
787
+ "kind": "Var",
788
+ "name": "postalCode",
789
+ "printedName": "postalCode",
790
+ "children": [
791
+ {
792
+ "kind": "TypeNominal",
793
+ "name": "String",
794
+ "printedName": "Swift.String",
795
+ "usr": "s:SS"
796
+ }
797
+ ],
798
+ "declKind": "Var",
799
+ "usr": "s:18DoorstepDropoffSDK11AddressTypeV10postalCodeSSvp",
800
+ "mangledName": "$s18DoorstepDropoffSDK11AddressTypeV10postalCodeSSvp",
801
+ "moduleName": "DoorstepDropoffSDK",
802
+ "declAttributes": [
803
+ "HasStorage",
804
+ "AccessControl"
805
+ ],
806
+ "isLet": true,
807
+ "hasStorage": true,
808
+ "accessors": [
809
+ {
810
+ "kind": "Accessor",
811
+ "name": "Get",
812
+ "printedName": "Get()",
813
+ "children": [
814
+ {
815
+ "kind": "TypeNominal",
816
+ "name": "String",
817
+ "printedName": "Swift.String",
818
+ "usr": "s:SS"
819
+ }
820
+ ],
821
+ "declKind": "Accessor",
822
+ "usr": "s:18DoorstepDropoffSDK11AddressTypeV10postalCodeSSvg",
823
+ "mangledName": "$s18DoorstepDropoffSDK11AddressTypeV10postalCodeSSvg",
824
+ "moduleName": "DoorstepDropoffSDK",
825
+ "implicit": true,
826
+ "accessorKind": "get"
827
+ }
828
+ ]
829
+ },
830
+ {
831
+ "kind": "Constructor",
832
+ "name": "init",
833
+ "printedName": "init(streetNumber:route:subPremise:locality:administrativeAreaLevel1:postalCode:)",
834
+ "children": [
835
+ {
836
+ "kind": "TypeNominal",
837
+ "name": "AddressType",
838
+ "printedName": "DoorstepDropoffSDK.AddressType",
839
+ "usr": "s:18DoorstepDropoffSDK11AddressTypeV"
840
+ },
841
+ {
842
+ "kind": "TypeNominal",
843
+ "name": "String",
844
+ "printedName": "Swift.String",
845
+ "usr": "s:SS"
846
+ },
847
+ {
848
+ "kind": "TypeNominal",
849
+ "name": "String",
850
+ "printedName": "Swift.String",
851
+ "usr": "s:SS"
852
+ },
853
+ {
854
+ "kind": "TypeNominal",
855
+ "name": "String",
856
+ "printedName": "Swift.String",
857
+ "usr": "s:SS"
858
+ },
859
+ {
860
+ "kind": "TypeNominal",
861
+ "name": "String",
862
+ "printedName": "Swift.String",
863
+ "usr": "s:SS"
864
+ },
865
+ {
866
+ "kind": "TypeNominal",
867
+ "name": "String",
868
+ "printedName": "Swift.String",
869
+ "usr": "s:SS"
870
+ },
871
+ {
872
+ "kind": "TypeNominal",
873
+ "name": "String",
874
+ "printedName": "Swift.String",
875
+ "usr": "s:SS"
876
+ }
877
+ ],
878
+ "declKind": "Constructor",
879
+ "usr": "s:18DoorstepDropoffSDK11AddressTypeV12streetNumber5route10subPremise8locality24administrativeAreaLevel110postalCodeACSS_S5Stcfc",
880
+ "mangledName": "$s18DoorstepDropoffSDK11AddressTypeV12streetNumber5route10subPremise8locality24administrativeAreaLevel110postalCodeACSS_S5Stcfc",
881
+ "moduleName": "DoorstepDropoffSDK",
882
+ "declAttributes": [
883
+ "AccessControl"
884
+ ],
885
+ "init_kind": "Designated"
205
886
  },
206
887
  {
207
888
  "kind": "Var",
208
- "name": "subPremise",
209
- "printedName": "subPremise",
889
+ "name": "addressString",
890
+ "printedName": "addressString",
210
891
  "children": [
211
892
  {
212
893
  "kind": "TypeNominal",
@@ -216,15 +897,13 @@
216
897
  }
217
898
  ],
218
899
  "declKind": "Var",
219
- "usr": "s:18DoorstepDropoffSDK11AddressTypeV10subPremiseSSvp",
220
- "mangledName": "$s18DoorstepDropoffSDK11AddressTypeV10subPremiseSSvp",
900
+ "usr": "s:18DoorstepDropoffSDK11AddressTypeV13addressStringSSvp",
901
+ "mangledName": "$s18DoorstepDropoffSDK11AddressTypeV13addressStringSSvp",
221
902
  "moduleName": "DoorstepDropoffSDK",
222
903
  "declAttributes": [
223
- "HasStorage",
224
904
  "AccessControl"
225
905
  ],
226
- "isLet": true,
227
- "hasStorage": true,
906
+ "isFromExtension": true,
228
907
  "accessors": [
229
908
  {
230
909
  "kind": "Accessor",
@@ -239,29 +918,66 @@
239
918
  }
240
919
  ],
241
920
  "declKind": "Accessor",
242
- "usr": "s:18DoorstepDropoffSDK11AddressTypeV10subPremiseSSvg",
243
- "mangledName": "$s18DoorstepDropoffSDK11AddressTypeV10subPremiseSSvg",
921
+ "usr": "s:18DoorstepDropoffSDK11AddressTypeV13addressStringSSvg",
922
+ "mangledName": "$s18DoorstepDropoffSDK11AddressTypeV13addressStringSSvg",
244
923
  "moduleName": "DoorstepDropoffSDK",
245
- "implicit": true,
924
+ "isFromExtension": true,
246
925
  "accessorKind": "get"
247
926
  }
248
927
  ]
928
+ }
929
+ ],
930
+ "declKind": "Struct",
931
+ "usr": "s:18DoorstepDropoffSDK11AddressTypeV",
932
+ "mangledName": "$s18DoorstepDropoffSDK11AddressTypeV",
933
+ "moduleName": "DoorstepDropoffSDK",
934
+ "declAttributes": [
935
+ "AccessControl"
936
+ ],
937
+ "conformances": [
938
+ {
939
+ "kind": "Conformance",
940
+ "name": "Copyable",
941
+ "printedName": "Copyable",
942
+ "usr": "s:s8CopyableP",
943
+ "mangledName": "$ss8CopyableP"
944
+ },
945
+ {
946
+ "kind": "Conformance",
947
+ "name": "Escapable",
948
+ "printedName": "Escapable",
949
+ "usr": "s:s9EscapableP",
950
+ "mangledName": "$ss9EscapableP"
249
951
  },
952
+ {
953
+ "kind": "Conformance",
954
+ "name": "AddressDesignation",
955
+ "printedName": "AddressDesignation",
956
+ "usr": "s:18DoorstepDropoffSDK18AddressDesignationP",
957
+ "mangledName": "$s18DoorstepDropoffSDK18AddressDesignationP"
958
+ }
959
+ ]
960
+ },
961
+ {
962
+ "kind": "TypeDecl",
963
+ "name": "LatLngAddress",
964
+ "printedName": "LatLngAddress",
965
+ "children": [
250
966
  {
251
967
  "kind": "Var",
252
- "name": "locality",
253
- "printedName": "locality",
968
+ "name": "latitude",
969
+ "printedName": "latitude",
254
970
  "children": [
255
971
  {
256
972
  "kind": "TypeNominal",
257
- "name": "String",
258
- "printedName": "Swift.String",
259
- "usr": "s:SS"
973
+ "name": "Double",
974
+ "printedName": "Swift.Double",
975
+ "usr": "s:Sd"
260
976
  }
261
977
  ],
262
978
  "declKind": "Var",
263
- "usr": "s:18DoorstepDropoffSDK11AddressTypeV8localitySSvp",
264
- "mangledName": "$s18DoorstepDropoffSDK11AddressTypeV8localitySSvp",
979
+ "usr": "s:18DoorstepDropoffSDK13LatLngAddressV8latitudeSdvp",
980
+ "mangledName": "$s18DoorstepDropoffSDK13LatLngAddressV8latitudeSdvp",
265
981
  "moduleName": "DoorstepDropoffSDK",
266
982
  "declAttributes": [
267
983
  "HasStorage",
@@ -277,14 +993,14 @@
277
993
  "children": [
278
994
  {
279
995
  "kind": "TypeNominal",
280
- "name": "String",
281
- "printedName": "Swift.String",
282
- "usr": "s:SS"
996
+ "name": "Double",
997
+ "printedName": "Swift.Double",
998
+ "usr": "s:Sd"
283
999
  }
284
1000
  ],
285
1001
  "declKind": "Accessor",
286
- "usr": "s:18DoorstepDropoffSDK11AddressTypeV8localitySSvg",
287
- "mangledName": "$s18DoorstepDropoffSDK11AddressTypeV8localitySSvg",
1002
+ "usr": "s:18DoorstepDropoffSDK13LatLngAddressV8latitudeSdvg",
1003
+ "mangledName": "$s18DoorstepDropoffSDK13LatLngAddressV8latitudeSdvg",
288
1004
  "moduleName": "DoorstepDropoffSDK",
289
1005
  "implicit": true,
290
1006
  "accessorKind": "get"
@@ -293,19 +1009,19 @@
293
1009
  },
294
1010
  {
295
1011
  "kind": "Var",
296
- "name": "administrativeAreaLevel1",
297
- "printedName": "administrativeAreaLevel1",
1012
+ "name": "longitude",
1013
+ "printedName": "longitude",
298
1014
  "children": [
299
1015
  {
300
1016
  "kind": "TypeNominal",
301
- "name": "String",
302
- "printedName": "Swift.String",
303
- "usr": "s:SS"
1017
+ "name": "Double",
1018
+ "printedName": "Swift.Double",
1019
+ "usr": "s:Sd"
304
1020
  }
305
1021
  ],
306
1022
  "declKind": "Var",
307
- "usr": "s:18DoorstepDropoffSDK11AddressTypeV24administrativeAreaLevel1SSvp",
308
- "mangledName": "$s18DoorstepDropoffSDK11AddressTypeV24administrativeAreaLevel1SSvp",
1023
+ "usr": "s:18DoorstepDropoffSDK13LatLngAddressV9longitudeSdvp",
1024
+ "mangledName": "$s18DoorstepDropoffSDK13LatLngAddressV9longitudeSdvp",
309
1025
  "moduleName": "DoorstepDropoffSDK",
310
1026
  "declAttributes": [
311
1027
  "HasStorage",
@@ -321,14 +1037,14 @@
321
1037
  "children": [
322
1038
  {
323
1039
  "kind": "TypeNominal",
324
- "name": "String",
325
- "printedName": "Swift.String",
326
- "usr": "s:SS"
1040
+ "name": "Double",
1041
+ "printedName": "Swift.Double",
1042
+ "usr": "s:Sd"
327
1043
  }
328
1044
  ],
329
1045
  "declKind": "Accessor",
330
- "usr": "s:18DoorstepDropoffSDK11AddressTypeV24administrativeAreaLevel1SSvg",
331
- "mangledName": "$s18DoorstepDropoffSDK11AddressTypeV24administrativeAreaLevel1SSvg",
1046
+ "usr": "s:18DoorstepDropoffSDK13LatLngAddressV9longitudeSdvg",
1047
+ "mangledName": "$s18DoorstepDropoffSDK13LatLngAddressV9longitudeSdvg",
332
1048
  "moduleName": "DoorstepDropoffSDK",
333
1049
  "implicit": true,
334
1050
  "accessorKind": "get"
@@ -337,8 +1053,8 @@
337
1053
  },
338
1054
  {
339
1055
  "kind": "Var",
340
- "name": "postalCode",
341
- "printedName": "postalCode",
1056
+ "name": "subUnit",
1057
+ "printedName": "subUnit",
342
1058
  "children": [
343
1059
  {
344
1060
  "kind": "TypeNominal",
@@ -348,8 +1064,8 @@
348
1064
  }
349
1065
  ],
350
1066
  "declKind": "Var",
351
- "usr": "s:18DoorstepDropoffSDK11AddressTypeV10postalCodeSSvp",
352
- "mangledName": "$s18DoorstepDropoffSDK11AddressTypeV10postalCodeSSvp",
1067
+ "usr": "s:18DoorstepDropoffSDK13LatLngAddressV7subUnitSSvp",
1068
+ "mangledName": "$s18DoorstepDropoffSDK13LatLngAddressV7subUnitSSvp",
353
1069
  "moduleName": "DoorstepDropoffSDK",
354
1070
  "declAttributes": [
355
1071
  "HasStorage",
@@ -371,8 +1087,8 @@
371
1087
  }
372
1088
  ],
373
1089
  "declKind": "Accessor",
374
- "usr": "s:18DoorstepDropoffSDK11AddressTypeV10postalCodeSSvg",
375
- "mangledName": "$s18DoorstepDropoffSDK11AddressTypeV10postalCodeSSvg",
1090
+ "usr": "s:18DoorstepDropoffSDK13LatLngAddressV7subUnitSSvg",
1091
+ "mangledName": "$s18DoorstepDropoffSDK13LatLngAddressV7subUnitSSvg",
376
1092
  "moduleName": "DoorstepDropoffSDK",
377
1093
  "implicit": true,
378
1094
  "accessorKind": "get"
@@ -382,43 +1098,25 @@
382
1098
  {
383
1099
  "kind": "Constructor",
384
1100
  "name": "init",
385
- "printedName": "init(streetNumber:route:subPremise:locality:administrativeAreaLevel1:postalCode:)",
1101
+ "printedName": "init(latitude:longitude:subUnit:)",
386
1102
  "children": [
387
1103
  {
388
1104
  "kind": "TypeNominal",
389
- "name": "AddressType",
390
- "printedName": "DoorstepDropoffSDK.AddressType",
391
- "usr": "s:18DoorstepDropoffSDK11AddressTypeV"
392
- },
393
- {
394
- "kind": "TypeNominal",
395
- "name": "String",
396
- "printedName": "Swift.String",
397
- "usr": "s:SS"
398
- },
399
- {
400
- "kind": "TypeNominal",
401
- "name": "String",
402
- "printedName": "Swift.String",
403
- "usr": "s:SS"
404
- },
405
- {
406
- "kind": "TypeNominal",
407
- "name": "String",
408
- "printedName": "Swift.String",
409
- "usr": "s:SS"
1105
+ "name": "LatLngAddress",
1106
+ "printedName": "DoorstepDropoffSDK.LatLngAddress",
1107
+ "usr": "s:18DoorstepDropoffSDK13LatLngAddressV"
410
1108
  },
411
1109
  {
412
1110
  "kind": "TypeNominal",
413
- "name": "String",
414
- "printedName": "Swift.String",
415
- "usr": "s:SS"
1111
+ "name": "Double",
1112
+ "printedName": "Swift.Double",
1113
+ "usr": "s:Sd"
416
1114
  },
417
1115
  {
418
1116
  "kind": "TypeNominal",
419
- "name": "String",
420
- "printedName": "Swift.String",
421
- "usr": "s:SS"
1117
+ "name": "Double",
1118
+ "printedName": "Swift.Double",
1119
+ "usr": "s:Sd"
422
1120
  },
423
1121
  {
424
1122
  "kind": "TypeNominal",
@@ -428,8 +1126,8 @@
428
1126
  }
429
1127
  ],
430
1128
  "declKind": "Constructor",
431
- "usr": "s:18DoorstepDropoffSDK11AddressTypeV12streetNumber5route10subPremise8locality24administrativeAreaLevel110postalCodeACSS_S5Stcfc",
432
- "mangledName": "$s18DoorstepDropoffSDK11AddressTypeV12streetNumber5route10subPremise8locality24administrativeAreaLevel110postalCodeACSS_S5Stcfc",
1129
+ "usr": "s:18DoorstepDropoffSDK13LatLngAddressV8latitude9longitude7subUnitACSd_SdSStcfc",
1130
+ "mangledName": "$s18DoorstepDropoffSDK13LatLngAddressV8latitude9longitude7subUnitACSd_SdSStcfc",
433
1131
  "moduleName": "DoorstepDropoffSDK",
434
1132
  "declAttributes": [
435
1133
  "AccessControl"
@@ -449,13 +1147,12 @@
449
1147
  }
450
1148
  ],
451
1149
  "declKind": "Var",
452
- "usr": "s:18DoorstepDropoffSDK11AddressTypeV13addressStringSSvp",
453
- "mangledName": "$s18DoorstepDropoffSDK11AddressTypeV13addressStringSSvp",
1150
+ "usr": "s:18DoorstepDropoffSDK13LatLngAddressV13addressStringSSvp",
1151
+ "mangledName": "$s18DoorstepDropoffSDK13LatLngAddressV13addressStringSSvp",
454
1152
  "moduleName": "DoorstepDropoffSDK",
455
1153
  "declAttributes": [
456
1154
  "AccessControl"
457
1155
  ],
458
- "isFromExtension": true,
459
1156
  "accessors": [
460
1157
  {
461
1158
  "kind": "Accessor",
@@ -470,18 +1167,17 @@
470
1167
  }
471
1168
  ],
472
1169
  "declKind": "Accessor",
473
- "usr": "s:18DoorstepDropoffSDK11AddressTypeV13addressStringSSvg",
474
- "mangledName": "$s18DoorstepDropoffSDK11AddressTypeV13addressStringSSvg",
1170
+ "usr": "s:18DoorstepDropoffSDK13LatLngAddressV13addressStringSSvg",
1171
+ "mangledName": "$s18DoorstepDropoffSDK13LatLngAddressV13addressStringSSvg",
475
1172
  "moduleName": "DoorstepDropoffSDK",
476
- "isFromExtension": true,
477
1173
  "accessorKind": "get"
478
1174
  }
479
1175
  ]
480
1176
  }
481
1177
  ],
482
1178
  "declKind": "Struct",
483
- "usr": "s:18DoorstepDropoffSDK11AddressTypeV",
484
- "mangledName": "$s18DoorstepDropoffSDK11AddressTypeV",
1179
+ "usr": "s:18DoorstepDropoffSDK13LatLngAddressV",
1180
+ "mangledName": "$s18DoorstepDropoffSDK13LatLngAddressV",
485
1181
  "moduleName": "DoorstepDropoffSDK",
486
1182
  "declAttributes": [
487
1183
  "AccessControl"
@@ -639,30 +1335,155 @@
639
1335
  },
640
1336
  {
641
1337
  "kind": "Var",
642
- "name": "invalidAddress",
643
- "printedName": "invalidAddress",
1338
+ "name": "invalidAddress",
1339
+ "printedName": "invalidAddress",
1340
+ "children": [
1341
+ {
1342
+ "kind": "TypeFunc",
1343
+ "name": "Function",
1344
+ "printedName": "(DoorstepDropoffSDK.DoorstepAIError.Type) -> DoorstepDropoffSDK.DoorstepAIError",
1345
+ "children": [
1346
+ {
1347
+ "kind": "TypeNominal",
1348
+ "name": "DoorstepAIError",
1349
+ "printedName": "DoorstepDropoffSDK.DoorstepAIError",
1350
+ "usr": "s:18DoorstepDropoffSDK0A7AIErrorO"
1351
+ },
1352
+ {
1353
+ "kind": "TypeNominal",
1354
+ "name": "Metatype",
1355
+ "printedName": "DoorstepDropoffSDK.DoorstepAIError.Type",
1356
+ "children": [
1357
+ {
1358
+ "kind": "TypeNominal",
1359
+ "name": "DoorstepAIError",
1360
+ "printedName": "DoorstepDropoffSDK.DoorstepAIError",
1361
+ "usr": "s:18DoorstepDropoffSDK0A7AIErrorO"
1362
+ }
1363
+ ]
1364
+ }
1365
+ ]
1366
+ }
1367
+ ],
1368
+ "declKind": "EnumElement",
1369
+ "usr": "s:18DoorstepDropoffSDK0A7AIErrorO14invalidAddressyA2CmF",
1370
+ "mangledName": "$s18DoorstepDropoffSDK0A7AIErrorO14invalidAddressyA2CmF",
1371
+ "moduleName": "DoorstepDropoffSDK"
1372
+ }
1373
+ ],
1374
+ "declKind": "Enum",
1375
+ "usr": "s:18DoorstepDropoffSDK0A7AIErrorO",
1376
+ "mangledName": "$s18DoorstepDropoffSDK0A7AIErrorO",
1377
+ "moduleName": "DoorstepDropoffSDK",
1378
+ "declAttributes": [
1379
+ "AccessControl"
1380
+ ],
1381
+ "conformances": [
1382
+ {
1383
+ "kind": "Conformance",
1384
+ "name": "Copyable",
1385
+ "printedName": "Copyable",
1386
+ "usr": "s:s8CopyableP",
1387
+ "mangledName": "$ss8CopyableP"
1388
+ },
1389
+ {
1390
+ "kind": "Conformance",
1391
+ "name": "Escapable",
1392
+ "printedName": "Escapable",
1393
+ "usr": "s:s9EscapableP",
1394
+ "mangledName": "$ss9EscapableP"
1395
+ },
1396
+ {
1397
+ "kind": "Conformance",
1398
+ "name": "Error",
1399
+ "printedName": "Error",
1400
+ "usr": "s:s5ErrorP",
1401
+ "mangledName": "$ss5ErrorP"
1402
+ },
1403
+ {
1404
+ "kind": "Conformance",
1405
+ "name": "Sendable",
1406
+ "printedName": "Sendable",
1407
+ "usr": "s:s8SendableP",
1408
+ "mangledName": "$ss8SendableP"
1409
+ },
1410
+ {
1411
+ "kind": "Conformance",
1412
+ "name": "SendableMetatype",
1413
+ "printedName": "SendableMetatype",
1414
+ "usr": "s:s16SendableMetatypeP",
1415
+ "mangledName": "$ss16SendableMetatypeP"
1416
+ }
1417
+ ]
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",
644
1465
  "children": [
645
1466
  {
646
1467
  "kind": "TypeFunc",
647
1468
  "name": "Function",
648
- "printedName": "(DoorstepDropoffSDK.DoorstepAIError.Type) -> DoorstepDropoffSDK.DoorstepAIError",
1469
+ "printedName": "(DoorstepDropoffSDK.DropoffType.Type) -> DoorstepDropoffSDK.DropoffType",
649
1470
  "children": [
650
1471
  {
651
1472
  "kind": "TypeNominal",
652
- "name": "DoorstepAIError",
653
- "printedName": "DoorstepDropoffSDK.DoorstepAIError",
654
- "usr": "s:18DoorstepDropoffSDK0A7AIErrorO"
1473
+ "name": "DropoffType",
1474
+ "printedName": "DoorstepDropoffSDK.DropoffType",
1475
+ "usr": "s:18DoorstepDropoffSDK0B4TypeO"
655
1476
  },
656
1477
  {
657
1478
  "kind": "TypeNominal",
658
1479
  "name": "Metatype",
659
- "printedName": "DoorstepDropoffSDK.DoorstepAIError.Type",
1480
+ "printedName": "DoorstepDropoffSDK.DropoffType.Type",
660
1481
  "children": [
661
1482
  {
662
1483
  "kind": "TypeNominal",
663
- "name": "DoorstepAIError",
664
- "printedName": "DoorstepDropoffSDK.DoorstepAIError",
665
- "usr": "s:18DoorstepDropoffSDK0A7AIErrorO"
1484
+ "name": "DropoffType",
1485
+ "printedName": "DoorstepDropoffSDK.DropoffType",
1486
+ "usr": "s:18DoorstepDropoffSDK0B4TypeO"
666
1487
  }
667
1488
  ]
668
1489
  }
@@ -670,18 +1491,91 @@
670
1491
  }
671
1492
  ],
672
1493
  "declKind": "EnumElement",
673
- "usr": "s:18DoorstepDropoffSDK0A7AIErrorO14invalidAddressyA2CmF",
674
- "mangledName": "$s18DoorstepDropoffSDK0A7AIErrorO14invalidAddressyA2CmF",
1494
+ "usr": "s:18DoorstepDropoffSDK0B4TypeO7non_podyA2CmF",
1495
+ "mangledName": "$s18DoorstepDropoffSDK0B4TypeO7non_podyA2CmF",
675
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
+ ]
676
1569
  }
677
1570
  ],
678
1571
  "declKind": "Enum",
679
- "usr": "s:18DoorstepDropoffSDK0A7AIErrorO",
680
- "mangledName": "$s18DoorstepDropoffSDK0A7AIErrorO",
1572
+ "usr": "s:18DoorstepDropoffSDK0B4TypeO",
1573
+ "mangledName": "$s18DoorstepDropoffSDK0B4TypeO",
681
1574
  "moduleName": "DoorstepDropoffSDK",
682
1575
  "declAttributes": [
683
1576
  "AccessControl"
684
1577
  ],
1578
+ "enumRawTypeName": "String",
685
1579
  "conformances": [
686
1580
  {
687
1581
  "kind": "Conformance",
@@ -699,36 +1593,241 @@
699
1593
  },
700
1594
  {
701
1595
  "kind": "Conformance",
702
- "name": "Error",
703
- "printedName": "Error",
704
- "usr": "s:s5ErrorP",
705
- "mangledName": "$ss5ErrorP"
1596
+ "name": "Equatable",
1597
+ "printedName": "Equatable",
1598
+ "usr": "s:SQ",
1599
+ "mangledName": "$sSQ"
706
1600
  },
707
1601
  {
708
1602
  "kind": "Conformance",
709
- "name": "Sendable",
710
- "printedName": "Sendable",
711
- "usr": "s:s8SendableP",
712
- "mangledName": "$ss8SendableP"
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
+ },
1646
+ {
1647
+ "kind": "TypeDecl",
1648
+ "name": "DoorstepAI",
1649
+ "printedName": "DoorstepAI",
1650
+ "children": [
1651
+ {
1652
+ "kind": "Function",
1653
+ "name": "setApiKey",
1654
+ "printedName": "setApiKey(key:initCollectors:shouldGetConfig:)",
1655
+ "children": [
1656
+ {
1657
+ "kind": "TypeNominal",
1658
+ "name": "Void",
1659
+ "printedName": "()"
1660
+ },
1661
+ {
1662
+ "kind": "TypeNominal",
1663
+ "name": "String",
1664
+ "printedName": "Swift.String",
1665
+ "usr": "s:SS"
1666
+ },
1667
+ {
1668
+ "kind": "TypeNominal",
1669
+ "name": "Bool",
1670
+ "printedName": "Swift.Bool",
1671
+ "hasDefaultArg": true,
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"
1736
+ }
1737
+ ],
1738
+ "declKind": "Func",
1739
+ "usr": "s:18DoorstepDropoffSDK0A2AIC22configureRemoteLogging7enabled8minLevel13flushInterval9batchSize08maxQueueN0ySb_AA06SDKLogJ0OSdS2itFZ",
1740
+ "mangledName": "$s18DoorstepDropoffSDK0A2AIC22configureRemoteLogging7enabled8minLevel13flushInterval9batchSize08maxQueueN0ySb_AA06SDKLogJ0OSdS2itFZ",
1741
+ "moduleName": "DoorstepDropoffSDK",
1742
+ "static": true,
1743
+ "declAttributes": [
1744
+ "Final",
1745
+ "AccessControl"
1746
+ ],
1747
+ "funcSelfKind": "NonMutating"
1748
+ },
1749
+ {
1750
+ "kind": "Function",
1751
+ "name": "enableDevMode",
1752
+ "printedName": "enableDevMode(apiKey:)",
1753
+ "children": [
1754
+ {
1755
+ "kind": "TypeNominal",
1756
+ "name": "Void",
1757
+ "printedName": "()"
1758
+ },
1759
+ {
1760
+ "kind": "TypeNominal",
1761
+ "name": "String",
1762
+ "printedName": "Swift.String",
1763
+ "usr": "s:SS"
1764
+ }
1765
+ ],
1766
+ "declKind": "Func",
1767
+ "usr": "s:18DoorstepDropoffSDK0A2AIC13enableDevMode6apiKeyySS_tYaFZ",
1768
+ "mangledName": "$s18DoorstepDropoffSDK0A2AIC13enableDevMode6apiKeyySS_tYaFZ",
1769
+ "moduleName": "DoorstepDropoffSDK",
1770
+ "static": true,
1771
+ "declAttributes": [
1772
+ "Final",
1773
+ "AccessControl"
1774
+ ],
1775
+ "funcSelfKind": "NonMutating"
1776
+ },
1777
+ {
1778
+ "kind": "Function",
1779
+ "name": "startDeliveryByPlaceID",
1780
+ "printedName": "startDeliveryByPlaceID(placeID:deliveryId:timeoutSeconds:)",
1781
+ "children": [
1782
+ {
1783
+ "kind": "TypeNominal",
1784
+ "name": "Void",
1785
+ "printedName": "()"
1786
+ },
1787
+ {
1788
+ "kind": "TypeNominal",
1789
+ "name": "String",
1790
+ "printedName": "Swift.String",
1791
+ "usr": "s:SS"
1792
+ },
1793
+ {
1794
+ "kind": "TypeNominal",
1795
+ "name": "String",
1796
+ "printedName": "Swift.String",
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"
1813
+ }
1814
+ ],
1815
+ "declKind": "Func",
1816
+ "usr": "s:18DoorstepDropoffSDK0A2AIC22startDeliveryByPlaceID05placeI010deliveryId14timeoutSecondsySS_SSSdSgtYaKFZ",
1817
+ "mangledName": "$s18DoorstepDropoffSDK0A2AIC22startDeliveryByPlaceID05placeI010deliveryId14timeoutSecondsySS_SSSdSgtYaKFZ",
1818
+ "moduleName": "DoorstepDropoffSDK",
1819
+ "static": true,
1820
+ "declAttributes": [
1821
+ "Final",
1822
+ "AccessControl"
1823
+ ],
1824
+ "throwing": true,
1825
+ "funcSelfKind": "NonMutating"
713
1826
  },
714
- {
715
- "kind": "Conformance",
716
- "name": "SendableMetatype",
717
- "printedName": "SendableMetatype",
718
- "usr": "s:s16SendableMetatypeP",
719
- "mangledName": "$ss16SendableMetatypeP"
720
- }
721
- ]
722
- },
723
- {
724
- "kind": "TypeDecl",
725
- "name": "DoorstepAI",
726
- "printedName": "DoorstepAI",
727
- "children": [
728
1827
  {
729
1828
  "kind": "Function",
730
- "name": "setApiKey",
731
- "printedName": "setApiKey(key:)",
1829
+ "name": "startDeliveryByPlusCode",
1830
+ "printedName": "startDeliveryByPlusCode(plusCode:deliveryId:timeoutSeconds:)",
732
1831
  "children": [
733
1832
  {
734
1833
  "kind": "TypeNominal",
@@ -740,45 +1839,95 @@
740
1839
  "name": "String",
741
1840
  "printedName": "Swift.String",
742
1841
  "usr": "s:SS"
1842
+ },
1843
+ {
1844
+ "kind": "TypeNominal",
1845
+ "name": "String",
1846
+ "printedName": "Swift.String",
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"
743
1863
  }
744
1864
  ],
745
1865
  "declKind": "Func",
746
- "usr": "s:18DoorstepDropoffSDK0A2AIC9setApiKey3keyySS_tFZ",
747
- "mangledName": "$s18DoorstepDropoffSDK0A2AIC9setApiKey3keyySS_tFZ",
1866
+ "usr": "s:18DoorstepDropoffSDK0A2AIC23startDeliveryByPlusCode04plusI010deliveryId14timeoutSecondsySS_SSSdSgtYaKFZ",
1867
+ "mangledName": "$s18DoorstepDropoffSDK0A2AIC23startDeliveryByPlusCode04plusI010deliveryId14timeoutSecondsySS_SSSdSgtYaKFZ",
748
1868
  "moduleName": "DoorstepDropoffSDK",
749
1869
  "static": true,
750
1870
  "declAttributes": [
751
1871
  "Final",
752
1872
  "AccessControl"
753
1873
  ],
1874
+ "throwing": true,
754
1875
  "funcSelfKind": "NonMutating"
755
1876
  },
756
1877
  {
757
1878
  "kind": "Function",
758
- "name": "enableDevMode",
759
- "printedName": "enableDevMode()",
1879
+ "name": "startDeliveryByAddressType",
1880
+ "printedName": "startDeliveryByAddressType(address:deliveryId:timeoutSeconds:)",
760
1881
  "children": [
761
1882
  {
762
1883
  "kind": "TypeNominal",
763
1884
  "name": "Void",
764
1885
  "printedName": "()"
1886
+ },
1887
+ {
1888
+ "kind": "TypeNominal",
1889
+ "name": "AddressType",
1890
+ "printedName": "DoorstepDropoffSDK.AddressType",
1891
+ "usr": "s:18DoorstepDropoffSDK11AddressTypeV"
1892
+ },
1893
+ {
1894
+ "kind": "TypeNominal",
1895
+ "name": "String",
1896
+ "printedName": "Swift.String",
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"
765
1913
  }
766
1914
  ],
767
1915
  "declKind": "Func",
768
- "usr": "s:18DoorstepDropoffSDK0A2AIC13enableDevModeyyFZ",
769
- "mangledName": "$s18DoorstepDropoffSDK0A2AIC13enableDevModeyyFZ",
1916
+ "usr": "s:18DoorstepDropoffSDK0A2AIC26startDeliveryByAddressType7address10deliveryId14timeoutSecondsyAA0hI0V_SSSdSgtYaKFZ",
1917
+ "mangledName": "$s18DoorstepDropoffSDK0A2AIC26startDeliveryByAddressType7address10deliveryId14timeoutSecondsyAA0hI0V_SSSdSgtYaKFZ",
770
1918
  "moduleName": "DoorstepDropoffSDK",
771
1919
  "static": true,
772
1920
  "declAttributes": [
773
1921
  "Final",
774
1922
  "AccessControl"
775
1923
  ],
1924
+ "throwing": true,
776
1925
  "funcSelfKind": "NonMutating"
777
1926
  },
778
1927
  {
779
1928
  "kind": "Function",
780
- "name": "startDeliveryByPlaceID",
781
- "printedName": "startDeliveryByPlaceID(placeID:deliveryId:)",
1929
+ "name": "startDeliveryByAddressString",
1930
+ "printedName": "startDeliveryByAddressString(address:deliveryId:timeoutSeconds:)",
782
1931
  "children": [
783
1932
  {
784
1933
  "kind": "TypeNominal",
@@ -796,11 +1945,26 @@
796
1945
  "name": "String",
797
1946
  "printedName": "Swift.String",
798
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"
799
1963
  }
800
1964
  ],
801
1965
  "declKind": "Func",
802
- "usr": "s:18DoorstepDropoffSDK0A2AIC22startDeliveryByPlaceID05placeI010deliveryIdySS_SStYaKFZ",
803
- "mangledName": "$s18DoorstepDropoffSDK0A2AIC22startDeliveryByPlaceID05placeI010deliveryIdySS_SStYaKFZ",
1966
+ "usr": "s:18DoorstepDropoffSDK0A2AIC28startDeliveryByAddressString7address10deliveryId14timeoutSecondsySS_SSSdSgtYaKFZ",
1967
+ "mangledName": "$s18DoorstepDropoffSDK0A2AIC28startDeliveryByAddressString7address10deliveryId14timeoutSecondsySS_SSSdSgtYaKFZ",
804
1968
  "moduleName": "DoorstepDropoffSDK",
805
1969
  "static": true,
806
1970
  "declAttributes": [
@@ -812,14 +1976,26 @@
812
1976
  },
813
1977
  {
814
1978
  "kind": "Function",
815
- "name": "startDeliveryByPlusCode",
816
- "printedName": "startDeliveryByPlusCode(plusCode:deliveryId:)",
1979
+ "name": "startDeliveryByLatLng",
1980
+ "printedName": "startDeliveryByLatLng(latitude:longitude:subUnit:deliveryId:timeoutSeconds:)",
817
1981
  "children": [
818
1982
  {
819
1983
  "kind": "TypeNominal",
820
1984
  "name": "Void",
821
1985
  "printedName": "()"
822
1986
  },
1987
+ {
1988
+ "kind": "TypeNominal",
1989
+ "name": "Double",
1990
+ "printedName": "Swift.Double",
1991
+ "usr": "s:Sd"
1992
+ },
1993
+ {
1994
+ "kind": "TypeNominal",
1995
+ "name": "Double",
1996
+ "printedName": "Swift.Double",
1997
+ "usr": "s:Sd"
1998
+ },
823
1999
  {
824
2000
  "kind": "TypeNominal",
825
2001
  "name": "String",
@@ -831,11 +2007,26 @@
831
2007
  "name": "String",
832
2008
  "printedName": "Swift.String",
833
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"
834
2025
  }
835
2026
  ],
836
2027
  "declKind": "Func",
837
- "usr": "s:18DoorstepDropoffSDK0A2AIC23startDeliveryByPlusCode04plusI010deliveryIdySS_SStYaKFZ",
838
- "mangledName": "$s18DoorstepDropoffSDK0A2AIC23startDeliveryByPlusCode04plusI010deliveryIdySS_SStYaKFZ",
2028
+ "usr": "s:18DoorstepDropoffSDK0A2AIC21startDeliveryByLatLng8latitude9longitude7subUnit10deliveryId14timeoutSecondsySd_SdS2SSdSgtYaKFZ",
2029
+ "mangledName": "$s18DoorstepDropoffSDK0A2AIC21startDeliveryByLatLng8latitude9longitude7subUnit10deliveryId14timeoutSecondsySd_SdS2SSdSgtYaKFZ",
839
2030
  "moduleName": "DoorstepDropoffSDK",
840
2031
  "static": true,
841
2032
  "declAttributes": [
@@ -847,30 +2038,30 @@
847
2038
  },
848
2039
  {
849
2040
  "kind": "Function",
850
- "name": "startDeliveryByAddressType",
851
- "printedName": "startDeliveryByAddressType(address:deliveryId:)",
2041
+ "name": "markDropoff",
2042
+ "printedName": "markDropoff(deliveryId:dropoffType:)",
852
2043
  "children": [
853
2044
  {
854
2045
  "kind": "TypeNominal",
855
2046
  "name": "Void",
856
2047
  "printedName": "()"
857
2048
  },
858
- {
859
- "kind": "TypeNominal",
860
- "name": "AddressType",
861
- "printedName": "DoorstepDropoffSDK.AddressType",
862
- "usr": "s:18DoorstepDropoffSDK11AddressTypeV"
863
- },
864
2049
  {
865
2050
  "kind": "TypeNominal",
866
2051
  "name": "String",
867
2052
  "printedName": "Swift.String",
868
2053
  "usr": "s:SS"
2054
+ },
2055
+ {
2056
+ "kind": "TypeNominal",
2057
+ "name": "DropoffType",
2058
+ "printedName": "DoorstepDropoffSDK.DropoffType",
2059
+ "usr": "s:18DoorstepDropoffSDK0B4TypeO"
869
2060
  }
870
2061
  ],
871
2062
  "declKind": "Func",
872
- "usr": "s:18DoorstepDropoffSDK0A2AIC26startDeliveryByAddressType7address10deliveryIdyAA0hI0V_SStYaKFZ",
873
- "mangledName": "$s18DoorstepDropoffSDK0A2AIC26startDeliveryByAddressType7address10deliveryIdyAA0hI0V_SStYaKFZ",
2063
+ "usr": "s:18DoorstepDropoffSDK0A2AIC04markB010deliveryId11dropoffTypeySS_AA0bI0OtYaKFZ",
2064
+ "mangledName": "$s18DoorstepDropoffSDK0A2AIC04markB010deliveryId11dropoffTypeySS_AA0bI0OtYaKFZ",
874
2065
  "moduleName": "DoorstepDropoffSDK",
875
2066
  "static": true,
876
2067
  "declAttributes": [
@@ -1025,23 +2216,6 @@
1025
2216
  "RawDocComment"
1026
2217
  ]
1027
2218
  },
1028
- {
1029
- "kind": "Import",
1030
- "name": "SwiftUI",
1031
- "printedName": "SwiftUI",
1032
- "declKind": "Import",
1033
- "moduleName": "DoorstepDropoffSDK"
1034
- },
1035
- {
1036
- "kind": "Import",
1037
- "name": "Foundation",
1038
- "printedName": "Foundation",
1039
- "declKind": "Import",
1040
- "moduleName": "DoorstepDropoffSDK",
1041
- "declAttributes": [
1042
- "RawDocComment"
1043
- ]
1044
- },
1045
2219
  {
1046
2220
  "kind": "Import",
1047
2221
  "name": "CoreLocation",
@@ -1298,6 +2472,13 @@
1298
2472
  ],
1299
2473
  "isExternal": true,
1300
2474
  "conformances": [
2475
+ {
2476
+ "kind": "Conformance",
2477
+ "name": "_ExpressibleByBuiltinStringLiteral",
2478
+ "printedName": "_ExpressibleByBuiltinStringLiteral",
2479
+ "usr": "s:s34_ExpressibleByBuiltinStringLiteralP",
2480
+ "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP"
2481
+ },
1301
2482
  {
1302
2483
  "kind": "Conformance",
1303
2484
  "name": "Copyable",
@@ -1319,6 +2500,13 @@
1319
2500
  "usr": "s:18DoorstepDropoffSDK18AddressDesignationP",
1320
2501
  "mangledName": "$s18DoorstepDropoffSDK18AddressDesignationP"
1321
2502
  },
2503
+ {
2504
+ "kind": "Conformance",
2505
+ "name": "Equatable",
2506
+ "printedName": "Equatable",
2507
+ "usr": "s:SQ",
2508
+ "mangledName": "$sSQ"
2509
+ },
1322
2510
  {
1323
2511
  "kind": "Conformance",
1324
2512
  "name": "Decodable",
@@ -1410,13 +2598,6 @@
1410
2598
  "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP",
1411
2599
  "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP"
1412
2600
  },
1413
- {
1414
- "kind": "Conformance",
1415
- "name": "_ExpressibleByBuiltinStringLiteral",
1416
- "printedName": "_ExpressibleByBuiltinStringLiteral",
1417
- "usr": "s:s34_ExpressibleByBuiltinStringLiteralP",
1418
- "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP"
1419
- },
1420
2601
  {
1421
2602
  "kind": "Conformance",
1422
2603
  "name": "ExpressibleByStringLiteral",
@@ -1683,13 +2864,6 @@
1683
2864
  "usr": "s:ST",
1684
2865
  "mangledName": "$sST"
1685
2866
  },
1686
- {
1687
- "kind": "Conformance",
1688
- "name": "Equatable",
1689
- "printedName": "Equatable",
1690
- "usr": "s:SQ",
1691
- "mangledName": "$sSQ"
1692
- },
1693
2867
  {
1694
2868
  "kind": "Conformance",
1695
2869
  "name": "Comparable",
@@ -1880,178 +3054,619 @@
1880
3054
  "json_format_version": 8
1881
3055
  },
1882
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
+ },
1883
3239
  {
1884
3240
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1885
3241
  "kind": "IntegerLiteral",
1886
- "offset": 2223,
3242
+ "offset": 2696,
1887
3243
  "length": 1,
1888
3244
  "value": "0"
1889
3245
  },
1890
3246
  {
1891
3247
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1892
3248
  "kind": "StringLiteral",
1893
- "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,
1894
3257
  "length": 21,
1895
3258
  "value": "\"NetworkMonitorQueue\""
1896
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
+ },
1897
3267
  {
1898
3268
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1899
3269
  "kind": "BooleanLiteral",
1900
- "offset": 2966,
3270
+ "offset": 3581,
1901
3271
  "length": 4,
1902
3272
  "value": "true"
1903
3273
  },
1904
3274
  {
1905
3275
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1906
3276
  "kind": "IntegerLiteral",
1907
- "offset": 3011,
3277
+ "offset": 3626,
1908
3278
  "length": 1,
1909
3279
  "value": "5"
1910
3280
  },
1911
3281
  {
1912
3282
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1913
3283
  "kind": "IntegerLiteral",
1914
- "offset": 3056,
3284
+ "offset": 3671,
1915
3285
  "length": 2,
1916
3286
  "value": "20"
1917
3287
  },
1918
3288
  {
1919
3289
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1920
3290
  "kind": "Array",
1921
- "offset": 3146,
3291
+ "offset": 3761,
1922
3292
  "length": 2,
1923
3293
  "value": "[]"
1924
3294
  },
1925
3295
  {
1926
3296
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1927
3297
  "kind": "StringLiteral",
1928
- "offset": 3201,
3298
+ "offset": 3816,
1929
3299
  "length": 24,
1930
3300
  "value": "\"RequestQueueProcessing\""
1931
3301
  },
1932
3302
  {
1933
3303
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1934
3304
  "kind": "StringLiteral",
1935
- "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,
1936
3313
  "length": 24,
1937
3314
  "value": "\"pendingNetworkRequests\""
1938
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
+ },
1939
3323
  {
1940
3324
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1941
3325
  "kind": "BooleanLiteral",
1942
- "offset": 3347,
3326
+ "offset": 4118,
1943
3327
  "length": 4,
1944
3328
  "value": "true"
1945
3329
  },
1946
3330
  {
1947
3331
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1948
3332
  "kind": "BooleanLiteral",
1949
- "offset": 3423,
3333
+ "offset": 4194,
1950
3334
  "length": 5,
1951
3335
  "value": "false"
1952
3336
  },
1953
3337
  {
1954
3338
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1955
3339
  "kind": "StringLiteral",
1956
- "offset": 3499,
3340
+ "offset": 4270,
1957
3341
  "length": 2,
1958
3342
  "value": "\"\""
1959
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
+ },
1960
3358
  {
1961
3359
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1962
3360
  "kind": "Dictionary",
1963
- "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,
1964
3376
  "length": 3,
1965
3377
  "value": "[]"
1966
3378
  },
1967
3379
  {
1968
3380
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1969
3381
  "kind": "IntegerLiteral",
1970
- "offset": 24422,
3382
+ "offset": 26034,
1971
3383
  "length": 1,
1972
3384
  "value": "0"
1973
3385
  },
1974
3386
  {
1975
3387
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
1976
3388
  "kind": "IntegerLiteral",
1977
- "offset": 28227,
3389
+ "offset": 30461,
1978
3390
  "length": 1,
1979
3391
  "value": "0"
1980
3392
  },
1981
3393
  {
1982
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/InternalSensor.swift",
1983
- "kind": "FloatLiteral",
1984
- "offset": 2674,
1985
- "length": 3,
1986
- "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"
1987
3399
  },
1988
3400
  {
1989
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/InternalSensor.swift",
1990
- "kind": "FloatLiteral",
1991
- "offset": 2719,
1992
- "length": 3,
1993
- "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"
1994
3406
  },
1995
3407
  {
1996
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/InternalSensor.swift",
1997
- "kind": "FloatLiteral",
1998
- "offset": 2764,
3408
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Config.swift",
3409
+ "kind": "IntegerLiteral",
3410
+ "offset": 3275,
1999
3411
  "length": 3,
2000
- "value": "0.0"
3412
+ "value": "100"
2001
3413
  },
2002
3414
  {
2003
- "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",
2004
3563
  "kind": "IntegerLiteral",
2005
- "offset": 2815,
2006
- "length": 1,
2007
- "value": "0"
3564
+ "offset": 10761,
3565
+ "length": 2,
3566
+ "value": "30"
2008
3567
  },
2009
3568
  {
2010
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/InternalSensor.swift",
2011
- "kind": "FloatLiteral",
2012
- "offset": 2851,
2013
- "length": 3,
2014
- "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"
2015
3574
  },
2016
3575
  {
2017
- "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",
2018
3577
  "kind": "IntegerLiteral",
2019
- "offset": 3459,
2020
- "length": 1,
2021
- "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\""
2022
3602
  },
2023
3603
  {
2024
3604
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
2025
3605
  "kind": "Array",
2026
- "offset": 1361,
3606
+ "offset": 1960,
2027
3607
  "length": 2,
2028
3608
  "value": "[]"
2029
3609
  },
2030
3610
  {
2031
3611
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
2032
3612
  "kind": "BooleanLiteral",
2033
- "offset": 1395,
3613
+ "offset": 1994,
2034
3614
  "length": 5,
2035
3615
  "value": "false"
2036
3616
  },
2037
3617
  {
2038
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataHolder.swift",
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
+ },
3631
+ {
3632
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
2039
3633
  "kind": "BooleanLiteral",
2040
- "offset": 397,
2041
- "length": 5,
2042
- "value": "false"
3634
+ "offset": 2255,
3635
+ "length": 4,
3636
+ "value": "true"
2043
3637
  },
2044
3638
  {
2045
- "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataHolder.swift",
2046
- "kind": "StringLiteral",
2047
- "offset": 443,
2048
- "length": 13,
2049
- "value": "\"dataCollect\""
3639
+ "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
3640
+ "kind": "BooleanLiteral",
3641
+ "offset": 2285,
3642
+ "length": 4,
3643
+ "value": "true"
3644
+ },
3645
+ {
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"
2050
3665
  },
2051
3666
  {
2052
3667
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/LocationManager.swift",
2053
3668
  "kind": "BooleanLiteral",
2054
- "offset": 920,
3669
+ "offset": 1054,
2055
3670
  "length": 5,
2056
3671
  "value": "false"
2057
3672
  },
@@ -2072,51 +3687,79 @@
2072
3687
  {
2073
3688
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
2074
3689
  "kind": "Array",
2075
- "offset": 519,
3690
+ "offset": 517,
2076
3691
  "length": 2,
2077
3692
  "value": "[]"
2078
3693
  },
2079
3694
  {
2080
3695
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
2081
3696
  "kind": "Array",
2082
- "offset": 589,
3697
+ "offset": 587,
2083
3698
  "length": 2,
2084
3699
  "value": "[]"
2085
3700
  },
2086
3701
  {
2087
3702
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
2088
3703
  "kind": "Array",
2089
- "offset": 636,
3704
+ "offset": 634,
2090
3705
  "length": 2,
2091
3706
  "value": "[]"
2092
3707
  },
2093
3708
  {
2094
3709
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
2095
3710
  "kind": "Array",
2096
- "offset": 683,
3711
+ "offset": 681,
2097
3712
  "length": 2,
2098
3713
  "value": "[]"
2099
3714
  },
2100
3715
  {
2101
3716
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
2102
3717
  "kind": "Array",
2103
- "offset": 728,
3718
+ "offset": 726,
2104
3719
  "length": 2,
2105
3720
  "value": "[]"
2106
3721
  },
2107
3722
  {
2108
3723
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
2109
3724
  "kind": "Array",
2110
- "offset": 771,
3725
+ "offset": 769,
2111
3726
  "length": 2,
2112
3727
  "value": "[]"
2113
3728
  },
2114
3729
  {
2115
3730
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
2116
3731
  "kind": "IntegerLiteral",
2117
- "offset": 822,
3732
+ "offset": 820,
2118
3733
  "length": 2,
2119
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"
2120
3763
  }
2121
3764
  ]
2122
3765
  }