@fas-core/shared-types 1.0.37 → 1.0.38

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
@@ -422,6 +422,7 @@ interface ITechnicalSpecGroup extends BaseEntity {
422
422
  }
423
423
  interface IProductTechnicalSpec extends BaseEntity {
424
424
  product: IProduct;
425
+ variant?: IVariant | null;
425
426
  group: ITechnicalSpecGroup;
426
427
  groupKey: string;
427
428
  groupName: string;
package/dist/index.d.ts CHANGED
@@ -422,6 +422,7 @@ interface ITechnicalSpecGroup extends BaseEntity {
422
422
  }
423
423
  interface IProductTechnicalSpec extends BaseEntity {
424
424
  product: IProduct;
425
+ variant?: IVariant | null;
425
426
  group: ITechnicalSpecGroup;
426
427
  groupKey: string;
427
428
  groupName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fas-core/shared-types",
3
- "version": "1.0.37",
3
+ "version": "1.0.38",
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",