Socket
Socket
Sign inDemoInstall

dispatch-node-sdk

Package Overview
Dependencies
Maintainers
3
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dispatch-node-sdk - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0

10

dist/lib/analytics.js

@@ -10,12 +10,14 @@ 'use strict';

ADD_APPOINTMENT: 'appointment_created', // 'Appointment created',
APPOINTMENT_CANCELED: 'appointment_canceled', // Appointment started
APPOINTMENT_COMPLETED: 'appointment_completed', // Appointment completed
APPOINTMENT_ENROUTE: 'appointment_enroute', // en route to appointment
APPOINTMENT_SCHEDULED: 'appointment_scheduled', // Appointment scheduled
APPOINTMENT_STARTED: 'appointment_started', // Appointment started
RESCHEDULE_APPOINTMENT: 'appointment_rescheduled', // 'Appointment rescheduled'
SUGGESTED_TIME_SELECTED: 'suggested_time_selected', // Suggested time was selected to schedule an appointment
UNABLE_TO_ADD_TECH: 'add_tech_error', // 'Unable to add tech'
APPOINTMENT_SCHEDULED: 'appointment_scheduled', // Appointment scheduled
APPOINTMENT_ENROUTE: 'appointment_enroute', // en route to appointment
APPOINTMENT_STARTED: 'appointment_started', // Appointment started
APPOINTMENT_CANCELED: 'appointment_canceled', // Appointment started
// Jobs
ACCEPT_OFFER: 'offer_accepted', // 'Tapped accept offer button',
ACCEPT_OFFER_WITH_SUGGESTED_TIME: 'offer_accepted_with_suggested_time', // Accept an offer with a selected suggested time
ADD_FILTER: 'filter_added', // 'Applied job filter',

@@ -22,0 +24,0 @@ ADD_LABEL: 'label_added', // Added a label

@@ -5,12 +5,14 @@ const Analytics = {

ADD_APPOINTMENT: 'appointment_created', // 'Appointment created',
APPOINTMENT_CANCELED: 'appointment_canceled', // Appointment started
APPOINTMENT_COMPLETED: 'appointment_completed', // Appointment completed
APPOINTMENT_ENROUTE: 'appointment_enroute', // en route to appointment
APPOINTMENT_SCHEDULED: 'appointment_scheduled', // Appointment scheduled
APPOINTMENT_STARTED: 'appointment_started', // Appointment started
RESCHEDULE_APPOINTMENT: 'appointment_rescheduled', // 'Appointment rescheduled'
SUGGESTED_TIME_SELECTED: 'suggested_time_selected', // Suggested time was selected to schedule an appointment
UNABLE_TO_ADD_TECH: 'add_tech_error', // 'Unable to add tech'
APPOINTMENT_SCHEDULED: 'appointment_scheduled', // Appointment scheduled
APPOINTMENT_ENROUTE: 'appointment_enroute', // en route to appointment
APPOINTMENT_STARTED: 'appointment_started', // Appointment started
APPOINTMENT_CANCELED: 'appointment_canceled', // Appointment started
// Jobs
ACCEPT_OFFER: 'offer_accepted', // 'Tapped accept offer button',
ACCEPT_OFFER_WITH_SUGGESTED_TIME: 'offer_accepted_with_suggested_time', // Accept an offer with a selected suggested time
ADD_FILTER: 'filter_added', // 'Applied job filter',

@@ -17,0 +19,0 @@ ADD_LABEL: 'label_added', // Added a label

2

package.json
{
"name": "dispatch-node-sdk",
"version": "1.6.0",
"version": "1.7.0",
"description": "High- and low-level libraries for interacting with the Dispatch API",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc