@pushwoosh/rpc-gateway-journey-data 0.26.425 → 0.26.427
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/data.js +46 -1
- package/package.json +1 -1
- package/pushwoosh_cj_journey.d.ts +1 -0
- package/pushwoosh_objects_filters_v1.d.ts +17 -1
package/data.js
CHANGED
|
@@ -862,6 +862,9 @@ export const data = {
|
|
|
862
862
|
},
|
|
863
863
|
"voucherStats": {
|
|
864
864
|
"type": "pushwoosh.cj.journey.VoucherPoolStats"
|
|
865
|
+
},
|
|
866
|
+
"totalOpened": {
|
|
867
|
+
"type": "number"
|
|
865
868
|
}
|
|
866
869
|
}
|
|
867
870
|
},
|
|
@@ -5977,6 +5980,21 @@ export const data = {
|
|
|
5977
5980
|
}
|
|
5978
5981
|
}
|
|
5979
5982
|
},
|
|
5983
|
+
"pushwoosh.objects.filters.v1.LogicExpression.Field.HighSpeed": {
|
|
5984
|
+
"type": "I",
|
|
5985
|
+
"fields": {
|
|
5986
|
+
"operator": {
|
|
5987
|
+
"type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
|
|
5988
|
+
},
|
|
5989
|
+
"value": {
|
|
5990
|
+
"type": "boolean"
|
|
5991
|
+
},
|
|
5992
|
+
"values": {
|
|
5993
|
+
"type": "boolean",
|
|
5994
|
+
"array": true
|
|
5995
|
+
}
|
|
5996
|
+
}
|
|
5997
|
+
},
|
|
5980
5998
|
"pushwoosh.objects.filters.v1.LogicExpression.Field": {
|
|
5981
5999
|
"type": "I",
|
|
5982
6000
|
"fields": {
|
|
@@ -6036,6 +6054,9 @@ export const data = {
|
|
|
6036
6054
|
},
|
|
6037
6055
|
"CondDeviceLoadPolicy": {
|
|
6038
6056
|
"type": "pushwoosh.objects.filters.v1.LogicExpression.Field.DeviceLoadPolicy"
|
|
6057
|
+
},
|
|
6058
|
+
"CondHighSpeed": {
|
|
6059
|
+
"type": "pushwoosh.objects.filters.v1.LogicExpression.Field.HighSpeed"
|
|
6039
6060
|
}
|
|
6040
6061
|
},
|
|
6041
6062
|
"oneofs": {
|
|
@@ -6059,7 +6080,8 @@ export const data = {
|
|
|
6059
6080
|
"CondFiltrationID",
|
|
6060
6081
|
"CondUpdated",
|
|
6061
6082
|
"CondDescription",
|
|
6062
|
-
"CondDeviceLoadPolicy"
|
|
6083
|
+
"CondDeviceLoadPolicy",
|
|
6084
|
+
"CondHighSpeed"
|
|
6063
6085
|
]
|
|
6064
6086
|
}
|
|
6065
6087
|
}
|
|
@@ -6335,6 +6357,12 @@ export const data = {
|
|
|
6335
6357
|
"response": "{}",
|
|
6336
6358
|
"method": "patch",
|
|
6337
6359
|
"path": "/v1/objects/filters/ID/{ID}/update/DeviceLoadPolicy"
|
|
6360
|
+
},
|
|
6361
|
+
"UpdateHighSpeed": {
|
|
6362
|
+
"request": "pushwoosh.objects.filters.v1.UpdateHighSpeedRequest",
|
|
6363
|
+
"response": "{}",
|
|
6364
|
+
"method": "patch",
|
|
6365
|
+
"path": "/v1/objects/filters/ID/{ID}/update/HighSpeed"
|
|
6338
6366
|
}
|
|
6339
6367
|
}
|
|
6340
6368
|
},
|
|
@@ -6394,6 +6422,9 @@ export const data = {
|
|
|
6394
6422
|
},
|
|
6395
6423
|
"DeviceLoadPolicy": {
|
|
6396
6424
|
"type": "string"
|
|
6425
|
+
},
|
|
6426
|
+
"HighSpeed": {
|
|
6427
|
+
"type": "boolean"
|
|
6397
6428
|
}
|
|
6398
6429
|
}
|
|
6399
6430
|
},
|
|
@@ -6738,6 +6769,17 @@ export const data = {
|
|
|
6738
6769
|
}
|
|
6739
6770
|
}
|
|
6740
6771
|
},
|
|
6772
|
+
"pushwoosh.objects.filters.v1.UpdateHighSpeedRequest": {
|
|
6773
|
+
"type": "I",
|
|
6774
|
+
"fields": {
|
|
6775
|
+
"ID": {
|
|
6776
|
+
"type": "number"
|
|
6777
|
+
},
|
|
6778
|
+
"value": {
|
|
6779
|
+
"type": "boolean"
|
|
6780
|
+
}
|
|
6781
|
+
}
|
|
6782
|
+
},
|
|
6741
6783
|
"pushwoosh.objects.filters.v1.GetRequest": {
|
|
6742
6784
|
"type": "I",
|
|
6743
6785
|
"fields": {
|
|
@@ -6868,6 +6910,9 @@ export const data = {
|
|
|
6868
6910
|
},
|
|
6869
6911
|
"DeviceLoadPolicy": {
|
|
6870
6912
|
"type": "string"
|
|
6913
|
+
},
|
|
6914
|
+
"HighSpeed": {
|
|
6915
|
+
"type": "boolean"
|
|
6871
6916
|
}
|
|
6872
6917
|
}
|
|
6873
6918
|
},
|
package/package.json
CHANGED
|
@@ -105,6 +105,11 @@ export type LogicExpression_Field_DeviceLoadPolicy = {
|
|
|
105
105
|
value: string;
|
|
106
106
|
values: string[];
|
|
107
107
|
};
|
|
108
|
+
export type LogicExpression_Field_HighSpeed = {
|
|
109
|
+
operator: LogicExpression_Field_Operator;
|
|
110
|
+
value: boolean;
|
|
111
|
+
values: boolean[];
|
|
112
|
+
};
|
|
108
113
|
export type LogicExpression_Field_kind_CondID = {
|
|
109
114
|
type: 'CondID';
|
|
110
115
|
data: LogicExpression_Field_ID;
|
|
@@ -181,7 +186,11 @@ export type LogicExpression_Field_kind_CondDeviceLoadPolicy = {
|
|
|
181
186
|
type: 'CondDeviceLoadPolicy';
|
|
182
187
|
data: LogicExpression_Field_DeviceLoadPolicy;
|
|
183
188
|
};
|
|
184
|
-
export type
|
|
189
|
+
export type LogicExpression_Field_kind_CondHighSpeed = {
|
|
190
|
+
type: 'CondHighSpeed';
|
|
191
|
+
data: LogicExpression_Field_HighSpeed;
|
|
192
|
+
};
|
|
193
|
+
export type LogicExpression_Field_kind = LogicExpression_Field_kind_CondID | LogicExpression_Field_kind_CondCode | LogicExpression_Field_kind_CondAccountID | LogicExpression_Field_kind_CondName | LogicExpression_Field_kind_CondApplicationID | LogicExpression_Field_kind_CondIsFiltrationInProgress | LogicExpression_Field_kind_CondFiltrationStartedAt | LogicExpression_Field_kind_CondFiltrationLastFilteredAt | LogicExpression_Field_kind_CondFiltrationLastCheckedAt | LogicExpression_Field_kind_CondFiltrationScheduledAt | LogicExpression_Field_kind_CondCheckerScheduledAt | LogicExpression_Field_kind_CondIsSystem | LogicExpression_Field_kind_CondExpirationDate | LogicExpression_Field_kind_CondCreated | LogicExpression_Field_kind_CondFilterExpressionRaw | LogicExpression_Field_kind_CondFiltrationID | LogicExpression_Field_kind_CondUpdated | LogicExpression_Field_kind_CondDescription | LogicExpression_Field_kind_CondDeviceLoadPolicy | LogicExpression_Field_kind_CondHighSpeed;
|
|
185
194
|
export type LogicExpression_Field = {
|
|
186
195
|
kind: LogicExpression_Field_kind;
|
|
187
196
|
};
|
|
@@ -246,6 +255,7 @@ export interface FiltersCrudService {
|
|
|
246
255
|
UpdateUpdated(request: UpdateUpdatedRequest): Promise<{}>;
|
|
247
256
|
UpdateDescription(request: UpdateDescriptionRequest): Promise<{}>;
|
|
248
257
|
UpdateDeviceLoadPolicy(request: UpdateDeviceLoadPolicyRequest): Promise<{}>;
|
|
258
|
+
UpdateHighSpeed(request: UpdateHighSpeedRequest): Promise<{}>;
|
|
249
259
|
}
|
|
250
260
|
export type CreateRequest = {
|
|
251
261
|
Code?: string;
|
|
@@ -266,6 +276,7 @@ export type CreateRequest = {
|
|
|
266
276
|
Updated?: Date;
|
|
267
277
|
Description?: string;
|
|
268
278
|
DeviceLoadPolicy?: string;
|
|
279
|
+
HighSpeed?: boolean;
|
|
269
280
|
};
|
|
270
281
|
export type CreateResponse = {
|
|
271
282
|
filter: Filter;
|
|
@@ -390,6 +401,10 @@ export type UpdateDeviceLoadPolicyRequest = {
|
|
|
390
401
|
ID?: number;
|
|
391
402
|
value?: string;
|
|
392
403
|
};
|
|
404
|
+
export type UpdateHighSpeedRequest = {
|
|
405
|
+
ID?: number;
|
|
406
|
+
value?: boolean;
|
|
407
|
+
};
|
|
393
408
|
export type GetRequest = {
|
|
394
409
|
ID?: number;
|
|
395
410
|
};
|
|
@@ -434,6 +449,7 @@ export type Filter = {
|
|
|
434
449
|
Updated: Date;
|
|
435
450
|
Description: string;
|
|
436
451
|
DeviceLoadPolicy: string;
|
|
452
|
+
HighSpeed: boolean;
|
|
437
453
|
};
|
|
438
454
|
export type FilterExpression_Operation_Operator = 'OPERATOR_UNSPECIFIED' | 'OPERATOR_INTERSECT' | 'OPERATOR_UNION' | 'OPERATOR_DIFFERENCE';
|
|
439
455
|
export type FilterExpression_Operation = {
|