botframework-schema
Advanced tools
Comparing version 4.11.0-dev.20200927.621fd44 to 4.11.0-dev.20200929.ca9de94
@@ -174,4 +174,4 @@ import { MessageActionsPayloadBody, O365ConnectorCardActionBase, O365ConnectorCardInputBase } from './extension'; | ||
/** | ||
* Paging token | ||
*/ | ||
* Paging token | ||
*/ | ||
continuationToken: string; | ||
@@ -178,0 +178,0 @@ /** |
@@ -5,3 +5,3 @@ { | ||
"description": "Activity schema for the Microsoft Bot Framework.", | ||
"version": "4.11.0-dev.20200927.621fd44", | ||
"version": "4.11.0-dev.20200929.ca9de94", | ||
"license": "MIT", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"clean": "erase /q /s .\\lib", | ||
"set-version": "npm version --allow-same-version 4.11.0-dev.20200927.621fd44", | ||
"set-version": "npm version --allow-same-version 4.11.0-dev.20200929.ca9de94", | ||
"test": "tsc && nyc mocha tests/", | ||
@@ -36,0 +36,0 @@ "test:compat": "api-extractor run --verbose" |
@@ -190,10 +190,10 @@ /* | ||
export interface TeamsPagedMembersResult { | ||
/** | ||
* Paging token | ||
*/ | ||
continuationToken: string; | ||
/** | ||
* The Channel Accounts. | ||
*/ | ||
members: TeamsChannelAccount[]; | ||
/** | ||
* Paging token | ||
*/ | ||
continuationToken: string; | ||
/** | ||
* The Channel Accounts. | ||
*/ | ||
members: TeamsChannelAccount[]; | ||
} | ||
@@ -200,0 +200,0 @@ |
Sorry, the diff of this file is not supported yet
300140