[PR #34] [MERGED] Fix user details type #33

Closed
opened 2026-05-23 08:34:58 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/appy-one/acebase-client/pull/34
Author: @appy-one
Created: 10/24/2022
Status: Merged
Merged: 10/24/2022
Merged by: @appy-one

Base: masterHead: fix/user-details


📝 Commits (3)

📊 Changes

22 files changed (+128 additions, -37 deletions)

View changed files

📝 dist/browser.js (+9 -1)
📝 dist/browser.min.js (+1 -1)
📝 dist/cjs/acebase-client.js.map (+1 -1)
📝 dist/cjs/api-web.js.map (+1 -1)
📝 dist/cjs/auth.js.map (+1 -1)
📝 dist/cjs/user.js (+9 -1)
📝 dist/cjs/user.js.map (+1 -1)
📝 dist/esm/acebase-client.js.map (+1 -1)
📝 dist/esm/api-web.js.map (+1 -1)
📝 dist/esm/auth.js.map (+1 -1)
📝 dist/esm/user.js (+9 -1)
📝 dist/esm/user.js.map (+1 -1)
📝 dist/types/acebase-client.d.ts (+1 -1)
📝 dist/types/acebase-client.d.ts.map (+1 -1)
📝 dist/types/api-web.d.ts (+3 -3)
📝 dist/types/api-web.d.ts.map (+1 -1)
📝 dist/types/user.d.ts (+37 -5)
📝 dist/types/user.d.ts.map (+1 -1)
📝 src/acebase-client.ts (+1 -1)
📝 src/api-web.ts (+5 -5)

...and 2 more files

📄 Description

This fixes incorrect user details type declarations
Also fixes optional data argument of callExtension


🔄 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/appy-one/acebase-client/pull/34 **Author:** [@appy-one](https://github.com/appy-one) **Created:** 10/24/2022 **Status:** ✅ Merged **Merged:** 10/24/2022 **Merged by:** [@appy-one](https://github.com/appy-one) **Base:** `master` ← **Head:** `fix/user-details` --- ### 📝 Commits (3) - [`a1cb161`](https://github.com/appy-one/acebase-client/commit/a1cb1610ee46bf4e7e42fa8708ca3614d7d47908) fix user details - [`b3ae6a4`](https://github.com/appy-one/acebase-client/commit/b3ae6a4fd41c45d4e19b336071de0d9d94bf8d2c) callExtension: optional data argument - [`286a28c`](https://github.com/appy-one/acebase-client/commit/286a28c39c785aa6c3b3ced96b904a2fc9063431) chore: build ### 📊 Changes **22 files changed** (+128 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `dist/browser.js` (+9 -1) 📝 `dist/browser.min.js` (+1 -1) 📝 `dist/cjs/acebase-client.js.map` (+1 -1) 📝 `dist/cjs/api-web.js.map` (+1 -1) 📝 `dist/cjs/auth.js.map` (+1 -1) 📝 `dist/cjs/user.js` (+9 -1) 📝 `dist/cjs/user.js.map` (+1 -1) 📝 `dist/esm/acebase-client.js.map` (+1 -1) 📝 `dist/esm/api-web.js.map` (+1 -1) 📝 `dist/esm/auth.js.map` (+1 -1) 📝 `dist/esm/user.js` (+9 -1) 📝 `dist/esm/user.js.map` (+1 -1) 📝 `dist/types/acebase-client.d.ts` (+1 -1) 📝 `dist/types/acebase-client.d.ts.map` (+1 -1) 📝 `dist/types/api-web.d.ts` (+3 -3) 📝 `dist/types/api-web.d.ts.map` (+1 -1) 📝 `dist/types/user.d.ts` (+37 -5) 📝 `dist/types/user.d.ts.map` (+1 -1) 📝 `src/acebase-client.ts` (+1 -1) 📝 `src/api-web.ts` (+5 -5) _...and 2 more files_ </details> ### 📄 Description This fixes incorrect user details type declarations Also fixes optional `data` argument of `callExtension` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-23 08:34:58 -06: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: github-starred/acebase-client#33
No description provided.