chayns-api 1.1.12 → 1.1.13

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.
@@ -155,6 +155,7 @@ export declare enum DialogButtonType {
155
155
  export type ChaynsApiUser = {
156
156
  firstName?: string;
157
157
  lastName?: string;
158
+ nickName?: string;
158
159
  gender?: Gender;
159
160
  uacGroups?: UacGroup[];
160
161
  userId?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chayns-api",
3
- "version": "1.1.12",
3
+ "version": "1.1.13",
4
4
  "description": "new chayns api",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",