@cimplify/sdk 0.2.3 → 0.2.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/dist/index.d.mts CHANGED
@@ -1699,9 +1699,8 @@ interface CheckoutResult {
1699
1699
  authorization_url?: string;
1700
1700
  display_text?: string;
1701
1701
  provider?: string;
1702
- access_code?: string;
1703
- public_key?: string;
1704
1702
  client_secret?: string;
1703
+ public_key?: string;
1705
1704
  }
1706
1705
 
1707
1706
  declare class CheckoutService {
package/dist/index.d.ts CHANGED
@@ -1699,9 +1699,8 @@ interface CheckoutResult {
1699
1699
  authorization_url?: string;
1700
1700
  display_text?: string;
1701
1701
  provider?: string;
1702
- access_code?: string;
1703
- public_key?: string;
1704
1702
  client_secret?: string;
1703
+ public_key?: string;
1705
1704
  }
1706
1705
 
1707
1706
  declare class CheckoutService {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cimplify/sdk",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Cimplify Commerce SDK for storefronts",
5
5
  "keywords": [
6
6
  "cimplify",