@sortsys/v2-client 0.1.7 → 0.1.8

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 +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -3214,6 +3214,7 @@ declare const appRouter: BuiltRouter<{
3214
3214
  };
3215
3215
  output: {
3216
3216
  id: string;
3217
+ autoId: number;
3217
3218
  projectId: string;
3218
3219
  comment: string | null;
3219
3220
  createdByUserId: string | null;
@@ -3248,6 +3249,7 @@ declare const appRouter: BuiltRouter<{
3248
3249
  };
3249
3250
  output: {
3250
3251
  id: string;
3252
+ autoId: number;
3251
3253
  projectId: string;
3252
3254
  comment: string | null;
3253
3255
  createdByUserId: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sortsys/v2-client",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "main": "dist/index.js",
5
5
  "devDependencies": {
6
6
  "dts-bundle-generator": "^9.5.1"