@fas-core/shared-types 1.0.15 → 1.0.16

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
@@ -139,7 +139,7 @@ interface IContact extends BaseEntity {
139
139
  source: 'website' | 'email' | 'phone' | 'chat' | 'other';
140
140
  caseId: string;
141
141
  notes: string;
142
- Store: IStore;
142
+ store: IStore;
143
143
  resolvedAt?: Date;
144
144
  }
145
145
 
package/dist/index.d.ts CHANGED
@@ -139,7 +139,7 @@ interface IContact extends BaseEntity {
139
139
  source: 'website' | 'email' | 'phone' | 'chat' | 'other';
140
140
  caseId: string;
141
141
  notes: string;
142
- Store: IStore;
142
+ store: IStore;
143
143
  resolvedAt?: Date;
144
144
  }
145
145
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fas-core/shared-types",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
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",