Skip to content

Commit c2ae9b3

Browse files
Releasing version 2.114.1
Releasing version 2.114.1
2 parents 249ebc6 + fbbdfaf commit c2ae9b3

File tree

234 files changed

+5654
-173
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

234 files changed

+5654
-173
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions

index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,3 +240,4 @@ export import apiaccesscontrol = require("oci-apiaccesscontrol");
240240
export import wlms = require("oci-wlms");
241241
export import dbmulticloud = require("oci-dbmulticloud");
242242
export import apiplatform = require("oci-apiplatform");
243+
export import multicloud = require("oci-multicloud");

lib/accessgovernancecp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-accessgovernancecp",
3-
"version": "2.114.0",
3+
"version": "2.114.1",
44
"description": "OCI NodeJS client for Access Governance Cp Service",
55
"repository": {
66
"type": "git",

lib/adm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-adm",
3-
"version": "2.114.0",
3+
"version": "2.114.1",
44
"description": "OCI NodeJS client for Adm Service",
55
"repository": {
66
"type": "git",

lib/aianomalydetection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-aianomalydetection",
3-
"version": "2.114.0",
3+
"version": "2.114.1",
44
"description": "OCI NodeJS client for Ai Anomaly Detection Service",
55
"repository": {
66
"type": "git",

lib/aidocument/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-aidocument",
3-
"version": "2.114.0",
3+
"version": "2.114.1",
44
"description": "OCI NodeJS client for Ai Document Service",
55
"repository": {
66
"type": "git",

lib/ailanguage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-ailanguage",
3-
"version": "2.114.0",
3+
"version": "2.114.1",
44
"description": "OCI NodeJS client for Ai Language Service",
55
"repository": {
66
"type": "git",

lib/aispeech/lib/model/transcription-model-details.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export interface TranscriptionModelDetails {
4545
* - it-IT: Italian - Italy
4646
* <p>
4747
Whisper supported language codes are (Whisper models are locale agnostic).
48+
* - auto: Auto-detect language
4849
* - af: Afrikaans
4950
* - ar: Arabic
5051
* - az: Azerbaijani
@@ -129,6 +130,7 @@ export namespace TranscriptionModelDetails {
129130
FrFr = "fr-FR",
130131
DeDe = "de-DE",
131132
ItIt = "it-IT",
133+
Auto = "auto",
132134
Af = "af",
133135
Ar = "ar",
134136
Az = "az",

lib/aispeech/lib/model/transcription-settings.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ import common = require("oci-common");
1919
*/
2020
export interface TranscriptionSettings {
2121
"diarization"?: model.Diarization;
22+
/**
23+
* Simple key-value pair for setting model specific properties. For more details, refer the documentation.
24+
*/
25+
"additionalSettings"?: { [key: string]: string };
2226
}
2327

2428
export namespace TranscriptionSettings {

lib/aispeech/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-aispeech",
3-
"version": "2.114.0",
3+
"version": "2.114.1",
44
"description": "OCI NodeJS client for Ai Speech Service",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)