@doorstepai/dropoff-sdk 2.0.7 → 2.0.8

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 (33) hide show
  1. package/android/build.gradle +1 -1
  2. package/android/src/main/java/com/doorstepai/dropoffsdk/DoorstepAIModule.kt +21 -5
  3. package/ios/DoorstepAI.mm +10 -0
  4. package/ios/DoorstepAI.swift +20 -0
  5. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/DoorstepDropoffSDK +0 -0
  6. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Info.plist +0 -0
  7. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.abi.json +203 -53
  8. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +7 -7
  9. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  10. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.swiftinterface +7 -7
  11. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/_CodeSignature/CodeResources +11 -11
  12. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/DWARF/DoorstepDropoffSDK +0 -0
  13. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/aarch64/DoorstepDropoffSDK.yml +2116 -2106
  14. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/DoorstepDropoffSDK +0 -0
  15. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Info.plist +0 -0
  16. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +203 -53
  17. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +7 -7
  18. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  19. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +7 -7
  20. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +203 -53
  21. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +7 -7
  22. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  23. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +7 -7
  24. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/_CodeSignature/CodeResources +21 -21
  25. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/DWARF/DoorstepDropoffSDK +0 -0
  26. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/aarch64/DoorstepDropoffSDK.yml +2116 -2106
  27. package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/x86_64/DoorstepDropoffSDK.yml +2105 -2096
  28. package/lib/module/DoorstepAI.js +21 -9
  29. package/lib/module/DoorstepAI.js.map +1 -1
  30. package/lib/typescript/src/DoorstepAI.d.ts +10 -0
  31. package/lib/typescript/src/DoorstepAI.d.ts.map +1 -1
  32. package/package.json +1 -1
  33. package/src/DoorstepAI.tsx +56 -14
@@ -2209,7 +2209,7 @@
2209
2209
  {
2210
2210
  "kind": "Function",
2211
2211
  "name": "startDeliveryByPlaceID",
2212
- "printedName": "startDeliveryByPlaceID(placeID:deliveryId:timeoutSeconds:autoStopAfterDropoffSeconds:)",
2212
+ "printedName": "startDeliveryByPlaceID(placeID:deliveryId:customerId:driverId:timeoutSeconds:autoStopAfterDropoffSeconds:)",
2213
2213
  "children": [
2214
2214
  {
2215
2215
  "kind": "TypeNominal",
@@ -2228,6 +2228,36 @@
2228
2228
  "printedName": "Swift.String",
2229
2229
  "usr": "s:SS"
2230
2230
  },
2231
+ {
2232
+ "kind": "TypeNominal",
2233
+ "name": "Optional",
2234
+ "printedName": "Swift.String?",
2235
+ "children": [
2236
+ {
2237
+ "kind": "TypeNominal",
2238
+ "name": "String",
2239
+ "printedName": "Swift.String",
2240
+ "usr": "s:SS"
2241
+ }
2242
+ ],
2243
+ "hasDefaultArg": true,
2244
+ "usr": "s:Sq"
2245
+ },
2246
+ {
2247
+ "kind": "TypeNominal",
2248
+ "name": "Optional",
2249
+ "printedName": "Swift.String?",
2250
+ "children": [
2251
+ {
2252
+ "kind": "TypeNominal",
2253
+ "name": "String",
2254
+ "printedName": "Swift.String",
2255
+ "usr": "s:SS"
2256
+ }
2257
+ ],
2258
+ "hasDefaultArg": true,
2259
+ "usr": "s:Sq"
2260
+ },
2231
2261
  {
2232
2262
  "kind": "TypeNominal",
2233
2263
  "name": "Optional",
@@ -2260,8 +2290,8 @@
2260
2290
  }
2261
2291
  ],
2262
2292
  "declKind": "Func",
2263
- "usr": "s:18DoorstepDropoffSDK0A2AIC22startDeliveryByPlaceID05placeI010deliveryId14timeoutSeconds013autoStopAfterbN0ySS_SSSdSgAItYaKFZ",
2264
- "mangledName": "$s18DoorstepDropoffSDK0A2AIC22startDeliveryByPlaceID05placeI010deliveryId14timeoutSeconds013autoStopAfterbN0ySS_SSSdSgAItYaKFZ",
2293
+ "usr": "s:18DoorstepDropoffSDK0A2AIC22startDeliveryByPlaceID05placeI010deliveryId08customerL006driverL014timeoutSeconds013autoStopAfterbP0ySS_S2SSgAKSdSgALtYaKFZ",
2294
+ "mangledName": "$s18DoorstepDropoffSDK0A2AIC22startDeliveryByPlaceID05placeI010deliveryId08customerL006driverL014timeoutSeconds013autoStopAfterbP0ySS_S2SSgAKSdSgALtYaKFZ",
2265
2295
  "moduleName": "DoorstepDropoffSDK",
2266
2296
  "static": true,
2267
2297
  "declAttributes": [
@@ -2274,7 +2304,7 @@
2274
2304
  {
2275
2305
  "kind": "Function",
2276
2306
  "name": "startDeliveryByPlusCode",
2277
- "printedName": "startDeliveryByPlusCode(plusCode:deliveryId:timeoutSeconds:autoStopAfterDropoffSeconds:)",
2307
+ "printedName": "startDeliveryByPlusCode(plusCode:deliveryId:customerId:driverId:timeoutSeconds:autoStopAfterDropoffSeconds:)",
2278
2308
  "children": [
2279
2309
  {
2280
2310
  "kind": "TypeNominal",
@@ -2293,6 +2323,36 @@
2293
2323
  "printedName": "Swift.String",
2294
2324
  "usr": "s:SS"
2295
2325
  },
2326
+ {
2327
+ "kind": "TypeNominal",
2328
+ "name": "Optional",
2329
+ "printedName": "Swift.String?",
2330
+ "children": [
2331
+ {
2332
+ "kind": "TypeNominal",
2333
+ "name": "String",
2334
+ "printedName": "Swift.String",
2335
+ "usr": "s:SS"
2336
+ }
2337
+ ],
2338
+ "hasDefaultArg": true,
2339
+ "usr": "s:Sq"
2340
+ },
2341
+ {
2342
+ "kind": "TypeNominal",
2343
+ "name": "Optional",
2344
+ "printedName": "Swift.String?",
2345
+ "children": [
2346
+ {
2347
+ "kind": "TypeNominal",
2348
+ "name": "String",
2349
+ "printedName": "Swift.String",
2350
+ "usr": "s:SS"
2351
+ }
2352
+ ],
2353
+ "hasDefaultArg": true,
2354
+ "usr": "s:Sq"
2355
+ },
2296
2356
  {
2297
2357
  "kind": "TypeNominal",
2298
2358
  "name": "Optional",
@@ -2325,8 +2385,8 @@
2325
2385
  }
2326
2386
  ],
2327
2387
  "declKind": "Func",
2328
- "usr": "s:18DoorstepDropoffSDK0A2AIC23startDeliveryByPlusCode04plusI010deliveryId14timeoutSeconds013autoStopAfterbN0ySS_SSSdSgAItYaKFZ",
2329
- "mangledName": "$s18DoorstepDropoffSDK0A2AIC23startDeliveryByPlusCode04plusI010deliveryId14timeoutSeconds013autoStopAfterbN0ySS_SSSdSgAItYaKFZ",
2388
+ "usr": "s:18DoorstepDropoffSDK0A2AIC23startDeliveryByPlusCode04plusI010deliveryId08customerL006driverL014timeoutSeconds013autoStopAfterbP0ySS_S2SSgAKSdSgALtYaKFZ",
2389
+ "mangledName": "$s18DoorstepDropoffSDK0A2AIC23startDeliveryByPlusCode04plusI010deliveryId08customerL006driverL014timeoutSeconds013autoStopAfterbP0ySS_S2SSgAKSdSgALtYaKFZ",
2330
2390
  "moduleName": "DoorstepDropoffSDK",
2331
2391
  "static": true,
2332
2392
  "deprecated": true,
@@ -2341,7 +2401,7 @@
2341
2401
  {
2342
2402
  "kind": "Function",
2343
2403
  "name": "startDeliveryByAddressType",
2344
- "printedName": "startDeliveryByAddressType(address:deliveryId:coordinates:timeoutSeconds:autoStopAfterDropoffSeconds:)",
2404
+ "printedName": "startDeliveryByAddressType(address:deliveryId:customerId:driverId:coordinates:timeoutSeconds:autoStopAfterDropoffSeconds:)",
2345
2405
  "children": [
2346
2406
  {
2347
2407
  "kind": "TypeNominal",
@@ -2360,6 +2420,36 @@
2360
2420
  "printedName": "Swift.String",
2361
2421
  "usr": "s:SS"
2362
2422
  },
2423
+ {
2424
+ "kind": "TypeNominal",
2425
+ "name": "Optional",
2426
+ "printedName": "Swift.String?",
2427
+ "children": [
2428
+ {
2429
+ "kind": "TypeNominal",
2430
+ "name": "String",
2431
+ "printedName": "Swift.String",
2432
+ "usr": "s:SS"
2433
+ }
2434
+ ],
2435
+ "hasDefaultArg": true,
2436
+ "usr": "s:Sq"
2437
+ },
2438
+ {
2439
+ "kind": "TypeNominal",
2440
+ "name": "Optional",
2441
+ "printedName": "Swift.String?",
2442
+ "children": [
2443
+ {
2444
+ "kind": "TypeNominal",
2445
+ "name": "String",
2446
+ "printedName": "Swift.String",
2447
+ "usr": "s:SS"
2448
+ }
2449
+ ],
2450
+ "hasDefaultArg": true,
2451
+ "usr": "s:Sq"
2452
+ },
2363
2453
  {
2364
2454
  "kind": "TypeNominal",
2365
2455
  "name": "Optional",
@@ -2407,8 +2497,8 @@
2407
2497
  }
2408
2498
  ],
2409
2499
  "declKind": "Func",
2410
- "usr": "s:18DoorstepDropoffSDK0A2AIC26startDeliveryByAddressType7address10deliveryId11coordinates14timeoutSeconds013autoStopAfterbO0yAA0hI0V_SSAA12LatLngObjectVSgSdSgAOtYaKFZ",
2411
- "mangledName": "$s18DoorstepDropoffSDK0A2AIC26startDeliveryByAddressType7address10deliveryId11coordinates14timeoutSeconds013autoStopAfterbO0yAA0hI0V_SSAA12LatLngObjectVSgSdSgAOtYaKFZ",
2500
+ "usr": "s:18DoorstepDropoffSDK0A2AIC26startDeliveryByAddressType7address10deliveryId08customerL006driverL011coordinates14timeoutSeconds013autoStopAfterbQ0yAA0hI0V_S2SSgAnA12LatLngObjectVSgSdSgARtYaKFZ",
2501
+ "mangledName": "$s18DoorstepDropoffSDK0A2AIC26startDeliveryByAddressType7address10deliveryId08customerL006driverL011coordinates14timeoutSeconds013autoStopAfterbQ0yAA0hI0V_S2SSgAnA12LatLngObjectVSgSdSgARtYaKFZ",
2412
2502
  "moduleName": "DoorstepDropoffSDK",
2413
2503
  "static": true,
2414
2504
  "declAttributes": [
@@ -2421,7 +2511,7 @@
2421
2511
  {
2422
2512
  "kind": "Function",
2423
2513
  "name": "startDeliveryByAddressString",
2424
- "printedName": "startDeliveryByAddressString(address:deliveryId:coordinates:timeoutSeconds:autoStopAfterDropoffSeconds:)",
2514
+ "printedName": "startDeliveryByAddressString(address:deliveryId:customerId:driverId:coordinates:timeoutSeconds:autoStopAfterDropoffSeconds:)",
2425
2515
  "children": [
2426
2516
  {
2427
2517
  "kind": "TypeNominal",
@@ -2440,6 +2530,36 @@
2440
2530
  "printedName": "Swift.String",
2441
2531
  "usr": "s:SS"
2442
2532
  },
2533
+ {
2534
+ "kind": "TypeNominal",
2535
+ "name": "Optional",
2536
+ "printedName": "Swift.String?",
2537
+ "children": [
2538
+ {
2539
+ "kind": "TypeNominal",
2540
+ "name": "String",
2541
+ "printedName": "Swift.String",
2542
+ "usr": "s:SS"
2543
+ }
2544
+ ],
2545
+ "hasDefaultArg": true,
2546
+ "usr": "s:Sq"
2547
+ },
2548
+ {
2549
+ "kind": "TypeNominal",
2550
+ "name": "Optional",
2551
+ "printedName": "Swift.String?",
2552
+ "children": [
2553
+ {
2554
+ "kind": "TypeNominal",
2555
+ "name": "String",
2556
+ "printedName": "Swift.String",
2557
+ "usr": "s:SS"
2558
+ }
2559
+ ],
2560
+ "hasDefaultArg": true,
2561
+ "usr": "s:Sq"
2562
+ },
2443
2563
  {
2444
2564
  "kind": "TypeNominal",
2445
2565
  "name": "Optional",
@@ -2487,8 +2607,8 @@
2487
2607
  }
2488
2608
  ],
2489
2609
  "declKind": "Func",
2490
- "usr": "s:18DoorstepDropoffSDK0A2AIC28startDeliveryByAddressString7address10deliveryId11coordinates14timeoutSeconds013autoStopAfterbO0ySS_SSAA12LatLngObjectVSgSdSgAMtYaKFZ",
2491
- "mangledName": "$s18DoorstepDropoffSDK0A2AIC28startDeliveryByAddressString7address10deliveryId11coordinates14timeoutSeconds013autoStopAfterbO0ySS_SSAA12LatLngObjectVSgSdSgAMtYaKFZ",
2610
+ "usr": "s:18DoorstepDropoffSDK0A2AIC28startDeliveryByAddressString7address10deliveryId08customerL006driverL011coordinates14timeoutSeconds013autoStopAfterbQ0ySS_S2SSgAlA12LatLngObjectVSgSdSgAPtYaKFZ",
2611
+ "mangledName": "$s18DoorstepDropoffSDK0A2AIC28startDeliveryByAddressString7address10deliveryId08customerL006driverL011coordinates14timeoutSeconds013autoStopAfterbQ0ySS_S2SSgAlA12LatLngObjectVSgSdSgAPtYaKFZ",
2492
2612
  "moduleName": "DoorstepDropoffSDK",
2493
2613
  "static": true,
2494
2614
  "declAttributes": [
@@ -2501,7 +2621,7 @@
2501
2621
  {
2502
2622
  "kind": "Function",
2503
2623
  "name": "startDeliveryByLatLng",
2504
- "printedName": "startDeliveryByLatLng(latitude:longitude:subUnit:deliveryId:timeoutSeconds:autoStopAfterDropoffSeconds:)",
2624
+ "printedName": "startDeliveryByLatLng(latitude:longitude:subUnit:deliveryId:customerId:driverId:timeoutSeconds:autoStopAfterDropoffSeconds:)",
2505
2625
  "children": [
2506
2626
  {
2507
2627
  "kind": "TypeNominal",
@@ -2532,6 +2652,36 @@
2532
2652
  "printedName": "Swift.String",
2533
2653
  "usr": "s:SS"
2534
2654
  },
2655
+ {
2656
+ "kind": "TypeNominal",
2657
+ "name": "Optional",
2658
+ "printedName": "Swift.String?",
2659
+ "children": [
2660
+ {
2661
+ "kind": "TypeNominal",
2662
+ "name": "String",
2663
+ "printedName": "Swift.String",
2664
+ "usr": "s:SS"
2665
+ }
2666
+ ],
2667
+ "hasDefaultArg": true,
2668
+ "usr": "s:Sq"
2669
+ },
2670
+ {
2671
+ "kind": "TypeNominal",
2672
+ "name": "Optional",
2673
+ "printedName": "Swift.String?",
2674
+ "children": [
2675
+ {
2676
+ "kind": "TypeNominal",
2677
+ "name": "String",
2678
+ "printedName": "Swift.String",
2679
+ "usr": "s:SS"
2680
+ }
2681
+ ],
2682
+ "hasDefaultArg": true,
2683
+ "usr": "s:Sq"
2684
+ },
2535
2685
  {
2536
2686
  "kind": "TypeNominal",
2537
2687
  "name": "Optional",
@@ -2564,8 +2714,8 @@
2564
2714
  }
2565
2715
  ],
2566
2716
  "declKind": "Func",
2567
- "usr": "s:18DoorstepDropoffSDK0A2AIC21startDeliveryByLatLng8latitude9longitude7subUnit10deliveryId14timeoutSeconds013autoStopAfterbQ0ySd_SdS2SSdSgAKtYaKFZ",
2568
- "mangledName": "$s18DoorstepDropoffSDK0A2AIC21startDeliveryByLatLng8latitude9longitude7subUnit10deliveryId14timeoutSeconds013autoStopAfterbQ0ySd_SdS2SSdSgAKtYaKFZ",
2717
+ "usr": "s:18DoorstepDropoffSDK0A2AIC21startDeliveryByLatLng8latitude9longitude7subUnit10deliveryId08customerO006driverO014timeoutSeconds013autoStopAfterbS0ySd_SdS3SSgAMSdSgANtYaKFZ",
2718
+ "mangledName": "$s18DoorstepDropoffSDK0A2AIC21startDeliveryByLatLng8latitude9longitude7subUnit10deliveryId08customerO006driverO014timeoutSeconds013autoStopAfterbS0ySd_SdS3SSgAMSdSgANtYaKFZ",
2569
2719
  "moduleName": "DoorstepDropoffSDK",
2570
2720
  "static": true,
2571
2721
  "deprecated": true,
@@ -4020,217 +4170,217 @@
4020
4170
  {
4021
4171
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
4022
4172
  "kind": "BooleanLiteral",
4023
- "offset": 2442,
4173
+ "offset": 2496,
4024
4174
  "length": 5,
4025
4175
  "value": "false"
4026
4176
  },
4027
4177
  {
4028
4178
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
4029
4179
  "kind": "IntegerLiteral",
4030
- "offset": 4514,
4180
+ "offset": 4568,
4031
4181
  "length": 2,
4032
4182
  "value": "-1"
4033
4183
  },
4034
4184
  {
4035
4185
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
4036
4186
  "kind": "IntegerLiteral",
4037
- "offset": 22219,
4187
+ "offset": 22273,
4038
4188
  "length": 1,
4039
4189
  "value": "0"
4040
4190
  },
4041
4191
  {
4042
4192
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
4043
4193
  "kind": "StringLiteral",
4044
- "offset": 23164,
4194
+ "offset": 23218,
4045
4195
  "length": 21,
4046
4196
  "value": "\"NetworkMonitorQueue\""
4047
4197
  },
4048
4198
  {
4049
4199
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
4050
4200
  "kind": "StringLiteral",
4051
- "offset": 23237,
4201
+ "offset": 23291,
4052
4202
  "length": 19,
4053
4203
  "value": "\"NetworkStateQueue\""
4054
4204
  },
4055
4205
  {
4056
4206
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
4057
4207
  "kind": "BooleanLiteral",
4058
- "offset": 23309,
4208
+ "offset": 23363,
4059
4209
  "length": 4,
4060
4210
  "value": "true"
4061
4211
  },
4062
4212
  {
4063
4213
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
4064
4214
  "kind": "IntegerLiteral",
4065
- "offset": 23354,
4215
+ "offset": 23408,
4066
4216
  "length": 1,
4067
4217
  "value": "5"
4068
4218
  },
4069
4219
  {
4070
4220
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
4071
4221
  "kind": "IntegerLiteral",
4072
- "offset": 23402,
4222
+ "offset": 23456,
4073
4223
  "length": 1,
4074
4224
  "value": "5"
4075
4225
  },
4076
4226
  {
4077
4227
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
4078
4228
  "kind": "IntegerLiteral",
4079
- "offset": 23450,
4229
+ "offset": 23504,
4080
4230
  "length": 3,
4081
4231
  "value": "300"
4082
4232
  },
4083
4233
  {
4084
4234
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
4085
4235
  "kind": "IntegerLiteral",
4086
- "offset": 23490,
4236
+ "offset": 23544,
4087
4237
  "length": 1,
4088
4238
  "value": "0"
4089
4239
  },
4090
4240
  {
4091
4241
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
4092
4242
  "kind": "Array",
4093
- "offset": 23598,
4243
+ "offset": 23652,
4094
4244
  "length": 2,
4095
4245
  "value": "[]"
4096
4246
  },
4097
4247
  {
4098
4248
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
4099
4249
  "kind": "StringLiteral",
4100
- "offset": 23653,
4250
+ "offset": 23707,
4101
4251
  "length": 24,
4102
4252
  "value": "\"RequestQueueProcessing\""
4103
4253
  },
4104
4254
  {
4105
4255
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
4106
4256
  "kind": "StringLiteral",
4107
- "offset": 23754,
4257
+ "offset": 23808,
4108
4258
  "length": 22,
4109
4259
  "value": "\"PendingRequestsQueue\""
4110
4260
  },
4111
4261
  {
4112
4262
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
4113
4263
  "kind": "StringLiteral",
4114
- "offset": 23830,
4264
+ "offset": 23884,
4115
4265
  "length": 24,
4116
4266
  "value": "\"pendingNetworkRequests\""
4117
4267
  },
4118
4268
  {
4119
4269
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
4120
4270
  "kind": "IntegerLiteral",
4121
- "offset": 23904,
4271
+ "offset": 23958,
4122
4272
  "length": 1,
4123
4273
  "value": "0"
4124
4274
  },
4125
4275
  {
4126
4276
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
4127
4277
  "kind": "BooleanLiteral",
4128
- "offset": 24014,
4278
+ "offset": 24068,
4129
4279
  "length": 4,
4130
4280
  "value": "true"
4131
4281
  },
4132
4282
  {
4133
4283
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
4134
4284
  "kind": "BooleanLiteral",
4135
- "offset": 24055,
4285
+ "offset": 24109,
4136
4286
  "length": 5,
4137
4287
  "value": "false"
4138
4288
  },
4139
4289
  {
4140
4290
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
4141
4291
  "kind": "StringLiteral",
4142
- "offset": 24131,
4292
+ "offset": 24185,
4143
4293
  "length": 2,
4144
4294
  "value": "\"\""
4145
4295
  },
4146
4296
  {
4147
4297
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
4148
4298
  "kind": "StringLiteral",
4149
- "offset": 24623,
4299
+ "offset": 24677,
4150
4300
  "length": 27,
4151
4301
  "value": "\"BackgroundLogSessionQueue\""
4152
4302
  },
4153
4303
  {
4154
4304
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
4155
4305
  "kind": "StringLiteral",
4156
- "offset": 24833,
4306
+ "offset": 24887,
4157
4307
  "length": 28,
4158
4308
  "value": "\"BackgroundMainSessionQueue\""
4159
4309
  },
4160
4310
  {
4161
4311
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
4162
4312
  "kind": "Dictionary",
4163
- "offset": 24964,
4313
+ "offset": 25018,
4164
4314
  "length": 3,
4165
4315
  "value": "[]"
4166
4316
  },
4167
4317
  {
4168
4318
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
4169
4319
  "kind": "Dictionary",
4170
- "offset": 25011,
4320
+ "offset": 25065,
4171
4321
  "length": 3,
4172
4322
  "value": "[]"
4173
4323
  },
4174
4324
  {
4175
4325
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
4176
4326
  "kind": "Dictionary",
4177
- "offset": 25058,
4327
+ "offset": 25112,
4178
4328
  "length": 3,
4179
4329
  "value": "[]"
4180
4330
  },
4181
4331
  {
4182
4332
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
4183
4333
  "kind": "Dictionary",
4184
- "offset": 25149,
4334
+ "offset": 25203,
4185
4335
  "length": 3,
4186
4336
  "value": "[]"
4187
4337
  },
4188
4338
  {
4189
4339
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
4190
4340
  "kind": "Dictionary",
4191
- "offset": 25197,
4341
+ "offset": 25251,
4192
4342
  "length": 3,
4193
4343
  "value": "[]"
4194
4344
  },
4195
4345
  {
4196
4346
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
4197
4347
  "kind": "Dictionary",
4198
- "offset": 25245,
4348
+ "offset": 25299,
4199
4349
  "length": 3,
4200
4350
  "value": "[]"
4201
4351
  },
4202
4352
  {
4203
4353
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
4204
4354
  "kind": "Dictionary",
4205
- "offset": 25394,
4355
+ "offset": 25448,
4206
4356
  "length": 3,
4207
4357
  "value": "[]"
4208
4358
  },
4209
4359
  {
4210
4360
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
4211
4361
  "kind": "IntegerLiteral",
4212
- "offset": 52820,
4362
+ "offset": 53002,
4213
4363
  "length": 1,
4214
4364
  "value": "0"
4215
4365
  },
4216
4366
  {
4217
4367
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
4218
4368
  "kind": "BooleanLiteral",
4219
- "offset": 52863,
4369
+ "offset": 53045,
4220
4370
  "length": 5,
4221
4371
  "value": "false"
4222
4372
  },
4223
4373
  {
4224
4374
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
4225
4375
  "kind": "BooleanLiteral",
4226
- "offset": 52909,
4376
+ "offset": 53091,
4227
4377
  "length": 5,
4228
4378
  "value": "false"
4229
4379
  },
4230
4380
  {
4231
4381
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
4232
4382
  "kind": "IntegerLiteral",
4233
- "offset": 59628,
4383
+ "offset": 59810,
4234
4384
  "length": 1,
4235
4385
  "value": "0"
4236
4386
  },
@@ -4685,42 +4835,42 @@
4685
4835
  {
4686
4836
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
4687
4837
  "kind": "IntegerLiteral",
4688
- "offset": 16106,
4838
+ "offset": 16674,
4689
4839
  "length": 2,
4690
4840
  "value": "60"
4691
4841
  },
4692
4842
  {
4693
4843
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
4694
4844
  "kind": "IntegerLiteral",
4695
- "offset": 16111,
4845
+ "offset": 16679,
4696
4846
  "length": 2,
4697
4847
  "value": "60"
4698
4848
  },
4699
4849
  {
4700
4850
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
4701
4851
  "kind": "StringLiteral",
4702
- "offset": 18501,
4852
+ "offset": 19069,
4703
4853
  "length": 43,
4704
4854
  "value": "\"DoorstepAI.autoStopAfterDropoffEntries.v1\""
4705
4855
  },
4706
4856
  {
4707
4857
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
4708
4858
  "kind": "StringLiteral",
4709
- "offset": 18597,
4859
+ "offset": 19165,
4710
4860
  "length": 38,
4711
4861
  "value": "\"DoorstepAI.AutoStopAfterDropoffQueue\""
4712
4862
  },
4713
4863
  {
4714
4864
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
4715
4865
  "kind": "Dictionary",
4716
- "offset": 18766,
4866
+ "offset": 19334,
4717
4867
  "length": 3,
4718
4868
  "value": "[]"
4719
4869
  },
4720
4870
  {
4721
4871
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
4722
4872
  "kind": "BooleanLiteral",
4723
- "offset": 18824,
4873
+ "offset": 19392,
4724
4874
  "length": 5,
4725
4875
  "value": "false"
4726
4876
  },
@@ -4757,7 +4907,7 @@
4757
4907
  "kind": "StringLiteral",
4758
4908
  "offset": 543,
4759
4909
  "length": 7,
4760
- "value": "\"2.0.4\""
4910
+ "value": "\"2.0.6\""
4761
4911
  },
4762
4912
  {
4763
4913
  "filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
@@ -1,7 +1,7 @@
1
1
  // swift-interface-format-version: 1.0
2
- // swift-compiler-version: Apple Swift version 6.3.1 effective-5.10 (swiftlang-6.3.1.1.2 clang-2100.0.123.102)
2
+ // swift-compiler-version: Apple Swift version 6.3.2 effective-5.10 (swiftlang-6.3.2.1.108 clang-2100.1.1.101)
3
3
  // swift-module-flags: -target arm64-apple-ios15.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name DoorstepDropoffSDK
4
- // swift-module-flags-ignorable: -formal-cxx-interoperability-mode=off -interface-compiler-version 6.3.1
4
+ // swift-module-flags-ignorable: -formal-cxx-interoperability-mode=off -interface-compiler-version 6.3.2
5
5
  import Compression
6
6
  import CoreLocation
7
7
  import CoreMotion
@@ -88,13 +88,13 @@ public enum DropoffType : Swift.String, Swift.Codable {
88
88
  public static func requestAllPermissions(requestAlwaysLocation: Swift.Bool = true)
89
89
  public static func configureRemoteLogging(enabled: Swift.Bool, minLevel: DoorstepDropoffSDK.SDKLogLevel = .warning, flushInterval: Foundation.TimeInterval = 30, batchSize: Swift.Int = 50, maxQueueSize: Swift.Int = 1000)
90
90
  public static func enableDevMode(apiKey: Swift.String) async
91
- public static func startDeliveryByPlaceID(placeID: Swift.String, deliveryId: Swift.String, timeoutSeconds: Foundation.TimeInterval? = nil, autoStopAfterDropoffSeconds: Foundation.TimeInterval? = nil) async throws
91
+ public static func startDeliveryByPlaceID(placeID: Swift.String, deliveryId: Swift.String, customerId: Swift.String? = nil, driverId: Swift.String? = nil, timeoutSeconds: Foundation.TimeInterval? = nil, autoStopAfterDropoffSeconds: Foundation.TimeInterval? = nil) async throws
92
92
  @available(*, deprecated, message: "Use startDeliveryByAddressType(address:deliveryId:coordinates:timeoutSeconds:autoStopAfterDropoffSeconds:) or startDeliveryByAddressString(address:deliveryId:coordinates:timeoutSeconds:autoStopAfterDropoffSeconds:) instead.")
93
- public static func startDeliveryByPlusCode(plusCode: Swift.String, deliveryId: Swift.String, timeoutSeconds: Foundation.TimeInterval? = nil, autoStopAfterDropoffSeconds: Foundation.TimeInterval? = nil) async throws
94
- public static func startDeliveryByAddressType(address: DoorstepDropoffSDK.AddressType, deliveryId: Swift.String, coordinates: DoorstepDropoffSDK.LatLngObject? = nil, timeoutSeconds: Foundation.TimeInterval? = nil, autoStopAfterDropoffSeconds: Foundation.TimeInterval? = nil) async throws
95
- public static func startDeliveryByAddressString(address: Swift.String, deliveryId: Swift.String, coordinates: DoorstepDropoffSDK.LatLngObject? = nil, timeoutSeconds: Foundation.TimeInterval? = nil, autoStopAfterDropoffSeconds: Foundation.TimeInterval? = nil) async throws
93
+ public static func startDeliveryByPlusCode(plusCode: Swift.String, deliveryId: Swift.String, customerId: Swift.String? = nil, driverId: Swift.String? = nil, timeoutSeconds: Foundation.TimeInterval? = nil, autoStopAfterDropoffSeconds: Foundation.TimeInterval? = nil) async throws
94
+ public static func startDeliveryByAddressType(address: DoorstepDropoffSDK.AddressType, deliveryId: Swift.String, customerId: Swift.String? = nil, driverId: Swift.String? = nil, coordinates: DoorstepDropoffSDK.LatLngObject? = nil, timeoutSeconds: Foundation.TimeInterval? = nil, autoStopAfterDropoffSeconds: Foundation.TimeInterval? = nil) async throws
95
+ public static func startDeliveryByAddressString(address: Swift.String, deliveryId: Swift.String, customerId: Swift.String? = nil, driverId: Swift.String? = nil, coordinates: DoorstepDropoffSDK.LatLngObject? = nil, timeoutSeconds: Foundation.TimeInterval? = nil, autoStopAfterDropoffSeconds: Foundation.TimeInterval? = nil) async throws
96
96
  @available(*, deprecated, message: "Use startDeliveryByAddressType(address:deliveryId:coordinates:timeoutSeconds:autoStopAfterDropoffSeconds:) or startDeliveryByAddressString(address:deliveryId:coordinates:timeoutSeconds:autoStopAfterDropoffSeconds:) instead.")
97
- public static func startDeliveryByLatLng(latitude: Swift.Double, longitude: Swift.Double, subUnit: Swift.String, deliveryId: Swift.String, timeoutSeconds: Foundation.TimeInterval? = nil, autoStopAfterDropoffSeconds: Foundation.TimeInterval? = nil) async throws
97
+ public static func startDeliveryByLatLng(latitude: Swift.Double, longitude: Swift.Double, subUnit: Swift.String, deliveryId: Swift.String, customerId: Swift.String? = nil, driverId: Swift.String? = nil, timeoutSeconds: Foundation.TimeInterval? = nil, autoStopAfterDropoffSeconds: Foundation.TimeInterval? = nil) async throws
98
98
  public static func markDropoff(deliveryId: Swift.String, dropoffType: DoorstepDropoffSDK.DropoffType) async throws
99
99
  public static func newEvent(eventName: Swift.String, deliveryId: Swift.String) async throws
100
100
  public static func stopDelivery(deliveryId: Swift.String) async