@longvansoftware/storefront-js-client 4.6.4 → 4.6.5

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.
@@ -131,7 +131,6 @@ exports.CREATE_PRODUCT_TEMPLATES_BY_PARTNER = (0, graphql_tag_1.gql) `
131
131
  priceTypeName
132
132
  priceVaries
133
133
  available
134
- tags
135
134
  options
136
135
  optionsRelationship
137
136
  compareAtPrice
@@ -206,7 +205,6 @@ exports.CREATE_PRODUCT_FROM_TEMPLATE = (0, graphql_tag_1.gql) `
206
205
  priceTypeName
207
206
  priceVaries
208
207
  available
209
- tags
210
208
  options
211
209
  optionsRelationship
212
210
  compareAtPrice
@@ -645,7 +643,6 @@ exports.CREATE_PRODUCT = (0, graphql_tag_1.gql) `
645
643
  priceTypeName
646
644
  priceVaries
647
645
  available
648
- tags
649
646
  options
650
647
  optionsRelationship
651
648
  compareAtPrice
@@ -120,15 +120,6 @@ exports.GET_PRODUCT_BY_ID_QUERY = (0, graphql_tag_1.gql) `
120
120
  compareAtPrice
121
121
  featuredImage
122
122
  images
123
- tags {
124
- id
125
- name
126
- slug
127
- type
128
- scope
129
- storeIds
130
- selected
131
- }
132
123
  brand {
133
124
  id
134
125
  createStamp
@@ -249,15 +240,6 @@ exports.GET_SIMPLE_PRODUCT_BY_ID_QUERY = (0, graphql_tag_1.gql) `
249
240
  compareAtPrice
250
241
  featuredImage
251
242
  images
252
- tags {
253
- id
254
- name
255
- slug
256
- type
257
- scope
258
- storeIds
259
- selected
260
- }
261
243
  version
262
244
  brand {
263
245
  id
@@ -392,15 +374,6 @@ exports.GET_PRODUCT_BY_SLUG_QUERY = (0, graphql_tag_1.gql) `
392
374
  priceTypeName
393
375
  priceVaries
394
376
  available
395
- tags {
396
- id
397
- name
398
- slug
399
- type
400
- scope
401
- storeIds
402
- selected
403
- }
404
377
  options
405
378
  optionsRelationship
406
379
  compareAtPrice
@@ -812,15 +785,6 @@ exports.GET_PRODUCT = (0, graphql_tag_1.gql) `
812
785
  priceTypeName
813
786
  priceVaries
814
787
  available
815
- tags {
816
- id
817
- name
818
- slug
819
- type
820
- scope
821
- storeIds
822
- selected
823
- }
824
788
  options
825
789
  optionsRelationship
826
790
  compareAtPrice
@@ -1014,15 +978,6 @@ exports.GET_PRODUCT_BY_GROUPID = (0, graphql_tag_1.gql) `
1014
978
  priceTypeName
1015
979
  priceVaries
1016
980
  available
1017
- tags {
1018
- id
1019
- name
1020
- slug
1021
- type
1022
- scope
1023
- storeIds
1024
- selected
1025
- }
1026
981
  options
1027
982
  optionsRelationship
1028
983
  compareAtPrice
@@ -1275,15 +1230,6 @@ exports.GET_PRODUCT_MARKET_PLACE = (0, graphql_tag_1.gql) `
1275
1230
  featuredImage
1276
1231
  version
1277
1232
  images
1278
- tags {
1279
- id
1280
- name
1281
- slug
1282
- type
1283
- scope
1284
- storeIds
1285
- selected
1286
- }
1287
1233
  featureTypes {
1288
1234
  id
1289
1235
  keyId
@@ -1433,15 +1379,6 @@ exports.GET_PRODUCT_MARKET_PLACE_DETAIL_BY_SLUG = (0, graphql_tag_1.gql) `
1433
1379
  usedCreatedChild
1434
1380
  }
1435
1381
  }
1436
- tags {
1437
- id
1438
- name
1439
- slug
1440
- type
1441
- scope
1442
- storeIds
1443
- selected
1444
- }
1445
1382
  variants {
1446
1383
  id
1447
1384
  handle
@@ -1562,15 +1499,6 @@ exports.GET_PRODUCT_MARKET_PLACE_BY_ID = (0, graphql_tag_1.gql) `
1562
1499
  usedCreatedChild
1563
1500
  }
1564
1501
  }
1565
- tags {
1566
- id
1567
- name
1568
- slug
1569
- type
1570
- scope
1571
- storeIds
1572
- selected
1573
- }
1574
1502
  variants {
1575
1503
  id
1576
1504
  handle
@@ -1740,15 +1668,6 @@ exports.GET_PRODUCT_MARKET_PLACE_BY_SUPPLIER = (0, graphql_tag_1.gql) `
1740
1668
  resourceType
1741
1669
  scope
1742
1670
  }
1743
- tags {
1744
- id
1745
- name
1746
- slug
1747
- type
1748
- scope
1749
- storeIds
1750
- selected
1751
- }
1752
1671
  }
1753
1672
  }
1754
1673
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/storefront-js-client",
3
- "version": "4.6.4",
3
+ "version": "4.6.5",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [