@salesforce/source-deploy-retrieve
Version:
JavaScript library to run Salesforce metadata deploys and retrieves
11 lines • 494 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.DestructiveChangesType = void 0;
const constants_1 = require("../common/constants");
// TODO NEXT MAJOR: use a string union type
var DestructiveChangesType;
(function (DestructiveChangesType) {
DestructiveChangesType["POST"] = "post";
DestructiveChangesType["PRE"] = "pre";
})(DestructiveChangesType || (exports.DestructiveChangesType = DestructiveChangesType = {}));
//# sourceMappingURL=types.js.map
;