Update base44-sdk skill to v0.8.40 2026-07-21 14:25 - #146
Open
claude[bot] wants to merge 1 commit into
Open
Conversation
Diffed every module's source (types + JSDoc) against the reference docs and fixed drift: missing methods (agents.getTelegramConnectURL, connectors getWorkspaceConnection/getCurrentAppUserConnection + the app-user-scoped UserConnectorsModule, sso.getIdToken, client aiGateway/serverUrl), incorrect types (auth Provider/updateMe, entities filter operators and UpdateManyResult, agents tool-call status/shapes, integrations InvokeLLM model param), stale claims (service-role RLS bypass wording), and internal-only methods that shouldn't have been publicly documented (appLogs.fetchLogs/getStats). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
base44-sdkskill's reference docs against the SDK v0.8.40 source (types + JSDoc), fixing drift across every module.agents.getTelegramConnectURL,connectors.getWorkspaceConnection/getCurrentAppUserConnection+ the app-user-scopedUserConnectorsModule(base44.connectors.connectAppUser/disconnectAppUser),sso.getIdToken, and theaiGatewaymodule +serverUrlconfig option on the client.auth.Provider(was missingapple/sso),auth.updateMesignature,entitiesfilter query operators (EntityFilterQuery, previously undocumented) andUpdateManyResult.has_more,agentstool-call status enum and message shape,integrations.InvokeLLM'smodelparam.appLogs.fetchLogs()/getStats()from public docs — both are marked@internalin source and aren't part of the supported API.updateMany/bulkUpdatebatching limits, realtimesubscribe()oversize-payload handling, auth's iframe/popup OAuth flow,custom.call()error cases.Test plan
.ts/.types.tssource before editing