@qualtrics/actions-event-client
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -12,2 +12,5 @@ import PluginClient from '@qualtrics-app-framework/plugin-client'; | ||
disableSaveButton(): void; | ||
startRequestCapture(): Promise<unknown>; | ||
cancelRequestCapture(): Promise<unknown>; | ||
pollForJsonRequest(): Promise<unknown>; | ||
onSave(saveHandler: (...args: unknown[]) => Promise<ActionsEventSaveConfig>): void; | ||
@@ -14,0 +17,0 @@ getText(key: string, placeHolders?: Record<string, string>, defaultVal?: string): string; |
{ | ||
"name": "@qualtrics/actions-event-client", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A library for facilitating creation of Workflows Event Plugins", | ||
@@ -46,3 +46,3 @@ "main": "dist/index.js", | ||
"rollup-plugin-json": "4.0.0", | ||
"rollup-plugin-license": "2.6.1", | ||
"rollup-plugin-license": "2.8.1", | ||
"rollup-plugin-node-resolve": "5.2.0", | ||
@@ -49,0 +49,0 @@ "rollup-plugin-polyfill": "3.0.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
182180
778