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

@fluyappgo/commons

Package Overview
Dependencies
Maintainers
3
Versions
767
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 1.0.79 to 1.0.80

36

build/interfaces/ticket.interface.d.ts

@@ -6,22 +6,22 @@ import { Branch, Department, Entity, Service, UserFB } from ".";

id?: number;
uuid: string;
isAppointment: boolean;
isVirtual: boolean;
date: string;
hour: string;
timezone: string;
dateRaw: Date;
agent: UserFB;
subscriber: Subscriber;
status: TicketStates;
entity: Entity;
branch: Branch;
department: Department;
service: Service;
price: number;
priorityQ: number;
ticketLabel: string;
currentNumber: number;
uuid?: string;
isAppointment?: boolean;
isVirtual?: boolean;
date?: string;
hour?: string;
timezone?: string;
dateRaw?: Date;
agent?: UserFB;
subscriber?: Subscriber;
status?: TicketStates;
entity?: Entity;
branch?: Branch;
department?: Department;
service?: Service;
price?: number;
priorityQ?: number;
ticketLabel?: string;
currentNumber?: number;
createdAt?: Date;
updatedAt?: Date;
}
{
"name": "@fluyappgo/commons",
"version": "1.0.79",
"version": "1.0.80",
"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