Skip to content

Commit

Permalink
Remove deprecated branch parameters from PublishContentParams #10206
Browse files Browse the repository at this point in the history
(cherry picked from commit 696c98d)
  • Loading branch information
edloidas authored and rymsha committed Jan 8, 2024
1 parent ca5697d commit 844eacf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modules/lib/lib-content/src/main/resources/lib/xp/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -725,8 +725,6 @@ export function modify<Data = Record<string, unknown>, Type extends string = str

export interface PublishContentParams {
keys: string[];
sourceBranch: string;
targetBranch: string;
schedule?: Schedule;
includeChildren?: boolean;
excludeChildrenIds?: string[];
Expand All @@ -743,10 +741,6 @@ export interface PublishContentResult {
interface PublishContentHandler {
setKeys(value: string[]): void;

setTargetBranch(value: string): void;

setSourceBranch(value: string): void;

setContentPublishInfo(value: ScriptValue): void;

setExcludeChildrenIds(value: string[]): void;
Expand Down

0 comments on commit 844eacf

Please sign in to comment.