@pushwoosh/rpc-gateway-messaging 0.6.104 → 0.6.105
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
package/package.json
CHANGED
|
@@ -834,6 +834,11 @@ export type Content_PlatformPropertiesWhatsApp = {
|
|
|
834
834
|
* (e.g. {"image":"https://..."}).
|
|
835
835
|
*/
|
|
836
836
|
headerVariables: string;
|
|
837
|
+
/**
|
|
838
|
+
* Public https link to one media file sent with `content` as its caption.
|
|
839
|
+
* The media kind (image / document / video) is derived from the extension.
|
|
840
|
+
*/
|
|
841
|
+
attachment: string;
|
|
837
842
|
};
|
|
838
843
|
export type Content = {
|
|
839
844
|
/** iOS push content. */
|