Socket
Socket
Sign inDemoInstall

dispatch-node-sdk

Package Overview
Dependencies
7
Maintainers
3
Versions
148
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.14.0 to 2.15.0

3

dist/lib/dispatch.js

@@ -138,4 +138,4 @@ 'use strict';

this.entities = {
accountOrganizations: new _Collection2.default(this, endpoints.ACCOUNT_ORGANIZATIONS),
accounts: new _Collection2.default(this, endpoints.ACCOUNTS),
accountOrganizations: new _Collection2.default(this, endpoints.ACCOUNT_ORGANIZATIONS),
applications: new _Collection2.default(this, endpoints.APPLICATIONS),

@@ -152,2 +152,3 @@ appointment: (0, _appointment2.default)(this),

customerUsers: new _Collection2.default(this, endpoints.CUSTOMER_USERS),
groups: new _Collection2.default(this, endpoints.GROUPS),
invoice: (0, _invoice2.default)(this),

@@ -154,0 +155,0 @@ job: (0, _job2.default)(this),

@@ -19,2 +19,3 @@ 'use strict';

var CUSTOMERS = exports.CUSTOMERS = '/v1/customers';
var GROUPS = exports.GROUPS = '/groups';
var JOB_OFFERS = exports.JOB_OFFERS = '/v1/job_offers';

@@ -21,0 +22,0 @@ var JOBS = exports.JOBS = '/v2/jobs';

@@ -53,4 +53,4 @@ import * as endpoints from './endpoints';

this.entities = {
accountOrganizations: new Collection(this, endpoints.ACCOUNT_ORGANIZATIONS),
accounts: new Collection(this, endpoints.ACCOUNTS),
accountOrganizations: new Collection(this, endpoints.ACCOUNT_ORGANIZATIONS),
applications: new Collection(this, endpoints.APPLICATIONS),

@@ -67,2 +67,3 @@ appointment: appointmentMethods(this),

customerUsers: new Collection(this, endpoints.CUSTOMER_USERS),
groups: new Collection(this, endpoints.GROUPS),
invoice: invoiceMethods(this),

@@ -69,0 +70,0 @@ job: jobMethods(this),

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

export const CUSTOMERS = '/v1/customers';
export const GROUPS = '/groups';
export const JOB_OFFERS = '/v1/job_offers';

@@ -16,0 +17,0 @@ export const JOBS = '/v2/jobs';

{
"name": "dispatch-node-sdk",
"version": "2.14.0",
"version": "2.15.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