@gooddata/code-cli 0.6.0 → 0.7.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/out/index.js +4 -4
- package/out/index.js.LICENSE.txt +34 -0
- package/package.json +1 -1
package/out/index.js.LICENSE.txt
CHANGED
|
@@ -1002,6 +1002,8 @@
|
|
|
1002
1002
|
|
|
1003
1003
|
/*! ../utils/locationUtils */
|
|
1004
1004
|
|
|
1005
|
+
/*! ../utils/permissionUtils */
|
|
1006
|
+
|
|
1005
1007
|
/*! ../utils/yamlUtils */
|
|
1006
1008
|
|
|
1007
1009
|
/*! ../validations */
|
|
@@ -2056,6 +2058,8 @@
|
|
|
2056
2058
|
|
|
2057
2059
|
/*! ./collecting */
|
|
2058
2060
|
|
|
2061
|
+
/*! ./colors */
|
|
2062
|
+
|
|
2059
2063
|
/*! ./colors/index.js */
|
|
2060
2064
|
|
|
2061
2065
|
/*! ./columnChart */
|
|
@@ -2604,6 +2608,8 @@
|
|
|
2604
2608
|
|
|
2605
2609
|
/*! ./from */
|
|
2606
2610
|
|
|
2611
|
+
/*! ./from/declarativeAttributeHierarchyToYaml */
|
|
2612
|
+
|
|
2607
2613
|
/*! ./from/declarativeDashboardToYaml */
|
|
2608
2614
|
|
|
2609
2615
|
/*! ./from/declarativeDatasetToYaml */
|
|
@@ -3208,6 +3214,8 @@
|
|
|
3208
3214
|
|
|
3209
3215
|
/*! ./resolve/dataset */
|
|
3210
3216
|
|
|
3217
|
+
/*! ./resolve/hierarchy */
|
|
3218
|
+
|
|
3211
3219
|
/*! ./resolve/metric */
|
|
3212
3220
|
|
|
3213
3221
|
/*! ./resolve/visualisation */
|
|
@@ -3370,6 +3378,8 @@
|
|
|
3370
3378
|
|
|
3371
3379
|
/*! ./to */
|
|
3372
3380
|
|
|
3381
|
+
/*! ./to/yamlAttributeHierarchyToDeclarative */
|
|
3382
|
+
|
|
3373
3383
|
/*! ./to/yamlDashboardToDeclarative */
|
|
3374
3384
|
|
|
3375
3385
|
/*! ./to/yamlDatasetToDeclarative */
|
|
@@ -4142,6 +4152,10 @@
|
|
|
4142
4152
|
!*** ./src/shared/const.ts ***!
|
|
4143
4153
|
\*****************************/
|
|
4144
4154
|
|
|
4155
|
+
/*!*****************************!*\
|
|
4156
|
+
!*** ./src/utils/colors.ts ***!
|
|
4157
|
+
\*****************************/
|
|
4158
|
+
|
|
4145
4159
|
/*!******************************!*\
|
|
4146
4160
|
!*** ./src/ManifestError.ts ***!
|
|
4147
4161
|
\******************************/
|
|
@@ -4230,6 +4244,10 @@
|
|
|
4230
4244
|
!*** ./src/store/sql/index.ts ***!
|
|
4231
4245
|
\********************************/
|
|
4232
4246
|
|
|
4247
|
+
/*!********************************!*\
|
|
4248
|
+
!*** ./src/store/yaml/load.ts ***!
|
|
4249
|
+
\********************************/
|
|
4250
|
+
|
|
4233
4251
|
/*!********************************!*\
|
|
4234
4252
|
!*** ./src/utils/debouncer.ts ***!
|
|
4235
4253
|
\********************************/
|
|
@@ -5158,6 +5176,10 @@
|
|
|
5158
5176
|
!*** ./src/features/completions/completion/index.ts ***!
|
|
5159
5177
|
\******************************************************/
|
|
5160
5178
|
|
|
5179
|
+
/*!******************************************************!*\
|
|
5180
|
+
!*** ./src/features/references/resolve/hierarchy.ts ***!
|
|
5181
|
+
\******************************************************/
|
|
5182
|
+
|
|
5161
5183
|
/*!******************************************************!*\
|
|
5162
5184
|
!*** ./src/features/references/resolve/locations.ts ***!
|
|
5163
5185
|
\******************************************************/
|
|
@@ -5306,6 +5328,10 @@
|
|
|
5306
5328
|
!*** ./src/convertors/declarative/configs/headlineChart.ts ***!
|
|
5307
5329
|
\*************************************************************/
|
|
5308
5330
|
|
|
5331
|
+
/*!*************************************************************!*\
|
|
5332
|
+
!*** ./src/convertors/declarative/utils/permissionUtils.ts ***!
|
|
5333
|
+
\*************************************************************/
|
|
5334
|
+
|
|
5309
5335
|
/*!*************************************************************!*\
|
|
5310
5336
|
!*** ./src/features/references/find/referenceObjectInfo.ts ***!
|
|
5311
5337
|
\*************************************************************/
|
|
@@ -5450,6 +5476,14 @@
|
|
|
5450
5476
|
!*** ./src/convertors/declarative/from/declarativeVisualisationToYaml.ts ***!
|
|
5451
5477
|
\***************************************************************************/
|
|
5452
5478
|
|
|
5479
|
+
/*!******************************************************************************!*\
|
|
5480
|
+
!*** ./src/convertors/declarative/to/yamlAttributeHierarchyToDeclarative.ts ***!
|
|
5481
|
+
\******************************************************************************/
|
|
5482
|
+
|
|
5483
|
+
/*!********************************************************************************!*\
|
|
5484
|
+
!*** ./src/convertors/declarative/from/declarativeAttributeHierarchyToYaml.ts ***!
|
|
5485
|
+
\********************************************************************************/
|
|
5486
|
+
|
|
5453
5487
|
/*!************************************************************************************!*\
|
|
5454
5488
|
!*** ../../common/temp/node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/ajv.js ***!
|
|
5455
5489
|
\************************************************************************************/
|