harperdb 4.5.26 → 4.5.28
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 +76 -76
- package/bin/lite.js +74 -74
- package/launchServiceScripts/launchNatsIngestService.js +74 -74
- package/launchServiceScripts/launchNatsReplyService.js +74 -74
- package/launchServiceScripts/launchUpdateNodes4-0-0.js +51 -51
- package/npm-shrinkwrap.json +336 -328
- package/package.json +1 -1
- package/resources/blob.d.ts +35 -3
- package/server/jobs/jobProcess.js +74 -74
- package/server/threads/threadServer.js +74 -74
- package/studio/build-local/asset-manifest.json +2 -2
- package/studio/build-local/index.html +1 -1
- package/studio/build-local/static/js/{main.f249457a.js → main.8b9a184d.js} +2 -2
- package/utility/hdbTerms.d.ts +1 -0
- package/utility/scripts/restartHdb.js +74 -74
- /package/studio/build-local/static/js/{main.f249457a.js.LICENSE.txt → main.8b9a184d.js.LICENSE.txt} +0 -0
package/utility/hdbTerms.d.ts
CHANGED
|
@@ -297,6 +297,7 @@ export declare const OPERATIONS_ENUM: {
|
|
|
297
297
|
readonly AUDIT_NODE_MODULES: "audit_node_modules";
|
|
298
298
|
readonly PURGE_STREAM: "purge_stream";
|
|
299
299
|
readonly GET_BACKUP: "get_backup";
|
|
300
|
+
readonly CLEANUP_ORPHAN_BLOBS: "cleanup_orphan_blobs";
|
|
300
301
|
readonly SIGN_CERTIFICATE: "sign_certificate";
|
|
301
302
|
readonly CREATE_CSR: "create_csr";
|
|
302
303
|
readonly LIST_CERTIFICATES: "list_certificates";
|