@pushwoosh/rpc-v2-http-api-data 0.1.706 → 0.1.707

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.
@@ -3,7 +3,6 @@ export interface ApplicationsConfigurationsService {
3
3
  EnablePlatform(request: EnablePlatformRequest): Promise<EnablePlatformResponse>;
4
4
  }
5
5
  export type AndroidConfiguration = {
6
- androidFramework: string;
7
6
  androidFcmServiceAccount: string;
8
7
  };
9
8
  export type ChromeConfiguration = {
@@ -17,14 +16,7 @@ export type EmailConfiguration = {
17
16
  emailReplyName: string;
18
17
  emailReplyEmail: string;
19
18
  };
20
- export type XiaomiConfiguration = {
21
- xiaomiAppId: string;
22
- xiaomiAppSecret: string;
23
- xiaomiAppRegion: string;
24
- xiaomiAppPackageName: string;
25
- };
26
19
  export type HuaweiConfiguration = {
27
- huaweiAndroidFramework: string;
28
20
  huaweiAndroidAppId: string;
29
21
  huaweiAndroidAppSecret: string;
30
22
  };
@@ -43,7 +35,6 @@ export type WindowsConfiguration = {
43
35
  export type AmazonConfiguration = {
44
36
  admCid: string;
45
37
  admSecret: string;
46
- admFramework: string;
47
38
  };
48
39
  export type OSXConfiguration = {
49
40
  macosGateway: number;
@@ -76,7 +67,6 @@ export type FirefoxConfiguration = {
76
67
  };
77
68
  export type BaiduConfiguration = {
78
69
  baiduAndroidApiKey: string;
79
- baiduAndroidFramework: string;
80
70
  baiduAndroidSecretKey: string;
81
71
  };
82
72
  export type LineConfiguration = {
@@ -100,10 +90,6 @@ export type ConfigurationRequest_kind_emailConfiguration = {
100
90
  type: 'emailConfiguration';
101
91
  data: EmailConfiguration;
102
92
  };
103
- export type ConfigurationRequest_kind_xiaomiConfiguration = {
104
- type: 'xiaomiConfiguration';
105
- data: XiaomiConfiguration;
106
- };
107
93
  export type ConfigurationRequest_kind_huaweiConfiguration = {
108
94
  type: 'huaweiConfiguration';
109
95
  data: HuaweiConfiguration;
@@ -152,7 +138,7 @@ export type ConfigurationRequest_kind_webConfiguration = {
152
138
  type: 'webConfiguration';
153
139
  data: WebConfiguration;
154
140
  };
155
- export type ConfigurationRequest_kind = ConfigurationRequest_kind_androidConfiguration | ConfigurationRequest_kind_chromeConfiguration | ConfigurationRequest_kind_emailConfiguration | ConfigurationRequest_kind_xiaomiConfiguration | ConfigurationRequest_kind_huaweiConfiguration | ConfigurationRequest_kind_safariConfiguration | ConfigurationRequest_kind_windowsConfiguration | ConfigurationRequest_kind_amazonConfiguration | ConfigurationRequest_kind_osxConfiguration | ConfigurationRequest_kind_osxTokenConfiguration | ConfigurationRequest_kind_iosConfiguration | ConfigurationRequest_kind_iosTokenConfiguration | ConfigurationRequest_kind_firefoxConfiguration | ConfigurationRequest_kind_baiduConfiguration | ConfigurationRequest_kind_lineConfiguration | ConfigurationRequest_kind_webConfiguration;
141
+ export type ConfigurationRequest_kind = ConfigurationRequest_kind_androidConfiguration | ConfigurationRequest_kind_chromeConfiguration | ConfigurationRequest_kind_emailConfiguration | ConfigurationRequest_kind_huaweiConfiguration | ConfigurationRequest_kind_safariConfiguration | ConfigurationRequest_kind_windowsConfiguration | ConfigurationRequest_kind_amazonConfiguration | ConfigurationRequest_kind_osxConfiguration | ConfigurationRequest_kind_osxTokenConfiguration | ConfigurationRequest_kind_iosConfiguration | ConfigurationRequest_kind_iosTokenConfiguration | ConfigurationRequest_kind_firefoxConfiguration | ConfigurationRequest_kind_baiduConfiguration | ConfigurationRequest_kind_lineConfiguration | ConfigurationRequest_kind_webConfiguration;
156
142
  export type ConfigurationRequest = {
157
143
  code?: string;
158
144
  kind: ConfigurationRequest_kind;
package/data.js CHANGED
@@ -2317,9 +2317,6 @@ export const data = {
2317
2317
  "pushwoosh.rpc_v2.applications_configurations.AndroidConfiguration": {
2318
2318
  "type": "I",
2319
2319
  "fields": {
2320
- "androidFramework": {
2321
- "type": "string"
2322
- },
2323
2320
  "androidFcmServiceAccount": {
2324
2321
  "type": "string"
2325
2322
  }
@@ -2356,29 +2353,9 @@ export const data = {
2356
2353
  }
2357
2354
  }
2358
2355
  },
2359
- "pushwoosh.rpc_v2.applications_configurations.XiaomiConfiguration": {
2360
- "type": "I",
2361
- "fields": {
2362
- "xiaomiAppId": {
2363
- "type": "string"
2364
- },
2365
- "xiaomiAppSecret": {
2366
- "type": "string"
2367
- },
2368
- "xiaomiAppRegion": {
2369
- "type": "string"
2370
- },
2371
- "xiaomiAppPackageName": {
2372
- "type": "string"
2373
- }
2374
- }
2375
- },
2376
2356
  "pushwoosh.rpc_v2.applications_configurations.HuaweiConfiguration": {
2377
2357
  "type": "I",
2378
2358
  "fields": {
2379
- "huaweiAndroidFramework": {
2380
- "type": "string"
2381
- },
2382
2359
  "huaweiAndroidAppId": {
2383
2360
  "type": "string"
2384
2361
  },
@@ -2430,9 +2407,6 @@ export const data = {
2430
2407
  },
2431
2408
  "admSecret": {
2432
2409
  "type": "string"
2433
- },
2434
- "admFramework": {
2435
- "type": "string"
2436
2410
  }
2437
2411
  }
2438
2412
  },
@@ -2524,9 +2498,6 @@ export const data = {
2524
2498
  "baiduAndroidApiKey": {
2525
2499
  "type": "string"
2526
2500
  },
2527
- "baiduAndroidFramework": {
2528
- "type": "string"
2529
- },
2530
2501
  "baiduAndroidSecretKey": {
2531
2502
  "type": "string"
2532
2503
  }
@@ -2572,9 +2543,6 @@ export const data = {
2572
2543
  "emailConfiguration": {
2573
2544
  "type": "pushwoosh.rpc_v2.applications_configurations.EmailConfiguration"
2574
2545
  },
2575
- "xiaomiConfiguration": {
2576
- "type": "pushwoosh.rpc_v2.applications_configurations.XiaomiConfiguration"
2577
- },
2578
2546
  "huaweiConfiguration": {
2579
2547
  "type": "pushwoosh.rpc_v2.applications_configurations.HuaweiConfiguration"
2580
2548
  },
@@ -2618,7 +2586,6 @@ export const data = {
2618
2586
  "androidConfiguration",
2619
2587
  "chromeConfiguration",
2620
2588
  "emailConfiguration",
2621
- "xiaomiConfiguration",
2622
2589
  "huaweiConfiguration",
2623
2590
  "safariConfiguration",
2624
2591
  "windowsConfiguration",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.706",
3
+ "version": "0.1.707",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",