@i2analyze/notebook-sdk 1.8.0-dev.16 → 1.8.0-dev.17

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.
@@ -2704,6 +2704,13 @@ export declare namespace commands {
2704
2704
  * @i2since 1.2
2705
2705
  */
2706
2706
  readonly selectInvert: CommandId;
2707
+ /**
2708
+ * Gets the identifier of the system command that selects united items.
2709
+ *
2710
+ * @remarks A united item is a entity or link that contains multiple records.
2711
+ * @i2since 1.8
2712
+ */
2713
+ readonly selectUnitedItems: CommandId;
2707
2714
  /**
2708
2715
  * Gets the identifier of the system command that allows users to share records with each other.
2709
2716
  * @i2since 1.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@i2analyze/notebook-sdk",
3
- "version": "1.8.0-dev.16",
3
+ "version": "1.8.0-dev.17",
4
4
  "description": "i2 Notebook SDK",
5
5
  "license": "MIT",
6
6
  "publishConfig": {