@concord-consortium/lara-interactive-api 1.10.0-pre.0 → 1.10.0-pre.1

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
@@ -134,6 +134,7 @@ interface IReportInitInteractive<InteractiveState = {}, AuthoredState = {}> {
134
134
  themeInfo: IThemeInfo;
135
135
  attachments?: AttachmentInfoMap;
136
136
  linkedInteractives: ILinkedInteractive[];
137
+ objectStoreConfig: IOpaqueObjectStoreConfig;
137
138
  }
138
139
  interface IReportItemInitInteractive<InteractiveState = {}, AuthoredState = {}> {
139
140
  version: 1;
@@ -145,6 +146,7 @@ interface IReportItemInitInteractive<InteractiveState = {}, AuthoredState = {}>
145
146
  hasAnswer: boolean;
146
147
  }>;
147
148
  attachments?: AttachmentInfoMap;
149
+ objectStoreConfig: IOpaqueObjectStoreConfig;
148
150
  }
149
151
  declare type IInitInteractive<InteractiveState = {}, AuthoredState = {}, GlobalInteractiveState = {}> = IRuntimeInitInteractive<InteractiveState, AuthoredState, GlobalInteractiveState> | IAuthoringInitInteractive<AuthoredState> | IReportInitInteractive<InteractiveState, AuthoredState> | IReportItemInitInteractive<InteractiveState, AuthoredState>;
150
152
  declare type InitInteractiveMode = "runtime" | "authoring" | "report" | "reportItem";
package/index.js CHANGED
@@ -5823,7 +5823,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
5823
5823
  /*! exports provided: name, version, description, main, types, repository, author, license, bugs, homepage, dependencies, peerDependencies, default */
5824
5824
  /***/ (function(module) {
5825
5825
 
5826
- module.exports = JSON.parse("{\"name\":\"@concord-consortium/lara-interactive-api\",\"version\":\"1.10.0-pre.0\",\"description\":\"LARA Interactive API client and types\",\"main\":\"./index.js\",\"types\":\"./index-bundle.d.ts\",\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/concord-consortium/lara.git\"},\"author\":\"Concord Consortium\",\"license\":\"MIT\",\"bugs\":{\"url\":\"https://github.com/concord-consortium/lara/issues\"},\"homepage\":\"https://github.com/concord-consortium/lara/tree/master/lara-typescript/src/interactive-api-client#readme\",\"dependencies\":{\"iframe-phone\":\"^1.3.1\"},\"peerDependencies\":{\"react\":\">=16.9.0\",\"react-dom\":\">=16.9.0\"}}");
5826
+ module.exports = JSON.parse("{\"name\":\"@concord-consortium/lara-interactive-api\",\"version\":\"1.10.0-pre.1\",\"description\":\"LARA Interactive API client and types\",\"main\":\"./index.js\",\"types\":\"./index-bundle.d.ts\",\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/concord-consortium/lara.git\"},\"author\":\"Concord Consortium\",\"license\":\"MIT\",\"bugs\":{\"url\":\"https://github.com/concord-consortium/lara/issues\"},\"homepage\":\"https://github.com/concord-consortium/lara/tree/master/lara-typescript/src/interactive-api-client#readme\",\"dependencies\":{\"iframe-phone\":\"^1.3.1\"},\"peerDependencies\":{\"react\":\">=16.9.0\",\"react-dom\":\">=16.9.0\"}}");
5827
5827
 
5828
5828
  /***/ }),
5829
5829
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@concord-consortium/lara-interactive-api",
3
- "version": "1.10.0-pre.0",
3
+ "version": "1.10.0-pre.1",
4
4
  "description": "LARA Interactive API client and types",
5
5
  "main": "./index.js",
6
6
  "types": "./index-bundle.d.ts",