@jolibox/native-bridge 1.4.3 → 1.4.6

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.
@@ -452,7 +452,7 @@ declare global {
452
452
  /** 订阅档位价格查询 */
453
453
  requestSubscriptionPlansAsync: (params: {
454
454
  appStoreProductIds: string[];
455
- type: 'game' | 'drama';
455
+ type: 'game' | 'drama' | 'SPIN';
456
456
  }) => Promise<{
457
457
  errMsg: string;
458
458
  errNo?: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jolibox/native-bridge",
3
3
  "description": "This project is Jolibox JS-SDk bridge for Native",
4
- "version": "1.4.3",
4
+ "version": "1.4.6",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
7
7
  "license": "MIT",
@@ -11,8 +11,8 @@
11
11
  ],
12
12
  "types": "./dist/index.d.ts",
13
13
  "dependencies": {
14
- "@jolibox/common": "1.4.3",
15
- "@jolibox/types": "1.4.3"
14
+ "@jolibox/common": "1.4.6",
15
+ "@jolibox/types": "1.4.6"
16
16
  },
17
17
  "devDependencies": {
18
18
  "typescript": "5.7.3",
@@ -452,7 +452,7 @@ declare global {
452
452
  /** 订阅档位价格查询 */
453
453
  requestSubscriptionPlansAsync: (params: {
454
454
  appStoreProductIds: string[];
455
- type: 'game' | 'drama';
455
+ type: 'game' | 'drama' | 'SPIN';
456
456
  }) => Promise<{
457
457
  errMsg: string;
458
458
  errNo?: number;