Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensuring FDC3 API types use string rather than String #924

Merged
merged 4 commits into from
Apr 12, 2023

Conversation

kriswest
Copy link
Contributor

@kriswest kriswest commented Mar 9, 2023

resolves #915
A number of Desktop Agent function arguments were incorrectly typed as String (object) rather than string (literal). This would have caused occasional typing headaches and the need for casts. However, the fix should be non-breaking (other than making casts unnecessary and perhaps triggering lint rules, which is fine as they can be removed after the change).

@kriswest kriswest added this to the 2.1 milestone Mar 9, 2023
@kriswest kriswest requested review from a team and hughtroeger March 9, 2023 14:59
@netlify
Copy link

netlify bot commented Mar 9, 2023

Deploy Preview for fdc3 ready!

Name Link
🔨 Latest commit df8a6b1
🔍 Latest deploy log https://app.netlify.com/sites/fdc3/deploys/640a2ca3a1c89500088eabf9
😎 Deploy Preview https://deploy-preview-924--fdc3.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@kriswest kriswest added bug Something isn't working api FDC3 API Working Group labels Mar 9, 2023
Copy link
Contributor

@mattjamieson mattjamieson left a comment

Choose a reason for hiding this comment

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

LGTM!

@kriswest kriswest mentioned this pull request Mar 20, 2023
26 tasks
@kriswest kriswest merged commit 188778b into master Apr 12, 2023
@kriswest kriswest deleted the kriswest/issue915 branch April 21, 2023 15:25
@kriswest kriswest removed this from the 2.1 milestone May 17, 2023
@bingenito bingenito mentioned this pull request Nov 6, 2023
18 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api FDC3 API Working Group bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API types use String rather than string
3 participants