@sortsys/v2-client 0.1.31 → 0.1.32

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 +13 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -2853,6 +2853,18 @@ declare const appRouter: BuiltRouter<{
2853
2853
  comment: string | null;
2854
2854
  } | null;
2855
2855
  }[];
2856
+ specialRecords: {
2857
+ id: string;
2858
+ noteId: string;
2859
+ noteAutoId: number;
2860
+ effectiveTimestamp: Date;
2861
+ name: string;
2862
+ unit: string;
2863
+ amount: number;
2864
+ pricePerUnit: number | null;
2865
+ comment: string | null;
2866
+ totalCost: number;
2867
+ }[];
2856
2868
  workHours: {
2857
2869
  id: string;
2858
2870
  userId: string;
@@ -2877,6 +2889,7 @@ declare const appRouter: BuiltRouter<{
2877
2889
  totalCosts: {
2878
2890
  deliveryNotes: number;
2879
2891
  products: number;
2892
+ specialRecords: number;
2880
2893
  workHours: number;
2881
2894
  toolTrackings: number;
2882
2895
  overall: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sortsys/v2-client",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "main": "dist/index.js",
5
5
  "devDependencies": {
6
6
  "dts-bundle-generator": "^9.5.1"