@ax-hub/sdk 1.0.0 → 1.0.2
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/dist/cli/doctor.cjs +2 -1
- package/dist/cli/doctor.js +2 -1
- package/dist/index.cjs +2 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -1
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -2873,7 +2873,7 @@ declare class TenantsClient {
|
|
|
2873
2873
|
}
|
|
2874
2874
|
|
|
2875
2875
|
interface PublicConfig {
|
|
2876
|
-
/** Base domain apps are served under, e.g. `axhub.
|
|
2876
|
+
/** Base domain apps are served under, e.g. `axhub.axhub.ai`. */
|
|
2877
2877
|
baseDomain: string;
|
|
2878
2878
|
/** Any additional fields the backend adds are passed through. */
|
|
2879
2879
|
[key: string]: unknown;
|
|
@@ -2909,7 +2909,7 @@ declare function assertMockModeAllowed(): void;
|
|
|
2909
2909
|
* local dev, or self-hosted environments. Also overridable via env var
|
|
2910
2910
|
* `AX_HUB_BASE_URL` (caller wires this if desired).
|
|
2911
2911
|
*/
|
|
2912
|
-
declare const DEFAULT_BASE_URL = "https://
|
|
2912
|
+
declare const DEFAULT_BASE_URL = "https://api.axhub.ai";
|
|
2913
2913
|
interface AxHubClientOptions extends MockClientOptions {
|
|
2914
2914
|
/**
|
|
2915
2915
|
* Backend root URL. Defaults to {@link DEFAULT_BASE_URL}. Override for
|
package/dist/index.d.ts
CHANGED
|
@@ -2873,7 +2873,7 @@ declare class TenantsClient {
|
|
|
2873
2873
|
}
|
|
2874
2874
|
|
|
2875
2875
|
interface PublicConfig {
|
|
2876
|
-
/** Base domain apps are served under, e.g. `axhub.
|
|
2876
|
+
/** Base domain apps are served under, e.g. `axhub.axhub.ai`. */
|
|
2877
2877
|
baseDomain: string;
|
|
2878
2878
|
/** Any additional fields the backend adds are passed through. */
|
|
2879
2879
|
[key: string]: unknown;
|
|
@@ -2909,7 +2909,7 @@ declare function assertMockModeAllowed(): void;
|
|
|
2909
2909
|
* local dev, or self-hosted environments. Also overridable via env var
|
|
2910
2910
|
* `AX_HUB_BASE_URL` (caller wires this if desired).
|
|
2911
2911
|
*/
|
|
2912
|
-
declare const DEFAULT_BASE_URL = "https://
|
|
2912
|
+
declare const DEFAULT_BASE_URL = "https://api.axhub.ai";
|
|
2913
2913
|
interface AxHubClientOptions extends MockClientOptions {
|
|
2914
2914
|
/**
|
|
2915
2915
|
* Backend root URL. Defaults to {@link DEFAULT_BASE_URL}. Override for
|