@slack/cli-test
Advanced tools
Comparing version 0.0.1-rc.1.cli.2.24.0 to 0.0.1-rc.2.cli.2.24.0
export { SlackCLI } from './cli'; | ||
export { SlackTracerId } from './utils/constants'; | ||
export { SlackTracerId, SlackProduct } from './utils/constants'; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SlackTracerId = exports.SlackCLI = void 0; | ||
exports.SlackProduct = exports.SlackTracerId = exports.SlackCLI = void 0; | ||
var cli_1 = require("./cli"); | ||
@@ -8,2 +8,3 @@ Object.defineProperty(exports, "SlackCLI", { enumerable: true, get: function () { return cli_1.SlackCLI; } }); | ||
Object.defineProperty(exports, "SlackTracerId", { enumerable: true, get: function () { return constants_1.SlackTracerId; } }); | ||
Object.defineProperty(exports, "SlackProduct", { enumerable: true, get: function () { return constants_1.SlackProduct; } }); | ||
// Check for cli binary path | ||
@@ -10,0 +11,0 @@ if (!process.env.SLACK_CLI_PATH) { |
@@ -33,2 +33,10 @@ /** | ||
}; | ||
export declare const SlackProduct: { | ||
FREE: string; | ||
PRO: string; | ||
BUSINESS_PLUS: string; | ||
ENTERPRISE: string; | ||
ENTERPRISE_SANDBOX: string; | ||
ENTERPRISE_SELECT: string; | ||
}; | ||
/** | ||
@@ -35,0 +43,0 @@ * See https://gist.github.com/fnky/458719343aabd01cfb17a3a4f7296797 for more info on keypress encodings |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.timeouts = exports.keyboardPress = exports.SlackTracerId = void 0; | ||
exports.timeouts = exports.keyboardPress = exports.SlackProduct = exports.SlackTracerId = void 0; | ||
/** | ||
@@ -36,2 +36,10 @@ * This file should be kept up to date with the source of truth in the Slack CLI repo | ||
}; | ||
exports.SlackProduct = { | ||
FREE: 'FREE', | ||
PRO: 'PRO', | ||
BUSINESS_PLUS: 'PLUS', | ||
ENTERPRISE: 'ENTERPRISE', | ||
ENTERPRISE_SANDBOX: 'ENTERPRISE_SANDBOX', | ||
ENTERPRISE_SELECT: 'ENTERPRISE_SELECT', | ||
}; | ||
/** | ||
@@ -38,0 +46,0 @@ * See https://gist.github.com/fnky/458719343aabd01cfb17a3a4f7296797 for more info on keypress encodings |
{ | ||
"name": "@slack/cli-test", | ||
"version": "0.0.1-rc.1.cli.2.24.0", | ||
"version": "0.0.1-rc.2.cli.2.24.0", | ||
"description": "Node.js bindings for the Slack CLI for use in automated testing", | ||
@@ -5,0 +5,0 @@ "author": "Salesforce, Inc.", |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
144643
2281