[PR #1157] [MERGED] feat(web): service request return generics type #22926

Closed
opened 2026-02-21 20:20:04 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/1157
Author: @JunIce
Created: 9/11/2023
Status: Merged
Merged: 9/15/2023
Merged by: @crazywoola

Base: mainHead: perf-service-type


📝 Commits (2)

  • 3e7b81b feat(web): service request return generic type
  • d9c3f07 fix(web): document Input limit & checked reset

📊 Changes

7 files changed (+190 additions, -181 deletions)

View changed files

📝 web/app/components/datasets/create/step-two/index.tsx (+5 -3)
📝 web/hooks/use-breakpoints.ts (+13 -11)
📝 web/service/apps.ts (+22 -22)
📝 web/service/base.ts (+60 -55)
📝 web/service/common.ts (+43 -43)
📝 web/service/datasets.ts (+38 -38)
📝 web/service/log.ts (+9 -9)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify/pull/1157 **Author:** [@JunIce](https://github.com/JunIce) **Created:** 9/11/2023 **Status:** ✅ Merged **Merged:** 9/15/2023 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `perf-service-type` --- ### 📝 Commits (2) - [`3e7b81b`](https://github.com/langgenius/dify/commit/3e7b81b71878b1d854ba95300af2000da3ce5455) feat(web): service request return generic type - [`d9c3f07`](https://github.com/langgenius/dify/commit/d9c3f07bd1cf650fd89c1341f4cd6aee8e16c4b4) fix(web): document Input limit & checked reset ### 📊 Changes **7 files changed** (+190 additions, -181 deletions) <details> <summary>View changed files</summary> 📝 `web/app/components/datasets/create/step-two/index.tsx` (+5 -3) 📝 `web/hooks/use-breakpoints.ts` (+13 -11) 📝 `web/service/apps.ts` (+22 -22) 📝 `web/service/base.ts` (+60 -55) 📝 `web/service/common.ts` (+43 -43) 📝 `web/service/datasets.ts` (+38 -38) 📝 `web/service/log.ts` (+9 -9) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 20:20:04 -05:00
yindo closed this issue 2026-02-21 20:20:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22926