Socket
Socket
Sign inDemoInstall

dispatch-node-sdk

Package Overview
Dependencies
8
Maintainers
22
Versions
148
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.13.1-0 to 3.14.0-0

1

dist/lib/dispatch.js

@@ -110,2 +110,3 @@ "use strict";

appointmentFunctions: new _Collection["default"](this, endpoints.APPOINTMENT_FUNCTIONS),
appointmentTypes: new _Collection["default"](this, endpoints.APPOINTMENT_TYPES),
attachment: (0, _attachment["default"])(this),

@@ -112,0 +113,0 @@ attachments: new _Collection["default"](this, endpoints.ATTACHMENTS),

4

dist/lib/endpoints.js

@@ -6,3 +6,3 @@ "use strict";

});
exports.WORK_ORDER_GOVERNANCE_SERVICE = exports.USERS = exports.TAX_RATES = exports.SURVEY_RESPONSES = exports.SEARCH = exports.PUBLIC_SURVEY_RESPONSES = exports.PAYMENTS = exports.ORGANIZATIONS = exports.LAYER_IDENTITY_TOKENS = exports.LABELS = exports.JOB_ATTRIBUTIONS = exports.JOBS = exports.JOB_OFFERS = exports.GROUPS = exports.CUSTOMERS = exports.CUSTOMER_USERS = exports.CONVERSATIONS = exports.CALENDAR_EVENTS = exports.BRANDS = exports.BOOKING = exports.BILLING_ITEMS = exports.BILLING_DOCUMENTS = exports.BILLING_CONTRACTS = exports.ATTACHMENTS = exports.APPOINTMENT_FUNCTIONS = exports.APPOINTMENT_SERIES = exports.APPOINTMENTS = exports.APPLICATIONS = exports.ACCOUNT_USERS = exports.ACCOUNTS = exports.ACCOUNT_ORGANIZATIONS = void 0;
exports.WORK_ORDER_GOVERNANCE_SERVICE = exports.USERS = exports.TAX_RATES = exports.SURVEY_RESPONSES = exports.SEARCH = exports.PUBLIC_SURVEY_RESPONSES = exports.PAYMENTS = exports.ORGANIZATIONS = exports.LAYER_IDENTITY_TOKENS = exports.LABELS = exports.JOB_ATTRIBUTIONS = exports.JOBS = exports.JOB_OFFERS = exports.GROUPS = exports.CUSTOMERS = exports.CUSTOMER_USERS = exports.CONVERSATIONS = exports.CALENDAR_EVENTS = exports.BRANDS = exports.BOOKING = exports.BILLING_ITEMS = exports.BILLING_DOCUMENTS = exports.BILLING_CONTRACTS = exports.ATTACHMENTS = exports.APPOINTMENT_TYPES = exports.APPOINTMENT_FUNCTIONS = exports.APPOINTMENT_SERIES = exports.APPOINTMENTS = exports.APPLICATIONS = exports.ACCOUNT_USERS = exports.ACCOUNTS = exports.ACCOUNT_ORGANIZATIONS = void 0;
var ACCOUNT_ORGANIZATIONS = '/v1/account_organizations';

@@ -22,2 +22,4 @@ exports.ACCOUNT_ORGANIZATIONS = ACCOUNT_ORGANIZATIONS;

exports.APPOINTMENT_FUNCTIONS = APPOINTMENT_FUNCTIONS;
var APPOINTMENT_TYPES = '/v1/appointment_types';
exports.APPOINTMENT_TYPES = APPOINTMENT_TYPES;
var ATTACHMENTS = '/v1/attachments';

@@ -24,0 +26,0 @@ exports.ATTACHMENTS = ATTACHMENTS;

@@ -58,2 +58,3 @@ import map from 'lodash/map';

appointmentFunctions: new Collection(this, endpoints.APPOINTMENT_FUNCTIONS),
appointmentTypes: new Collection(this, endpoints.APPOINTMENT_TYPES),
attachment: attachmentMethods(this),

@@ -60,0 +61,0 @@ attachments: new Collection(this, endpoints.ATTACHMENTS),

@@ -8,2 +8,3 @@ export const ACCOUNT_ORGANIZATIONS = '/v1/account_organizations';

export const APPOINTMENT_FUNCTIONS = '/v1/appointment_functions';
export const APPOINTMENT_TYPES = '/v1/appointment_types';
export const ATTACHMENTS = '/v1/attachments';

@@ -10,0 +11,0 @@ export const BILLING_CONTRACTS = '/v2/billing_contracts';

{
"name": "dispatch-node-sdk",
"version": "3.13.1-0",
"version": "3.14.0-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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc