@newfold/huapi-js 2.2058.0 → 2.2067.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.js +1 -1
- package/src/index.msw.js +9 -9
- package/src/index.schemas.d.ts +669 -485
- package/src/index.schemas.js +1 -2
package/src/index.schemas.js
CHANGED
|
@@ -413,9 +413,8 @@ export const DomainHealthInclude = {
|
|
|
413
413
|
export const DomainHealthChecksItem = {
|
|
414
414
|
hosting: 'hosting',
|
|
415
415
|
email: 'email',
|
|
416
|
-
ssl_prereq: 'ssl_prereq',
|
|
417
|
-
cdn: 'cdn',
|
|
418
416
|
ssl: 'ssl',
|
|
417
|
+
site: 'site',
|
|
419
418
|
};
|
|
420
419
|
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
421
420
|
export const BackupPrefSetStatusBodyStatus = {
|