@gooddata/api-client-tiger 11.18.0-alpha.7 → 11.18.0
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/__version.d.ts +1 -1
- package/esm/__version.d.ts.map +1 -1
- package/esm/__version.js +1 -1
- package/esm/__version.js.map +1 -1
- package/esm/api-client-tiger.d.ts +7 -0
- package/esm/generated/metadata-json-api/api.d.ts +7 -0
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/package.json +9 -7
package/esm/__version.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const LIB_VERSION = "11.18.0
|
|
1
|
+
export declare const LIB_VERSION = "11.18.0";
|
|
2
2
|
export declare const LIB_DESCRIPTION = "API Client for GoodData Cloud and GoodData.CN";
|
|
3
3
|
export declare const LIB_NAME = "@gooddata/api-client-tiger";
|
|
4
4
|
//# sourceMappingURL=__version.d.ts.map
|
package/esm/__version.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"__version.d.ts","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"__version.d.ts","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW,YAAY,CAAC;AAErC,eAAO,MAAM,eAAe,kDAAkD,CAAC;AAE/E,eAAO,MAAM,QAAQ,+BAA+B,CAAC"}
|
package/esm/__version.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// (C) 2021 GoodData Corporation
|
|
2
2
|
// DO NOT CHANGE THIS FILE, IT IS RE-GENERATED ON EVERY BUILD
|
|
3
|
-
export const LIB_VERSION = "11.18.0
|
|
3
|
+
export const LIB_VERSION = "11.18.0";
|
|
4
4
|
export const LIB_DESCRIPTION = "API Client for GoodData Cloud and GoodData.CN";
|
|
5
5
|
export const LIB_NAME = "@gooddata/api-client-tiger";
|
|
6
6
|
//# sourceMappingURL=__version.js.map
|
package/esm/__version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"__version.js","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,6DAA6D;AAE7D,MAAM,CAAC,MAAM,WAAW,GAAG,
|
|
1
|
+
{"version":3,"file":"__version.js","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,6DAA6D;AAE7D,MAAM,CAAC,MAAM,WAAW,GAAG,SAAS,CAAC;AAErC,MAAM,CAAC,MAAM,eAAe,GAAG,+CAA+C,CAAC;AAE/E,MAAM,CAAC,MAAM,QAAQ,GAAG,4BAA4B,CAAC"}
|
|
@@ -21387,6 +21387,10 @@ export declare interface DeclarativeMetric {
|
|
|
21387
21387
|
* If true, this metric is hidden from AI search results.
|
|
21388
21388
|
*/
|
|
21389
21389
|
isHidden?: boolean;
|
|
21390
|
+
/**
|
|
21391
|
+
* If true, this metric is hidden from key drive analysis.
|
|
21392
|
+
*/
|
|
21393
|
+
isHiddenFromKda?: boolean;
|
|
21390
21394
|
}
|
|
21391
21395
|
|
|
21392
21396
|
/**
|
|
@@ -52199,6 +52203,7 @@ export declare interface JsonApiMetricInAttributes {
|
|
|
52199
52203
|
areRelationsValid?: boolean;
|
|
52200
52204
|
content: JsonApiMetricOutAttributesContent;
|
|
52201
52205
|
isHidden?: boolean;
|
|
52206
|
+
isHiddenFromKda?: boolean;
|
|
52202
52207
|
}
|
|
52203
52208
|
|
|
52204
52209
|
export declare interface JsonApiMetricInDocument {
|
|
@@ -52243,6 +52248,7 @@ export declare interface JsonApiMetricOutAttributes {
|
|
|
52243
52248
|
createdAt?: string;
|
|
52244
52249
|
modifiedAt?: string;
|
|
52245
52250
|
isHidden?: boolean;
|
|
52251
|
+
isHiddenFromKda?: boolean;
|
|
52246
52252
|
}
|
|
52247
52253
|
|
|
52248
52254
|
export declare interface JsonApiMetricOutAttributesContent {
|
|
@@ -52327,6 +52333,7 @@ export declare interface JsonApiMetricPatchAttributes {
|
|
|
52327
52333
|
areRelationsValid?: boolean;
|
|
52328
52334
|
content?: JsonApiMetricOutAttributesContent;
|
|
52329
52335
|
isHidden?: boolean;
|
|
52336
|
+
isHiddenFromKda?: boolean;
|
|
52330
52337
|
}
|
|
52331
52338
|
|
|
52332
52339
|
export declare interface JsonApiMetricPatchDocument {
|
|
@@ -2552,6 +2552,10 @@ export interface DeclarativeMetric {
|
|
|
2552
2552
|
* If true, this metric is hidden from AI search results.
|
|
2553
2553
|
*/
|
|
2554
2554
|
isHidden?: boolean;
|
|
2555
|
+
/**
|
|
2556
|
+
* If true, this metric is hidden from key drive analysis.
|
|
2557
|
+
*/
|
|
2558
|
+
isHiddenFromKda?: boolean;
|
|
2555
2559
|
}
|
|
2556
2560
|
/**
|
|
2557
2561
|
* A data model structured as a set of its attributes.
|
|
@@ -7296,6 +7300,7 @@ export interface JsonApiMetricInAttributes {
|
|
|
7296
7300
|
areRelationsValid?: boolean;
|
|
7297
7301
|
content: JsonApiMetricOutAttributesContent;
|
|
7298
7302
|
isHidden?: boolean;
|
|
7303
|
+
isHiddenFromKda?: boolean;
|
|
7299
7304
|
}
|
|
7300
7305
|
export interface JsonApiMetricInDocument {
|
|
7301
7306
|
data: JsonApiMetricIn;
|
|
@@ -7334,6 +7339,7 @@ export interface JsonApiMetricOutAttributes {
|
|
|
7334
7339
|
createdAt?: string;
|
|
7335
7340
|
modifiedAt?: string;
|
|
7336
7341
|
isHidden?: boolean;
|
|
7342
|
+
isHiddenFromKda?: boolean;
|
|
7337
7343
|
}
|
|
7338
7344
|
export interface JsonApiMetricOutAttributesContent {
|
|
7339
7345
|
/**
|
|
@@ -7408,6 +7414,7 @@ export interface JsonApiMetricPatchAttributes {
|
|
|
7408
7414
|
areRelationsValid?: boolean;
|
|
7409
7415
|
content?: JsonApiMetricOutAttributesContent;
|
|
7410
7416
|
isHidden?: boolean;
|
|
7417
|
+
isHiddenFromKda?: boolean;
|
|
7411
7418
|
}
|
|
7412
7419
|
export interface JsonApiMetricPatchDocument {
|
|
7413
7420
|
data: JsonApiMetricPatch;
|