@longvansoftware/storefront-js-client 3.7.8 → 3.7.9

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.
@@ -773,6 +773,61 @@ exports.GET_PRODUCT_BY_GROUPID = (0, graphql_tag_1.gql) `
773
773
  featuredImage
774
774
  version
775
775
  images
776
+ unitDTO {
777
+ id
778
+ name
779
+ }
780
+ productAttributes {
781
+ attributeName
782
+ attributeValue
783
+ }
784
+ attributeDTOS {
785
+ id
786
+ key
787
+ extendFromSource
788
+ }
789
+ variants {
790
+ id
791
+ handle
792
+ title
793
+ price
794
+ priceType
795
+ compareAtPrice
796
+ options
797
+ optionsIds
798
+ featuredImage
799
+ sku
800
+ }
801
+ featureTypes {
802
+ id
803
+ name
804
+ position
805
+ type
806
+ subType
807
+ fill
808
+ requireData
809
+ otherItem
810
+ values
811
+ description
812
+ createStamp
813
+ createdBy
814
+ }
815
+ categories {
816
+ id
817
+ title
818
+ image
819
+ icon
820
+ parentId
821
+ level
822
+ handle
823
+ description
824
+ }
825
+ groups {
826
+ id
827
+ name
828
+ policy
829
+ image
830
+ }
776
831
  }
777
832
  }
778
833
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/storefront-js-client",
3
- "version": "3.7.8",
3
+ "version": "3.7.9",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [