@pushwoosh/rpc-gateway-journey-data 0.26.429 → 0.26.431

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 CHANGED
@@ -3329,6 +3329,9 @@ export const data = {
3329
3329
  },
3330
3330
  "eventName": {
3331
3331
  "type": "string"
3332
+ },
3333
+ "eventEntryPointUuid": {
3334
+ "type": "string"
3332
3335
  }
3333
3336
  }
3334
3337
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-journey-data",
3
- "version": "0.26.429",
3
+ "version": "0.26.431",
4
4
  "description": "CJ api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -1230,6 +1230,7 @@ export type BehaviorSplitter = {
1230
1230
  export type LiquidTemplateParams = {
1231
1231
  enabled: boolean;
1232
1232
  eventName: string;
1233
+ eventEntryPointUuid: string;
1233
1234
  };
1234
1235
  export type VoucherParams = {
1235
1236
  enabled: boolean;