@cshah18/sdk 4.5.0 → 4.7.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.
@@ -179,6 +179,7 @@ export interface CheckoutConfirmData {
179
179
  discount_applied?: number;
180
180
  currency?: string;
181
181
  payment_method?: "cod" | "card" | string;
182
+ micrositeCheckout?: boolean;
182
183
  metadata?: CheckoutConfirmMetadata;
183
184
  }
184
185
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cshah18/sdk",
3
- "version": "4.5.0",
3
+ "version": "4.7.0",
4
4
  "description": "CoBuy Embedded SDK for browser JavaScript integration",
5
5
  "type": "module",
6
6
  "main": "dist/cobuy-sdk.umd.js",