Skip to content

Merge develop into main#29

Merged
japaveh merged 2 commits intomainfrom
develop
Feb 26, 2026
Merged

Merge develop into main#29
japaveh merged 2 commits intomainfrom
develop

Conversation

@japaveh
Copy link
Contributor

@japaveh japaveh commented Feb 26, 2026

This pull request introduces a new property for filtering equipment based on workstation components, updates the relevant naming conventions, and ensures consistent usage across the codebase. The main changes are grouped into API improvements and interface updates.

API improvements:

  • Added a new hasWorkstationComponents parameter to the listEquipment API function, allowing equipment filtering based on workstation components. (src/equipment/api/listEquipment.ts) [1] [2]
  • Updated the API logic to append the has_workstation_components query parameter when the new property is provided. (src/equipment/api/listEquipment.ts)

Interface and naming updates:

  • Renamed the DashboardComponent enum to WorkstationComponent for clearer naming and updated its usage in the Equipment interface. (src/equipment/interfaces/equipment.ts) [1] [2]
  • Updated exports in src/index.ts to reflect the new WorkstationComponent naming.

Other:

  • Bumped the package version from 1.0.10 to 1.0.11 in package.json.

@japaveh japaveh merged commit 0518462 into main Feb 26, 2026
2 checks passed
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.

1 participant