@i2analyze/notebook-sdk 1.8.0-dev.15 → 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
@@ -3353,6 +3360,14 @@ export declare namespace data {
3353
3360
  * @i2since 1.0
3354
3361
  */
3355
3362
  readonly size: number;
3363
+ /**
3364
+ * Executes firstOrDefault to see if the collection has any elements. If the collection has elements, returns false.
3365
+ * Otherwise, returns true.
3366
+ *
3367
+ * @returns A boolean indicating whether the collection is empty.
3368
+ * @i2since 1.8
3369
+ */
3370
+ isEmpty(): boolean;
3356
3371
  }
3357
3372
  /**
3358
3373
  * A non-modifiable collection of objects, with efficient lookup by key.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@i2analyze/notebook-sdk",
3
- "version": "1.8.0-dev.15",
3
+ "version": "1.8.0-dev.17",
4
4
  "description": "i2 Notebook SDK",
5
5
  "license": "MIT",
6
6
  "publishConfig": {