Socket
Socket
Sign inDemoInstall

@salutejs/scenario

Package Overview
Dependencies
Maintainers
4
Versions
244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salutejs/scenario - npm Package Compare versions

Comparing version 1.1.0-canary.127.8044914491.0 to 1.1.0-canary.127.8047874542.0

4

dist/lib/types/salute.d.ts
import { AppInfo, CharacterId, AppState, Message, SmartAppErrorCommand, EmotionId, Card, Bubble, Button, ASRHints, PolicyRunAppComand } from './systemMessage';
import { NLPRequest, NLPRequestTPD } from './request';
import { NLPResponse, NLPResponseATU, NLPResponseCPD } from './response';
import { NLPResponse, NLPResponseATU, NLPResponseCPD, NLPResponseType } from './response';
import { KeysetDictionary, I18nOptions } from './i18n';

@@ -94,3 +94,3 @@ interface IntentSlot {

setEmotion: (emotion: EmotionId) => void;
setPayload: (payload: NLPResponse['payload'], messageName?: string) => void;
setPayload: (payload: NLPResponse['payload'] | Record<string, unknown>, messageName?: NLPResponseType | string) => void;
getProfileData: () => void;

@@ -97,0 +97,0 @@ chooseProfileData: (fields: NLPResponseCPD['payload']['fields']) => void;

{
"name": "@salutejs/scenario",
"version": "1.1.0-canary.127.8044914491.0",
"version": "1.1.0-canary.127.8047874542.0",
"description": "Tiny helpers to make scenario for Salute family",

@@ -40,3 +40,3 @@ "author": "Salute Frontend Team <salute.developers@gmail.com>",

},
"gitHead": "caea0f697e11a0733a01b80b59853dfb60dde75f"
"gitHead": "09044cddab4dd05c86c834d652bb7774622cdd6f"
}

Sorry, the diff of this file is not supported yet

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