@newfold/huapi-js 2.1952.0 → 2.1978.0

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.
@@ -371,6 +371,10 @@ export const DbAddBodyType = {
371
371
  postgres: 'postgres',
372
372
  };
373
373
  // eslint-disable-next-line @typescript-eslint/no-redeclare
374
+ export const HostingAdvancedConsoleProtocol = {
375
+ ssh: 'ssh',
376
+ };
377
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
374
378
  export const AccessLogsType = {
375
379
  error: 'error',
376
380
  all: 'all',