@spaceandtimelabs/makeinfinite-ui 0.48.1 → 0.49.0

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
@@ -141,6 +141,7 @@ export declare const APIHandler: (baseUrl: string) => {
141
141
  deleteProject: (projectName: string) => Promise<Response>;
142
142
  requestErrorCorrection: (projectName: string, componentId: string, errorMessage: string) => Promise<Response>;
143
143
  addImage: (formData: FormData) => Promise<Response>;
144
+ initializeProject: (projectName: string) => Promise<Response>;
144
145
  };
145
146
 
146
147
  export declare const APIProxyHandler: (baseUrl: string) => {