@cellaware/utils 9.0.4 → 9.0.5
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/dist/chatwms/cosmos.js +16 -0
- package/package.json +1 -1
package/dist/chatwms/cosmos.js
CHANGED
|
@@ -76,6 +76,18 @@ const COSMOS_TABLES = [
|
|
|
76
76
|
table_name: 'alerts',
|
|
77
77
|
table_description: 'Alerts'
|
|
78
78
|
},
|
|
79
|
+
{
|
|
80
|
+
table_name: 'bi_canvases',
|
|
81
|
+
table_description: 'BI Canvases'
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
table_name: 'bi_canvas_usage',
|
|
85
|
+
table_description: 'BI Canvas Usage'
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
table_name: 'bi_data_sources',
|
|
89
|
+
table_description: 'BI Data Sources'
|
|
90
|
+
},
|
|
79
91
|
{
|
|
80
92
|
table_name: 'client_configs',
|
|
81
93
|
table_description: 'Client Configurations'
|
|
@@ -120,6 +132,10 @@ const COSMOS_TABLES = [
|
|
|
120
132
|
table_name: 'dashboards',
|
|
121
133
|
table_description: 'Dashboards'
|
|
122
134
|
},
|
|
135
|
+
{
|
|
136
|
+
table_name: 'data_locks',
|
|
137
|
+
table_description: 'Data Locks'
|
|
138
|
+
},
|
|
123
139
|
{
|
|
124
140
|
table_name: 'errors_temp',
|
|
125
141
|
table_description: 'Temporary error collection'
|