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.17.4 to 0.17.5-canary.227.170623ea291071306bc867812473cff0bc3d5bf8.0

16

dist/lib/types/systemMessage.d.ts

@@ -52,3 +52,3 @@ /**

export declare type EmotionId = 'igrivost' | 'udovolstvie' | 'podavleniye_gneva' | 'smushchennaya_ulibka' | 'simpatiya' | 'oups' | 'laugh' | 'ok_prinyato' | 'bespokoistvo' | 'predvkusheniye' | 'vinovatiy' | 'zhdu_otvet' | 'zadumalsa' | 'neznayu' | 'nedoumenie' | 'nedovolstvo' | 'nesoglasie' | 'pechal' | 'radost' | 'sochuvstvie' | 'strakh' | 'zainteresovannost';
export declare type Action = TextAction | DeepLinkAction | SendContactPhone | ServerAction;
export declare type Action = TextAction | DeepLinkAction | SendContactPhone | ServerAction | CopyTextAction;
export declare type Card = ListCard | GalleryCard | GridCard | DiscoveryCard | QRCodeCard | WidgetTitleCard | WidgetGallery | WidgetGalleryWithCategories | WidgetSingleCard | WidgetTwoColumns;

@@ -767,2 +767,16 @@ /**

/**
* Действие, которое обозначает копирование текста из карточки в буфер обмена.
*/
export interface CopyTextAction {
/**
* Тип действия.
*/
type: 'copy_text_to_buffer';
/**
* Текст, который будет скопирован в буфер обмена.
*/
text: string;
[k: string]: unknown;
}
/**
* Действие, которое обозначает отправку номера телефона указанного контакта

@@ -769,0 +783,0 @@ */

4

package.json
{
"name": "@salutejs/scenario",
"version": "0.17.4",
"version": "0.17.5-canary.227.170623ea291071306bc867812473cff0bc3d5bf8.0",
"description": "Tiny helpers to make scenario for Salute family",

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

},
"gitHead": "2c484175ec9b8e4464abd389c3ff1bb4fa2ccdfe"
"gitHead": "170623ea291071306bc867812473cff0bc3d5bf8"
}

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