@sortsys/v2-client 0.1.29 → 0.1.30

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 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -2835,6 +2835,7 @@ declare const appRouter: BuiltRouter<{
2835
2835
  output: {
2836
2836
  deliveryNotes: {
2837
2837
  noteId: string;
2838
+ autoId: number;
2838
2839
  effectiveTimestamp: Date;
2839
2840
  totalCost: number;
2840
2841
  }[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sortsys/v2-client",
3
- "version": "0.1.29",
3
+ "version": "0.1.30",
4
4
  "main": "dist/index.js",
5
5
  "devDependencies": {
6
6
  "dts-bundle-generator": "^9.5.1"