@spaceandtimelabs/makeinfinite-ui 0.56.3 → 0.57.1

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
@@ -121,6 +121,7 @@ export declare const APIHandler: (baseUrl: string) => {
121
121
  createProject: (description: string, theme: string, siteBackground?: File | null) => Promise<Response>;
122
122
  createBlankProject: (description: string, theme: string, siteBackground?: File | null) => Promise<Response>;
123
123
  getProjects: () => Promise<Response>;
124
+ getProjectMetadata: (projectName: string) => Promise<Response>;
124
125
  getSubdomains: (projectName: string) => Promise<Response>;
125
126
  allocateSubdomain: (projectName: string, subdomain: string) => Promise<Response>;
126
127
  updateSubdomain: (projectName: string, subdomain: string) => Promise<Response>;