@spree/sdk 0.2.2 → 0.2.3

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.
@@ -244,6 +244,7 @@ type StoreCreditCard = {
244
244
  year: number;
245
245
  name: string | null;
246
246
  default: boolean;
247
+ gateway_payment_profile_id: string | null;
247
248
  };
248
249
 
249
250
  type StoreCustomer = {
@@ -244,6 +244,7 @@ type StoreCreditCard = {
244
244
  year: number;
245
245
  name: string | null;
246
246
  default: boolean;
247
+ gateway_payment_profile_id: string | null;
247
248
  };
248
249
 
249
250
  type StoreCustomer = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spree/sdk",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Official TypeScript SDK for Spree Commerce API",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",