@larisarozin/dodone-shared 1.0.9 → 1.1.0

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.
@@ -1,5 +1,7 @@
1
1
  import { ResponseBase } from "./ApiResponse";
2
2
  import type { TaskItemDetailsResponse } from "./TaskItem";
3
+ export declare const SYSTEM_USER_ID = 1;
4
+ export declare const DELETED_USER_ID = 100000;
3
5
  export interface Team {
4
6
  id: number;
5
7
  name: string;
@@ -5,3 +5,6 @@
5
5
  * All rights reserved.
6
6
  */
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
+ exports.DELETED_USER_ID = exports.SYSTEM_USER_ID = void 0;
9
+ exports.SYSTEM_USER_ID = 1;
10
+ exports.DELETED_USER_ID = 100000;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@larisarozin/dodone-shared",
3
- "version": "1.0.9",
3
+ "version": "1.1.0",
4
4
  "description": "Shared utilities and components for DoDone",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",