Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aristech-org/stt-client

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aristech-org/stt-client - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

dist/generated/stt_service.d.ts
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc