🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

botframework-schema

Package Overview
Dependencies
Maintainers
1
Versions
551
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botframework-schema - npm Package Compare versions

Comparing version

to
4.10.0-dev.20200805.aa06ea2

lib/speechConstants.d.ts

11

lib/index.d.ts
export * from './activityInterfaces';
export * from './callerIdConstants';
export { CallerIdConstants } from './callerIdConstants';
export { HealthCheckResponse, HealthResults } from './healthCheck';
export { SpeechConstants } from './speechConstants';
export { TokenExchangeInvokeRequest } from './tokenExchangeInvokeRequest';

@@ -181,2 +182,6 @@ export * from './teams';

channelData?: any;
/**
* Alternate image text to be used in place of the `image` field
*/
imageAltText?: string;
}

@@ -230,2 +235,6 @@ /**

type: string;
/**
* Additional properties.
*/
[key: string]: any;
}

@@ -232,0 +241,0 @@ /**

12

lib/index.js
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
/*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
*/
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./callerIdConstants"));
var callerIdConstants_1 = require("./callerIdConstants");
exports.CallerIdConstants = callerIdConstants_1.CallerIdConstants;
var speechConstants_1 = require("./speechConstants");
exports.SpeechConstants = speechConstants_1.SpeechConstants;
/**

@@ -8,0 +12,0 @@ * Defines values for RoleTypes.

@@ -77,2 +77,6 @@ import { MessageActionsPayloadBody, O365ConnectorCardActionBase, O365ConnectorCardInputBase } from './extension';

name?: string;
/**
* @member {string} [aadGroupId] The Azure AD Teams group ID.
*/
aadGroupId?: string;
}

@@ -772,2 +776,6 @@ /**

/**
* @member {string} [linkToMessage] Link back to the message.
*/
linkToMessage?: string;
/**
* @member {MessageActionsPayloadFrom} [from] Sender of the message.

@@ -860,6 +868,6 @@ */

/**
* @member {BotMessagePreviewActionType} [type] Choice of action options when responding to the
* @member {BotMessagePreviewType} [type] Choice of action options when responding to the
* task/submit message. Possible values include: 'message', 'continue'
*/
type?: BotMessagePreviewActionType;
type?: BotMessagePreviewType;
}

@@ -935,6 +943,6 @@ /**

/**
* @member {TaskModuleResponseBase} [task] The JSON for the Adaptive card to
* @member {TaskModuleContinueResponse | TaskModuleMessageResponse} [task] The JSON for the response to
* appear in the task module.
*/
task?: TaskModuleResponseBase;
task?: TaskModuleContinueResponse | TaskModuleMessageResponse;
/**

@@ -1160,6 +1168,6 @@ * @member {MessagingExtensionResult} [composeExtension]

/**
* @member {TaskModuleResponseBase} [task] The JSON for the Adaptive card to
* @member {TaskModuleContinueResponse | TaskModuleMessageResponse} [task] The JSON for the response to
* appear in the task module.
*/
task?: TaskModuleResponseBase;
task?: TaskModuleContinueResponse | TaskModuleMessageResponse;
}

@@ -1189,2 +1197,6 @@ /**

url?: string;
/**
* @member {string} [state] State is the magic code for OAuth Flow
*/
state?: string;
}

@@ -1303,3 +1315,3 @@ /**

*/
export declare type Type2 = BotMessagePreviewActionType;
export declare type Type2 = BotMessagePreviewType;
/**

@@ -1306,0 +1318,0 @@ * Defines values for AttachmentLayout.

@@ -5,3 +5,3 @@ {

"description": "Activity schema for the Microsoft Bot Framework.",
"version": "4.9.3",
"version": "4.10.0-dev.20200805.aa06ea2",
"license": "MIT",

@@ -25,2 +25,4 @@ "keywords": [

"@microsoft/api-extractor": "^7.7.12",
"mocha": "^6.2.3",
"nyc": "^15.1.0",
"typescript": "3.5.3"

@@ -32,3 +34,4 @@ },

"clean": "erase /q /s .\\lib",
"set-version": "npm version --allow-same-version 4.9.3",
"set-version": "npm version --allow-same-version 4.10.0-dev.20200805.aa06ea2",
"test": "tsc && nyc mocha tests/",
"test:compat": "api-extractor run --verbose"

@@ -35,0 +38,0 @@ },

@@ -5,5 +5,7 @@ /*

*/
export * from './activityInterfaces';
export * from './callerIdConstants';
export { CallerIdConstants } from './callerIdConstants';
export { HealthCheckResponse, HealthResults } from './healthCheck';
export { SpeechConstants } from './speechConstants';
export { TokenExchangeInvokeRequest } from './tokenExchangeInvokeRequest';

@@ -197,2 +199,6 @@

channelData?: any;
/**
* Alternate image text to be used in place of the `image` field
*/
imageAltText?: string;
}

@@ -249,2 +255,6 @@

type: string;
/**
* Additional properties.
*/
[key: string]: any;
}

@@ -251,0 +261,0 @@

@@ -89,2 +89,6 @@ /*

name?: string;
/**
* @member {string} [aadGroupId] The Azure AD Teams group ID.
*/
aadGroupId?: string;
}

@@ -815,2 +819,6 @@

/**
* @member {string} [linkToMessage] Link back to the message.
*/
linkToMessage?: string;
/**
* @member {MessageActionsPayloadFrom} [from] Sender of the message.

@@ -906,6 +914,6 @@ */

/**
* @member {BotMessagePreviewActionType} [type] Choice of action options when responding to the
* @member {BotMessagePreviewType} [type] Choice of action options when responding to the
* task/submit message. Possible values include: 'message', 'continue'
*/
type?: BotMessagePreviewActionType;
type?: BotMessagePreviewType;
}

@@ -985,6 +993,6 @@

/**
* @member {TaskModuleResponseBase} [task] The JSON for the Adaptive card to
* @member {TaskModuleContinueResponse | TaskModuleMessageResponse} [task] The JSON for the response to
* appear in the task module.
*/
task?: TaskModuleResponseBase;
task?: TaskModuleContinueResponse | TaskModuleMessageResponse;
/**

@@ -1220,6 +1228,6 @@ * @member {MessagingExtensionResult} [composeExtension]

/**
* @member {TaskModuleResponseBase} [task] The JSON for the Adaptive card to
* @member {TaskModuleContinueResponse | TaskModuleMessageResponse} [task] The JSON for the response to
* appear in the task module.
*/
task?: TaskModuleResponseBase;
task?: TaskModuleContinueResponse | TaskModuleMessageResponse;
}

@@ -1251,2 +1259,6 @@

url?: string;
/**
* @member {string} [state] State is the magic code for OAuth Flow
*/
state?: string;
}

@@ -1383,3 +1395,3 @@

*/
export type Type2 = BotMessagePreviewActionType
export type Type2 = BotMessagePreviewType

@@ -1386,0 +1398,0 @@ /**

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet