Socket
Socket
Sign inDemoInstall

@salutejs/scenario

Package Overview
Dependencies
Maintainers
3
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 0.13.1-canary.207.daf97f1e025ffb4587cdf159c180c1653f65bd7d.0 to 0.14.0-canary.208.519f6468bc6e2b48c8ee3d191bcabe61caeed891.0

14

dist/lib/createSaluteResponse.js

@@ -30,2 +30,15 @@ "use strict";

};
var policyRunApp = function (server_action) {
message = {
messageId: messageId,
sessionId: sessionId,
uuid: uuid,
messageName: 'POLICY_RUN_APP',
payload: {
projectName: payload.projectName,
device: payload.device,
server_action: server_action,
},
};
};
var runApp = function (appInfo, parameters) {

@@ -122,2 +135,3 @@ message = {

runApp: runApp,
policyRunApp: policyRunApp,
setIntent: function (intent) {

@@ -124,0 +138,0 @@ if (message.messageName !== 'ANSWER_TO_USER') {

3

dist/lib/types/salute.d.ts

@@ -1,2 +0,2 @@

import { AppInfo, CharacterId, AppState, Message, SmartAppErrorCommand, EmotionId, Card, Bubble, Button, ASRHints } from './systemMessage';
import { AppInfo, CharacterId, AppState, Message, SmartAppErrorCommand, EmotionId, Card, Bubble, Button, ASRHints, PolicyRunAppComand } from './systemMessage';
import { NLPRequest } from './request';

@@ -81,2 +81,3 @@ import { NLPResponse } from './response';

}, parameters: Record<string, unknown>) => void;
policyRunApp: (server_action: PolicyRunAppComand['nodes']['server_action']) => void;
setIntent: (text: string) => void;

@@ -83,0 +84,0 @@ setPronounceText: (text: string, options?: {

{
"name": "@salutejs/scenario",
"version": "0.13.1-canary.207.daf97f1e025ffb4587cdf159c180c1653f65bd7d.0",
"version": "0.14.0-canary.208.519f6468bc6e2b48c8ee3d191bcabe61caeed891.0",
"description": "Tiny helpers to make scenario for Salute family",

@@ -39,3 +39,3 @@ "author": "SberDevices Frontend Team <sberdevices.frontend@gmail.com>",

},
"gitHead": "daf97f1e025ffb4587cdf159c180c1653f65bd7d"
"gitHead": "519f6468bc6e2b48c8ee3d191bcabe61caeed891"
}

Sorry, the diff of this file is not supported yet

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