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