@connect-plus-online/ogabai-integrations 0.0.80 → 0.0.81

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
@@ -145,7 +145,7 @@ interface Customer {
145
145
  email: string;
146
146
  storeIds: string[];
147
147
  createdAt: string;
148
- storeBalance: CustomerStoreBalance;
148
+ customerStoreBalance: CustomerStoreBalance;
149
149
  }
150
150
  interface CustomerStoreBalance {
151
151
  id: string;
package/dist/index.d.ts CHANGED
@@ -145,7 +145,7 @@ interface Customer {
145
145
  email: string;
146
146
  storeIds: string[];
147
147
  createdAt: string;
148
- storeBalance: CustomerStoreBalance;
148
+ customerStoreBalance: CustomerStoreBalance;
149
149
  }
150
150
  interface CustomerStoreBalance {
151
151
  id: string;