UNPKG

@telefonica/confluence-sync

Version:

Creates/updates/deletes Confluence pages based on a list of objects containing the page contents. Supports nested pages and attachments upload

12 lines (11 loc) 408 B
"use strict"; // SPDX-FileCopyrightText: 2025 Telefónica Innovación Digital // SPDX-License-Identifier: Apache-2.0 Object.defineProperty(exports, "__esModule", { value: true }); exports.ShouldUseIdModeException = void 0; class ShouldUseIdModeException extends Error { constructor(message, options) { super(message, options); } } exports.ShouldUseIdModeException = ShouldUseIdModeException;