@contrail/extensions-sdk
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -31,5 +31,5 @@ import { User } from "@contrail/entity-types"; | ||
orgId: string; | ||
backingAssortmentId: string; | ||
documentId: string; | ||
document: { | ||
backingAssortmentId?: string; | ||
documentId?: string; | ||
document?: { | ||
id: string; | ||
@@ -48,6 +48,6 @@ name: string; | ||
}; | ||
previewFileId: string; | ||
rootWorkspaceId: string; | ||
typeId: string; | ||
workspaceId: string; | ||
previewFileId?: string; | ||
rootWorkspaceId?: string; | ||
typeId?: string; | ||
workspaceId?: string; | ||
} | ||
@@ -54,0 +54,0 @@ export declare const CONTEXT: AppContext; |
@@ -1,3 +0,3 @@ | ||
export { getAppContext, AppContext, VibeIQAppType } from './app-context'; | ||
export { getAppContext, AppContext, BoardContext, PlanContext, VibeIQAppType } from './app-context'; | ||
export * from './boards'; | ||
export * from './plan'; |
{ | ||
"name": "@contrail/extensions-sdk", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Client library for interfacing with VibeIQ's services and apps from an extension.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
28583