@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.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 } = {}) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@obb871001/api-integration-sdk",
3
3
  "private": false,
4
- "version": "1.0.112",
4
+ "version": "1.0.113",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",