@notix.games/react-bridge 4.4.0 → 4.4.2
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,8 +1,10 @@
|
|
1
1
|
import { V1GameItemResponse, V1GameListResponse } from './contracts';
|
2
2
|
export * from './contracts';
|
3
3
|
export type GameId = number;
|
4
|
+
export type PartnerId = string;
|
4
5
|
export type PlayerId = string;
|
5
6
|
export type NodeId = number;
|
7
|
+
export type RequestId = string;
|
6
8
|
export type PlayerCountry = string;
|
7
9
|
export type Language = string;
|
8
10
|
export type ViewType = 'desktop' | 'mobile';
|