harperdb 4.4.0-alpha.1 → 4.4.0-beta.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.
Files changed (130) hide show
  1. package/README.md +12 -3
  2. package/application-template/config.yaml +2 -5
  3. package/bin/harperdb.js +85 -67
  4. package/bin/lite.js +118 -27
  5. package/config/yaml/defaultConfig.yaml +3 -3
  6. package/config/yaml/defaultNatsConfig.yaml +1 -1
  7. package/index.js +3 -12
  8. package/json/hdbConnectorOptions.json +14 -14
  9. package/json/interNodeConnectorOptions.json +15 -15
  10. package/json/systemSchema.json +260 -260
  11. package/launchServiceScripts/launchInstallNATSServer.js +3 -3
  12. package/launchServiceScripts/launchNatsIngestService.js +118 -27
  13. package/launchServiceScripts/launchNatsReplyService.js +118 -27
  14. package/launchServiceScripts/launchUpdateNodes4-0-0.js +118 -27
  15. package/logs/README.md +1 -1
  16. package/npm-shrinkwrap.json +7556 -7555
  17. package/package.json +130 -133
  18. package/resources/ErrorResource.d.ts +26 -0
  19. package/resources/IterableEventQueue.d.ts +6 -0
  20. package/resources/Resource.d.ts +6 -0
  21. package/resources/ResourceInterface.d.ts +1 -1
  22. package/resources/Table.d.ts +14 -3
  23. package/resources/auditStore.d.ts +5 -5
  24. package/resources/crdt.d.ts +1 -1
  25. package/resources/databases.d.ts +13 -1
  26. package/resources/search.d.ts +15 -2
  27. package/resources/tracked.d.ts +1 -1
  28. package/server/jobs/jobProcess.js +118 -27
  29. package/server/serverHelpers/Headers.d.ts +1 -1
  30. package/server/threads/threadServer.js +118 -27
  31. package/studio/build-local/asset-manifest.json +47 -46
  32. package/studio/build-local/index.html +1 -1
  33. package/studio/build-local/static/css/main.fee3019a.css +13 -0
  34. package/studio/build-local/static/js/23.3b9f7144.chunk.js +1 -0
  35. package/studio/build-local/static/js/239.183c6cbc.chunk.js +2 -0
  36. package/studio/build-local/static/js/{228.302d7db9.chunk.js → 279.7890bce3.chunk.js} +1 -1
  37. package/studio/build-local/static/js/311.9e648b13.chunk.js +2 -0
  38. package/studio/build-local/static/js/311.9e648b13.chunk.js.LICENSE.txt +38 -0
  39. package/studio/build-local/static/js/43.73dc432d.chunk.js +2 -0
  40. package/studio/build-local/static/js/452.d771b05a.chunk.js +2 -0
  41. package/studio/build-local/static/js/{446.5237e847.chunk.js.LICENSE.txt → 452.d771b05a.chunk.js.LICENSE.txt} +2 -2
  42. package/studio/build-local/static/js/545.be2e36f9.chunk.js +1 -0
  43. package/studio/build-local/static/js/759.7c5150cd.chunk.js +2 -0
  44. package/studio/build-local/static/js/805.6aab06e2.chunk.js +1 -0
  45. package/studio/build-local/static/js/806.afb99f70.chunk.js +1 -0
  46. package/studio/build-local/static/js/833.5b133801.chunk.js +1 -0
  47. package/studio/build-local/static/js/851.4c6536d6.chunk.js +1 -0
  48. package/studio/build-local/static/js/860.727e7fc8.chunk.js +1 -0
  49. package/studio/build-local/static/js/browse-csvupload.02fdfbea.chunk.js +1 -0
  50. package/studio/build-local/static/js/browse-datatable.0e20a171.chunk.js +1 -0
  51. package/studio/build-local/static/js/browse-entitymanager.0db076c3.chunk.js +1 -0
  52. package/studio/build-local/static/js/browse-jsonviewer.b690b1bb.chunk.js +1 -0
  53. package/studio/build-local/static/js/custom-functions.04b93135.chunk.js +1 -0
  54. package/studio/build-local/static/js/instance-charts.217c477d.chunk.js +1 -0
  55. package/studio/build-local/static/js/instance-cluster.0ba07710.chunk.js +1 -0
  56. package/studio/build-local/static/js/instance-config.2274de0a.chunk.js +1 -0
  57. package/studio/build-local/static/js/instance-query.fdc5f922.chunk.js +1 -0
  58. package/studio/build-local/static/js/instance-roles.38ef8e77.chunk.js +1 -0
  59. package/studio/build-local/static/js/instance-status.d09551b0.chunk.js +1 -0
  60. package/studio/build-local/static/js/instance-users-datatable.9b5617bc.chunk.js +1 -0
  61. package/studio/build-local/static/js/instance-users-edit.6ea9cc6f.chunk.js +1 -0
  62. package/studio/build-local/static/js/instance-users.876f6070.chunk.js +1 -0
  63. package/studio/build-local/static/js/instance.ad30f892.chunk.js +1 -0
  64. package/studio/build-local/static/js/instances.f4fec0cb.chunk.js +1 -0
  65. package/studio/build-local/static/js/main.e70e768f.js +2 -0
  66. package/studio/build-local/static/js/{main.4fd117ad.js.LICENSE.txt → main.e70e768f.js.LICENSE.txt} +0 -33
  67. package/studio/build-local/static/js/offline-app.31ad36fc.chunk.js +1 -0
  68. package/studio/build-local/static/js/online-app.91033fd0.chunk.js +1 -0
  69. package/studio/build-local/static/js/organization-billing.21b2d3c9.chunk.js +1 -0
  70. package/studio/build-local/static/js/organization-users.6f50ca02.chunk.js +1 -0
  71. package/studio/build-local/static/js/organization.89b902c4.chunk.js +1 -0
  72. package/studio/build-local/static/js/organizations.4933fdbc.chunk.js +1 -0
  73. package/studio/build-local/static/js/profile.c05c7042.chunk.js +1 -0
  74. package/studio/build-local/static/js/resetPassword.3478535b.chunk.js +1 -0
  75. package/studio/build-local/static/js/roles-jsonviewer.bf1011d5.chunk.js +1 -0
  76. package/studio/build-local/static/js/signIn.996cf7ee.chunk.js +1 -0
  77. package/studio/build-local/static/js/signUp.c8fce52d.chunk.js +1 -0
  78. package/studio/build-local/static/js/structure-reloader.f65842a1.chunk.js +1 -0
  79. package/studio/build-local/static/js/topnav.0fa4de77.chunk.js +1 -0
  80. package/studio/build-local/static/js/updatePassword.bc881b36.chunk.js +1 -0
  81. package/utility/install/README.md +23 -0
  82. package/utility/scripts/restartHdb.js +118 -27
  83. package/application-template/routes/index.js +0 -14
  84. package/studio/build-local/static/css/main.6c0f1b63.css +0 -13
  85. package/studio/build-local/static/js/110.ca4244a6.chunk.js +0 -2
  86. package/studio/build-local/static/js/287.21477cf9.chunk.js +0 -1
  87. package/studio/build-local/static/js/409.17daa4fe.chunk.js +0 -2
  88. package/studio/build-local/static/js/424.ad87c8fd.chunk.js +0 -1
  89. package/studio/build-local/static/js/446.5237e847.chunk.js +0 -2
  90. package/studio/build-local/static/js/662.92e32ffc.chunk.js +0 -1
  91. package/studio/build-local/static/js/718.74e9355d.chunk.js +0 -1
  92. package/studio/build-local/static/js/723.c58acced.chunk.js +0 -2
  93. package/studio/build-local/static/js/731.8a941eb3.chunk.js +0 -1
  94. package/studio/build-local/static/js/807.510f66df.chunk.js +0 -2
  95. package/studio/build-local/static/js/807.510f66df.chunk.js.LICENSE.txt +0 -5
  96. package/studio/build-local/static/js/926.88d6f9ce.chunk.js +0 -1
  97. package/studio/build-local/static/js/browse-csvupload.453237f3.chunk.js +0 -1
  98. package/studio/build-local/static/js/browse-datatable.b9ef2d28.chunk.js +0 -1
  99. package/studio/build-local/static/js/browse-entitymanager.50827a5a.chunk.js +0 -1
  100. package/studio/build-local/static/js/browse-jsonviewer.a2534004.chunk.js +0 -1
  101. package/studio/build-local/static/js/custom-functions.dd7e182c.chunk.js +0 -1
  102. package/studio/build-local/static/js/instance-charts.34d15f02.chunk.js +0 -1
  103. package/studio/build-local/static/js/instance-cluster.5bce430c.chunk.js +0 -1
  104. package/studio/build-local/static/js/instance-config.70c17b53.chunk.js +0 -1
  105. package/studio/build-local/static/js/instance-query.4f6eec62.chunk.js +0 -1
  106. package/studio/build-local/static/js/instance-roles.507a4ed0.chunk.js +0 -1
  107. package/studio/build-local/static/js/instance-status.ce9d7f64.chunk.js +0 -1
  108. package/studio/build-local/static/js/instance-users-datatable.190640fd.chunk.js +0 -1
  109. package/studio/build-local/static/js/instance-users-edit.d2444479.chunk.js +0 -1
  110. package/studio/build-local/static/js/instance-users.eabfbbde.chunk.js +0 -1
  111. package/studio/build-local/static/js/instance.a163623f.chunk.js +0 -1
  112. package/studio/build-local/static/js/instances.6b88a87c.chunk.js +0 -1
  113. package/studio/build-local/static/js/main.4fd117ad.js +0 -2
  114. package/studio/build-local/static/js/offline-app.7371216b.chunk.js +0 -1
  115. package/studio/build-local/static/js/online-app.db436eec.chunk.js +0 -1
  116. package/studio/build-local/static/js/organization-billing.b2f260f0.chunk.js +0 -1
  117. package/studio/build-local/static/js/organization-users.b6171b18.chunk.js +0 -1
  118. package/studio/build-local/static/js/organization.7800f16a.chunk.js +0 -1
  119. package/studio/build-local/static/js/organizations.8bb505f2.chunk.js +0 -1
  120. package/studio/build-local/static/js/profile.292bdd86.chunk.js +0 -1
  121. package/studio/build-local/static/js/resetPassword.8fdfba77.chunk.js +0 -1
  122. package/studio/build-local/static/js/roles-jsonviewer.c11f1816.chunk.js +0 -1
  123. package/studio/build-local/static/js/signIn.b11bdc50.chunk.js +0 -1
  124. package/studio/build-local/static/js/signUp.564d4e0b.chunk.js +0 -1
  125. package/studio/build-local/static/js/structure-reloader.b6de4091.chunk.js +0 -1
  126. package/studio/build-local/static/js/topnav.4fd41d60.chunk.js +0 -1
  127. package/studio/build-local/static/js/updatePassword.e23019c7.chunk.js +0 -1
  128. /package/studio/build-local/static/js/{723.c58acced.chunk.js.LICENSE.txt → 239.183c6cbc.chunk.js.LICENSE.txt} +0 -0
  129. /package/studio/build-local/static/js/{110.ca4244a6.chunk.js.LICENSE.txt → 43.73dc432d.chunk.js.LICENSE.txt} +0 -0
  130. /package/studio/build-local/static/js/{409.17daa4fe.chunk.js.LICENSE.txt → 759.7c5150cd.chunk.js.LICENSE.txt} +0 -0
@@ -23,7 +23,7 @@ analytics:
23
23
  aggregatePeriod: 60
24
24
  replication:
25
25
  hostname: null
26
- databases: "*" # Database name or list of database names to replicate, * defaults to all databases
26
+ databases: '*' # Database name or list of database names to replicate, * defaults to all databases
27
27
  routes: null
28
28
  componentsRoot: null
29
29
  localStudio:
@@ -55,7 +55,7 @@ operationsApi:
55
55
  network:
56
56
  cors: true
57
57
  corsAccessList:
58
- - "*"
58
+ - '*'
59
59
  domainSocket: hdb/operations-server
60
60
  port: null
61
61
  securePort: 9925
@@ -68,4 +68,4 @@ storage:
68
68
  path: null
69
69
  prefetchWrites: true
70
70
  tls:
71
- privateKey: null
71
+ privateKey: null
@@ -33,4 +33,4 @@ clustering:
33
33
  privateKey: null
34
34
  insecure: true
35
35
  verify: true
36
- user: null
36
+ user: null
package/index.js CHANGED
@@ -1,12 +1,3 @@
1
- 'use strict';
2
- global.Resource = exports.Resource = undefined;
3
- global.tables = exports.tables = {};
4
- global.databases = exports.databases = {};
5
- global.getUser = exports.getUser = undefined;
6
- global.server = exports.server = {};
7
- global.contentTypes = exports.contentTypes = null;
8
- global.threads = exports.threads = [];
9
- global.logger = {};
10
- exports._assignPackageExport = (name, value) => {
11
- global[name] = exports[name] = value;
12
- };
1
+ const server_utils = require('./server/serverHelpers/serverUtilities');
2
+ const globals = require('./globals');
3
+ Object.assign(exports, globals);
@@ -1,15 +1,15 @@
1
1
  {
2
- "rejectUnauthorized": false,
3
- "autoConnect":true,
4
- "autoReconnect":true,
5
- "secure": true,
6
- "connectTimeout": 10000,
7
- "ackTimeout": 60000,
8
- "autoReconnectOptions": {
9
- "initialDelay": 100,
10
- "maxDelay": 200
11
- },
12
- "query": {
13
- "hdb_worker":1
14
- }
15
- }
2
+ "rejectUnauthorized": false,
3
+ "autoConnect": true,
4
+ "autoReconnect": true,
5
+ "secure": true,
6
+ "connectTimeout": 10000,
7
+ "ackTimeout": 60000,
8
+ "autoReconnectOptions": {
9
+ "initialDelay": 100,
10
+ "maxDelay": 200
11
+ },
12
+ "query": {
13
+ "hdb_worker": 1
14
+ }
15
+ }
@@ -1,16 +1,16 @@
1
1
  {
2
- "rejectUnauthorized": false,
3
- "autoConnect":true,
4
- "autoReconnect":true,
5
- "secure": true,
6
- "connectTimeout": 10000,
7
- "ackTimeout": 60000,
8
- "autoReconnectOptions": {
9
- "initialDelay": 1000,
10
- "maxDelay": 2000
11
- },
12
- "query": {
13
- "node_client_name": null,
14
- "node_server_name": null
15
- }
16
- }
2
+ "rejectUnauthorized": false,
3
+ "autoConnect": true,
4
+ "autoReconnect": true,
5
+ "secure": true,
6
+ "connectTimeout": 10000,
7
+ "ackTimeout": 60000,
8
+ "autoReconnectOptions": {
9
+ "initialDelay": 1000,
10
+ "maxDelay": 2000
11
+ },
12
+ "query": {
13
+ "node_client_name": null,
14
+ "node_server_name": null
15
+ }
16
+ }
@@ -1,261 +1,261 @@
1
1
  {
2
- "hdb_user":{
3
- "hash_attribute":"username",
4
- "name":"hdb_user",
5
- "schema":"system",
6
- "residence":["*"],
7
- "attributes": [
8
- {
9
- "attribute": "username"
10
- },
11
- {
12
- "attribute": "password"
13
- },
14
- {
15
- "attribute": "role"
16
- },
17
- {
18
- "attribute": "active"
19
- },
20
- {
21
- "attribute": "hash"
22
- },
23
- {
24
- "attribute": "refresh_token"
25
- },
26
- {
27
- "attribute":"__createdtime__"
28
- },
29
- {
30
- "attribute": "__updatedtime__"
31
- }
32
- ]
33
- },
34
- "hdb_role":{
35
- "hash_attribute":"id",
36
- "name":"hdb_role",
37
- "schema":"system",
38
- "attributes":[
39
- {
40
- "attribute":"id"
41
- },
42
- {
43
- "attribute":"role"
44
- },
45
- {
46
- "attribute":"permission"
47
- },
48
- {
49
- "attribute":"__createdtime__"
50
- },
51
- {
52
- "attribute": "__updatedtime__"
53
- }
54
- ],
55
- "residence":["*"]
56
- },
57
- "hdb_job":{
58
- "hash_attribute":"id",
59
- "name":"hdb_job",
60
- "schema":"system",
61
- "attributes":[
62
- {
63
- "attribute":"id"
64
- },
65
- {
66
- "attribute":"user"
67
- },
68
- {
69
- "attribute":"type"
70
- },
71
- {
72
- "attribute":"status"
73
- },
74
- {
75
- "attribute":"start_datetime"
76
- },
77
- {
78
- "attribute":"end_datetime"
79
- },
80
- {
81
- "attribute":"message"
82
- },
83
- {
84
- "attribute": "created_datetime"
85
- },
86
- {
87
- "attribute": "request"
88
- },
89
- {
90
- "attribute":"__createdtime__"
91
- },
92
- {
93
- "attribute": "__updatedtime__"
94
- }
95
- ]
96
- },
97
- "hdb_license":{
98
- "hash_attribute":"license_key",
99
- "name":"hdb_license",
100
- "schema":"system",
101
- "attributes": [
102
- {
103
- "attribute": "license_key"
104
- },
105
- {
106
- "attribute": "company"
107
- },
108
- {
109
- "attribute":"__createdtime__"
110
- },
111
- {
112
- "attribute": "__updatedtime__"
113
- }
114
- ]
115
- },
116
- "hdb_info":{
117
- "hash_attribute":"info_id",
118
- "name":"hdb_info",
119
- "schema":"system",
120
- "attributes": [
121
- {
122
- "attribute": "info_id"
123
- },
124
- {
125
- "attribute": "data_version_num"
126
- },
127
- {
128
- "attribute": "hdb_version_num"
129
- },
130
- {
131
- "attribute":"__createdtime__"
132
- },
133
- {
134
- "attribute": "__updatedtime__"
135
- }
136
- ]
137
- },
138
- "hdb_nodes":{
139
- "hash_attribute": "name",
140
- "name": "hdb_nodes",
141
- "schema": "system",
142
- "attributes":[
143
- {
144
- "attribute":"name"
145
- },
146
- {
147
- "attribute":"subscriptions"
148
- },
149
- {
150
- "attribute": "system_info"
151
- },
152
- {
153
- "attribute":"url"
154
- },
155
- {
156
- "attribute": "routes"
157
- }
158
- ]
159
- },
160
- "hdb_certificate":{
161
- "hash_attribute": "name",
162
- "name": "hdb_certificate",
163
- "schema": "system",
164
- "attributes":[
165
- {
166
- "attribute":"name"
167
- },
168
- {
169
- "attribute":"uses"
170
- },
171
- {
172
- "attribute":"certificate"
173
- },
174
- {
175
- "attribute": "is_authority"
176
- },
177
- {
178
- "attribute": "private_key_name"
179
- },
180
- {
181
- "attribute": "details"
182
- },
183
- {
184
- "attribute": "is_self_signed"
185
- },
186
- {
187
- "attribute": "__updatedtime__"
188
- }
189
- ]
190
- },
191
- "hdb_analytics":{
192
- "hash_attribute": "id",
193
- "name": "hdb_analytics",
194
- "schema": "system",
195
- "audit": false,
196
- "attributes":[
197
- {
198
- "attribute":"id"
199
- },
200
- {
201
- "name":"metric"
202
- },
203
- {
204
- "name":"path"
205
- },
206
- {
207
- "name":"method"
208
- },
209
- {
210
- "name":"type"
211
- }
212
- ]
213
- },
214
- "hdb_raw_analytics":{
215
- "hash_attribute": "id",
216
- "name": "hdb_raw_analytics",
217
- "schema": "system",
218
- "audit": false,
219
- "attributes":[
220
- {
221
- "attribute":"id"
222
- },
223
- {
224
- "attribute":"time"
225
- },
226
- {
227
- "attribute": "metrics"
228
- }
229
- ]
230
- },
231
- "hdb_temp":{
232
- "hash_attribute": "id",
233
- "name": "hdb_temp",
234
- "schema": "system",
235
- "attributes":[
236
- {
237
- "attribute":"id"
238
- }
239
- ]
240
- },
241
- "hdb_durable_session":{
242
- "hash_attribute": "id",
243
- "name": "hdb_durable_session",
244
- "schema": "system",
245
- "attributes":[
246
- {
247
- "attribute":"id"
248
- }
249
- ]
250
- },
251
- "hdb_session_will":{
252
- "hash_attribute": "id",
253
- "name": "hdb_session_will",
254
- "schema": "system",
255
- "attributes":[
256
- {
257
- "attribute":"id"
258
- }
259
- ]
260
- }
261
- }
2
+ "hdb_user": {
3
+ "hash_attribute": "username",
4
+ "name": "hdb_user",
5
+ "schema": "system",
6
+ "residence": ["*"],
7
+ "attributes": [
8
+ {
9
+ "attribute": "username"
10
+ },
11
+ {
12
+ "attribute": "password"
13
+ },
14
+ {
15
+ "attribute": "role"
16
+ },
17
+ {
18
+ "attribute": "active"
19
+ },
20
+ {
21
+ "attribute": "hash"
22
+ },
23
+ {
24
+ "attribute": "refresh_token"
25
+ },
26
+ {
27
+ "attribute": "__createdtime__"
28
+ },
29
+ {
30
+ "attribute": "__updatedtime__"
31
+ }
32
+ ]
33
+ },
34
+ "hdb_role": {
35
+ "hash_attribute": "id",
36
+ "name": "hdb_role",
37
+ "schema": "system",
38
+ "attributes": [
39
+ {
40
+ "attribute": "id"
41
+ },
42
+ {
43
+ "attribute": "role"
44
+ },
45
+ {
46
+ "attribute": "permission"
47
+ },
48
+ {
49
+ "attribute": "__createdtime__"
50
+ },
51
+ {
52
+ "attribute": "__updatedtime__"
53
+ }
54
+ ],
55
+ "residence": ["*"]
56
+ },
57
+ "hdb_job": {
58
+ "hash_attribute": "id",
59
+ "name": "hdb_job",
60
+ "schema": "system",
61
+ "attributes": [
62
+ {
63
+ "attribute": "id"
64
+ },
65
+ {
66
+ "attribute": "user"
67
+ },
68
+ {
69
+ "attribute": "type"
70
+ },
71
+ {
72
+ "attribute": "status"
73
+ },
74
+ {
75
+ "attribute": "start_datetime"
76
+ },
77
+ {
78
+ "attribute": "end_datetime"
79
+ },
80
+ {
81
+ "attribute": "message"
82
+ },
83
+ {
84
+ "attribute": "created_datetime"
85
+ },
86
+ {
87
+ "attribute": "request"
88
+ },
89
+ {
90
+ "attribute": "__createdtime__"
91
+ },
92
+ {
93
+ "attribute": "__updatedtime__"
94
+ }
95
+ ]
96
+ },
97
+ "hdb_license": {
98
+ "hash_attribute": "license_key",
99
+ "name": "hdb_license",
100
+ "schema": "system",
101
+ "attributes": [
102
+ {
103
+ "attribute": "license_key"
104
+ },
105
+ {
106
+ "attribute": "company"
107
+ },
108
+ {
109
+ "attribute": "__createdtime__"
110
+ },
111
+ {
112
+ "attribute": "__updatedtime__"
113
+ }
114
+ ]
115
+ },
116
+ "hdb_info": {
117
+ "hash_attribute": "info_id",
118
+ "name": "hdb_info",
119
+ "schema": "system",
120
+ "attributes": [
121
+ {
122
+ "attribute": "info_id"
123
+ },
124
+ {
125
+ "attribute": "data_version_num"
126
+ },
127
+ {
128
+ "attribute": "hdb_version_num"
129
+ },
130
+ {
131
+ "attribute": "__createdtime__"
132
+ },
133
+ {
134
+ "attribute": "__updatedtime__"
135
+ }
136
+ ]
137
+ },
138
+ "hdb_nodes": {
139
+ "hash_attribute": "name",
140
+ "name": "hdb_nodes",
141
+ "schema": "system",
142
+ "attributes": [
143
+ {
144
+ "attribute": "name"
145
+ },
146
+ {
147
+ "attribute": "subscriptions"
148
+ },
149
+ {
150
+ "attribute": "system_info"
151
+ },
152
+ {
153
+ "attribute": "url"
154
+ },
155
+ {
156
+ "attribute": "routes"
157
+ }
158
+ ]
159
+ },
160
+ "hdb_certificate": {
161
+ "hash_attribute": "name",
162
+ "name": "hdb_certificate",
163
+ "schema": "system",
164
+ "attributes": [
165
+ {
166
+ "attribute": "name"
167
+ },
168
+ {
169
+ "attribute": "uses"
170
+ },
171
+ {
172
+ "attribute": "certificate"
173
+ },
174
+ {
175
+ "attribute": "is_authority"
176
+ },
177
+ {
178
+ "attribute": "private_key_name"
179
+ },
180
+ {
181
+ "attribute": "details"
182
+ },
183
+ {
184
+ "attribute": "is_self_signed"
185
+ },
186
+ {
187
+ "attribute": "__updatedtime__"
188
+ }
189
+ ]
190
+ },
191
+ "hdb_analytics": {
192
+ "hash_attribute": "id",
193
+ "name": "hdb_analytics",
194
+ "schema": "system",
195
+ "audit": false,
196
+ "attributes": [
197
+ {
198
+ "attribute": "id"
199
+ },
200
+ {
201
+ "name": "metric"
202
+ },
203
+ {
204
+ "name": "path"
205
+ },
206
+ {
207
+ "name": "method"
208
+ },
209
+ {
210
+ "name": "type"
211
+ }
212
+ ]
213
+ },
214
+ "hdb_raw_analytics": {
215
+ "hash_attribute": "id",
216
+ "name": "hdb_raw_analytics",
217
+ "schema": "system",
218
+ "audit": false,
219
+ "attributes": [
220
+ {
221
+ "attribute": "id"
222
+ },
223
+ {
224
+ "attribute": "time"
225
+ },
226
+ {
227
+ "attribute": "metrics"
228
+ }
229
+ ]
230
+ },
231
+ "hdb_temp": {
232
+ "hash_attribute": "id",
233
+ "name": "hdb_temp",
234
+ "schema": "system",
235
+ "attributes": [
236
+ {
237
+ "attribute": "id"
238
+ }
239
+ ]
240
+ },
241
+ "hdb_durable_session": {
242
+ "hash_attribute": "id",
243
+ "name": "hdb_durable_session",
244
+ "schema": "system",
245
+ "attributes": [
246
+ {
247
+ "attribute": "id"
248
+ }
249
+ ]
250
+ },
251
+ "hdb_session_will": {
252
+ "hash_attribute": "id",
253
+ "name": "hdb_session_will",
254
+ "schema": "system",
255
+ "attributes": [
256
+ {
257
+ "attribute": "id"
258
+ }
259
+ ]
260
+ }
261
+ }