@be-logixpair/api 0.0.22 → 0.0.24

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/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -644068,7 +644068,7 @@ declare const appRouter: BuiltRouter<{
644068
644068
  meta: object;
644069
644069
  }>;
644070
644070
  }>>;
644071
- dgExceptedQuantityRouter: BuiltRouter<{
644071
+ dgExceptedQuantities: BuiltRouter<{
644072
644072
  ctx: Context;
644073
644073
  meta: object;
644074
644074
  errorShape: DefaultErrorShape;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-logixpair/api",
3
- "version": "0.0.22",
3
+ "version": "0.0.24",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {