@feedmepos/mf-financing 0.0.35-dev → 0.0.36-dev

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.
@@ -23,7 +23,9 @@ export type GetEligibilityResponse = {
23
23
  id: string;
24
24
  active: boolean;
25
25
  };
26
- softspace: boolean;
26
+ softspace: {
27
+ active: boolean;
28
+ };
27
29
  };
28
30
  };
29
31
  export declare function GetEligibility(restaurantId: string): ApiContract;
package/dist/app.js CHANGED
@@ -308,7 +308,7 @@ const Ln = {
308
308
  {
309
309
  path: "/application",
310
310
  name: "mf-financing-application",
311
- component: () => import("./Application-CMYj8JZg.js"),
311
+ component: () => import("./Application-DgsKcVbg.js"),
312
312
  meta: {
313
313
  sidebarDisplay: "i18n:financing.routes.application"
314
314
  }
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-financing",
3
- "version": "0.0.35-dev",
3
+ "version": "0.0.36-dev",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"