front-back-poker-types 5.0.188 → 5.0.189

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.
@@ -9,7 +9,7 @@ export type Log = {
9
9
  userId: Nullable<number>;
10
10
  roomId: Nullable<number>;
11
11
  handId: Nullable<number>;
12
- userName: Nullable<string>;
12
+ nickname: Nullable<string>;
13
13
  };
14
14
  export declare const LOGS_PATHNAME = "/logs";
15
15
  export type PostLogRequest = Omit<Log, 'id' | 'timestamp'>;
@@ -9,7 +9,7 @@ export type Log = {
9
9
  userId: Nullable<number>;
10
10
  roomId: Nullable<number>;
11
11
  handId: Nullable<number>;
12
- userName: Nullable<string>;
12
+ nickname: Nullable<string>;
13
13
  };
14
14
  export declare const LOGS_PATHNAME = "/logs";
15
15
  export type PostLogRequest = Omit<Log, 'id' | 'timestamp'>;
package/dist/index.d.ts CHANGED
@@ -319,7 +319,7 @@ type Log = {
319
319
  userId: Nullable<number>;
320
320
  roomId: Nullable<number>;
321
321
  handId: Nullable<number>;
322
- userName: Nullable<string>;
322
+ nickname: Nullable<string>;
323
323
  };
324
324
  declare const LOGS_PATHNAME = "/logs";
325
325
  type PostLogRequest = Omit<Log, 'id' | 'timestamp'>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "front-back-poker-types",
3
- "version": "5.0.188",
3
+ "version": "5.0.189",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "files": [