@maxim_mazurok/gapi.client.texttospeech-v1beta1
Advanced tools
Comparing version 0.0.20221219 to 0.0.20230103
@@ -12,3 +12,3 @@ /* Type definitions for non-npm package Cloud Text-to-Speech API v1beta1 0.0 */ | ||
// Generated from: https://texttospeech.googleapis.com/$discovery/rest?version=v1beta1 | ||
// Revision: 20221219 | ||
// Revision: 20230103 | ||
@@ -61,2 +61,8 @@ /// <reference types="gapi.client" /> | ||
} | ||
interface GoogleCloudTexttospeechV1beta1SynthesizeLongAudioMetadata { | ||
/** The progress of the most recent processing update in percentage, ie. 70.0%. */ | ||
progressPercentage?: number; | ||
/** Time when the request was received. */ | ||
startTime?: string; | ||
} | ||
interface ListOperationsResponse { | ||
@@ -114,2 +120,8 @@ /** The standard List next-page token. */ | ||
} | ||
interface SynthesizeLongAudioMetadata { | ||
/** The progress of the most recent processing update in percentage, ie. 70.0%. */ | ||
progressPercentage?: number; | ||
/** Time when the request was received. */ | ||
startTime?: string; | ||
} | ||
interface SynthesizeLongAudioRequest { | ||
@@ -116,0 +128,0 @@ /** Required. The configuration of the synthesized audio. */ |
{ | ||
"name": "@maxim_mazurok/gapi.client.texttospeech-v1beta1", | ||
"version": "0.0.20221219", | ||
"version": "0.0.20230103", | ||
"description": "TypeScript typings for Cloud Text-to-Speech API v1beta1", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.texttospeech-v1beta1 definition tests */ | ||
// Revision: 20221219 | ||
// Revision: 20230103 | ||
@@ -9,0 +9,0 @@ gapi.load('client', async () => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32755
537