@pushwoosh/rpc-gateway-journey-data 0.26.439 → 0.26.440

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
@@ -5272,6 +5272,9 @@ export const data = {
5272
5272
  },
5273
5273
  "noParams": {
5274
5274
  "type": "boolean"
5275
+ },
5276
+ "search": {
5277
+ "type": "string"
5275
5278
  }
5276
5279
  }
5277
5280
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-journey-data",
3
- "version": "0.26.439",
3
+ "version": "0.26.440",
4
4
  "description": "CJ api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -1899,6 +1899,7 @@ export type GetRichMediaByApplicationCodeRequest = {
1899
1899
  code?: string;
1900
1900
  noContent?: boolean;
1901
1901
  noParams?: boolean;
1902
+ search?: string;
1902
1903
  };
1903
1904
  export type GetRichMediaByApplicationCodeResponse = {
1904
1905
  payload: RichMediaByApplicationCodePayload;