@newfold/huapi-js 2.1.0-beta.16 → 2.1.0-beta.18

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.
@@ -11,6 +11,11 @@ export const BackupRestoreV3BodyUserConsent = {
11
11
  NUMBER_1: 1,
12
12
  };
13
13
  // eslint-disable-next-line @typescript-eslint/no-redeclare
14
+ export const BackupRestoreV3BodyPlanType = {
15
+ free: 'free',
16
+ premium: 'premium',
17
+ };
18
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
14
19
  export const BackupRestoreV3BodyBackupType = {
15
20
  home: 'home',
16
21
  db: 'db',
@@ -49,6 +54,17 @@ export const HostingDomainsV2TypesItem = {
49
54
  unassigned: 'unassigned',
50
55
  };
51
56
  // eslint-disable-next-line @typescript-eslint/no-redeclare
57
+ export const BackupDownloadV2BodyPlanType = {
58
+ free: 'free',
59
+ premium: 'premium',
60
+ };
61
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
62
+ export const BackupDownloadV2BodyBackupType = {
63
+ home: 'home',
64
+ db: 'db',
65
+ home_db: 'home_db',
66
+ };
67
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
52
68
  export const SiteAddonWpsolutionBodySubtype = {
53
69
  creator: 'creator',
54
70
  commerce: 'commerce',
@@ -353,6 +369,22 @@ export const AccessLogsType = {
353
369
  all: 'all',
354
370
  };
355
371
  // eslint-disable-next-line @typescript-eslint/no-redeclare
372
+ export const BackupPrefSetStatusBodyStatus = {
373
+ enable: 'enable',
374
+ disable: 'disable',
375
+ };
376
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
377
+ export const BackupCreateOndemandV1BodyIncludeBackupTarLink = {
378
+ NUMBER_0: 0,
379
+ NUMBER_1: 1,
380
+ };
381
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
382
+ export const BackupCreateOndemandV1BodyBackupType = {
383
+ home: 'home',
384
+ db: 'db',
385
+ home_db: 'home_db',
386
+ };
387
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
356
388
  export const BackupListBackupType = {
357
389
  full: 'full',
358
390
  home: 'home',
@@ -365,6 +397,26 @@ export const BackupInitiateBodyBackupType = {
365
397
  full: 'full',
366
398
  };
367
399
  // eslint-disable-next-line @typescript-eslint/no-redeclare
400
+ export const BackupNotificationsEmailSuccessfulBackups = {
401
+ NUMBER_0: 0,
402
+ NUMBER_1: 1,
403
+ };
404
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
405
+ export const BackupNotificationsEmailStorageLimit = {
406
+ NUMBER_0: 0,
407
+ NUMBER_1: 1,
408
+ };
409
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
410
+ export const BackupNotificationsEmailGeneralNotifications = {
411
+ NUMBER_0: 0,
412
+ NUMBER_1: 1,
413
+ };
414
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
415
+ export const BackupNotificationsEmailFailedBackups = {
416
+ NUMBER_0: 0,
417
+ NUMBER_1: 1,
418
+ };
419
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
368
420
  export const AutoresponderCharset = {
369
421
  'ansi_x3110-1983': 'ansi_x3.110-1983',
370
422
  'ansi_x34-1968': 'ansi_x3.4-1968',