@newfold/huapi-js 2.1866.0 → 2.1893.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,11 @@ 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
356
361
  export const BackupListBackupType = {
357
362
  full: 'full',
358
363
  home: 'home',
@@ -365,6 +370,26 @@ export const BackupInitiateBodyBackupType = {
365
370
  full: 'full',
366
371
  };
367
372
  // eslint-disable-next-line @typescript-eslint/no-redeclare
373
+ export const BackupNotificationsEmailSuccessfulBackups = {
374
+ NUMBER_0: 0,
375
+ NUMBER_1: 1,
376
+ };
377
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
378
+ export const BackupNotificationsEmailStorageLimit = {
379
+ NUMBER_0: 0,
380
+ NUMBER_1: 1,
381
+ };
382
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
383
+ export const BackupNotificationsEmailGeneralNotifications = {
384
+ NUMBER_0: 0,
385
+ NUMBER_1: 1,
386
+ };
387
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
388
+ export const BackupNotificationsEmailFailedBackups = {
389
+ NUMBER_0: 0,
390
+ NUMBER_1: 1,
391
+ };
392
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
368
393
  export const AutoresponderCharset = {
369
394
  'ansi_x3110-1983': 'ansi_x3.110-1983',
370
395
  'ansi_x34-1968': 'ansi_x3.4-1968',