@newfold/huapi-js 2.1655.0 → 2.1671.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.
@@ -6,6 +6,22 @@ export const HostingSiteAddV3BodyDatacenter = {
6
6
  'Los_Angeles,_California': 'Los Angeles, California',
7
7
  };
8
8
  // eslint-disable-next-line @typescript-eslint/no-redeclare
9
+ export const BackupRestoreV3BodyUserConsent = {
10
+ NUMBER_0: 0,
11
+ NUMBER_1: 1,
12
+ };
13
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
14
+ export const BackupRestoreV3BodyBackupType = {
15
+ home: 'home',
16
+ db: 'db',
17
+ home_db: 'home_db',
18
+ };
19
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
20
+ export const BackupRestoreV3BodyBackupPreRestore = {
21
+ NUMBER_0: 0,
22
+ NUMBER_1: 1,
23
+ };
24
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
9
25
  export const BackupCreateV3BodyBackupType = {
10
26
  home: 'home',
11
27
  db: 'db',
@@ -337,6 +353,16 @@ export const AccessLogsType = {
337
353
  all: 'all',
338
354
  };
339
355
  // eslint-disable-next-line @typescript-eslint/no-redeclare
356
+ export const BackupMeta200SiteCbsRestoreConsentInfoUserConsent = {
357
+ NUMBER_0: 0,
358
+ NUMBER_1: 1,
359
+ };
360
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
361
+ export const BackupMeta200SiteCbsRestoreConsentInfoBackupPreRestore = {
362
+ NUMBER_0: 0,
363
+ NUMBER_1: 1,
364
+ };
365
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
340
366
  export const BackupListBackupType = {
341
367
  full: 'full',
342
368
  home: 'home',