@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/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.jocodingax.ai`. */
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.jocodingax.ai`. */
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;