60p82u21t54k 0.3.23 → 0.3.24
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.
- package/dist/model/casinoGameList/type.d.ts +17 -1
- package/dist/model/casinoGameList/type.d.ts.map +1 -1
- package/dist/model/fishGameList/type.d.ts +17 -1
- package/dist/model/fishGameList/type.d.ts.map +1 -1
- package/dist/model/getFavouriteGame/type.d.ts +17 -1
- package/dist/model/getFavouriteGame/type.d.ts.map +1 -1
- package/dist/model/searchGameByName/type.d.ts +17 -1
- package/dist/model/searchGameByName/type.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,8 +1,24 @@
|
|
|
1
|
-
import { Game } from '../gameList/type';
|
|
2
1
|
export type CasinoGameListResponse = GamePage;
|
|
3
2
|
export type GamePage = {
|
|
4
3
|
currentPage: number;
|
|
5
4
|
lastPage: number;
|
|
6
5
|
data: Game[];
|
|
7
6
|
};
|
|
7
|
+
export type Game = {
|
|
8
|
+
gameId: number;
|
|
9
|
+
platformId: number;
|
|
10
|
+
platformCode: string;
|
|
11
|
+
platformShortName: string;
|
|
12
|
+
name: string;
|
|
13
|
+
flag: {
|
|
14
|
+
value: number;
|
|
15
|
+
hot: boolean;
|
|
16
|
+
trial: boolean;
|
|
17
|
+
new: boolean;
|
|
18
|
+
};
|
|
19
|
+
imageUrl: string;
|
|
20
|
+
logoUrl: string;
|
|
21
|
+
rate: string;
|
|
22
|
+
jackpotAmount: string;
|
|
23
|
+
};
|
|
8
24
|
//# sourceMappingURL=type.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/casinoGameList/type.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/casinoGameList/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,sBAAsB,GAAG,QAAQ,CAAA;AAE7C,MAAM,MAAM,QAAQ,GAAG;IACrB,WAAW,EAAE,MAAM,CAAA;IACnB,QAAQ,EAAE,MAAM,CAAA;IAChB,IAAI,EAAE,IAAI,EAAE,CAAA;CACb,CAAA;AAED,MAAM,MAAM,IAAI,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,EAAE,MAAM,CAAA;IAClB,YAAY,EAAE,MAAM,CAAA;IACpB,iBAAiB,EAAE,MAAM,CAAA;IACzB,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE;QACJ,KAAK,EAAE,MAAM,CAAA;QACb,GAAG,EAAE,OAAO,CAAA;QACZ,KAAK,EAAE,OAAO,CAAA;QACd,GAAG,EAAE,OAAO,CAAA;KACb,CAAA;IACD,QAAQ,EAAE,MAAM,CAAA;IAChB,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,aAAa,EAAE,MAAM,CAAA;CACtB,CAAA"}
|
|
@@ -1,8 +1,24 @@
|
|
|
1
|
-
import { Game } from '../gameList/type';
|
|
2
1
|
export type FishGameListResponse = GamePage;
|
|
3
2
|
export type GamePage = {
|
|
4
3
|
currentPage: number;
|
|
5
4
|
lastPage: number;
|
|
6
5
|
data: Game[];
|
|
7
6
|
};
|
|
7
|
+
export type Game = {
|
|
8
|
+
gameId: number;
|
|
9
|
+
platformId: number;
|
|
10
|
+
platformCode: string;
|
|
11
|
+
platformShortName: string;
|
|
12
|
+
name: string;
|
|
13
|
+
flag: {
|
|
14
|
+
value: number;
|
|
15
|
+
hot: boolean;
|
|
16
|
+
trial: boolean;
|
|
17
|
+
new: boolean;
|
|
18
|
+
};
|
|
19
|
+
imageUrl: string;
|
|
20
|
+
logoUrl: string;
|
|
21
|
+
rate: string;
|
|
22
|
+
jackpotAmount: string;
|
|
23
|
+
};
|
|
8
24
|
//# sourceMappingURL=type.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/fishGameList/type.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/fishGameList/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG,QAAQ,CAAA;AAE3C,MAAM,MAAM,QAAQ,GAAG;IACrB,WAAW,EAAE,MAAM,CAAA;IACnB,QAAQ,EAAE,MAAM,CAAA;IAChB,IAAI,EAAE,IAAI,EAAE,CAAA;CACb,CAAA;AAED,MAAM,MAAM,IAAI,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,EAAE,MAAM,CAAA;IAClB,YAAY,EAAE,MAAM,CAAA;IACpB,iBAAiB,EAAE,MAAM,CAAA;IACzB,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE;QACJ,KAAK,EAAE,MAAM,CAAA;QACb,GAAG,EAAE,OAAO,CAAA;QACZ,KAAK,EAAE,OAAO,CAAA;QACd,GAAG,EAAE,OAAO,CAAA;KACb,CAAA;IACD,QAAQ,EAAE,MAAM,CAAA;IAChB,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,aAAa,EAAE,MAAM,CAAA;CACtB,CAAA"}
|
|
@@ -1,7 +1,23 @@
|
|
|
1
|
-
import { Game } from '../gameList/type';
|
|
2
1
|
export type GetFavouriteGameResponse = {
|
|
3
2
|
currentPage: number;
|
|
4
3
|
lastPage: number;
|
|
5
4
|
data: Game[];
|
|
6
5
|
};
|
|
6
|
+
export type Game = {
|
|
7
|
+
gameId: number;
|
|
8
|
+
platformId: number;
|
|
9
|
+
platformCode: string;
|
|
10
|
+
platformShortName: string;
|
|
11
|
+
name: string;
|
|
12
|
+
flag: {
|
|
13
|
+
value: number;
|
|
14
|
+
hot: boolean;
|
|
15
|
+
trial: boolean;
|
|
16
|
+
new: boolean;
|
|
17
|
+
};
|
|
18
|
+
imageUrl: string;
|
|
19
|
+
logoUrl: string;
|
|
20
|
+
rate: string;
|
|
21
|
+
jackpotAmount: string;
|
|
22
|
+
};
|
|
7
23
|
//# sourceMappingURL=type.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/getFavouriteGame/type.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/getFavouriteGame/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,wBAAwB,GAAG;IACrC,WAAW,EAAE,MAAM,CAAA;IACnB,QAAQ,EAAE,MAAM,CAAA;IAChB,IAAI,EAAE,IAAI,EAAE,CAAA;CACb,CAAA;AAED,MAAM,MAAM,IAAI,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,EAAE,MAAM,CAAA;IAClB,YAAY,EAAE,MAAM,CAAA;IACpB,iBAAiB,EAAE,MAAM,CAAA;IACzB,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE;QACJ,KAAK,EAAE,MAAM,CAAA;QACb,GAAG,EAAE,OAAO,CAAA;QACZ,KAAK,EAAE,OAAO,CAAA;QACd,GAAG,EAAE,OAAO,CAAA;KACb,CAAA;IACD,QAAQ,EAAE,MAAM,CAAA;IAChB,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,aAAa,EAAE,MAAM,CAAA;CACtB,CAAA"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Game } from '../gameList/type';
|
|
2
1
|
export type SearchGameByNameResponse = {
|
|
3
2
|
gameList: GamePage;
|
|
4
3
|
};
|
|
@@ -7,4 +6,21 @@ export type GamePage = {
|
|
|
7
6
|
lastPage: number;
|
|
8
7
|
data: Game[];
|
|
9
8
|
};
|
|
9
|
+
export type Game = {
|
|
10
|
+
gameId: number;
|
|
11
|
+
platformId: number;
|
|
12
|
+
platformCode: string;
|
|
13
|
+
platformShortName: string;
|
|
14
|
+
name: string;
|
|
15
|
+
flag: {
|
|
16
|
+
value: number;
|
|
17
|
+
hot: boolean;
|
|
18
|
+
trial: boolean;
|
|
19
|
+
new: boolean;
|
|
20
|
+
};
|
|
21
|
+
imageUrl: string;
|
|
22
|
+
logoUrl: string;
|
|
23
|
+
rate: string;
|
|
24
|
+
jackpotAmount: string;
|
|
25
|
+
};
|
|
10
26
|
//# sourceMappingURL=type.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/searchGameByName/type.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/searchGameByName/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,wBAAwB,GAAG;IACrC,QAAQ,EAAE,QAAQ,CAAA;CACnB,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG;IACrB,WAAW,EAAE,MAAM,CAAA;IACnB,QAAQ,EAAE,MAAM,CAAA;IAChB,IAAI,EAAE,IAAI,EAAE,CAAA;CACb,CAAA;AAED,MAAM,MAAM,IAAI,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,EAAE,MAAM,CAAA;IAClB,YAAY,EAAE,MAAM,CAAA;IACpB,iBAAiB,EAAE,MAAM,CAAA;IACzB,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE;QACJ,KAAK,EAAE,MAAM,CAAA;QACb,GAAG,EAAE,OAAO,CAAA;QACZ,KAAK,EAAE,OAAO,CAAA;QACd,GAAG,EAAE,OAAO,CAAA;KACb,CAAA;IACD,QAAQ,EAAE,MAAM,CAAA;IAChB,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,aAAa,EAAE,MAAM,CAAA;CACtB,CAAA"}
|