@pushwoosh/rpc-v2-http-api-data 0.1.948 → 0.1.950
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/applications_configurations.d.ts +14 -1
- package/data.js +18 -0
- package/geozones.d.ts +2 -0
- package/package.json +1 -1
|
@@ -71,6 +71,15 @@ export type IOSVoIPConfiguration = {
|
|
|
71
71
|
iosVoipKeyFile: string;
|
|
72
72
|
iosVoipCertPassword: string;
|
|
73
73
|
};
|
|
74
|
+
/**
|
|
75
|
+
* IOSPassKitConfiguration intentionally has no gateway field: PassKit
|
|
76
|
+
* certificates have no sandbox/production variants — all push updates go
|
|
77
|
+
* to api.push.apple.com.
|
|
78
|
+
*/
|
|
79
|
+
export type IOSPassKitConfiguration = {
|
|
80
|
+
iosPasskitKeyFile: string;
|
|
81
|
+
iosPasskitCertPassword: string;
|
|
82
|
+
};
|
|
74
83
|
export type FirefoxConfiguration = {
|
|
75
84
|
firefoxVapidKey: string;
|
|
76
85
|
firefoxVapidPrivateKey: string;
|
|
@@ -145,6 +154,10 @@ export type ConfigurationRequest_kind_iosVoipConfiguration = {
|
|
|
145
154
|
type: 'iosVoipConfiguration';
|
|
146
155
|
data: IOSVoIPConfiguration;
|
|
147
156
|
};
|
|
157
|
+
export type ConfigurationRequest_kind_iosPasskitConfiguration = {
|
|
158
|
+
type: 'iosPasskitConfiguration';
|
|
159
|
+
data: IOSPassKitConfiguration;
|
|
160
|
+
};
|
|
148
161
|
export type ConfigurationRequest_kind_firefoxConfiguration = {
|
|
149
162
|
type: 'firefoxConfiguration';
|
|
150
163
|
data: FirefoxConfiguration;
|
|
@@ -169,7 +182,7 @@ export type ConfigurationRequest_kind_telegramConfiguration = {
|
|
|
169
182
|
type: 'telegramConfiguration';
|
|
170
183
|
data: TelegramConfiguration;
|
|
171
184
|
};
|
|
172
|
-
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_iosVoipConfiguration | ConfigurationRequest_kind_firefoxConfiguration | ConfigurationRequest_kind_baiduConfiguration | ConfigurationRequest_kind_lineConfiguration | ConfigurationRequest_kind_webConfiguration | ConfigurationRequest_kind_kakaoConfiguration | ConfigurationRequest_kind_telegramConfiguration;
|
|
185
|
+
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_iosVoipConfiguration | ConfigurationRequest_kind_iosPasskitConfiguration | ConfigurationRequest_kind_firefoxConfiguration | ConfigurationRequest_kind_baiduConfiguration | ConfigurationRequest_kind_lineConfiguration | ConfigurationRequest_kind_webConfiguration | ConfigurationRequest_kind_kakaoConfiguration | ConfigurationRequest_kind_telegramConfiguration;
|
|
173
186
|
export type ConfigurationRequest = {
|
|
174
187
|
code?: string;
|
|
175
188
|
kind: ConfigurationRequest_kind;
|
package/data.js
CHANGED
|
@@ -3472,6 +3472,17 @@ export const data = {
|
|
|
3472
3472
|
}
|
|
3473
3473
|
}
|
|
3474
3474
|
},
|
|
3475
|
+
"pushwoosh.rpc_v2.applications_configurations.IOSPassKitConfiguration": {
|
|
3476
|
+
"type": "I",
|
|
3477
|
+
"fields": {
|
|
3478
|
+
"iosPasskitKeyFile": {
|
|
3479
|
+
"type": "string"
|
|
3480
|
+
},
|
|
3481
|
+
"iosPasskitCertPassword": {
|
|
3482
|
+
"type": "string"
|
|
3483
|
+
}
|
|
3484
|
+
}
|
|
3485
|
+
},
|
|
3475
3486
|
"pushwoosh.rpc_v2.applications_configurations.FirefoxConfiguration": {
|
|
3476
3487
|
"type": "I",
|
|
3477
3488
|
"fields": {
|
|
@@ -3586,6 +3597,9 @@ export const data = {
|
|
|
3586
3597
|
"iosVoipConfiguration": {
|
|
3587
3598
|
"type": "pushwoosh.rpc_v2.applications_configurations.IOSVoIPConfiguration"
|
|
3588
3599
|
},
|
|
3600
|
+
"iosPasskitConfiguration": {
|
|
3601
|
+
"type": "pushwoosh.rpc_v2.applications_configurations.IOSPassKitConfiguration"
|
|
3602
|
+
},
|
|
3589
3603
|
"firefoxConfiguration": {
|
|
3590
3604
|
"type": "pushwoosh.rpc_v2.applications_configurations.FirefoxConfiguration"
|
|
3591
3605
|
},
|
|
@@ -3620,6 +3634,7 @@ export const data = {
|
|
|
3620
3634
|
"iosConfiguration",
|
|
3621
3635
|
"iosTokenConfiguration",
|
|
3622
3636
|
"iosVoipConfiguration",
|
|
3637
|
+
"iosPasskitConfiguration",
|
|
3623
3638
|
"firefoxConfiguration",
|
|
3624
3639
|
"baiduConfiguration",
|
|
3625
3640
|
"lineConfiguration",
|
|
@@ -10391,6 +10406,9 @@ export const data = {
|
|
|
10391
10406
|
},
|
|
10392
10407
|
"perPage": {
|
|
10393
10408
|
"type": "number"
|
|
10409
|
+
},
|
|
10410
|
+
"searchByName": {
|
|
10411
|
+
"type": "string"
|
|
10394
10412
|
}
|
|
10395
10413
|
}
|
|
10396
10414
|
},
|
package/geozones.d.ts
CHANGED
|
@@ -101,6 +101,8 @@ export type ListGeozonesRequest = {
|
|
|
101
101
|
orderDirection?: ListGeozonesRequest_OrderDirection;
|
|
102
102
|
page?: number;
|
|
103
103
|
perPage?: number;
|
|
104
|
+
/** like %name% on name or code */
|
|
105
|
+
searchByName?: string;
|
|
104
106
|
};
|
|
105
107
|
export type ListGeozonesResponse = {
|
|
106
108
|
geozones: Geozone[];
|