mirror of
https://github.com/appy-one/acebase-client.git
synced 2026-05-24 22:01:18 -06:00
[PR #34] [MERGED] Fix user details type #33
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase-client#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:fix/user-details📝 Commits (3)
a1cb161fix user detailsb3ae6a4callExtension: optional data argument286a28cchore: build📊 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
dataargument ofcallExtension🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.