@3e/sqa-common 7.2.0-4 → 7.3.0-1

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/index.d.ts CHANGED
@@ -448,8 +448,15 @@ declare module '@3e/sqa-common' {
448
448
  end: ISODateString
449
449
  periodTimeMode: PeriodTimeMode
450
450
  }
451
-
452
- getDatasets(view: SQView): Promise<Dataset[]>
451
+
452
+ /**
453
+ * Gets the datasets (e.g. for a legend).
454
+ * - resolve-parameters (set to true to expand the templates to all objects)
455
+ * - on-error (set to inline to get errors, inline, or throw to throw)
456
+ * @param view
457
+ * @param opts
458
+ */
459
+ getDatasets(view: SQView, opts: getDatasetsOptions): Promise<Dataset[]>
453
460
 
454
461
  /**
455
462
  * Adds a dataset to the view using a fixed set of objects.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@3e/sqa-common",
3
- "version": "7.02.0-4",
3
+ "version": "7.03.0-1",
4
4
  "description": "SynaptiQ utilities package",
5
5
  "main": "sqa_common.js",
6
6
  "dependencies": {