@pushwoosh/rpc-v2-http-api-data 0.1.523 → 0.1.525

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.
@@ -2,13 +2,6 @@ export interface ApplicationsConfigurationsService {
2
2
  Configure(request: ConfigurationRequest): Promise<ConfigurationResponse>;
3
3
  EnablePlatform(request: EnablePlatformRequest): Promise<EnablePlatformResponse>;
4
4
  }
5
- export type IOSTokenConfiguration = {
6
- iosKeyId: string;
7
- iosTeamId: string;
8
- iosBundleId: string;
9
- iosAuthKey: string;
10
- iosGateway: number;
11
- };
12
5
  export type AndroidConfiguration = {
13
6
  androidFramework: string;
14
7
  androidFcmServiceAccount: string;
@@ -58,12 +51,26 @@ export type OSXConfiguration = {
58
51
  macosCertPassword: string;
59
52
  macosCertFile: string;
60
53
  };
54
+ export type OSXTokenConfiguration = {
55
+ macosKeyId: string;
56
+ macosTeamId: string;
57
+ macosBundleId: string;
58
+ macosAuthKey: string;
59
+ macosGateway: number;
60
+ };
61
61
  export type IOSConfiguration = {
62
62
  iosGateway: number;
63
63
  iosKeyFile: string;
64
64
  iosCertPassword: string;
65
65
  iosFramework: string;
66
66
  };
67
+ export type IOSTokenConfiguration = {
68
+ iosKeyId: string;
69
+ iosTeamId: string;
70
+ iosBundleId: string;
71
+ iosAuthKey: string;
72
+ iosGateway: number;
73
+ };
67
74
  export type FirefoxConfiguration = {
68
75
  firefoxIsEnabled: boolean;
69
76
  firefoxVapidKey: string;
@@ -79,10 +86,6 @@ export type LineConfiguration = {
79
86
  lineChannelId: string;
80
87
  lineChannelSecret: string;
81
88
  };
82
- export type ConfigurationRequest_kind_iosTokenConfiguration = {
83
- type: 'iosTokenConfiguration';
84
- data: IOSTokenConfiguration;
85
- };
86
89
  export type ConfigurationRequest_kind_androidConfiguration = {
87
90
  type: 'androidConfiguration';
88
91
  data: AndroidConfiguration;
@@ -119,10 +122,18 @@ export type ConfigurationRequest_kind_osxConfiguration = {
119
122
  type: 'osxConfiguration';
120
123
  data: OSXConfiguration;
121
124
  };
125
+ export type ConfigurationRequest_kind_osxTokenConfiguration = {
126
+ type: 'osxTokenConfiguration';
127
+ data: OSXTokenConfiguration;
128
+ };
122
129
  export type ConfigurationRequest_kind_iosConfiguration = {
123
130
  type: 'iosConfiguration';
124
131
  data: IOSConfiguration;
125
132
  };
133
+ export type ConfigurationRequest_kind_iosTokenConfiguration = {
134
+ type: 'iosTokenConfiguration';
135
+ data: IOSTokenConfiguration;
136
+ };
126
137
  export type ConfigurationRequest_kind_firefoxConfiguration = {
127
138
  type: 'firefoxConfiguration';
128
139
  data: FirefoxConfiguration;
@@ -135,7 +146,7 @@ export type ConfigurationRequest_kind_lineConfiguration = {
135
146
  type: 'lineConfiguration';
136
147
  data: LineConfiguration;
137
148
  };
138
- export type ConfigurationRequest_kind = ConfigurationRequest_kind_iosTokenConfiguration | 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_iosConfiguration | ConfigurationRequest_kind_firefoxConfiguration | ConfigurationRequest_kind_baiduConfiguration | ConfigurationRequest_kind_lineConfiguration;
149
+ 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;
139
150
  export type ConfigurationRequest = {
140
151
  code?: string;
141
152
  kind: ConfigurationRequest_kind;
package/data.js CHANGED
@@ -2154,26 +2154,6 @@ export const data = {
2154
2154
  }
2155
2155
  }
2156
2156
  },
2157
- "pushwoosh.rpc_v2.applications_configurations.IOSTokenConfiguration": {
2158
- "type": "I",
2159
- "fields": {
2160
- "iosKeyId": {
2161
- "type": "string"
2162
- },
2163
- "iosTeamId": {
2164
- "type": "string"
2165
- },
2166
- "iosBundleId": {
2167
- "type": "string"
2168
- },
2169
- "iosAuthKey": {
2170
- "type": "string"
2171
- },
2172
- "iosGateway": {
2173
- "type": "number"
2174
- }
2175
- }
2176
- },
2177
2157
  "pushwoosh.rpc_v2.applications_configurations.AndroidConfiguration": {
2178
2158
  "type": "I",
2179
2159
  "fields": {
@@ -2313,6 +2293,26 @@ export const data = {
2313
2293
  }
2314
2294
  }
2315
2295
  },
2296
+ "pushwoosh.rpc_v2.applications_configurations.OSXTokenConfiguration": {
2297
+ "type": "I",
2298
+ "fields": {
2299
+ "macosKeyId": {
2300
+ "type": "string"
2301
+ },
2302
+ "macosTeamId": {
2303
+ "type": "string"
2304
+ },
2305
+ "macosBundleId": {
2306
+ "type": "string"
2307
+ },
2308
+ "macosAuthKey": {
2309
+ "type": "string"
2310
+ },
2311
+ "macosGateway": {
2312
+ "type": "number"
2313
+ }
2314
+ }
2315
+ },
2316
2316
  "pushwoosh.rpc_v2.applications_configurations.IOSConfiguration": {
2317
2317
  "type": "I",
2318
2318
  "fields": {
@@ -2330,6 +2330,26 @@ export const data = {
2330
2330
  }
2331
2331
  }
2332
2332
  },
2333
+ "pushwoosh.rpc_v2.applications_configurations.IOSTokenConfiguration": {
2334
+ "type": "I",
2335
+ "fields": {
2336
+ "iosKeyId": {
2337
+ "type": "string"
2338
+ },
2339
+ "iosTeamId": {
2340
+ "type": "string"
2341
+ },
2342
+ "iosBundleId": {
2343
+ "type": "string"
2344
+ },
2345
+ "iosAuthKey": {
2346
+ "type": "string"
2347
+ },
2348
+ "iosGateway": {
2349
+ "type": "number"
2350
+ }
2351
+ }
2352
+ },
2333
2353
  "pushwoosh.rpc_v2.applications_configurations.FirefoxConfiguration": {
2334
2354
  "type": "I",
2335
2355
  "fields": {
@@ -2378,9 +2398,6 @@ export const data = {
2378
2398
  "code": {
2379
2399
  "type": "string"
2380
2400
  },
2381
- "iosTokenConfiguration": {
2382
- "type": "pushwoosh.rpc_v2.applications_configurations.IOSTokenConfiguration"
2383
- },
2384
2401
  "androidConfiguration": {
2385
2402
  "type": "pushwoosh.rpc_v2.applications_configurations.AndroidConfiguration"
2386
2403
  },
@@ -2408,9 +2425,15 @@ export const data = {
2408
2425
  "osxConfiguration": {
2409
2426
  "type": "pushwoosh.rpc_v2.applications_configurations.OSXConfiguration"
2410
2427
  },
2428
+ "osxTokenConfiguration": {
2429
+ "type": "pushwoosh.rpc_v2.applications_configurations.OSXTokenConfiguration"
2430
+ },
2411
2431
  "iosConfiguration": {
2412
2432
  "type": "pushwoosh.rpc_v2.applications_configurations.IOSConfiguration"
2413
2433
  },
2434
+ "iosTokenConfiguration": {
2435
+ "type": "pushwoosh.rpc_v2.applications_configurations.IOSTokenConfiguration"
2436
+ },
2414
2437
  "firefoxConfiguration": {
2415
2438
  "type": "pushwoosh.rpc_v2.applications_configurations.FirefoxConfiguration"
2416
2439
  },
@@ -2424,7 +2447,6 @@ export const data = {
2424
2447
  "oneofs": {
2425
2448
  "kind": {
2426
2449
  "oneof": [
2427
- "iosTokenConfiguration",
2428
2450
  "androidConfiguration",
2429
2451
  "chromeConfiguration",
2430
2452
  "emailConfiguration",
@@ -2434,7 +2456,9 @@ export const data = {
2434
2456
  "windowsConfiguration",
2435
2457
  "amazonConfiguration",
2436
2458
  "osxConfiguration",
2459
+ "osxTokenConfiguration",
2437
2460
  "iosConfiguration",
2461
+ "iosTokenConfiguration",
2438
2462
  "firefoxConfiguration",
2439
2463
  "baiduConfiguration",
2440
2464
  "lineConfiguration"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.523",
3
+ "version": "0.1.525",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",