@pushwoosh/rpc-gateway-journey-data 0.26.301 → 0.26.303
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 +0 -12
- package/package.json +1 -1
- package/pushwoosh_cj_journey.d.ts +0 -4
package/data.js
CHANGED
|
@@ -3058,12 +3058,6 @@ export const data = {
|
|
|
3058
3058
|
"applicationCode": {
|
|
3059
3059
|
"type": "string"
|
|
3060
3060
|
},
|
|
3061
|
-
"entryLimitsEnabled": {
|
|
3062
|
-
"type": "boolean"
|
|
3063
|
-
},
|
|
3064
|
-
"entryLimitsPerSecond": {
|
|
3065
|
-
"type": "number"
|
|
3066
|
-
},
|
|
3067
3061
|
"repeat": {
|
|
3068
3062
|
"type": "pushwoosh.cj.journey.SegmentRepeat"
|
|
3069
3063
|
},
|
|
@@ -3302,12 +3296,6 @@ export const data = {
|
|
|
3302
3296
|
"applicationCode": {
|
|
3303
3297
|
"type": "string"
|
|
3304
3298
|
},
|
|
3305
|
-
"entryLimitsEnabled": {
|
|
3306
|
-
"type": "boolean"
|
|
3307
|
-
},
|
|
3308
|
-
"entryLimitsPerSecond": {
|
|
3309
|
-
"type": "number"
|
|
3310
|
-
},
|
|
3311
3299
|
"isDeactivated": {
|
|
3312
3300
|
"type": "boolean"
|
|
3313
3301
|
},
|
package/package.json
CHANGED
|
@@ -1152,8 +1152,6 @@ export type PointParamsWebHook = {
|
|
|
1152
1152
|
export type PointParamsStartBySegment = {
|
|
1153
1153
|
filterCode: string;
|
|
1154
1154
|
applicationCode: string;
|
|
1155
|
-
entryLimitsEnabled: boolean;
|
|
1156
|
-
entryLimitsPerSecond: number;
|
|
1157
1155
|
repeat: SegmentRepeat;
|
|
1158
1156
|
isDeactivated: boolean;
|
|
1159
1157
|
filterTitle: string;
|
|
@@ -1248,8 +1246,6 @@ export type Position = {
|
|
|
1248
1246
|
};
|
|
1249
1247
|
export type PointParamsStartByAPI = {
|
|
1250
1248
|
applicationCode: string;
|
|
1251
|
-
entryLimitsEnabled: boolean;
|
|
1252
|
-
entryLimitsPerSecond: number;
|
|
1253
1249
|
isDeactivated: boolean;
|
|
1254
1250
|
attributes: string[];
|
|
1255
1251
|
};
|