Skip to content

fix: remove shortCode from UOStatus type#686

Merged
Junjiequan merged 4 commits into
developfrom
update-UOStatus-type
May 29, 2026
Merged

fix: remove shortCode from UOStatus type#686
Junjiequan merged 4 commits into
developfrom
update-UOStatus-type

Conversation

@Junjiequan
Copy link
Copy Markdown
Contributor

Description

Motivation and Context

How Has This Been Tested

Fixes

Changes

Depends on

Tests included/Docs Updated?

  • I have added tests to cover my changes.
  • All relevant doc has been updated

@Junjiequan Junjiequan enabled auto-merge (squash) May 29, 2026 09:20
title: 'Test Proposal',
abstract: 'Test Abstract',
status: { id: 1, shortCode: 'ALLOCATED', name: 'ALLOCATED' },
status: { id: 1, name: 'ALLOCATED' },
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

breaking: I think id is now a string and should be set to 'ALLOCATED'

Copy link
Copy Markdown
Contributor Author

@Junjiequan Junjiequan May 29, 2026

Choose a reason for hiding this comment

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

addressed in 37df5e6

title: 'Test Proposal',
abstract: 'Test Abstract',
status: { id: 1, shortCode: 'ALLOCATED', name: 'ALLOCATED' },
status: { id: 1, name: 'ALLOCATED' },
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

ditto

@@ -36,7 +36,6 @@ export interface UOCall {

export interface UOStatus {
id: number;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

breaking: I think also here this should be string.

Copy link
Copy Markdown
Contributor

@jekabs-karklins jekabs-karklins left a comment

Choose a reason for hiding this comment

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

Looks good

@Junjiequan Junjiequan merged commit 7dd9e1c into develop May 29, 2026
7 checks passed
@Junjiequan Junjiequan deleted the update-UOStatus-type branch May 29, 2026 10:30
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.

2 participants