arky-sdk 0.3.138 → 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/types.d.cts CHANGED
@@ -505,6 +505,7 @@ interface GetQuoteParams {
505
505
  shippingMethodId?: string;
506
506
  promoCode?: string;
507
507
  location?: Location;
508
+ blocks?: any[];
508
509
  }
509
510
  interface OrderCheckoutParams {
510
511
  items: EshopItem[];
package/dist/types.d.ts CHANGED
@@ -505,6 +505,7 @@ interface GetQuoteParams {
505
505
  shippingMethodId?: string;
506
506
  promoCode?: string;
507
507
  location?: Location;
508
+ blocks?: any[];
508
509
  }
509
510
  interface OrderCheckoutParams {
510
511
  items: EshopItem[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arky-sdk",
3
- "version": "0.3.138",
3
+ "version": "0.3.140",
4
4
  "description": "Official TypeScript SDK for Arky - All-in-one business platform",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",