@gooddata/api-client-tiger 11.40.0-alpha.1 → 11.40.0-alpha.2
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
CHANGED
package/esm/__version.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
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.40.0-alpha.
|
|
3
|
+
export const LIB_VERSION = "11.40.0-alpha.2";
|
|
4
4
|
export const LIB_DESCRIPTION = "API Client for GoodData Cloud and GoodData.CN";
|
|
5
5
|
export const LIB_NAME = "@gooddata/api-client-tiger";
|
|
@@ -70394,6 +70394,7 @@ export declare interface JsonApiUserOutAttributes {
|
|
|
70394
70394
|
'firstname'?: string;
|
|
70395
70395
|
'lastname'?: string;
|
|
70396
70396
|
'email'?: string;
|
|
70397
|
+
'systemAccount'?: boolean;
|
|
70397
70398
|
}
|
|
70398
70399
|
|
|
70399
70400
|
export declare interface JsonApiUserOutDocument {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/api-client-tiger",
|
|
3
|
-
"version": "11.40.0-alpha.
|
|
3
|
+
"version": "11.40.0-alpha.2",
|
|
4
4
|
"description": "API Client for GoodData Cloud and GoodData.CN",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"axios-cache-interceptor": "^1.8.0",
|
|
47
47
|
"lodash-es": "^4.17.23",
|
|
48
48
|
"tslib": "2.8.1",
|
|
49
|
-
"@gooddata/sdk-model": "11.40.0-alpha.
|
|
49
|
+
"@gooddata/sdk-model": "11.40.0-alpha.2"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
"oxlint-tsgolint": "0.11.4",
|
|
76
76
|
"typescript": "5.9.3",
|
|
77
77
|
"vitest": "4.1.0",
|
|
78
|
-
"@gooddata/eslint-config": "11.40.0-alpha.
|
|
79
|
-
"@gooddata/oxlint-config": "11.40.0-alpha.
|
|
78
|
+
"@gooddata/eslint-config": "11.40.0-alpha.2",
|
|
79
|
+
"@gooddata/oxlint-config": "11.40.0-alpha.2"
|
|
80
80
|
},
|
|
81
81
|
"scripts": {
|
|
82
82
|
"_phase:build": "npm run build",
|