This commit is contained in:
@@ -33,12 +33,16 @@ export interface ExecuteSquareHoleActionRequest {
|
||||
summary?: string;
|
||||
tags?: string[];
|
||||
coverImageSrc?: string | null;
|
||||
regenerateVisualAssets?: boolean;
|
||||
visualAssetSlot?: 'cover' | 'background' | 'shape' | string | null;
|
||||
visualAssetOptionId?: string | null;
|
||||
}
|
||||
|
||||
export interface SquareHoleShapeOption {
|
||||
optionId: string;
|
||||
shapeKind: string;
|
||||
label: string;
|
||||
targetHoleId: string;
|
||||
imagePrompt: string;
|
||||
imageSrc?: string | null;
|
||||
}
|
||||
@@ -47,7 +51,8 @@ export interface SquareHoleHoleOption {
|
||||
holeId: string;
|
||||
holeKind: string;
|
||||
label: string;
|
||||
bonus: boolean;
|
||||
imagePrompt: string;
|
||||
imageSrc?: string | null;
|
||||
}
|
||||
|
||||
export interface SquareHoleAnchorItemResponse {
|
||||
|
||||
Reference in New Issue
Block a user