@pushwoosh/rpc-v2-http-api-data 0.1.659 → 0.1.660

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.
@@ -49,7 +49,6 @@ export type OSXConfiguration = {
49
49
  macosGateway: number;
50
50
  macosKeyFile: string;
51
51
  macosCertPassword: string;
52
- macosCertFile: string;
53
52
  };
54
53
  export type OSXTokenConfiguration = {
55
54
  macosKeyId: string;
@@ -62,7 +61,6 @@ export type IOSConfiguration = {
62
61
  iosGateway: number;
63
62
  iosKeyFile: string;
64
63
  iosCertPassword: string;
65
- iosFramework: string;
66
64
  };
67
65
  export type IOSTokenConfiguration = {
68
66
  iosKeyId: string;
package/data.js CHANGED
@@ -2427,9 +2427,6 @@ export const data = {
2427
2427
  },
2428
2428
  "macosCertPassword": {
2429
2429
  "type": "string"
2430
- },
2431
- "macosCertFile": {
2432
- "type": "string"
2433
2430
  }
2434
2431
  }
2435
2432
  },
@@ -2464,9 +2461,6 @@ export const data = {
2464
2461
  },
2465
2462
  "iosCertPassword": {
2466
2463
  "type": "string"
2467
- },
2468
- "iosFramework": {
2469
- "type": "string"
2470
2464
  }
2471
2465
  }
2472
2466
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.659",
3
+ "version": "0.1.660",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",