@azure/communication-chat
Advanced tools
Comparing version 1.1.0-alpha.20210610.1 to 1.1.0-alpha.20210614.1
@@ -10,3 +10,3 @@ /* | ||
const packageName = "azure-communication-chat"; | ||
const packageVersion = "1.0.0"; | ||
const packageVersion = "1.1.0-beta.1"; | ||
export class ChatApiClientContext extends coreHttp.ServiceClient { | ||
@@ -13,0 +13,0 @@ /** |
@@ -257,3 +257,10 @@ /* | ||
type: { | ||
name: "String" | ||
name: "Enum", | ||
allowedValues: [ | ||
"text", | ||
"html", | ||
"topicUpdated", | ||
"participantAdded", | ||
"participantRemoved" | ||
] | ||
} | ||
@@ -330,3 +337,10 @@ }, | ||
type: { | ||
name: "String" | ||
name: "Enum", | ||
allowedValues: [ | ||
"text", | ||
"html", | ||
"topicUpdated", | ||
"participantAdded", | ||
"participantRemoved" | ||
] | ||
} | ||
@@ -333,0 +347,0 @@ }, |
{ | ||
"name": "@azure/communication-chat", | ||
"version": "1.1.0-alpha.20210610.1", | ||
"version": "1.1.0-alpha.20210614.1", | ||
"description": "Azure client library for Azure Communication Chat services", | ||
@@ -11,3 +11,3 @@ "sdk-type": "client", | ||
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit", | ||
"build:autorest": "autorest ./swagger/README.md --typescript --version=3.0.6267 --v3 --package-version=1.1.0-beta.1 && rushx format", | ||
"build:autorest": "autorest ./swagger/README.md --typescript --version=3.0.6267 --v3 && rushx format", | ||
"build:browser": "tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1", | ||
@@ -76,3 +76,3 @@ "build:node": "tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1", | ||
"events": "^3.0.0", | ||
"tslib": "^2.0.0", | ||
"tslib": "^2.2.0", | ||
"@azure/core-paging": "^1.1.1" | ||
@@ -129,2 +129,18 @@ }, | ||
}, | ||
"//metadata": { | ||
"constantPaths": [ | ||
{ | ||
"path": "src/generated/src/chatApiClientContext.ts", | ||
"prefix": "packageVersion" | ||
}, | ||
{ | ||
"path": "src/constants.ts", | ||
"prefix": "SDK_VERSION" | ||
}, | ||
{ | ||
"path": "swagger/README.md", | ||
"prefix": "package-version" | ||
} | ||
] | ||
}, | ||
"//sampleConfiguration": { | ||
@@ -131,0 +147,0 @@ "productName": "Azure Communication Services - Chat", |
@@ -299,14 +299,4 @@ /// <reference lib="esnext.asynciterable" /> | ||
/** | ||
* Defines values for ChatMessageType. \ | ||
* {@link KnownChatMessageType} can be used interchangeably with ChatMessageType, | ||
* this enum contains the known values that the service supports. | ||
* ### Know values supported by the service | ||
* **text** \ | ||
* **html** \ | ||
* **topicUpdated** \ | ||
* **participantAdded** \ | ||
* **participantRemoved** | ||
*/ | ||
export declare type ChatMessageType = string; | ||
/** Defines values for ChatMessageType. */ | ||
export declare type ChatMessageType = "text" | "html" | "topicUpdated" | "participantAdded" | "participantRemoved"; | ||
@@ -313,0 +303,0 @@ /** A participant of the chat thread. */ |
@@ -265,22 +265,4 @@ import * as coreHttp from "@azure/core-http"; | ||
export declare type CommunicationCloudEnvironmentModel = string; | ||
/** Known values of {@link ChatMessageType} that the service accepts. */ | ||
export declare const enum KnownChatMessageType { | ||
Text = "text", | ||
Html = "html", | ||
TopicUpdated = "topicUpdated", | ||
ParticipantAdded = "participantAdded", | ||
ParticipantRemoved = "participantRemoved" | ||
} | ||
/** | ||
* Defines values for ChatMessageType. \ | ||
* {@link KnownChatMessageType} can be used interchangeably with ChatMessageType, | ||
* this enum contains the known values that the service supports. | ||
* ### Know values supported by the service | ||
* **text** \ | ||
* **html** \ | ||
* **topicUpdated** \ | ||
* **participantAdded** \ | ||
* **participantRemoved** | ||
*/ | ||
export declare type ChatMessageType = string; | ||
/** Defines values for ChatMessageType. */ | ||
export declare type ChatMessageType = "text" | "html" | "topicUpdated" | "participantAdded" | "participantRemoved"; | ||
/** Optional parameters. */ | ||
@@ -287,0 +269,0 @@ export interface ChatThreadListChatReadReceiptsOptionalParams extends coreHttp.OperationOptions { |
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
Sorry, the diff of this file is too big to display
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
683373
Updatedtslib@^2.2.0