@aristech-org/stt-client
Advanced tools
Comparing version 1.0.0 to 1.0.1
import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire"; | ||
import { type CallOptions, ChannelCredentials, Client, ClientDuplexStream, type ClientOptions, type ClientUnaryCall, handleBidiStreamingCall, type handleUnaryCall, Metadata, type ServiceError, type UntypedServiceImplementation } from "@grpc/grpc-js"; | ||
import { Duration } from "./google/protobuf/duration"; | ||
import { Duration } from "./google/protobuf/duration.js"; | ||
export declare const protobufPackage = "ari.stt.v1"; | ||
@@ -5,0 +5,0 @@ export declare enum EndpointingType { |
import * as grpc from '@grpc/grpc-js'; | ||
import { AccountInfoRequest, type AccountInfoResponse, ModelsRequest, NLPFunctionsRequest, type NLPFunctionsResponse, NLPProcessRequest, type NLPProcessResponse, RecognitionConfig, StreamingRecognitionRequest, Model, StreamingRecognitionResponse, DeepPartial } from './generated/stt_service'; | ||
export * from './generated/stt_service'; | ||
import { AccountInfoRequest, type AccountInfoResponse, ModelsRequest, NLPFunctionsRequest, type NLPFunctionsResponse, NLPProcessRequest, type NLPProcessResponse, RecognitionConfig, StreamingRecognitionRequest, Model, StreamingRecognitionResponse, DeepPartial } from './generated/stt_service.js'; | ||
export * from './generated/stt_service.js'; | ||
export interface ConnectionOptions { | ||
@@ -5,0 +5,0 @@ /** |
import * as grpc from '@grpc/grpc-js'; | ||
import { SttServiceClient, AccountInfoRequest, ModelsRequest, NLPFunctionsRequest, NLPProcessRequest, StreamingRecognitionRequest, } from './generated/stt_service'; | ||
import { SttServiceClient, AccountInfoRequest, ModelsRequest, NLPFunctionsRequest, NLPProcessRequest, StreamingRecognitionRequest, } from './generated/stt_service.js'; | ||
import fs from 'fs'; | ||
// Re-export generated types | ||
export * from './generated/stt_service'; | ||
export * from './generated/stt_service.js'; | ||
export class SttClient { | ||
@@ -7,0 +7,0 @@ cOptions; |
{ | ||
"name": "@aristech-org/stt-client", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A Node.js client library for the Aristech Speech-to-Text API", | ||
@@ -49,2 +49,3 @@ "type": "module", | ||
"dependencies": { | ||
"@bufbuild/protobuf": "^2.2.0", | ||
"@grpc/grpc-js": "^1.12.2" | ||
@@ -51,0 +52,0 @@ }, |
Sorry, the diff of this file is too big to display
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
264156
2
+ Added@bufbuild/protobuf@^2.2.0
+ Added@bufbuild/protobuf@2.2.3(transitive)