@concord-consortium/lara-interactive-api 1.4.0-pre.3 → 1.4.0-pre.4

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/index-bundle.d.ts CHANGED
@@ -273,6 +273,7 @@ interface IAttachmentUrlRequest extends IBaseRequestResponse {
273
273
  interactiveId?: string;
274
274
  contentType?: string;
275
275
  expiresIn?: number;
276
+ platformUserId?: string;
276
277
  }
277
278
  interface IWriteAttachmentRequest extends IAttachmentUrlRequest {
278
279
  content: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@concord-consortium/lara-interactive-api",
3
- "version": "1.4.0-pre.3",
3
+ "version": "1.4.0-pre.4",
4
4
  "description": "LARA Interactive API client and types",
5
5
  "main": "./index.js",
6
6
  "types": "./index-bundle.d.ts",