@newfold/huapi-js 2.1340.1-alpha.0 → 2.1348.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.
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  * Hosting UAPI
5
5
  * Hosting UAPI is an API to expose Hosting, Addons, and Site functionality to a customer-facing Front End such as (Account Manager).
6
- * OpenAPI spec version: 1.1340.0
6
+ * OpenAPI spec version: 1.1348.0
7
7
  */
8
8
  export declare type SshKeyListV4200RowsItem = {
9
9
  authorize?: boolean;
@@ -461,6 +461,7 @@ export declare type SshKeyImportV2Body = {
461
461
  export declare type HostingSiteAddV2200 = {
462
462
  id?: number;
463
463
  status?: string;
464
+ url?: string;
464
465
  };
465
466
  /**
466
467
  * Datacenter to host site in.
File without changes