@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.
package/README.md CHANGED
File without changes
package/orval.config.d.ts CHANGED
File without changes
package/orval.config.js CHANGED
@@ -12,10 +12,6 @@ export default defineConfig({
12
12
  mock: true,
13
13
  clean: false,
14
14
  override: {
15
- mock: {
16
- delay: 0,
17
- generateEachHttpStatus: true,
18
- },
19
15
  operations: {
20
16
  sites_error_logs: {
21
17
  query: {
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.1340.1-alpha.0",
13
+ "version": "2.1348.0",
14
14
  "sideEffects": false,
15
15
  "main": "./src/index.js",
16
16
  "types": "./src/index.d.ts",
package/src/index.d.ts CHANGED
File without changes
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.1340.0
6
+ * OpenAPI spec version: 1.1348.0
7
7
  */
8
8
  import { useInfiniteQuery, useMutation, useQuery } from '@tanstack/react-query';
9
9
  import axios from 'axios';
File without changes