karibu-layer 1.0.18 → 1.0.19

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.
Files changed (2) hide show
  1. package/api/api.d.ts +1 -1
  2. package/package.json +1 -1
package/api/api.d.ts CHANGED
@@ -20,4 +20,4 @@ export * from './stockMovements.service';
20
20
  import { StockMovementsService } from './stockMovements.service';
21
21
  export * from './users.service';
22
22
  import { UsersService } from './users.service';
23
- export declare const APIS: (typeof AuthenticationService | typeof CategoriesService | typeof EstablishmentsService | typeof AppService | typeof BoardsService | typeof InvoicesService | typeof OrdersService | typeof PaymentsService | typeof ProductsService | typeof StockMovementsService | typeof UsersService)[];
23
+ export declare const APIS: (typeof AppService | typeof AuthenticationService | typeof BoardsService | typeof CategoriesService | typeof EstablishmentsService | typeof InvoicesService | typeof OrdersService | typeof PaymentsService | typeof ProductsService | typeof StockMovementsService | typeof UsersService)[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "karibu-layer",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "OpenAPI client for karibu-layer",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {