@newfold/huapi-js 2.1874.0 → 2.1898.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.
@@ -353,6 +353,22 @@ export const AccessLogsType = {
353
353
  all: 'all',
354
354
  };
355
355
  // eslint-disable-next-line @typescript-eslint/no-redeclare
356
+ export const BackupPrefSetStatusBodyStatus = {
357
+ enable: 'enable',
358
+ disable: 'disable',
359
+ };
360
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
361
+ export const BackupCreateOndemandV1BodyIncludeBackupTarLink = {
362
+ NUMBER_0: 0,
363
+ NUMBER_1: 1,
364
+ };
365
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
366
+ export const BackupCreateOndemandV1BodyBackupType = {
367
+ home: 'home',
368
+ db: 'db',
369
+ home_db: 'home_db',
370
+ };
371
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
356
372
  export const BackupListBackupType = {
357
373
  full: 'full',
358
374
  home: 'home',
@@ -365,6 +381,26 @@ export const BackupInitiateBodyBackupType = {
365
381
  full: 'full',
366
382
  };
367
383
  // eslint-disable-next-line @typescript-eslint/no-redeclare
384
+ export const BackupNotificationsEmailSuccessfulBackups = {
385
+ NUMBER_0: 0,
386
+ NUMBER_1: 1,
387
+ };
388
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
389
+ export const BackupNotificationsEmailStorageLimit = {
390
+ NUMBER_0: 0,
391
+ NUMBER_1: 1,
392
+ };
393
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
394
+ export const BackupNotificationsEmailGeneralNotifications = {
395
+ NUMBER_0: 0,
396
+ NUMBER_1: 1,
397
+ };
398
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
399
+ export const BackupNotificationsEmailFailedBackups = {
400
+ NUMBER_0: 0,
401
+ NUMBER_1: 1,
402
+ };
403
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
368
404
  export const AutoresponderCharset = {
369
405
  'ansi_x3110-1983': 'ansi_x3.110-1983',
370
406
  'ansi_x34-1968': 'ansi_x3.4-1968',