fix(DOCS-5494): remove unsupported custom prompt data fields from ACUL JS SDK docs#1172
Open
BcnCarlos wants to merge 2 commits into
Open
fix(DOCS-5494): remove unsupported custom prompt data fields from ACUL JS SDK docs#1172BcnCarlos wants to merge 2 commits into
BcnCarlos wants to merge 2 commits into
Conversation
…L JS SDK docs - Remove `## Indexable` sections from 53 non-supported screen option interface files; `## Indexable` / `[key: string]` custom prompt data is only valid on 10 supported screens (Login, LoginId, LoginPassword, LoginPasswordlessSmsOtp, LoginPasswordlessEmailCode, Signup, SignupId, SignupPassword, PasskeyEnrollment, PasskeyEnrollmentLocal) - Remove `[`key`: `string`]` ParamField entries from method Expandable blocks in 69 non-supported screen class files; for CustomOptions-only methods, remove the entire Method Parameters / Expandable block since no meaningful parameters remain Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Summary
|
BcnCarlos
commented
May 13, 2026
Contributor
Author
BcnCarlos
left a comment
There was a problem hiding this comment.
Update of ACUL JS SDK
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
## Indexablesections from 53 non-supported screen option interface files — the[key: string]indexable signature (customulp--prefixed prompt data viaCustomOptions) is only valid on 10 supported screens[\key`: `string`]ParamFieldentries from methodblocks in **69** non-supported screen class files — for methods whose only parameter wasCustomOptions, the entireMethod Parameters / ` block is removed since no meaningful parameters remainSupported screens (unchanged):
Login,LoginId,LoginPassword,LoginPasswordlessSmsOtp,LoginPasswordlessEmailCode,Signup,SignupId,SignupPassword,PasskeyEnrollment,PasskeyEnrollmentLocalTest plan
## Indexablesection no longer appears in any non-supported interface file[\key`: `string`]` ParamField no longer appears in any non-supported class file[\key`: `string`]/## Indexable` entriesAcceptInvitation.mdx—acceptInvitationmethod should have no**Method Parameters**block;changeLanguagemethod should retainlanguageandpersist?paramsMfaBeginEnrollOptions.mdx—enrollmethod should retainactionparam but have no[\key`: `string`]` entry🤖 Generated with Claude Code