@gooddata/sdk-model 10.0.0-beta.0 → 10.0.0-beta.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/esm/insight/index.d.ts +1 -1
- package/esm/insight/index.js +1 -1
- package/esm/sdk-model.d.ts +1 -1
- package/package.json +2 -2
package/esm/insight/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import { ObjRef } from "../objRef/index.js";
|
|
|
9
9
|
import { IUser } from "../user/index.js";
|
|
10
10
|
import { IAuditable } from "../base/metadata.js";
|
|
11
11
|
/**
|
|
12
|
-
* Represents an Insight
|
|
12
|
+
* Represents an Insight. Insight is typically created using Analytical Designer
|
|
13
13
|
* and can be embedded using UI SDK.
|
|
14
14
|
*
|
|
15
15
|
* @remarks
|
package/esm/insight/index.js
CHANGED
package/esm/sdk-model.d.ts
CHANGED
|
@@ -3882,7 +3882,7 @@ export declare interface IInlineMeasureDefinition {
|
|
|
3882
3882
|
}
|
|
3883
3883
|
|
|
3884
3884
|
/**
|
|
3885
|
-
* Represents an Insight
|
|
3885
|
+
* Represents an Insight. Insight is typically created using Analytical Designer
|
|
3886
3886
|
* and can be embedded using UI SDK.
|
|
3887
3887
|
*
|
|
3888
3888
|
* @remarks
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-model",
|
|
3
|
-
"version": "10.0.0-beta.
|
|
3
|
+
"version": "10.0.0-beta.1",
|
|
4
4
|
"author": "GoodData",
|
|
5
5
|
"description": "GoodData Model definitions used by UI components and Backend SPI and its implementations",
|
|
6
6
|
"repository": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"json-stable-stringify": "^1.0.1",
|
|
29
|
-
"lodash": "^4.17.
|
|
29
|
+
"lodash": "^4.17.21",
|
|
30
30
|
"spark-md5": "^3.0.0",
|
|
31
31
|
"stringify-object": "^3.3.0",
|
|
32
32
|
"ts-invariant": "^0.7.5",
|