@crystaldesign/diva-seller 26.5.0-beta.1 → 26.5.0-beta.3

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.
@@ -954,7 +954,7 @@ function _apiLoadCatalogInfoEnricher() {
954
954
  while (1) switch (_context8.prev = _context8.next) {
955
955
  case 0:
956
956
  enricherUrl = _ref7.enricherUrl, serieNo = _ref7.serieNo, catalogId = _ref7.catalogId, language = _ref7.language, jwt = _ref7.jwt;
957
- fullUrl = enricherUrl + '/live/v3.0/catalogs/' + catalogId + '/series/' + serieNo;
957
+ fullUrl = enricherUrl + '/live/catalogs/' + catalogId + '/series/' + serieNo;
958
958
  _context8.next = 4;
959
959
  return fetch(fullUrl, {
960
960
  headers: {
@@ -1132,7 +1132,7 @@ function _apiLoadEnricherArticles() {
1132
1132
  while (1) switch (_context10.prev = _context10.next) {
1133
1133
  case 0:
1134
1134
  serieNo = _ref9.serieNo, catalogId = _ref9.catalogId, enricherUrl = _ref9.enricherUrl, jwt = _ref9.jwt, language = _ref9.language, t = _ref9.t;
1135
- fullUrl = enricherUrl + '/live/v3.0/catalogs/' + catalogId + '/series/' + serieNo + '/items?fields=serieNo;itemIdentification;catalogPage;weightBrutto;weightNetto;volume;minimumDeliveryTime;widthBasicShapeNominalValue;widthBasicShapeFrom;widthBasicShapeTo;widthBasicShapeStepSize;heightBasicShapeNominalValue;heightBasicShapeFrom;heightBasicShapeTo;heightBasicShapeStepSize;depthBasicShapeNominalValue;depthBasicShapeFrom;depthBasicShapeTo;depthBasicShapeStepSize;typeKey;eClassNo;detailInfoRefs;detailInfos;partListExclusive;partListRef;decisionRefs;typeNo;sequenceNo;edpNumber;eanNumber;shortText;fullText;planningAdvice;salesNumber';
1135
+ fullUrl = enricherUrl + '/live/catalogs/' + catalogId + '/series/' + serieNo + '/items?fields=serieNo;itemIdentification;catalogPage;weightBrutto;weightNetto;volume;minimumDeliveryTime;widthBasicShapeNominalValue;widthBasicShapeFrom;widthBasicShapeTo;widthBasicShapeStepSize;heightBasicShapeNominalValue;heightBasicShapeFrom;heightBasicShapeTo;heightBasicShapeStepSize;depthBasicShapeNominalValue;depthBasicShapeFrom;depthBasicShapeTo;depthBasicShapeStepSize;typeKey;eClassNo;detailInfoRefs;detailInfos;partListExclusive;partListRef;decisionRefs;typeNo;sequenceNo;edpNumber;eanNumber;shortText;fullText;planningAdvice;salesNumber';
1136
1136
  _context10.next = 4;
1137
1137
  return fetch(fullUrl, {
1138
1138
  headers: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-seller",
3
- "version": "26.5.0-beta.1",
3
+ "version": "26.5.0-beta.3",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -29,9 +29,9 @@
29
29
  "react-dom": "^18.3.1"
30
30
  },
31
31
  "dependencies": {
32
- "@crystaldesign/analytics": "26.5.0-beta.1",
33
- "@crystaldesign/products-component": "26.5.0-beta.1",
34
- "@crystaldesign/real-time-viewer": "26.5.0-beta.1",
32
+ "@crystaldesign/analytics": "26.5.0-beta.3",
33
+ "@crystaldesign/products-component": "26.5.0-beta.3",
34
+ "@crystaldesign/real-time-viewer": "26.5.0-beta.3",
35
35
  "@emotion/react": "^11.4.1",
36
36
  "@emotion/styled": "^11.3.0",
37
37
  "@mui/icons-material": "^6.1.5",
@@ -43,5 +43,5 @@
43
43
  },
44
44
  "types": "./build/types/seller/src/index.d.ts",
45
45
  "module": "build/esm/index.js",
46
- "gitHead": "96b435ae2034e5d16e116a91334ac026d4dba7bb"
46
+ "gitHead": "b2154f1f45ffd0627756ad2c6f06a94b178ec0a1"
47
47
  }