feat: include marketplace loading error in plugin/list#15438
Conversation
04133fe to
bfb1418
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: bfb14187b5
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| // GENERATED CODE! DO NOT MODIFY BY HAND! | ||
|
|
||
| // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. | ||
| import type { MarketplaceLoadErrorInfo } from "./MarketplaceLoadErrorInfo"; |
There was a problem hiding this comment.
Generate MarketplaceLoadErrorInfo TS schema file
PluginListResponse.ts now imports ./MarketplaceLoadErrorInfo, but this commit does not add schema/typescript/v2/MarketplaceLoadErrorInfo.ts (and index.ts also re-exports it). Any TypeScript consumer that compiles or bundles these generated schema types will fail module resolution (Cannot find module './MarketplaceLoadErrorInfo').
Useful? React with 👍 / 👎.
7b3852e to
d5eb9ac
Compare
3d610bb to
393c2bf
Compare
Include error.