@ax-hub/sdk 1.0.1 → 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 +1 -1
- package/dist/index.d.ts +1 -1
- 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;
|
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;
|