@salesforce/source-tracking
Version:
API for tracking local and remote Salesforce metadata changes
26 lines • 1.51 kB
JavaScript
;
/*
* Copyright 2026, Salesforce, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.deleteCustomLabels = exports.getKeyFromObject = exports.SourceConflictError = exports.SourceTracking = void 0;
var sourceTracking_1 = require("./sourceTracking");
Object.defineProperty(exports, "SourceTracking", { enumerable: true, get: function () { return sourceTracking_1.SourceTracking; } });
var types_1 = require("./shared/types");
Object.defineProperty(exports, "SourceConflictError", { enumerable: true, get: function () { return types_1.SourceConflictError; } });
var functions_1 = require("./shared/functions");
Object.defineProperty(exports, "getKeyFromObject", { enumerable: true, get: function () { return functions_1.getKeyFromObject; } });
Object.defineProperty(exports, "deleteCustomLabels", { enumerable: true, get: function () { return functions_1.deleteCustomLabels; } });
//# sourceMappingURL=index.js.map