@qualtrics/plugin-client
Advanced tools
Comparing version 1.9.17-rc.2042.bfd673 to 1.9.17-rc.2043.ae5b8f
{ | ||
"name": "@qualtrics/plugin-client", | ||
"version": "1.9.17-rc.2042.bfd673", | ||
"version": "1.9.17-rc.2043.ae5b8f", | ||
"description": "Interface for XM Plugins to communicate with the environment they're rendered in", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -7,2 +7,3 @@ export declare const CONNECTION_SCHEMES: Readonly<{ | ||
ADOBE: "adobe"; | ||
EPIC: "epic"; | ||
OAUTH_CLIENT_JWT: "oauth2ClientJWT"; | ||
@@ -9,0 +10,0 @@ AWSSIGV4: "awsSigV4"; |
@@ -8,2 +8,3 @@ // All current connection schemes supported by App Framework | ||
ADOBE: 'adobe', | ||
EPIC: 'epic', | ||
OAUTH_CLIENT_JWT: 'oauth2ClientJWT', | ||
@@ -10,0 +11,0 @@ AWSSIGV4: 'awsSigV4', |
// Provide configuration that is supplied at build time. | ||
export var getClientVersion = function () { return "1.9.17-rc.2042.bfd673"; }; | ||
export var getClientVersion = function () { return "1.9.17-rc.2043.ae5b8f"; }; | ||
//# sourceMappingURL=buildConfig.js.map |
@@ -84,3 +84,3 @@ import * as t from 'io-ts'; | ||
export declare function isValidSimpleConnectionScheme(s: unknown): s is SimpleConnectionScheme; | ||
export type SimpleConnectionScheme = 'apikey' | 'basic' | 'sftp' | 'oauth2' | 'adobe' | 'successfactors' | 'oauth2ClientJWT' | 'awsSigV4' | 'internal' | 'none'; | ||
export type SimpleConnectionScheme = 'apikey' | 'basic' | 'sftp' | 'oauth2' | 'adobe' | 'epic' | 'successfactors' | 'oauth2ClientJWT' | 'awsSigV4' | 'internal' | 'none'; | ||
type Connection = { | ||
@@ -87,0 +87,0 @@ name: string; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
141960
2269