@pushwoosh/rpc-gateway-journey-data 0.26.378 → 0.26.380
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 +77 -4
- package/package.json +1 -1
- package/pushwoosh_cj_journey.d.ts +19 -2
- package/pushwoosh_objects_filters_v1.d.ts +12 -2
package/data.js
CHANGED
|
@@ -1888,7 +1888,8 @@ export const data = {
|
|
|
1888
1888
|
"POINT_TYPE_AB_SPLITTER",
|
|
1889
1889
|
"POINT_TYPE_SET_TAGS",
|
|
1890
1890
|
"POINT_TYPE_WEBHOOK",
|
|
1891
|
-
"POINT_TYPE_START_BY_API"
|
|
1891
|
+
"POINT_TYPE_START_BY_API",
|
|
1892
|
+
"POINT_TYPE_SEND_KAKAO"
|
|
1892
1893
|
]
|
|
1893
1894
|
},
|
|
1894
1895
|
"pushwoosh.cj.journey.Point": {
|
|
@@ -1977,6 +1978,9 @@ export const data = {
|
|
|
1977
1978
|
},
|
|
1978
1979
|
"sendLine": {
|
|
1979
1980
|
"type": "pushwoosh.cj.journey.PointParamsSendLine"
|
|
1981
|
+
},
|
|
1982
|
+
"sendKakao": {
|
|
1983
|
+
"type": "pushwoosh.cj.journey.PointParamsSendKakao"
|
|
1980
1984
|
}
|
|
1981
1985
|
},
|
|
1982
1986
|
"oneofs": {
|
|
@@ -2000,7 +2004,8 @@ export const data = {
|
|
|
2000
2004
|
"startByApi",
|
|
2001
2005
|
"sendWhatsapp",
|
|
2002
2006
|
"sendData",
|
|
2003
|
-
"sendLine"
|
|
2007
|
+
"sendLine",
|
|
2008
|
+
"sendKakao"
|
|
2004
2009
|
]
|
|
2005
2010
|
}
|
|
2006
2011
|
}
|
|
@@ -2360,6 +2365,41 @@ export const data = {
|
|
|
2360
2365
|
},
|
|
2361
2366
|
"oneofs": {}
|
|
2362
2367
|
},
|
|
2368
|
+
"pushwoosh.cj.journey.PointParamsSendKakao": {
|
|
2369
|
+
"type": "I",
|
|
2370
|
+
"fields": {
|
|
2371
|
+
"presetCode": {
|
|
2372
|
+
"type": "string"
|
|
2373
|
+
},
|
|
2374
|
+
"applicationCode": {
|
|
2375
|
+
"type": "string"
|
|
2376
|
+
},
|
|
2377
|
+
"campaignCode": {
|
|
2378
|
+
"type": "string",
|
|
2379
|
+
"optional": true
|
|
2380
|
+
},
|
|
2381
|
+
"campaignUid": {
|
|
2382
|
+
"type": "number",
|
|
2383
|
+
"optional": true
|
|
2384
|
+
},
|
|
2385
|
+
"personalise": {
|
|
2386
|
+
"type": "pushwoosh.cj.journey.PersonalisedParams"
|
|
2387
|
+
},
|
|
2388
|
+
"vouchersParams": {
|
|
2389
|
+
"type": "pushwoosh.cj.journey.VoucherParams"
|
|
2390
|
+
},
|
|
2391
|
+
"sendByUserId": {
|
|
2392
|
+
"type": "boolean"
|
|
2393
|
+
},
|
|
2394
|
+
"capping": {
|
|
2395
|
+
"type": "pushwoosh.cj.journey.Capping"
|
|
2396
|
+
},
|
|
2397
|
+
"sendRate": {
|
|
2398
|
+
"type": "pushwoosh.cj.journey.SendRate"
|
|
2399
|
+
}
|
|
2400
|
+
},
|
|
2401
|
+
"oneofs": {}
|
|
2402
|
+
},
|
|
2363
2403
|
"pushwoosh.cj.journey.WhatsAppPersonalisedParams": {
|
|
2364
2404
|
"type": "I",
|
|
2365
2405
|
"fields": {
|
|
@@ -3331,6 +3371,12 @@ export const data = {
|
|
|
3331
3371
|
"headers": {
|
|
3332
3372
|
"type": "string",
|
|
3333
3373
|
"mapKeyType": "string"
|
|
3374
|
+
},
|
|
3375
|
+
"disabled": {
|
|
3376
|
+
"type": "boolean"
|
|
3377
|
+
},
|
|
3378
|
+
"reactivate": {
|
|
3379
|
+
"type": "boolean"
|
|
3334
3380
|
}
|
|
3335
3381
|
}
|
|
3336
3382
|
},
|
|
@@ -5399,7 +5445,11 @@ export const data = {
|
|
|
5399
5445
|
"values": [
|
|
5400
5446
|
"INVALID",
|
|
5401
5447
|
"ASC",
|
|
5402
|
-
"DESC"
|
|
5448
|
+
"DESC",
|
|
5449
|
+
"ASC_NULLS_LAST",
|
|
5450
|
+
"DESC_NULLS_LAST",
|
|
5451
|
+
"ASC_NULLS_FIRST",
|
|
5452
|
+
"DESC_NULLS_FIRST"
|
|
5403
5453
|
]
|
|
5404
5454
|
},
|
|
5405
5455
|
"pushwoosh.objects.filters.v1.SortExpression": {
|
|
@@ -6332,6 +6382,25 @@ export const data = {
|
|
|
6332
6382
|
}
|
|
6333
6383
|
}
|
|
6334
6384
|
},
|
|
6385
|
+
"pushwoosh.objects.filters.v1.FilterExpression.List": {
|
|
6386
|
+
"type": "I",
|
|
6387
|
+
"fields": {
|
|
6388
|
+
"application": {
|
|
6389
|
+
"type": "string"
|
|
6390
|
+
},
|
|
6391
|
+
"kind": {
|
|
6392
|
+
"type": "string"
|
|
6393
|
+
},
|
|
6394
|
+
"users": {
|
|
6395
|
+
"type": "string",
|
|
6396
|
+
"array": true
|
|
6397
|
+
},
|
|
6398
|
+
"devices": {
|
|
6399
|
+
"type": "string",
|
|
6400
|
+
"array": true
|
|
6401
|
+
}
|
|
6402
|
+
}
|
|
6403
|
+
},
|
|
6335
6404
|
"pushwoosh.objects.filters.v1.FilterExpression.Static": {
|
|
6336
6405
|
"type": "I",
|
|
6337
6406
|
"fields": {
|
|
@@ -8179,6 +8248,9 @@ export const data = {
|
|
|
8179
8248
|
},
|
|
8180
8249
|
"segment": {
|
|
8181
8250
|
"type": "pushwoosh.objects.filters.v1.FilterExpression.Segment"
|
|
8251
|
+
},
|
|
8252
|
+
"list": {
|
|
8253
|
+
"type": "pushwoosh.objects.filters.v1.FilterExpression.List"
|
|
8182
8254
|
}
|
|
8183
8255
|
},
|
|
8184
8256
|
"oneofs": {
|
|
@@ -8193,7 +8265,8 @@ export const data = {
|
|
|
8193
8265
|
"updated",
|
|
8194
8266
|
"bestTimeToSend",
|
|
8195
8267
|
"tagDateMatch",
|
|
8196
|
-
"segment"
|
|
8268
|
+
"segment",
|
|
8269
|
+
"list"
|
|
8197
8270
|
]
|
|
8198
8271
|
}
|
|
8199
8272
|
}
|
package/package.json
CHANGED
|
@@ -669,7 +669,7 @@ export type User = {
|
|
|
669
669
|
email: string;
|
|
670
670
|
username: string;
|
|
671
671
|
};
|
|
672
|
-
export type PointType = 'POINT_TYPE_UNKNOWN' | 'POINT_TYPE_WAIT' | 'POINT_TYPE_EVENT' | 'POINT_TYPE_EXIT' | 'POINT_TYPE_SEND_PUSH' | 'POINT_TYPE_GOAL_EVENT' | 'POINT_TYPE_SEND_EMAIL' | 'POINT_TYPE_SEND_SMS' | 'POINT_TYPE_SEND_WHATSAPP' | 'POINT_TYPE_SEND_LINE' | 'POINT_TYPE_SEND_DATA' | 'POINT_TYPE_BOOLEAN_SPLITTER' | 'POINT_TYPE_FILTER' | 'POINT_TYPE_WAIT_EVENT' | 'POINT_TYPE_INAPP' | 'POINT_TYPE_START_BY_SEGMENT' | 'POINT_TYPE_AB_SPLITTER' | 'POINT_TYPE_SET_TAGS' | 'POINT_TYPE_WEBHOOK' | 'POINT_TYPE_START_BY_API';
|
|
672
|
+
export type PointType = 'POINT_TYPE_UNKNOWN' | 'POINT_TYPE_WAIT' | 'POINT_TYPE_EVENT' | 'POINT_TYPE_EXIT' | 'POINT_TYPE_SEND_PUSH' | 'POINT_TYPE_GOAL_EVENT' | 'POINT_TYPE_SEND_EMAIL' | 'POINT_TYPE_SEND_SMS' | 'POINT_TYPE_SEND_WHATSAPP' | 'POINT_TYPE_SEND_LINE' | 'POINT_TYPE_SEND_DATA' | 'POINT_TYPE_BOOLEAN_SPLITTER' | 'POINT_TYPE_FILTER' | 'POINT_TYPE_WAIT_EVENT' | 'POINT_TYPE_INAPP' | 'POINT_TYPE_START_BY_SEGMENT' | 'POINT_TYPE_AB_SPLITTER' | 'POINT_TYPE_SET_TAGS' | 'POINT_TYPE_WEBHOOK' | 'POINT_TYPE_START_BY_API' | 'POINT_TYPE_SEND_KAKAO';
|
|
673
673
|
export type Point = {
|
|
674
674
|
uuid: string;
|
|
675
675
|
title: string;
|
|
@@ -755,7 +755,11 @@ export type PointDataWrapper_data_sendLine = {
|
|
|
755
755
|
type: 'sendLine';
|
|
756
756
|
data: PointParamsSendLine;
|
|
757
757
|
};
|
|
758
|
-
export type
|
|
758
|
+
export type PointDataWrapper_data_sendKakao = {
|
|
759
|
+
type: 'sendKakao';
|
|
760
|
+
data: PointParamsSendKakao;
|
|
761
|
+
};
|
|
762
|
+
export type PointDataWrapper_data = PointDataWrapper_data_messageBus | PointDataWrapper_data_delay | PointDataWrapper_data_terminator | PointDataWrapper_data_sendPush | PointDataWrapper_data_goalEvent | PointDataWrapper_data_sendEmail | PointDataWrapper_data_booleanSplitter | PointDataWrapper_data_waitEvent | PointDataWrapper_data_inapp | PointDataWrapper_data_startBySegment | PointDataWrapper_data_abSplitter | PointDataWrapper_data_setTags | PointDataWrapper_data_webHook | PointDataWrapper_data_filter | PointDataWrapper_data_sendSms | PointDataWrapper_data_startByApi | PointDataWrapper_data_sendWhatsapp | PointDataWrapper_data_sendData | PointDataWrapper_data_sendLine | PointDataWrapper_data_sendKakao;
|
|
759
763
|
export type PointDataWrapper = {
|
|
760
764
|
data: PointDataWrapper_data;
|
|
761
765
|
};
|
|
@@ -870,6 +874,17 @@ export type PointParamsSendLine = {
|
|
|
870
874
|
capping: Capping;
|
|
871
875
|
vouchersParams: VoucherParams;
|
|
872
876
|
};
|
|
877
|
+
export type PointParamsSendKakao = {
|
|
878
|
+
presetCode: string;
|
|
879
|
+
applicationCode: string;
|
|
880
|
+
campaignCode?: string;
|
|
881
|
+
campaignUid?: number;
|
|
882
|
+
personalise: PersonalisedParams;
|
|
883
|
+
vouchersParams: VoucherParams;
|
|
884
|
+
sendByUserId: boolean;
|
|
885
|
+
capping: Capping;
|
|
886
|
+
sendRate: SendRate;
|
|
887
|
+
};
|
|
873
888
|
export type WhatsAppPersonalisedParams = {
|
|
874
889
|
enabled: boolean;
|
|
875
890
|
placeholders: WhatsAppPlaceholder[];
|
|
@@ -1244,6 +1259,8 @@ export type PointParamsWebHook = {
|
|
|
1244
1259
|
url: string;
|
|
1245
1260
|
requestTemplate: string;
|
|
1246
1261
|
headers: Record<string, string>;
|
|
1262
|
+
disabled: boolean;
|
|
1263
|
+
reactivate: boolean;
|
|
1247
1264
|
};
|
|
1248
1265
|
export type PointParamsStartBySegment = {
|
|
1249
1266
|
filterCode: string;
|
|
@@ -201,7 +201,7 @@ export type Sort = {
|
|
|
201
201
|
field: string;
|
|
202
202
|
order: SortOrder;
|
|
203
203
|
};
|
|
204
|
-
export type SortOrder = 'INVALID' | 'ASC' | 'DESC';
|
|
204
|
+
export type SortOrder = 'INVALID' | 'ASC' | 'DESC' | 'ASC_NULLS_LAST' | 'DESC_NULLS_LAST' | 'ASC_NULLS_FIRST' | 'DESC_NULLS_FIRST';
|
|
205
205
|
export type SortExpression = {
|
|
206
206
|
sorts: Sort[];
|
|
207
207
|
};
|
|
@@ -499,6 +499,12 @@ export type FilterExpression_Segment = {
|
|
|
499
499
|
application: string;
|
|
500
500
|
segment: string;
|
|
501
501
|
};
|
|
502
|
+
export type FilterExpression_List = {
|
|
503
|
+
application: string;
|
|
504
|
+
kind: string;
|
|
505
|
+
users: string[];
|
|
506
|
+
devices: string[];
|
|
507
|
+
};
|
|
502
508
|
export type FilterExpression_Static = {
|
|
503
509
|
application: string;
|
|
504
510
|
segment: string;
|
|
@@ -1488,7 +1494,11 @@ export type FilterExpression_kind_segment = {
|
|
|
1488
1494
|
type: 'segment';
|
|
1489
1495
|
data: FilterExpression_Segment;
|
|
1490
1496
|
};
|
|
1491
|
-
export type
|
|
1497
|
+
export type FilterExpression_kind_list = {
|
|
1498
|
+
type: 'list';
|
|
1499
|
+
data: FilterExpression_List;
|
|
1500
|
+
};
|
|
1501
|
+
export type FilterExpression_kind = FilterExpression_kind_operation | FilterExpression_kind_application | FilterExpression_kind_tag | FilterExpression_kind_geo | FilterExpression_kind_static | FilterExpression_kind_event | FilterExpression_kind_updated | FilterExpression_kind_bestTimeToSend | FilterExpression_kind_tagDateMatch | FilterExpression_kind_segment | FilterExpression_kind_list;
|
|
1492
1502
|
export type FilterExpression = {
|
|
1493
1503
|
kind: FilterExpression_kind;
|
|
1494
1504
|
};
|