glitch-javascript-sdk 3.9.1 → 3.9.3

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.ts CHANGED
@@ -11575,7 +11575,7 @@ declare class Hosting {
11575
11575
  static checkDomain<T>(hostname: string): AxiosPromise<Response<T>>;
11576
11576
  static purchaseDomain<T>(title_id: string, site_id: string, data: Record<string, any>): AxiosPromise<Response<T>>;
11577
11577
  static aiInstructions<T>(title_id: string, site_id: string, data?: Record<string, any>): AxiosPromise<Response<T>>;
11578
- static resolve<T>(hostname: string): AxiosPromise<Response<T>>;
11578
+ static resolve<T>(hostname: string, gatewayToken?: string): AxiosPromise<Response<T>>;
11579
11579
  static startPlaySession<T>(data: Record<string, any>): AxiosPromise<Response<T>>;
11580
11580
  static heartbeatPlaySession<T>(session_id: string, sessionToken: string): AxiosPromise<Response<T>>;
11581
11581
  static databases<T>(title_id: string, site_id: string, params?: Record<string, any>): AxiosPromise<Response<T>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "glitch-javascript-sdk",
3
- "version": "3.9.1",
3
+ "version": "3.9.3",
4
4
  "description": "Javascript SDK for Glitch",
5
5
  "publishConfig": {
6
6
  "access": "public"