Socket
Socket
Sign inDemoInstall

ns8-switchboard-interfaces

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ns8-switchboard-interfaces - npm Package Compare versions

Comparing version 1.0.125 to 1.0.126

1

dist/DataType.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DataType = void 0;
var DataType;

@@ -4,0 +5,0 @@ (function (DataType) {

17

dist/enums/index.js
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./SwitchEventType"));
__export(require("./SwitchActionType"));
__exportStar(require("./SwitchEventType"), exports);
__exportStar(require("./SwitchActionType"), exports);
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SwitchActionType = void 0;
var SwitchActionType;

@@ -4,0 +5,0 @@ (function (SwitchActionType) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SwitchEventType = void 0;
var SwitchEventType;

@@ -4,0 +5,0 @@ (function (SwitchEventType) {

"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./DataType"));
__export(require("./Polling"));
__export(require("./SwitchContext"));
__export(require("./enums"));
__exportStar(require("./DataType"), exports);
__exportStar(require("./Module"), exports);
__exportStar(require("./NamedOrderUpdate"), exports);
__exportStar(require("./OnInstallPlatformData"), exports);
__exportStar(require("./Polling"), exports);
__exportStar(require("./S3Location"), exports);
__exportStar(require("./Source"), exports);
__exportStar(require("./Switch"), exports);
__exportStar(require("./Switchboard"), exports);
__exportStar(require("./SwitchContext"), exports);
__exportStar(require("./enums"), exports);
__exportStar(require("./switches"), exports);
__exportStar(require("./messages"), exports);
//# sourceMappingURL=index.js.map
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./OrderMessage"), exports);
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PollingFunctionName = void 0;
var PollingFunctionName;

@@ -4,0 +5,0 @@ (function (PollingFunctionName) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SwitchContext = void 0;
const url_1 = require("url");

@@ -4,0 +5,0 @@ class SwitchContext {

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./CreateOrderActionSwitch"), exports);
__exportStar(require("./EventSwitch"), exports);
__exportStar(require("./UninstallActionSwitch"), exports);
__exportStar(require("./UpdateMerchantActionSwitch"), exports);
__exportStar(require("./UpdateOrderStatusActionSwitch"), exports);
__exportStar(require("./WebhookActionSwitch"), exports);
//# sourceMappingURL=index.js.map
{
"name": "ns8-switchboard-interfaces",
"version": "1.0.125",
"version": "1.0.126",
"description": "Contains switchboard interfaces",

@@ -21,17 +21,17 @@ "main": "dist/index.js",

"devDependencies": {
"@types/node": "^13.13.2",
"@typescript-eslint/eslint-plugin": "^2.29.0",
"@typescript-eslint/parser": "^2.29.0",
"eslint": "^6.8.0",
"@types/node": "^14.0.4",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"eslint": "^7.0.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"rimraf": "^3.0.2",
"typescript": "^3.8.3"
"typescript": "^3.9.3"
},
"dependencies": {
"ns8-protect-models": "1.0.274"
"ns8-protect-models": "1.0.281"
},
"peerDependencies": {
"ns8-protect-models": "1.0.274"
"ns8-protect-models": "1.0.281"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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