@fas-core/shared-types 1.0.1 → 1.0.2

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
@@ -110,6 +110,7 @@ interface IStore extends BaseEntity {
110
110
  slug: string;
111
111
  domain: string;
112
112
  currencies: ICurrency[];
113
+ defaultCurrency: ICurrency;
113
114
  settings: IStoreSettings;
114
115
  status: boolean;
115
116
  }
package/dist/index.d.ts CHANGED
@@ -110,6 +110,7 @@ interface IStore extends BaseEntity {
110
110
  slug: string;
111
111
  domain: string;
112
112
  currencies: ICurrency[];
113
+ defaultCurrency: ICurrency;
113
114
  settings: IStoreSettings;
114
115
  status: boolean;
115
116
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fas-core/shared-types",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "FAS Core Shared Types - A collection of shared TypeScript types for the FAS Core SDK.",
5
5
  "author": "ibreakloops",
6
6
  "license": "UNLICENSED",