@pushwoosh/rpc-v2-http-api-data 0.1.970 → 0.1.971

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.
Files changed (3) hide show
  1. package/data.js +156 -0
  2. package/package.json +1 -1
  3. package/presets.d.ts +52 -0
package/data.js CHANGED
@@ -21206,6 +21206,45 @@ export const data = {
21206
21206
  },
21207
21207
  "geoZones": {
21208
21208
  "type": "string"
21209
+ },
21210
+ "sendRate": {
21211
+ "type": "number"
21212
+ },
21213
+ "cappingCount": {
21214
+ "type": "number"
21215
+ },
21216
+ "cappingDays": {
21217
+ "type": "number"
21218
+ },
21219
+ "notificationSentUrl": {
21220
+ "type": "string"
21221
+ },
21222
+ "notificationDeliveredUrl": {
21223
+ "type": "string"
21224
+ },
21225
+ "notificationClickUrl": {
21226
+ "type": "string"
21227
+ },
21228
+ "remotePage": {
21229
+ "type": "string"
21230
+ },
21231
+ "wnsContent": {
21232
+ "type": "string"
21233
+ },
21234
+ "originalUrl": {
21235
+ "type": "string"
21236
+ },
21237
+ "iosSilent": {
21238
+ "type": "boolean"
21239
+ },
21240
+ "androidSilent": {
21241
+ "type": "boolean"
21242
+ },
21243
+ "baiduAndroidSilent": {
21244
+ "type": "boolean"
21245
+ },
21246
+ "huaweiAndroidSilent": {
21247
+ "type": "boolean"
21209
21248
  }
21210
21249
  }
21211
21250
  },
@@ -21341,6 +21380,45 @@ export const data = {
21341
21380
  },
21342
21381
  "geoZones": {
21343
21382
  "type": "string"
21383
+ },
21384
+ "sendRate": {
21385
+ "type": "number"
21386
+ },
21387
+ "cappingCount": {
21388
+ "type": "number"
21389
+ },
21390
+ "cappingDays": {
21391
+ "type": "number"
21392
+ },
21393
+ "notificationSentUrl": {
21394
+ "type": "string"
21395
+ },
21396
+ "notificationDeliveredUrl": {
21397
+ "type": "string"
21398
+ },
21399
+ "notificationClickUrl": {
21400
+ "type": "string"
21401
+ },
21402
+ "remotePage": {
21403
+ "type": "string"
21404
+ },
21405
+ "wnsContent": {
21406
+ "type": "string"
21407
+ },
21408
+ "originalUrl": {
21409
+ "type": "string"
21410
+ },
21411
+ "iosSilent": {
21412
+ "type": "boolean"
21413
+ },
21414
+ "androidSilent": {
21415
+ "type": "boolean"
21416
+ },
21417
+ "baiduAndroidSilent": {
21418
+ "type": "boolean"
21419
+ },
21420
+ "huaweiAndroidSilent": {
21421
+ "type": "boolean"
21344
21422
  }
21345
21423
  }
21346
21424
  },
@@ -21441,6 +21519,45 @@ export const data = {
21441
21519
  },
21442
21520
  "geoZones": {
21443
21521
  "type": "string"
21522
+ },
21523
+ "sendRate": {
21524
+ "type": "number"
21525
+ },
21526
+ "cappingCount": {
21527
+ "type": "number"
21528
+ },
21529
+ "cappingDays": {
21530
+ "type": "number"
21531
+ },
21532
+ "notificationSentUrl": {
21533
+ "type": "string"
21534
+ },
21535
+ "notificationDeliveredUrl": {
21536
+ "type": "string"
21537
+ },
21538
+ "notificationClickUrl": {
21539
+ "type": "string"
21540
+ },
21541
+ "remotePage": {
21542
+ "type": "string"
21543
+ },
21544
+ "wnsContent": {
21545
+ "type": "string"
21546
+ },
21547
+ "originalUrl": {
21548
+ "type": "string"
21549
+ },
21550
+ "iosSilent": {
21551
+ "type": "boolean"
21552
+ },
21553
+ "androidSilent": {
21554
+ "type": "boolean"
21555
+ },
21556
+ "baiduAndroidSilent": {
21557
+ "type": "boolean"
21558
+ },
21559
+ "huaweiAndroidSilent": {
21560
+ "type": "boolean"
21444
21561
  }
21445
21562
  }
21446
21563
  },
@@ -21522,6 +21639,45 @@ export const data = {
21522
21639
  },
21523
21640
  "geoZones": {
21524
21641
  "type": "string"
21642
+ },
21643
+ "sendRate": {
21644
+ "type": "number"
21645
+ },
21646
+ "cappingCount": {
21647
+ "type": "number"
21648
+ },
21649
+ "cappingDays": {
21650
+ "type": "number"
21651
+ },
21652
+ "notificationSentUrl": {
21653
+ "type": "string"
21654
+ },
21655
+ "notificationDeliveredUrl": {
21656
+ "type": "string"
21657
+ },
21658
+ "notificationClickUrl": {
21659
+ "type": "string"
21660
+ },
21661
+ "remotePage": {
21662
+ "type": "string"
21663
+ },
21664
+ "wnsContent": {
21665
+ "type": "string"
21666
+ },
21667
+ "originalUrl": {
21668
+ "type": "string"
21669
+ },
21670
+ "iosSilent": {
21671
+ "type": "boolean"
21672
+ },
21673
+ "androidSilent": {
21674
+ "type": "boolean"
21675
+ },
21676
+ "baiduAndroidSilent": {
21677
+ "type": "boolean"
21678
+ },
21679
+ "huaweiAndroidSilent": {
21680
+ "type": "boolean"
21525
21681
  }
21526
21682
  }
21527
21683
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.970",
3
+ "version": "0.1.971",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
package/presets.d.ts CHANGED
@@ -99,6 +99,19 @@ export type Preset = {
99
99
  campaignCode: string;
100
100
  filterCode: string;
101
101
  geoZones: string;
102
+ sendRate: number;
103
+ cappingCount: number;
104
+ cappingDays: number;
105
+ notificationSentUrl: string;
106
+ notificationDeliveredUrl: string;
107
+ notificationClickUrl: string;
108
+ remotePage: string;
109
+ wnsContent: string;
110
+ originalUrl: string;
111
+ iosSilent: boolean;
112
+ androidSilent: boolean;
113
+ baiduAndroidSilent: boolean;
114
+ huaweiAndroidSilent: boolean;
102
115
  };
103
116
  export type ListPresetsResponse = {
104
117
  presets: Preset[];
@@ -161,6 +174,19 @@ export type CreatePresetRequest = {
161
174
  campaignCode?: string;
162
175
  filterCode?: string;
163
176
  geoZones?: string;
177
+ sendRate?: number;
178
+ cappingCount?: number;
179
+ cappingDays?: number;
180
+ notificationSentUrl?: string;
181
+ notificationDeliveredUrl?: string;
182
+ notificationClickUrl?: string;
183
+ remotePage?: string;
184
+ wnsContent?: string;
185
+ originalUrl?: string;
186
+ iosSilent?: boolean;
187
+ androidSilent?: boolean;
188
+ baiduAndroidSilent?: boolean;
189
+ huaweiAndroidSilent?: boolean;
164
190
  };
165
191
  export type CreatePresetResponse = {
166
192
  preset: Preset;
@@ -210,6 +236,19 @@ export type UpdatePresetRequest = {
210
236
  campaignCode?: string;
211
237
  filterCode?: string;
212
238
  geoZones?: string;
239
+ sendRate?: number;
240
+ cappingCount?: number;
241
+ cappingDays?: number;
242
+ notificationSentUrl?: string;
243
+ notificationDeliveredUrl?: string;
244
+ notificationClickUrl?: string;
245
+ remotePage?: string;
246
+ wnsContent?: string;
247
+ originalUrl?: string;
248
+ iosSilent?: boolean;
249
+ androidSilent?: boolean;
250
+ baiduAndroidSilent?: boolean;
251
+ huaweiAndroidSilent?: boolean;
213
252
  };
214
253
  export type UpdatePresetPartialRequest = {
215
254
  code?: string;
@@ -252,6 +291,19 @@ export type UpdatePresetPartialRequest = {
252
291
  campaignCode?: string;
253
292
  filterCode?: string;
254
293
  geoZones?: string;
294
+ sendRate?: number;
295
+ cappingCount?: number;
296
+ cappingDays?: number;
297
+ notificationSentUrl?: string;
298
+ notificationDeliveredUrl?: string;
299
+ notificationClickUrl?: string;
300
+ remotePage?: string;
301
+ wnsContent?: string;
302
+ originalUrl?: string;
303
+ iosSilent?: boolean;
304
+ androidSilent?: boolean;
305
+ baiduAndroidSilent?: boolean;
306
+ huaweiAndroidSilent?: boolean;
255
307
  };
256
308
  export type UpdatePresetResponse = {
257
309
  preset: Preset;