Skip to content

Commit d43f11e

Browse files
Releasing version 2.74.0
Releasing version 2.74.0
2 parents d5d0023 + 8a8385c commit d43f11e

File tree

767 files changed

+56338
-5582
lines changed

Some content is hidden

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

767 files changed

+56338
-5582
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/).
6+
## 2.74.0 - 2023-11-14
7+
### Added
8+
- Support for the PostgreSQL service
9+
- Support for new operations in the Identity Domains service
10+
- Support for enabling, disabling, and renewing SSL/TLS in the Big Data service
11+
- Support for diarization in the AI Speech service
12+
- Support for Capacity Topology API in the Compute service
13+
14+
### Breaking Changes
15+
- The data type of property `status` in model `MyRequest` has changed from `string` to `MyRequest.Action` in the Identity Domains service
16+
17+
618
## 2.73.1 - 2023-11-07
719
### Added
820
- Support for Java Management Service Downloads

index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,3 +217,4 @@ export import computecloudatcustomer = require("oci-computecloudatcustomer");
217217
export import marketplacepublisher = require("oci-marketplacepublisher");
218218
export import redis = require("oci-redis");
219219
export import jmsjavadownloads = require("oci-jmsjavadownloads");
220+
export import psql = require("oci-psql");

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.73.1",
3+
"version": "2.74.0",
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.73.1",
3+
"version": "2.74.0",
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.73.1",
3+
"version": "2.74.0",
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.73.1",
3+
"version": "2.74.0",
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.73.1",
3+
"version": "2.74.0",
44
"description": "OCI NodeJS client for Ai Language Service",
55
"repository": {
66
"type": "git",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ export interface CreateTranscriptionJobDetails {
4242
"outputLocation": model.OutputLocation;
4343
/**
4444
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
45-
* Example: `{\"bar-key\": \"value\"}`
45+
* Example: `{\"bar-key\": \"value\"}`.
4646
*
4747
*/
4848
"freeformTags"?: { [key: string]: string };
4949
/**
5050
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
51-
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
51+
* Example: `{\"foo-namespace-1\": {\"bar-key-1\": \"value-1\", \"bar-key-2\": \"value-2\"}, \"foo-namespace-2\": {\"bar-key-1\": \"value-1\", \"bar-key-2\": \"value-2\"}}`.
5252
*
5353
*/
5454
"definedTags"?: { [key: string]: { [key: string]: any } };

lib/aispeech/lib/model/diarization.ts

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
/**
2+
* Speech API
3+
* The OCI Speech Service harnesses the power of spoken language by allowing developers to easily convert file-based data containing human speech into highly accurate text transcriptions.
4+
* OpenAPI spec version: 20220101
5+
*
6+
*
7+
* NOTE: This class is auto generated by OracleSDKGenerator.
8+
* Do not edit the class manually.
9+
*
10+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12+
*/
13+
14+
import * as model from "../model";
15+
import common = require("oci-common");
16+
17+
/**
18+
* Speaker diarization is a combination of speaker segmentation and speaker clustering. Provide diarization details to enable this feature.
19+
*/
20+
export interface Diarization {
21+
/**
22+
* Set true to enable Speaker diarization and tag transcription with speaker tags. By default this is disabled.
23+
*/
24+
"isDiarizationEnabled"?: boolean;
25+
/**
26+
* Number of speakers in the audio provided. By default service will auto detect all speakers in audio file Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
27+
*/
28+
"numberOfSpeakers"?: number;
29+
}
30+
31+
export namespace Diarization {
32+
export function getJsonObj(obj: Diarization): object {
33+
const jsonObj = { ...obj, ...{} };
34+
35+
return jsonObj;
36+
}
37+
export function getDeserializedJsonObj(obj: Diarization): object {
38+
const jsonObj = { ...obj, ...{} };
39+
40+
return jsonObj;
41+
}
42+
}

lib/aispeech/lib/model/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ import * as ChangeTranscriptionJobCompartmentDetails from "./change-transcriptio
1717
export import ChangeTranscriptionJobCompartmentDetails = ChangeTranscriptionJobCompartmentDetails.ChangeTranscriptionJobCompartmentDetails;
1818
import * as CreateTranscriptionJobDetails from "./create-transcription-job-details";
1919
export import CreateTranscriptionJobDetails = CreateTranscriptionJobDetails.CreateTranscriptionJobDetails;
20+
import * as Diarization from "./diarization";
21+
export import Diarization = Diarization.Diarization;
2022
import * as InputLocation from "./input-location";
2123
export import InputLocation = InputLocation.InputLocation;
2224
import * as ObjectLocation from "./object-location";
@@ -37,6 +39,8 @@ import * as TranscriptionModelDetails from "./transcription-model-details";
3739
export import TranscriptionModelDetails = TranscriptionModelDetails.TranscriptionModelDetails;
3840
import * as TranscriptionNormalization from "./transcription-normalization";
3941
export import TranscriptionNormalization = TranscriptionNormalization.TranscriptionNormalization;
42+
import * as TranscriptionSettings from "./transcription-settings";
43+
export import TranscriptionSettings = TranscriptionSettings.TranscriptionSettings;
4044
import * as TranscriptionTask from "./transcription-task";
4145
export import TranscriptionTask = TranscriptionTask.TranscriptionTask;
4246
import * as TranscriptionTaskCollection from "./transcription-task-collection";

0 commit comments

Comments
 (0)