Skip to content

Commit 2b11ce2

Browse files
committed
fix(google-slides): declare z-order operation output in block outputs map
1 parent 52948d1 commit 2b11ce2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/sim/blocks/blocks/google_slides.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3395,6 +3395,7 @@ Return ONLY the text content - no explanations, no markdown formatting markers,
33953395
// Z-order
33963396
reordered: { type: 'boolean', description: 'Whether the z-order was changed' },
33973397
objectIds: { type: 'json', description: 'Object IDs affected by the operation' },
3398+
operation: { type: 'string', description: 'Z-order operation applied' },
33983399

33993400
// Table extension
34003401
tableObjectId: { type: 'string', description: 'Table object ID affected' },

0 commit comments

Comments
 (0)