@mercurjs/docs 2.3.4-canary.3 → 2.3.4-canary.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.
@@ -39,6 +39,7 @@ Applies attribute changes to the product in the order `remove` → `add` → `up
39
39
  <ParamField body="title" type="string">New attribute title.</ParamField>
40
40
  <ParamField body="add" type="(string | object)[]">Value names (or `{ value }` objects) to add to the selection.</ParamField>
41
41
  <ParamField body="remove" type="string[]">Value IDs to remove from the selection.</ParamField>
42
+ <ParamField body="value_ids" type="string[]">The complete set of value IDs the product should hold for this attribute. Resolved into the equivalent `add` / `remove` delta, so it cannot be combined with either.</ParamField>
42
43
  <ParamField body="value" type="string | number | boolean">New scalar value for non-select types.</ParamField>
43
44
  </Expandable>
44
45
  </ParamField>
@@ -46,6 +46,7 @@ Stages attribute operations as a pending change request instead of applying them
46
46
  <ParamField body="title" type="string">New attribute title.</ParamField>
47
47
  <ParamField body="add" type="(string | object)[]">Values to select, plain strings or `{ "value": "..." }` objects.</ParamField>
48
48
  <ParamField body="remove" type="string[]">Value IDs to deselect.</ParamField>
49
+ <ParamField body="value_ids" type="string[]">The complete set of value IDs the product should hold for this attribute. Resolved into the equivalent `add` / `remove` delta, so it cannot be combined with either.</ParamField>
49
50
  <ParamField body="value" type="string | number | boolean">New scalar value for `text`, `unit`, or `toggle` attributes.</ParamField>
50
51
  </Expandable>
51
52
  </ParamField>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mercurjs/docs",
3
- "version": "2.3.4-canary.3",
3
+ "version": "2.3.4-canary.5",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/mercurjs/mercur",