@newfold/huapi-js 2.1225.0 → 2.1230.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 CHANGED
@@ -10,7 +10,7 @@
10
10
  "tslib": "2.7.0"
11
11
  },
12
12
  "module": "dist/index.ts",
13
- "version": "2.1225.0",
13
+ "version": "2.1230.0",
14
14
  "sideEffects": false,
15
15
  "main": "./src/index.js",
16
16
  "types": "./src/index.d.ts",
package/src/index.js CHANGED
@@ -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.1225.0
6
+ * OpenAPI spec version: 1.1230.0
7
7
  */
8
8
  import { useInfiniteQuery, useMutation, useQuery } from '@tanstack/react-query';
9
9
  import axios from 'axios';
package/src/index.msw.js CHANGED
@@ -4,7 +4,7 @@ import { __awaiter } from "tslib";
4
4
  * Do not edit manually.
5
5
  * Hosting UAPI
6
6
  * Hosting UAPI is an API to expose Hosting, Addons, and Site functionality to a customer-facing Front End such as (Account Manager).
7
- * OpenAPI spec version: 1.1225.0
7
+ * OpenAPI spec version: 1.1230.0
8
8
  */
9
9
  import { faker } from '@faker-js/faker';
10
10
  import { HttpResponse, delay, http } from 'msw';
@@ -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.1225.0
6
+ * OpenAPI spec version: 1.1230.0
7
7
  */
8
8
  export declare type SshKeyListV4200RowsItem = {
9
9
  authorize?: boolean;
@@ -448,6 +448,8 @@ export declare type HostingSiteAddV2Body = {
448
448
  parent_site_id?: number;
449
449
  /** Installation Path */
450
450
  path?: string;
451
+ /** Skip domain pointer order */
452
+ skip_pointer?: boolean;
451
453
  /** flag indicating whether this site is for a self serve wp migration or not */
452
454
  ss_wp_mig?: boolean;
453
455
  /** Site Subtype */
@@ -2432,6 +2434,8 @@ export declare type HostingDomainAssignBody = {
2432
2434
  domain: string;
2433
2435
  /** HAL site id that will be passed to FG for domain assignment. Must be passed if path isn't. */
2434
2436
  site_id: string;
2437
+ /** Skip domain pointer order */
2438
+ skip_pointer?: boolean;
2435
2439
  };
2436
2440
  export declare type PrivacyUser200 = {
2437
2441
  /** Success/failure status */