@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
@@ -1297,6 +1297,9 @@ export const data = {
1297
1297
  },
1298
1298
  "headerVariables": {
1299
1299
  "type": "string"
1300
+ },
1301
+ "attachment": {
1302
+ "type": "string"
1300
1303
  }
1301
1304
  }
1302
1305
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-messaging",
3
- "version": "0.6.104",
3
+ "version": "0.6.105",
4
4
  "description": "Channels Messaging API gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -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. */