Skip to content

Commit b5672af

Browse files
authored
Merge pull request #41 from contextco/update-remove-endpoints
update so no new endpoints for suggested topics
2 parents e7a36a1 + 8a45f63 commit b5672af

28 files changed

+2459
-2716
lines changed

examples/package-lock.json

Lines changed: 1461 additions & 283 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"build": "esbuild ./src/* --bundle --format=cjs --platform=node --outdir=build"
88
},
99
"dependencies": {
10-
"@contextco/context-node": "file:..",
11-
"@contextco/context-generated": "file:../generated"
10+
"@contextco/context-generated": "file:../generated",
11+
"@contextco/context-node": "file:.."
1212
},
1313
"author": "",
1414
"license": "ISC",

generated/dist-esm/contextAPI.d.ts

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as coreClient from "@azure/core-client";
22
import { Evaluations, Log } from "./operationsInterfaces";
3-
import { ContextAPIOptionalParams, ConversationSeriesOptionalParams, ConversationSeriesResponse, SentimentOptionalParams, SentimentResponse, RatingOptionalParams, RatingResponse, EstimatedCostOptionalParams, EstimatedCostResponse, VolumeOptionalParams, VolumeResponse, ConversationOptionalParams, ConversationOperationResponse, ConversationsOptionalParams, ConversationsResponse, SuggestedTopicsOptionalParams, SuggestedTopicsResponse, SuggestedTopicConversationsOptionalParams, SuggestedTopicConversationsResponse, SuggestedTopicStatisticsOptionalParams, SuggestedTopicStatisticsResponse } from "./models";
3+
import { ContextAPIOptionalParams, ConversationSeriesOptionalParams, ConversationSeriesResponse, SentimentOptionalParams, SentimentResponse, RatingOptionalParams, RatingResponse, EstimatedCostOptionalParams, EstimatedCostResponse, VolumeOptionalParams, VolumeResponse, ConversationOptionalParams, ConversationOperationResponse, ConversationsOptionalParams, ConversationsResponse } from "./models";
44
export declare class ContextAPI extends coreClient.ServiceClient {
55
$host: string;
66
/**
@@ -44,23 +44,6 @@ export declare class ContextAPI extends coreClient.ServiceClient {
4444
* @param options The options parameters.
4545
*/
4646
conversations(options?: ConversationsOptionalParams): Promise<ConversationsResponse>;
47-
/**
48-
* Returns suggested topics details
49-
* @param options The options parameters.
50-
*/
51-
suggestedTopics(options?: SuggestedTopicsOptionalParams): Promise<SuggestedTopicsResponse>;
52-
/**
53-
* Returns statistics of selected topic
54-
* @param id
55-
* @param options The options parameters.
56-
*/
57-
suggestedTopicConversations(id: string, options?: SuggestedTopicConversationsOptionalParams): Promise<SuggestedTopicConversationsResponse>;
58-
/**
59-
* Returns a list of conversations matching given topic
60-
* @param id
61-
* @param options The options parameters.
62-
*/
63-
suggestedTopicStatistics(id: string, options?: SuggestedTopicStatisticsOptionalParams): Promise<SuggestedTopicStatisticsResponse>;
6447
evaluations: Evaluations;
6548
log: Log;
6649
}

generated/dist-esm/contextAPI.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generated/dist-esm/contextAPI.js

Lines changed: 0 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generated/dist-esm/contextAPI.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)