Skip to content

fix: add queue props to output BlueprintQueueFunctionResource type - #135

Merged
filmaj merged 2 commits into
mainfrom
dry-queue-props
Jul 27, 2026
Merged

fix: add queue props to output BlueprintQueueFunctionResource type#135
filmaj merged 2 commits into
mainfrom
dry-queue-props

Conversation

@filmaj

@filmaj filmaj commented Jul 27, 2026

Copy link
Copy Markdown
Member

Description

also DRY the queue props up for reuse

@filmaj filmaj self-assigned this Jul 27, 2026
@github-actions

Copy link
Copy Markdown

📚 TypeDoc Generation Result

TypeDoc generated successfully!

  • File size: 312K
  • Total exports: 210
  • Artifact: typedoc-f81dc3995c1946b87f9e51ed0c14d753125701d1
  • HTML docs preview: Download artifact

The TypeDoc JSON file has been generated and validated. All documentation scripts completed successfully.

@github-actions

github-actions Bot commented Jul 27, 2026

Copy link
Copy Markdown

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 98.55% 818 / 830
🔵 Statements 96.01% 891 / 928
🔵 Functions 100% 100 / 100
🔵 Branches 94.87% 833 / 878
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
src/definers/functions/queue.ts 100% 100% 100% 100%
src/types/functions/index.ts 100% 100% 100% 100%
Generated in workflow #388 for commit 31a10f5 by the Vitest Coverage Report Action

@filmaj
filmaj force-pushed the dry-queue-props branch from 4c60ff8 to 31a10f5 Compare July 27, 2026 19:35
@github-actions

Copy link
Copy Markdown

📚 TypeDoc Generation Result

TypeDoc generated successfully!

  • File size: 312K
  • Total exports: 210
  • Artifact: typedoc-29e506b6a42c0f62f26397a59f01779ccc24ce3a
  • HTML docs preview: Download artifact

The TypeDoc JSON file has been generated and validated. All documentation scripts completed successfully.

}

// --- Function Config Types ---
/**

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change simply moves the Pipeline output type to the top alongside the other *FunctionResource types.

@filmaj
filmaj marked this pull request as ready for review July 27, 2026 19:36
@filmaj
filmaj requested a review from a team July 27, 2026 19:36
Comment on lines -39 to +43
...(fifo !== undefined && {fifo}),
...(debounce !== undefined && {debounce}),
...(debounceKey !== undefined && {debounceKey}),
...(dlq !== undefined && {dlq}),
...(event !== undefined && {event}),
...(fifo !== undefined && {fifo}),

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alphabetized! 💃

@filmaj
filmaj merged commit d88b1c0 into main Jul 27, 2026
14 checks passed
@filmaj
filmaj deleted the dry-queue-props branch July 27, 2026 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants