@subnoto/api-client 2.3.1 → 2.3.3

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.
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@subnoto/api-client",
3
3
  "private": false,
4
- "version": "2.3.1",
4
+ "version": "2.3.3",
5
5
  "description": "TypeScript SDK for Subnoto Public API",
6
6
  "author": "Subnoto",
7
7
  "homepage": "https://subnoto.com",
@@ -1304,6 +1304,7 @@ export interface paths {
1304
1304
  recipientEmail?: string;
1305
1305
  /** @enum {string} */
1306
1306
  type: "image";
1307
+ /** @description The base64 encoded image data (max 256KB). */
1307
1308
  src: string;
1308
1309
  /** @description The file type of the image. */
1309
1310
  fileType: string;