@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 +9 -2
- package/package.json +1 -1
- package/sqa_common.js +1552 -1548
- package/types.ts +7 -0
package/types.ts
CHANGED
|
@@ -1126,6 +1126,13 @@ export interface LDIndicator {
|
|
|
1126
1126
|
/**
|
|
1127
1127
|
* Options for representing the dataset
|
|
1128
1128
|
*/
|
|
1129
|
+
|
|
1130
|
+
export interface getDatasetsOptions {
|
|
1131
|
+
resolveParameters: boolean
|
|
1132
|
+
onError: "default" | "inline"
|
|
1133
|
+
}
|
|
1134
|
+
|
|
1135
|
+
|
|
1129
1136
|
export interface DatasetOptions {
|
|
1130
1137
|
graphicalRepresentation?: string
|
|
1131
1138
|
id?: string
|