@obb871001/api-integration-sdk 1.0.112 → 1.0.113
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/index.cjs +1 -1
- package/dist/index.js +4 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -799,7 +799,8 @@ const oi = li(null), nt = () => {
|
|
|
799
799
|
categorized: {
|
|
800
800
|
bySubType: { ...T, MyFavorite: b },
|
|
801
801
|
byPlatform: S,
|
|
802
|
-
byPlatformAndCategory: D
|
|
802
|
+
byPlatformAndCategory: D,
|
|
803
|
+
byGameType: c
|
|
803
804
|
},
|
|
804
805
|
user: {
|
|
805
806
|
favorite: b
|
|
@@ -875,7 +876,8 @@ const oi = li(null), nt = () => {
|
|
|
875
876
|
categorized: {
|
|
876
877
|
bySubType: {},
|
|
877
878
|
byPlatform: {},
|
|
878
|
-
byPlatformAndCategory: {}
|
|
879
|
+
byPlatformAndCategory: {},
|
|
880
|
+
byGameType: {}
|
|
879
881
|
},
|
|
880
882
|
user: { favorite: [] }
|
|
881
883
|
}, hl = ({ enabled: e = !0 } = {}) => {
|