[PR #5708] [MERGED] feat: update api from billing #6959

Closed
opened 2026-03-23 23:17:27 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/5708
Author: @speed2exe
Created: 7/9/2024
Status: Merged
Merged: 7/9/2024
Merged by: @speed2exe

Base: feat/ai-plan-billingHead: feat/ai-plan-billing-api


📝 Commits (1)

  • 89f31b9 feat: update api from billing

📊 Changes

11 files changed (+158 additions, -191 deletions)

View changed files

📝 frontend/rust-lib/Cargo.lock (+14 -12)
📝 frontend/rust-lib/Cargo.toml (+2 -2)
📝 frontend/rust-lib/flowy-error/src/errors.rs (+6 -0)
📝 frontend/rust-lib/flowy-server/src/af_cloud/impls/user/cloud_service_impl.rs (+20 -71)
📝 frontend/rust-lib/flowy-user-pub/src/cloud.rs (+18 -6)
📝 frontend/rust-lib/flowy-user-pub/src/entities.rs (+14 -58)
📝 frontend/rust-lib/flowy-user/Cargo.toml (+1 -0)
📝 frontend/rust-lib/flowy-user/src/entities/workspace.rs (+33 -8)
📝 frontend/rust-lib/flowy-user/src/event_handler.rs (+12 -5)
📝 frontend/rust-lib/flowy-user/src/services/sqlite_sql/workspace_sql.rs (+9 -8)
📝 frontend/rust-lib/flowy-user/src/user_manager/manager_user_workspace.rs (+29 -21)

📄 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/AppFlowy-IO/AppFlowy/pull/5708 **Author:** [@speed2exe](https://github.com/speed2exe) **Created:** 7/9/2024 **Status:** ✅ Merged **Merged:** 7/9/2024 **Merged by:** [@speed2exe](https://github.com/speed2exe) **Base:** `feat/ai-plan-billing` ← **Head:** `feat/ai-plan-billing-api` --- ### 📝 Commits (1) - [`89f31b9`](https://github.com/AppFlowy-IO/AppFlowy/commit/89f31b98d6fbde576b66f2979fac4eb4b30da2db) feat: update api from billing ### 📊 Changes **11 files changed** (+158 additions, -191 deletions) <details> <summary>View changed files</summary> 📝 `frontend/rust-lib/Cargo.lock` (+14 -12) 📝 `frontend/rust-lib/Cargo.toml` (+2 -2) 📝 `frontend/rust-lib/flowy-error/src/errors.rs` (+6 -0) 📝 `frontend/rust-lib/flowy-server/src/af_cloud/impls/user/cloud_service_impl.rs` (+20 -71) 📝 `frontend/rust-lib/flowy-user-pub/src/cloud.rs` (+18 -6) 📝 `frontend/rust-lib/flowy-user-pub/src/entities.rs` (+14 -58) 📝 `frontend/rust-lib/flowy-user/Cargo.toml` (+1 -0) 📝 `frontend/rust-lib/flowy-user/src/entities/workspace.rs` (+33 -8) 📝 `frontend/rust-lib/flowy-user/src/event_handler.rs` (+12 -5) 📝 `frontend/rust-lib/flowy-user/src/services/sqlite_sql/workspace_sql.rs` (+9 -8) 📝 `frontend/rust-lib/flowy-user/src/user_manager/manager_user_workspace.rs` (+29 -21) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:17:27 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#6959
No description provided.