@seatsio/seatsio-types 0.3.1 → 0.3.2

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -344,7 +344,7 @@ export interface ChartDesignerConfigOptions {
344
344
  onDesignerRenderingFailed?: (designer: ChartDesigner) => void;
345
345
  onExitRequested?: () => void;
346
346
  openDraftDrawing?: boolean;
347
- openLastDrawing?: boolean;
347
+ openLatestDrawing?: boolean;
348
348
  secretKey: string;
349
349
  }
350
350
  export interface ChartDesignerFeatures {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@seatsio/seatsio-types",
3
3
  "description": "Type definitions for Seats.io",
4
- "version": "0.3.1",
4
+ "version": "0.3.2",
5
5
  "license": "MIT",
6
6
  "types": "dist/index.d.ts",
7
7
  "files": [