harperdb 4.7.0-alpha.5 → 4.7.0-alpha.6
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/README.md +1 -1
- package/bin/harperdb.js +31 -31
- package/bin/lite.js +29 -29
- package/launchServiceScripts/launchNatsIngestService.js +29 -29
- package/launchServiceScripts/launchNatsReplyService.js +29 -29
- package/launchServiceScripts/launchUpdateNodes4-0-0.js +29 -29
- package/npm-shrinkwrap.json +293 -293
- package/package.json +1 -1
- package/resources/registrationDeprecated.d.ts +4 -0
- package/server/jobs/jobProcess.js +29 -29
- package/server/threads/threadServer.js +29 -29
- package/studio/build-local/asset-manifest.json +2 -2
- package/studio/build-local/index.html +1 -1
- package/studio/build-local/static/js/{main.9f5f17c8.js → main.1577832c.js} +2 -2
- package/utility/hdbTerms.d.ts +1 -0
- package/utility/scripts/restartHdb.js +29 -29
- /package/studio/build-local/static/js/{main.9f5f17c8.js.LICENSE.txt → main.1577832c.js.LICENSE.txt} +0 -0
package/utility/hdbTerms.d.ts
CHANGED
|
@@ -251,6 +251,7 @@ export declare const OPERATIONS_ENUM: {
|
|
|
251
251
|
readonly GET_JOB: "get_job";
|
|
252
252
|
readonly DELETE_JOB: "delete_job";
|
|
253
253
|
readonly UPDATE_JOB: "update_job";
|
|
254
|
+
readonly GET_REGISTRATION_INFO: "registration_info";
|
|
254
255
|
readonly CONFIGURE_CLUSTER: "configure_cluster";
|
|
255
256
|
readonly SET_CONFIGURATION: "set_configuration";
|
|
256
257
|
readonly CLUSTER_STATUS: "cluster_status";
|