@doorstepai/dropoff-sdk 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/build.gradle +1 -1
- package/android/src/main/java/com/doorstepai/dropoffsdk/DoorstepAIModule.kt +3 -1
- package/ios/DoorstepAI.swift +2 -0
- package/ios/DoorstepDropoffSDK.xcframework/Info.plist +5 -5
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/DoorstepDropoffSDK +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Info.plist +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.abi.json +72 -29
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +2 -1
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.swiftinterface +2 -1
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/_CodeSignature/CodeResources +9 -9
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Info.plist +1 -1
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/DWARF/DoorstepDropoffSDK +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/aarch64/DoorstepDropoffSDK.yml +521 -520
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/DoorstepDropoffSDK +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Info.plist +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +72 -29
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +2 -1
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +2 -1
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +72 -29
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +2 -1
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +2 -1
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/_CodeSignature/CodeResources +17 -17
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Info.plist +1 -1
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/DWARF/DoorstepDropoffSDK +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/aarch64/DoorstepDropoffSDK.yml +699 -698
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/x86_64/DoorstepDropoffSDK.yml +698 -697
- package/lib/module/DoorstepAI.js.map +1 -1
- package/lib/module/RootDoorstepAI.js +40 -3
- package/lib/module/RootDoorstepAI.js.map +1 -1
- package/lib/typescript/src/DoorstepAI.d.ts +1 -0
- package/lib/typescript/src/DoorstepAI.d.ts.map +1 -1
- package/lib/typescript/src/RootDoorstepAI.d.ts.map +1 -1
- package/package.json +4 -3
- package/src/DoorstepAI.tsx +1 -0
- package/src/RootDoorstepAI.tsx +54 -2
package/android/build.gradle
CHANGED
|
@@ -86,7 +86,7 @@ def kotlin_version = getExtOrDefault("kotlinVersion")
|
|
|
86
86
|
dependencies {
|
|
87
87
|
implementation "com.facebook.react:react-android"
|
|
88
88
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
|
89
|
-
implementation("ai.doorstep.com:doorstepai-dropoff-sdk:0.0.
|
|
89
|
+
implementation("ai.doorstep.com:doorstepai-dropoff-sdk:0.0.2")
|
|
90
90
|
api "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1"
|
|
91
91
|
}
|
|
92
92
|
|
|
@@ -68,6 +68,7 @@ class DoorstepAIModule(private val reactContext: ReactApplicationContext) :
|
|
|
68
68
|
locality: String,
|
|
69
69
|
administrativeAreaLevel1: String,
|
|
70
70
|
postalCode: String,
|
|
71
|
+
subPremise: String,
|
|
71
72
|
promise: Promise
|
|
72
73
|
) {
|
|
73
74
|
try {
|
|
@@ -76,7 +77,8 @@ class DoorstepAIModule(private val reactContext: ReactApplicationContext) :
|
|
|
76
77
|
route = route,
|
|
77
78
|
locality = locality,
|
|
78
79
|
administrativeAreaLevel1 = administrativeAreaLevel1,
|
|
79
|
-
postalCode = postalCode
|
|
80
|
+
postalCode = postalCode,
|
|
81
|
+
subPremise = subPremise
|
|
80
82
|
)
|
|
81
83
|
DoorstepAI.startDeliveryByAddressType(address) { result ->
|
|
82
84
|
result.onSuccess {
|
package/ios/DoorstepAI.swift
CHANGED
|
@@ -58,6 +58,7 @@ class DoorstepAIBridge: NSObject {
|
|
|
58
58
|
guard let jsonObject = try JSONSerialization.jsonObject(with: data, options: []) as? [String: Any],
|
|
59
59
|
let streetNumber = jsonObject["streetNumber"] as? String,
|
|
60
60
|
let route = jsonObject["route"] as? String,
|
|
61
|
+
let subPremise = jsonObject["subPremise"] as? String,
|
|
61
62
|
let locality = jsonObject["locality"] as? String,
|
|
62
63
|
let administrativeAreaLevel1 = jsonObject["administrativeAreaLevel1"] as? String,
|
|
63
64
|
let postalCode = jsonObject["postalCode"] as? String else {
|
|
@@ -67,6 +68,7 @@ class DoorstepAIBridge: NSObject {
|
|
|
67
68
|
|
|
68
69
|
let address = AddressType(streetNumber: streetNumber,
|
|
69
70
|
route: route,
|
|
71
|
+
subPremise: subPremise,
|
|
70
72
|
locality: locality,
|
|
71
73
|
administrativeAreaLevel1: administrativeAreaLevel1,
|
|
72
74
|
postalCode: postalCode)
|
|
@@ -10,15 +10,18 @@
|
|
|
10
10
|
<key>DebugSymbolsPath</key>
|
|
11
11
|
<string>dSYMs</string>
|
|
12
12
|
<key>LibraryIdentifier</key>
|
|
13
|
-
<string>ios-
|
|
13
|
+
<string>ios-arm64_x86_64-simulator</string>
|
|
14
14
|
<key>LibraryPath</key>
|
|
15
15
|
<string>DoorstepDropoffSDK.framework</string>
|
|
16
16
|
<key>SupportedArchitectures</key>
|
|
17
17
|
<array>
|
|
18
18
|
<string>arm64</string>
|
|
19
|
+
<string>x86_64</string>
|
|
19
20
|
</array>
|
|
20
21
|
<key>SupportedPlatform</key>
|
|
21
22
|
<string>ios</string>
|
|
23
|
+
<key>SupportedPlatformVariant</key>
|
|
24
|
+
<string>simulator</string>
|
|
22
25
|
</dict>
|
|
23
26
|
<dict>
|
|
24
27
|
<key>BinaryPath</key>
|
|
@@ -26,18 +29,15 @@
|
|
|
26
29
|
<key>DebugSymbolsPath</key>
|
|
27
30
|
<string>dSYMs</string>
|
|
28
31
|
<key>LibraryIdentifier</key>
|
|
29
|
-
<string>ios-
|
|
32
|
+
<string>ios-arm64</string>
|
|
30
33
|
<key>LibraryPath</key>
|
|
31
34
|
<string>DoorstepDropoffSDK.framework</string>
|
|
32
35
|
<key>SupportedArchitectures</key>
|
|
33
36
|
<array>
|
|
34
37
|
<string>arm64</string>
|
|
35
|
-
<string>x86_64</string>
|
|
36
38
|
</array>
|
|
37
39
|
<key>SupportedPlatform</key>
|
|
38
40
|
<string>ios</string>
|
|
39
|
-
<key>SupportedPlatformVariant</key>
|
|
40
|
-
<string>simulator</string>
|
|
41
41
|
</dict>
|
|
42
42
|
</array>
|
|
43
43
|
<key>CFBundlePackageType</key>
|
package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/DoorstepDropoffSDK
CHANGED
|
Binary file
|
package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Info.plist
CHANGED
|
Binary file
|
|
@@ -158,6 +158,50 @@
|
|
|
158
158
|
}
|
|
159
159
|
]
|
|
160
160
|
},
|
|
161
|
+
{
|
|
162
|
+
"kind": "Var",
|
|
163
|
+
"name": "subPremise",
|
|
164
|
+
"printedName": "subPremise",
|
|
165
|
+
"children": [
|
|
166
|
+
{
|
|
167
|
+
"kind": "TypeNominal",
|
|
168
|
+
"name": "String",
|
|
169
|
+
"printedName": "Swift.String",
|
|
170
|
+
"usr": "s:SS"
|
|
171
|
+
}
|
|
172
|
+
],
|
|
173
|
+
"declKind": "Var",
|
|
174
|
+
"usr": "s:18DoorstepDropoffSDK11AddressTypeV10subPremiseSSvp",
|
|
175
|
+
"mangledName": "$s18DoorstepDropoffSDK11AddressTypeV10subPremiseSSvp",
|
|
176
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
177
|
+
"declAttributes": [
|
|
178
|
+
"HasStorage",
|
|
179
|
+
"AccessControl"
|
|
180
|
+
],
|
|
181
|
+
"isLet": true,
|
|
182
|
+
"hasStorage": true,
|
|
183
|
+
"accessors": [
|
|
184
|
+
{
|
|
185
|
+
"kind": "Accessor",
|
|
186
|
+
"name": "Get",
|
|
187
|
+
"printedName": "Get()",
|
|
188
|
+
"children": [
|
|
189
|
+
{
|
|
190
|
+
"kind": "TypeNominal",
|
|
191
|
+
"name": "String",
|
|
192
|
+
"printedName": "Swift.String",
|
|
193
|
+
"usr": "s:SS"
|
|
194
|
+
}
|
|
195
|
+
],
|
|
196
|
+
"declKind": "Accessor",
|
|
197
|
+
"usr": "s:18DoorstepDropoffSDK11AddressTypeV10subPremiseSSvg",
|
|
198
|
+
"mangledName": "$s18DoorstepDropoffSDK11AddressTypeV10subPremiseSSvg",
|
|
199
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
200
|
+
"implicit": true,
|
|
201
|
+
"accessorKind": "get"
|
|
202
|
+
}
|
|
203
|
+
]
|
|
204
|
+
},
|
|
161
205
|
{
|
|
162
206
|
"kind": "Var",
|
|
163
207
|
"name": "locality",
|
|
@@ -293,7 +337,7 @@
|
|
|
293
337
|
{
|
|
294
338
|
"kind": "Constructor",
|
|
295
339
|
"name": "init",
|
|
296
|
-
"printedName": "init(streetNumber:route:locality:administrativeAreaLevel1:postalCode:)",
|
|
340
|
+
"printedName": "init(streetNumber:route:subPremise:locality:administrativeAreaLevel1:postalCode:)",
|
|
297
341
|
"children": [
|
|
298
342
|
{
|
|
299
343
|
"kind": "TypeNominal",
|
|
@@ -325,6 +369,12 @@
|
|
|
325
369
|
"printedName": "Swift.String",
|
|
326
370
|
"usr": "s:SS"
|
|
327
371
|
},
|
|
372
|
+
{
|
|
373
|
+
"kind": "TypeNominal",
|
|
374
|
+
"name": "String",
|
|
375
|
+
"printedName": "Swift.String",
|
|
376
|
+
"usr": "s:SS"
|
|
377
|
+
},
|
|
328
378
|
{
|
|
329
379
|
"kind": "TypeNominal",
|
|
330
380
|
"name": "String",
|
|
@@ -333,8 +383,8 @@
|
|
|
333
383
|
}
|
|
334
384
|
],
|
|
335
385
|
"declKind": "Constructor",
|
|
336
|
-
"usr": "s:
|
|
337
|
-
"mangledName": "$
|
|
386
|
+
"usr": "s:18DoorstepDropoffSDK11AddressTypeV12streetNumber5route10subPremise8locality24administrativeAreaLevel110postalCodeACSS_S5Stcfc",
|
|
387
|
+
"mangledName": "$s18DoorstepDropoffSDK11AddressTypeV12streetNumber5route10subPremise8locality24administrativeAreaLevel110postalCodeACSS_S5Stcfc",
|
|
338
388
|
"moduleName": "DoorstepDropoffSDK",
|
|
339
389
|
"declAttributes": [
|
|
340
390
|
"AccessControl"
|
|
@@ -1645,16 +1695,16 @@
|
|
|
1645
1695
|
{
|
|
1646
1696
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/Environment.swift",
|
|
1647
1697
|
"kind": "StringLiteral",
|
|
1648
|
-
"offset":
|
|
1649
|
-
"length":
|
|
1650
|
-
"value": "\"
|
|
1698
|
+
"offset": 131,
|
|
1699
|
+
"length": 2,
|
|
1700
|
+
"value": "\"\""
|
|
1651
1701
|
},
|
|
1652
1702
|
{
|
|
1653
1703
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/Environment.swift",
|
|
1654
1704
|
"kind": "StringLiteral",
|
|
1655
|
-
"offset":
|
|
1656
|
-
"length":
|
|
1657
|
-
"value": "\"https:\/\/
|
|
1705
|
+
"offset": 159,
|
|
1706
|
+
"length": 42,
|
|
1707
|
+
"value": "\"https:\/\/collection.api.track.doorstep.ai\""
|
|
1658
1708
|
},
|
|
1659
1709
|
{
|
|
1660
1710
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Sensors\/LocationManager.swift",
|
|
@@ -1673,98 +1723,91 @@
|
|
|
1673
1723
|
{
|
|
1674
1724
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
1675
1725
|
"kind": "StringLiteral",
|
|
1676
|
-
"offset":
|
|
1677
|
-
"length": 42,
|
|
1678
|
-
"value": "\"https:\/\/collection.api.track.doorstep.ai\""
|
|
1679
|
-
},
|
|
1680
|
-
{
|
|
1681
|
-
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
1682
|
-
"kind": "StringLiteral",
|
|
1683
|
-
"offset": 2347,
|
|
1726
|
+
"offset": 1774,
|
|
1684
1727
|
"length": 2,
|
|
1685
1728
|
"value": "\"\""
|
|
1686
1729
|
},
|
|
1687
1730
|
{
|
|
1688
1731
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
1689
1732
|
"kind": "StringLiteral",
|
|
1690
|
-
"offset":
|
|
1733
|
+
"offset": 1883,
|
|
1691
1734
|
"length": 21,
|
|
1692
1735
|
"value": "\"NetworkMonitorQueue\""
|
|
1693
1736
|
},
|
|
1694
1737
|
{
|
|
1695
1738
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
1696
1739
|
"kind": "BooleanLiteral",
|
|
1697
|
-
"offset":
|
|
1740
|
+
"offset": 1936,
|
|
1698
1741
|
"length": 4,
|
|
1699
1742
|
"value": "true"
|
|
1700
1743
|
},
|
|
1701
1744
|
{
|
|
1702
1745
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
1703
1746
|
"kind": "IntegerLiteral",
|
|
1704
|
-
"offset":
|
|
1747
|
+
"offset": 1981,
|
|
1705
1748
|
"length": 1,
|
|
1706
1749
|
"value": "5"
|
|
1707
1750
|
},
|
|
1708
1751
|
{
|
|
1709
1752
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
1710
1753
|
"kind": "IntegerLiteral",
|
|
1711
|
-
"offset":
|
|
1754
|
+
"offset": 2026,
|
|
1712
1755
|
"length": 2,
|
|
1713
1756
|
"value": "20"
|
|
1714
1757
|
},
|
|
1715
1758
|
{
|
|
1716
1759
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
1717
1760
|
"kind": "Array",
|
|
1718
|
-
"offset":
|
|
1761
|
+
"offset": 2116,
|
|
1719
1762
|
"length": 2,
|
|
1720
1763
|
"value": "[]"
|
|
1721
1764
|
},
|
|
1722
1765
|
{
|
|
1723
1766
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
1724
1767
|
"kind": "StringLiteral",
|
|
1725
|
-
"offset":
|
|
1768
|
+
"offset": 2171,
|
|
1726
1769
|
"length": 24,
|
|
1727
1770
|
"value": "\"RequestQueueProcessing\""
|
|
1728
1771
|
},
|
|
1729
1772
|
{
|
|
1730
1773
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
1731
1774
|
"kind": "StringLiteral",
|
|
1732
|
-
"offset":
|
|
1775
|
+
"offset": 2249,
|
|
1733
1776
|
"length": 24,
|
|
1734
1777
|
"value": "\"pendingNetworkRequests\""
|
|
1735
1778
|
},
|
|
1736
1779
|
{
|
|
1737
1780
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
1738
1781
|
"kind": "StringLiteral",
|
|
1739
|
-
"offset":
|
|
1782
|
+
"offset": 2358,
|
|
1740
1783
|
"length": 9,
|
|
1741
1784
|
"value": "\"network\""
|
|
1742
1785
|
},
|
|
1743
1786
|
{
|
|
1744
1787
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
1745
1788
|
"kind": "BooleanLiteral",
|
|
1746
|
-
"offset":
|
|
1789
|
+
"offset": 2412,
|
|
1747
1790
|
"length": 4,
|
|
1748
1791
|
"value": "true"
|
|
1749
1792
|
},
|
|
1750
1793
|
{
|
|
1751
1794
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
1752
1795
|
"kind": "StringLiteral",
|
|
1753
|
-
"offset":
|
|
1796
|
+
"offset": 2481,
|
|
1754
1797
|
"length": 2,
|
|
1755
1798
|
"value": "\"\""
|
|
1756
1799
|
},
|
|
1757
1800
|
{
|
|
1758
1801
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
1759
1802
|
"kind": "IntegerLiteral",
|
|
1760
|
-
"offset":
|
|
1803
|
+
"offset": 12673,
|
|
1761
1804
|
"length": 1,
|
|
1762
1805
|
"value": "0"
|
|
1763
1806
|
},
|
|
1764
1807
|
{
|
|
1765
1808
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
1766
1809
|
"kind": "IntegerLiteral",
|
|
1767
|
-
"offset":
|
|
1810
|
+
"offset": 13797,
|
|
1768
1811
|
"length": 1,
|
|
1769
1812
|
"value": "0"
|
|
1770
1813
|
},
|
|
@@ -16,10 +16,11 @@ import os
|
|
|
16
16
|
public struct AddressType {
|
|
17
17
|
public let streetNumber: Swift.String
|
|
18
18
|
public let route: Swift.String
|
|
19
|
+
public let subPremise: Swift.String
|
|
19
20
|
public let locality: Swift.String
|
|
20
21
|
public let administrativeAreaLevel1: Swift.String
|
|
21
22
|
public let postalCode: Swift.String
|
|
22
|
-
public init(streetNumber: Swift.String, route: Swift.String, locality: Swift.String, administrativeAreaLevel1: Swift.String, postalCode: Swift.String)
|
|
23
|
+
public init(streetNumber: Swift.String, route: Swift.String, subPremise: Swift.String, locality: Swift.String, administrativeAreaLevel1: Swift.String, postalCode: Swift.String)
|
|
23
24
|
}
|
|
24
25
|
public protocol AddressDesignation {
|
|
25
26
|
var addressString: Swift.String { get }
|
|
@@ -16,10 +16,11 @@ import os
|
|
|
16
16
|
public struct AddressType {
|
|
17
17
|
public let streetNumber: Swift.String
|
|
18
18
|
public let route: Swift.String
|
|
19
|
+
public let subPremise: Swift.String
|
|
19
20
|
public let locality: Swift.String
|
|
20
21
|
public let administrativeAreaLevel1: Swift.String
|
|
21
22
|
public let postalCode: Swift.String
|
|
22
|
-
public init(streetNumber: Swift.String, route: Swift.String, locality: Swift.String, administrativeAreaLevel1: Swift.String, postalCode: Swift.String)
|
|
23
|
+
public init(streetNumber: Swift.String, route: Swift.String, subPremise: Swift.String, locality: Swift.String, administrativeAreaLevel1: Swift.String, postalCode: Swift.String)
|
|
23
24
|
}
|
|
24
25
|
public protocol AddressDesignation {
|
|
25
26
|
var addressString: Swift.String { get }
|
|
@@ -10,15 +10,15 @@
|
|
|
10
10
|
</data>
|
|
11
11
|
<key>Info.plist</key>
|
|
12
12
|
<data>
|
|
13
|
-
|
|
13
|
+
QfE5IrvjM/urMUVCF+wdqLu8ulU=
|
|
14
14
|
</data>
|
|
15
15
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.abi.json</key>
|
|
16
16
|
<data>
|
|
17
|
-
|
|
17
|
+
YV6rab9DgQIoSUetxYkREKUoWKY=
|
|
18
18
|
</data>
|
|
19
19
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
|
|
20
20
|
<data>
|
|
21
|
-
|
|
21
|
+
lV61G7FT/1TkJ6QA4EUo1+U3pl4=
|
|
22
22
|
</data>
|
|
23
23
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.swiftdoc</key>
|
|
24
24
|
<data>
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
</data>
|
|
27
27
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.swiftinterface</key>
|
|
28
28
|
<data>
|
|
29
|
-
|
|
29
|
+
lV61G7FT/1TkJ6QA4EUo1+U3pl4=
|
|
30
30
|
</data>
|
|
31
31
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.swiftmodule</key>
|
|
32
32
|
<data>
|
|
33
|
-
|
|
33
|
+
D5KWdFRdiO4lh6wK4n/vT3E9ePY=
|
|
34
34
|
</data>
|
|
35
35
|
<key>Modules/module.modulemap</key>
|
|
36
36
|
<data>
|
|
@@ -50,14 +50,14 @@
|
|
|
50
50
|
<dict>
|
|
51
51
|
<key>hash2</key>
|
|
52
52
|
<data>
|
|
53
|
-
|
|
53
|
+
YuCPPi+X1WpGwokRIKlxl0put5QrVxN65QBAjn0nNK0=
|
|
54
54
|
</data>
|
|
55
55
|
</dict>
|
|
56
56
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
|
|
57
57
|
<dict>
|
|
58
58
|
<key>hash2</key>
|
|
59
59
|
<data>
|
|
60
|
-
|
|
60
|
+
JQPM9cS4bSMJsZdq6zxPGhuM6RYzozHQ8ph9Vo+idZo=
|
|
61
61
|
</data>
|
|
62
62
|
</dict>
|
|
63
63
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.swiftdoc</key>
|
|
@@ -71,14 +71,14 @@
|
|
|
71
71
|
<dict>
|
|
72
72
|
<key>hash2</key>
|
|
73
73
|
<data>
|
|
74
|
-
|
|
74
|
+
JQPM9cS4bSMJsZdq6zxPGhuM6RYzozHQ8ph9Vo+idZo=
|
|
75
75
|
</data>
|
|
76
76
|
</dict>
|
|
77
77
|
<key>Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.swiftmodule</key>
|
|
78
78
|
<dict>
|
|
79
79
|
<key>hash2</key>
|
|
80
80
|
<data>
|
|
81
|
-
|
|
81
|
+
0a4b8diRsX2cp5ZItwHzcVJm8JzGvzqX2hi+ndhjkJQ=
|
|
82
82
|
</data>
|
|
83
83
|
</dict>
|
|
84
84
|
<key>Modules/module.modulemap</key>
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<key>CFBundleDevelopmentRegion</key>
|
|
6
6
|
<string>English</string>
|
|
7
7
|
<key>CFBundleIdentifier</key>
|
|
8
|
-
<string>com.apple.xcode.dsym.com.
|
|
8
|
+
<string>com.apple.xcode.dsym.ai.doorstep.com.DoorstepDropoffSDK</string>
|
|
9
9
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
10
10
|
<string>6.0</string>
|
|
11
11
|
<key>CFBundlePackageType</key>
|