@pushwoosh/rpc-gateway-journey-data 0.26.437 → 0.26.438

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