zakeke-configurator-react 0.0.80 → 0.0.81
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.js +3 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -49761,6 +49761,9 @@ class ZakekeEnvironment {
|
|
|
49761
49761
|
let search = "id=" + fileId;
|
|
49762
49762
|
search += '&rootUrl=' + encodeURIComponent(rootUrl);
|
|
49763
49763
|
search += '&attachmentPoint=' + attachmentPoint;
|
|
49764
|
+
search += '&productId=' + this.zkProduct.get('modelID');
|
|
49765
|
+
search += '&environment=' + this.zkProduct.get('environment');
|
|
49766
|
+
search += '&token=' + this.token;
|
|
49764
49767
|
link.search += search;
|
|
49765
49768
|
const pageUrl = link.toString();
|
|
49766
49769
|
resolve(pageUrl);
|