File tree Expand file tree Collapse file tree 27 files changed +135
-0
lines changed
packages/typespec-test/test
NetworkAnalytics.Management/generated/typespec-ts/sdk/test/arm-test/src/models
ai/generated/typespec-ts/src/models
anomalyDetector/generated/typespec-ts/src/models
batch_modular/generated/typespec-ts/src/models
chatApi_modular/generated/typespec-ts/src/models
contentsafety_modular/generated/typespec-ts/src/models
eventgrid_modular/generated/typespec-ts/src/models
healthInsights_radiologyinsights/generated/typespec-ts/src/models
hierarchy_generic/generated/typespec-ts/src/models
loadtesting_modular/generated/typespec-ts/src/models
openai_generic/generated/typespec-ts/src/models
openai_modular/generated/typespec-ts/src/models
openai_non_branded/generated/typespec-ts/src/models
overloads_modular/generated/typespec-ts/src/models
parametrizedHost/generated/typespec-ts/src/models
schemaRegistry/generated/typespec-ts/src/models
spread/generated/typespec-ts/src/models
todo_non_branded/generated/typespec-ts/src/models
widget_dpg/generated/typespec-ts/src/models Expand file tree Collapse file tree 27 files changed +135
-0
lines changed Original file line number Diff line number Diff line change 11// Copyright (c) Microsoft Corporation.
22// Licensed under the MIT License.
33
4+ /**
5+ * This file contains only generated model types and (de)serializers.
6+ * Disable this rule for deserializer functions which require 'any' for raw JSON input.
7+ */
8+ /* eslint-disable @typescript-eslint/explicit-module-boundary-types */
49/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
510export interface _OperationListResult {
611 /** The Operation items on this page */
Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ import {
66 createFilePartDescriptor ,
77} from "../../static-helpers/multipartHelpers.js" ;
88
9+ /**
10+ * This file contains only generated model types and (de)serializers.
11+ * Disable this rule for deserializer functions which require 'any' for raw JSON input.
12+ */
13+ /* eslint-disable @typescript-eslint/explicit-module-boundary-types */
914/** An abstract representation of an input tool definition that an agent can use. */
1015export interface ToolDefinition {
1116 /** The object type. */
Original file line number Diff line number Diff line change 11// Copyright (c) Microsoft Corporation.
22// Licensed under the MIT License.
33
4+ /**
5+ * This file contains only generated model types and (de)serializers.
6+ * Disable this rule for deserializer functions which require 'any' for raw JSON input.
7+ */
8+ /* eslint-disable @typescript-eslint/explicit-module-boundary-types */
49/** Response from the Workspace - Get operation */
510export interface GetWorkspaceResponse {
611 /** A unique identifier for the resource */
Original file line number Diff line number Diff line change 11// Copyright (c) Microsoft Corporation.
22// Licensed under the MIT License.
33
4+ /**
5+ * This file contains only generated model types and (de)serializers.
6+ * Disable this rule for deserializer functions which require 'any' for raw JSON input.
7+ */
8+ /* eslint-disable @typescript-eslint/explicit-module-boundary-types */
49/** Type of APIVersion */
510export type APIVersion = "v1.1" ;
Original file line number Diff line number Diff line change 11// Copyright (c) Microsoft Corporation.
22// Licensed under the MIT License.
33
4+ /**
5+ * This file contains only generated model types and (de)serializers.
6+ * Disable this rule for deserializer functions which require 'any' for raw JSON input.
7+ */
8+ /* eslint-disable @typescript-eslint/explicit-module-boundary-types */
49/** Detection results for the resultId value. */
510export interface MultivariateMultivariateDetectionResult {
611 /** Result identifier that's used to fetch the results of an inference call. */
Original file line number Diff line number Diff line change 11// Copyright (c) Microsoft Corporation.
22// Licensed under the MIT License.
33
4+ /**
5+ * This file contains only generated model types and (de)serializers.
6+ * Disable this rule for deserializer functions which require 'any' for raw JSON input.
7+ */
8+ /* eslint-disable @typescript-eslint/explicit-module-boundary-types */
49/** Request of the entire or last anomaly detection. */
510export interface UnivariateUnivariateDetectionOptions {
611 /**
Original file line number Diff line number Diff line change 33
44import { uint8ArrayToString , stringToUint8Array } from "@azure/core-util" ;
55
6+ /**
7+ * This file contains only generated model types and (de)serializers.
8+ * Disable this rule for deserializer functions which require 'any' for raw JSON input.
9+ */
10+ /* eslint-disable @typescript-eslint/explicit-module-boundary-types */
611/** The result of listing the applications available in an Account. */
712export interface _ApplicationListResult {
813 /** The list of applications available in the Account. */
Original file line number Diff line number Diff line change 11// Copyright (c) Microsoft Corporation.
22// Licensed under the MIT License.
33
4+ /**
5+ * This file contains only generated model types and (de)serializers.
6+ * Disable this rule for deserializer functions which require 'any' for raw JSON input.
7+ */
8+ /* eslint-disable @typescript-eslint/explicit-module-boundary-types */
49/** The configuration for a streaming chat completion request. */
510export interface StreamingChatCompletionOptionsRecord {
611 /** The collection of context messages associated with this completion request. */
Original file line number Diff line number Diff line change 33
44import { uint8ArrayToString } from "@azure/core-util" ;
55
6+ /**
7+ * This file contains only generated model types and (de)serializers.
8+ * Disable this rule for deserializer functions which require 'any' for raw JSON input.
9+ */
10+ /* eslint-disable @typescript-eslint/explicit-module-boundary-types */
611/** The text analysis request. */
712export interface AnalyzeTextOptions {
813 /** The text to be analyzed. We support a maximum of 10k Unicode characters (Unicode code points) in the text of one request. */
Original file line number Diff line number Diff line change 44import { ErrorModel } from "@azure-rest/core-client" ;
55import { uint8ArrayToString , stringToUint8Array } from "@azure/core-util" ;
66
7+ /**
8+ * This file contains only generated model types and (de)serializers.
9+ * Disable this rule for deserializer functions which require 'any' for raw JSON input.
10+ */
11+ /* eslint-disable @typescript-eslint/explicit-module-boundary-types */
712/** Properties of an event published to an Azure Messaging EventGrid Namespace topic using the CloudEvent 1.0 Schema. */
813export interface CloudEvent {
914 /** An identifier for the event. The combination of id and source must be unique for each distinct event. */
You can’t perform that action at this time.
0 commit comments