@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
|
@@ -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;
|