forked from Azure/azure-sdk-for-js
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 29483 in Azure/azure-rest-api-specs
Merge a99b0d5c4abdfcf04c4a4733d73058bdd01e6724 into 2b6c728b10f0d8eca8bad4e7f009e38334ea7f1c
- Loading branch information
SDKAuto
committed
Jun 26, 2024
1 parent
e1702ea
commit 68a76a3
Showing
20 changed files
with
173 additions
and
268 deletions.
There are no files selected for viewing
25 changes: 19 additions & 6 deletions
25
sdk/communication/communication-messages-rest/api-extractor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,31 @@ | ||
{ | ||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", | ||
"mainEntryPointFilePath": "./types/src/index.d.ts", | ||
"docModel": { "enabled": true }, | ||
"apiReport": { "enabled": true, "reportFolder": "./review" }, | ||
"docModel": { | ||
"enabled": true | ||
}, | ||
"apiReport": { | ||
"enabled": true, | ||
"reportFolder": "./review" | ||
}, | ||
"dtsRollup": { | ||
"enabled": true, | ||
"untrimmedFilePath": "", | ||
"publicTrimmedFilePath": "./types/communication-messages.d.ts" | ||
}, | ||
"messages": { | ||
"tsdocMessageReporting": { "default": { "logLevel": "none" } }, | ||
"tsdocMessageReporting": { | ||
"default": { | ||
"logLevel": "none" | ||
} | ||
}, | ||
"extractorMessageReporting": { | ||
"ae-missing-release-tag": { "logLevel": "none" }, | ||
"ae-unresolved-link": { "logLevel": "none" } | ||
"ae-missing-release-tag": { | ||
"logLevel": "none" | ||
}, | ||
"ae-unresolved-link": { | ||
"logLevel": "none" | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -121,4 +121,4 @@ | |
"azure-communication-services" | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 0 additions & 15 deletions
15
sdk/communication/communication-messages-rest/src/generated/src/index.ts
This file was deleted.
Oops, something went wrong.
51 changes: 0 additions & 51 deletions
51
sdk/communication/communication-messages-rest/src/generated/src/messagesServiceClient.ts
This file was deleted.
Oops, something went wrong.
20 changes: 11 additions & 9 deletions
20
sdk/communication/communication-messages-rest/src/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
|
||
import MessagesServiceClient from "./messagesServiceClient"; | ||
export * from "./generated/src/messagesServiceClient"; | ||
export * from "./generated/src/parameters"; | ||
export * from "./generated/src/responses"; | ||
export * from "./generated/src/clientDefinitions"; | ||
export * from "./generated/src/isUnexpected"; | ||
export * from "./generated/src/models"; | ||
export * from "./generated/src/outputModels"; | ||
export * from "./generated/src/paginateHelper"; | ||
import MessagesServiceClient from "./messagesServiceClient.js"; | ||
|
||
export * from "./messagesServiceClient.js"; | ||
export * from "./parameters.js"; | ||
export * from "./responses.js"; | ||
export * from "./clientDefinitions.js"; | ||
export * from "./isUnexpected.js"; | ||
export * from "./models.js"; | ||
export * from "./outputModels.js"; | ||
export * from "./paginateHelper.js"; | ||
|
||
export default MessagesServiceClient; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.