@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 +3 -0
- package/package.json +1 -1
- package/pushwoosh_cj_journey.d.ts +1 -0
package/data.js
CHANGED
package/package.json
CHANGED
|
@@ -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;
|