@posx/core 5.5.131 → 5.5.132

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/build/index.d.ts CHANGED
@@ -281,7 +281,7 @@ declare module '@posx/core/service.factory' {
281
281
  print_templates: string;
282
282
  employee_roles: string;
283
283
  order_displays: string;
284
- storage: string;
284
+ storages: string;
285
285
  };
286
286
  export class ServiceFactory {
287
287
  readonly options: IServiceOptions;