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

@fluyappgo/commons

Package Overview
Dependencies
Maintainers
3
Versions
765
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluyappgo/commons - npm Package Compare versions

Comparing version 2.0.100 to 2.0.101

2

build/interfaces/entity.interface.d.ts

@@ -5,2 +5,3 @@ import { recordingType, recordingOption, cloudRecordingConfiguration, onPremiseConfiguration } from "./agoraRecording.enums";

import { KioskConfig } from "./kioskConfig.interface";
import { Labels } from "./labels.interface";
import { TicketSla } from "./sla.interface";

@@ -66,2 +67,3 @@ import { SmtpConfig } from "./smtpConfig.interface";

kioskConfig?: KioskConfig;
labels?: Labels;
}

@@ -154,1 +154,3 @@ export * from "./branchSession.interface";

export * from "./counterType.interface";
export * from "./labels.interface";
export * from "./kioskConfig.interface";

@@ -166,1 +166,3 @@ "use strict";

__exportStar(require("./counterType.interface"), exports);
__exportStar(require("./labels.interface"), exports);
__exportStar(require("./kioskConfig.interface"), exports);

15

build/interfaces/kioskConfig.interface.d.ts

@@ -25,4 +25,9 @@ export interface KioskConfig {

}
interface DepartmentScreen extends KioskScreen {
interface HasAppointmentButton {
confirmAppointmentVisible?: boolean;
appointmentButtonFontColor?: string;
appointmentButtonFontSize?: string;
appointmentButtonBackgroundColor?: string;
}
interface DepartmentScreen extends KioskScreen, HasAppointmentButton {
buttonFontColor?: string;

@@ -32,4 +37,3 @@ buttonFontSize?: string;

}
interface ServiceScreen extends KioskScreen {
confirmAppointmentVisible?: boolean;
interface ServiceScreen extends KioskScreen, HasAppointmentButton {
buttonFontColor?: string;

@@ -70,5 +74,4 @@ buttonFontSize?: string;

interface CheckInScreen extends KioskScreen {
documentIdLabelFontSize?: string;
documentIdLabelFontColor?: string;
documentIdInputFontSize?: string;
documentIdFontSize?: string;
documentIdFontColor?: string;
backButtonFontColor?: string;

@@ -75,0 +78,0 @@ backButtonFontSize?: string;

export interface Labels {
subscriberName: string;
subscriberLastname: string;
subscriberEmail: string;
subscriberPhone: string;
subscriberDocumentId: string;
agentAlias: string;
agentFullname: string;
agentEmail: string;
provinceLabel: string;
cityLabel: string;
subscriberName?: string;
subscriberLastname?: string;
subscriberEmail?: string;
subscriberPhone?: string;
subscriberDocumentId?: string;
agentAlias?: string;
agentFullname?: string;
agentEmail?: string;
provinceLabel?: string;
cityLabel?: string;
}
{
"name": "@fluyappgo/commons",
"version": "2.0.100",
"version": "2.0.101",
"description": "",

@@ -5,0 +5,0 @@ "main": "./build/index.js",

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