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.
@@ -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";