arky-sdk 0.3.139 → 0.3.140
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/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -946,6 +946,7 @@ var createEshopApi = (apiConfig) => {
|
|
|
946
946
|
if (params.location && !blocks.some((b) => b.type === "ADDRESS")) {
|
|
947
947
|
const addressBlock = {
|
|
948
948
|
type: "ADDRESS",
|
|
949
|
+
id: crypto.randomUUID(),
|
|
949
950
|
key: "shipping_address",
|
|
950
951
|
properties: {
|
|
951
952
|
addressType: "SHIPPING"
|