New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/client-lex-runtime-service

Package Overview
Dependencies
Maintainers
5
Versions
438
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-lex-runtime-service - npm Package Compare versions

Comparing version 3.428.0 to 3.429.0

26

dist-types/ts3.4/models/models_0.d.ts

@@ -90,9 +90,9 @@ import {

export interface DialogAction {
type: DialogActionType | string | undefined;
type: DialogActionType | undefined;
intentName?: string;
slots?: Record<string, string>;
slotToElicit?: string;
fulfillmentState?: FulfillmentState | string;
fulfillmentState?: FulfillmentState;
message?: string;
messageFormat?: MessageFormatType | string;
messageFormat?: MessageFormatType;
}

@@ -110,5 +110,5 @@ export declare const ConfirmationStatus: {

slots?: Record<string, string>;
confirmationStatus?: ConfirmationStatus | string;
dialogActionType: DialogActionType | string | undefined;
fulfillmentState?: FulfillmentState | string;
confirmationStatus?: ConfirmationStatus;
dialogActionType: DialogActionType | undefined;
fulfillmentState?: FulfillmentState;
slotToElicit?: string;

@@ -184,4 +184,4 @@ }

encodedMessage?: string;
messageFormat?: MessageFormatType | string;
dialogState?: DialogState | string;
messageFormat?: MessageFormatType;
dialogState?: DialogState;
slotToElicit?: string;

@@ -243,3 +243,3 @@ inputTranscript?: string;

version?: string;
contentType?: ContentType | string;
contentType?: ContentType;
genericAttachments?: GenericAttachment[];

@@ -259,4 +259,4 @@ }

sentimentResponse?: SentimentResponse;
messageFormat?: MessageFormatType | string;
dialogState?: DialogState | string;
messageFormat?: MessageFormatType;
dialogState?: DialogState;
slotToElicit?: string;

@@ -285,4 +285,4 @@ responseCard?: ResponseCard;

encodedMessage?: string;
messageFormat?: MessageFormatType | string;
dialogState?: DialogState | string;
messageFormat?: MessageFormatType;
dialogState?: DialogState;
slotToElicit?: string;

@@ -289,0 +289,0 @@ audioStream?: StreamingBlobTypes;

{
"name": "@aws-sdk/client-lex-runtime-service",
"description": "AWS SDK for JavaScript Lex Runtime Service Client for Node.js, Browser and React Native",
"version": "3.428.0",
"version": "3.429.0",
"scripts": {

@@ -26,5 +26,5 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"@aws-crypto/sha256-js": "3.0.0",
"@aws-sdk/client-sts": "3.428.0",
"@aws-sdk/credential-provider-node": "3.428.0",
"@aws-sdk/middleware-host-header": "3.428.0",
"@aws-sdk/client-sts": "3.429.0",
"@aws-sdk/credential-provider-node": "3.429.0",
"@aws-sdk/middleware-host-header": "3.429.0",
"@aws-sdk/middleware-logger": "3.428.0",

@@ -44,3 +44,3 @@ "@aws-sdk/middleware-recursion-detection": "3.428.0",

"@smithy/middleware-content-length": "^2.0.13",
"@smithy/middleware-endpoint": "^2.1.0",
"@smithy/middleware-endpoint": "^2.1.1",
"@smithy/middleware-retry": "^2.0.16",

@@ -47,0 +47,0 @@ "@smithy/middleware-serde": "^2.0.11",

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