@newfold/huapi-js 2.2048.0 → 2.2063.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.
- package/package.json +1 -1
- package/src/index.d.ts +39 -9
- package/src/index.js +34 -12
- package/src/index.msw.d.ts +3 -1
- package/src/index.msw.js +16 -4
- package/src/index.schemas.d.ts +663 -437
- package/src/index.schemas.js +6 -2
package/src/index.schemas.js
CHANGED
|
@@ -44,6 +44,11 @@ export const SitesSecuritySitelockV2Source = {
|
|
|
44
44
|
halfg: 'halfg',
|
|
45
45
|
};
|
|
46
46
|
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
47
|
+
export const SshKeyV2BodyRemote = {
|
|
48
|
+
NUMBER_0: 0,
|
|
49
|
+
NUMBER_1: 1,
|
|
50
|
+
};
|
|
51
|
+
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
47
52
|
export const HostingSiteAddV2BodyDatacenter = {
|
|
48
53
|
'Amsterdam,_Netherlands': 'Amsterdam, Netherlands',
|
|
49
54
|
'Ashburn,_Virginia': 'Ashburn, Virginia',
|
|
@@ -408,9 +413,8 @@ export const DomainHealthInclude = {
|
|
|
408
413
|
export const DomainHealthChecksItem = {
|
|
409
414
|
hosting: 'hosting',
|
|
410
415
|
email: 'email',
|
|
411
|
-
ssl_prereq: 'ssl_prereq',
|
|
412
|
-
cdn: 'cdn',
|
|
413
416
|
ssl: 'ssl',
|
|
417
|
+
site: 'site',
|
|
414
418
|
};
|
|
415
419
|
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
416
420
|
export const BackupPrefSetStatusBodyStatus = {
|