merchi_sdk_js 0.0.82 → 0.0.83

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/product.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "merchi_sdk_js",
3
- "version": "0.0.82",
3
+ "version": "0.0.83",
4
4
  "type": "module",
5
5
  "main": "src/merchi.js",
6
6
  "module": "src/merchi.js",
package/src/product.js CHANGED
@@ -115,6 +115,7 @@ export function Product() {
115
115
  addPropertyTo(this, 'shipmentMethods', ShipmentMethod);
116
116
  addPropertyTo(this, 'seoDomainPages', SeoDomainPage);
117
117
  addPropertyTo(this, 'aiContext');
118
+ addPropertyTo(this, 'aiContextDrafting');
118
119
  addPropertyTo(this, 'internalUseNotes');
119
120
  addPropertyTo(this, 'internalUseAiContext');
120
121
  addPropertyTo(this, 'groupsFirst');