@pushwoosh/rpc-gateway-journey-data 0.26.218 → 0.26.220
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 +2 -1
- package/package.json +1 -1
- package/pushwoosh_cj_journey.d.ts +1 -1
package/data.js
CHANGED
package/package.json
CHANGED
|
@@ -1167,7 +1167,7 @@ export type GetJourneyUsersRequest = {
|
|
|
1167
1167
|
pageSize?: number;
|
|
1168
1168
|
page?: number;
|
|
1169
1169
|
};
|
|
1170
|
-
export type UserStatus = 'unknown' | 'inJourneyNow' | 'exited' | 'droppedOff';
|
|
1170
|
+
export type UserStatus = 'unknown' | 'inJourneyNow' | 'exited' | 'droppedOff' | 'goalReached';
|
|
1171
1171
|
export type GetJourneyUsersResponse_UserPoint = {
|
|
1172
1172
|
userId: string;
|
|
1173
1173
|
lastPointType: string;
|