glitch-javascript-sdk 3.9.2 → 3.9.4

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.
@@ -128,7 +128,7 @@ declare class Hosting {
128
128
  static checkDomain<T>(hostname: string): AxiosPromise<Response<T>>;
129
129
  static purchaseDomain<T>(title_id: string, site_id: string, data: Record<string, any>): AxiosPromise<Response<T>>;
130
130
  static aiInstructions<T>(title_id: string, site_id: string, data?: Record<string, any>): AxiosPromise<Response<T>>;
131
- static resolve<T>(hostname: string): AxiosPromise<Response<T>>;
131
+ static resolve<T>(hostname: string, gatewayToken?: string): AxiosPromise<Response<T>>;
132
132
  static startPlaySession<T>(data: Record<string, any>): AxiosPromise<Response<T>>;
133
133
  static heartbeatPlaySession<T>(session_id: string, sessionToken: string): AxiosPromise<Response<T>>;
134
134
  static databases<T>(title_id: string, site_id: string, params?: Record<string, any>): AxiosPromise<Response<T>>;