-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat: move restapi component into generic type #1326
Conversation
📦 Next.js Bundle Analysis for instillai-consoleThis analysis was generated by the Next.js Bundle Analysis action. 🤖 🎉 Global Bundle Size Decreased
DetailsThe global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster. Any third party scripts you have added directly to your app using the If you want further insight into what is behind the changes, give @next/bundle-analyzer a try! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
🤖 I have created a release *beep* *boop* --- <details><summary>0.52.0-beta</summary> ## [0.52.0-beta](v0.51.0-beta...v0.52.0-beta) (2024-07-31) ### Features * move restapi component into generic type ([#1326](#1326)) ([fbaf1ab](fbaf1ab)) ### Bug Fixes * unify how we handle error ([#1331](#1331)) ([5d79849](5d79849)) ### Miscellaneous * replace pipeline type in toolkit with type in sdk ([#1319](#1319)) ([48de6c3](48de6c3)) </details> <details><summary>@instill-ai/design-system: 0.74.0</summary> ## [0.74.0](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.73.1...@instill-ai/design-system-v0.74.0) (2024-07-31) ### Features * add integration test for SDK ([#1315](#1315)) ([d247ec9](d247ec9)) </details> <details><summary>@instill-ai/toolkit: 0.97.0</summary> ## [0.97.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.96.2...@instill-ai/toolkit-v0.97.0) (2024-07-31) ### Features * add integration test for SDK ([#1315](#1315)) ([d247ec9](d247ec9)) * make models public available ([#1329](#1329)) ([4207072](4207072)) * move restapi component into generic type ([#1326](#1326)) ([fbaf1ab](fbaf1ab)) * open up model public setting option ([#1333](#1333)) ([f61ec99](f61ec99)) * update subscription endpoint PLAN type ([#1323](#1323)) ([895c163](895c163)) ### Bug Fixes * fix model api snippet not correctly cast with double quote for authorization token ([#1330](#1330)) ([95535af](95535af)) * fix navlink wrongly highlight when user is in /explore and /feature page ([#1334](#1334)) ([24f4562](24f4562)) * fix typo in the pipeline api tab ([#1332](#1332)) ([61180d7](61180d7)) * incorrect endpoint to run pipeline ([#1325](#1325)) ([f23ade0](f23ade0)) * **pipeline-editor:** fix not sanitized html for use-instill-form issue ([#1327](#1327)) ([8622126](8622126)) * remove the bottom credits balance ([#1318](#1318)) ([943960c](943960c)) * unify how we handle error ([#1331](#1331)) ([5d79849](5d79849)) ### Miscellaneous * replace pipeline type in toolkit with type in sdk ([#1319](#1319)) ([48de6c3](48de6c3)) </details> <details><summary>instill-sdk: 0.3.0</summary> ## [0.3.0](instill-sdk-v0.2.0...instill-sdk-v0.3.0) (2024-07-31) ### Features * add integration test for SDK ([#1315](#1315)) ([d247ec9](d247ec9)) * move restapi component into generic type ([#1326](#1326)) ([fbaf1ab](fbaf1ab)) * update subscription endpoint PLAN type ([#1323](#1323)) ([895c163](895c163)) ### Bug Fixes * unify how we handle error ([#1331](#1331)) ([5d79849](5d79849)) ### Miscellaneous * **integration-test:** add get/list membership integration-test ([#1324](#1324)) ([9271802](9271802)) * replace pipeline type in toolkit with type in sdk ([#1319](#1319)) ([48de6c3](48de6c3)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Because
restapi
component as ageneric
component.This commit
restapi
component to be categorized as ageneric
component.