SK-2812: Public interface cleanup#306
Closed
aadarsh-st wants to merge 59 commits into
Closed
Conversation
…for-handling-deidentify-file-response SK-1964: add sample for handling deidentify file response in async
… Access The Node SDK already supports ctx as string | Record<string, any> for bearer tokens and signed data tokens (shipped in SK-2391/PR #266), but the README and samples only showed string usage. Add documentation and examples for JSON object context to support Conditional Data Access CEL expressions like request.context.role == 'admin'. Refs DOCU-1441 Co-Authored-By: Claude <noreply@anthropic.com>
SK-2771: fix deidentifyFile crash when waitTime is exceeded before processing completes
…hanges SK-2770: publish v1.x releases under the v1 dist-tag to preserve latest as V2
Release/26.4.4
…alisation SK-2766 reduce client initialisation
Release/26.4.5
…-data-access-docs DOCU-1441: Document JSON object context support for Conditional Data Access
|
✅ Gitleaks Findings: No secrets detected. Safe to proceed! |
df7792b to
a5176bc
Compare
removeComments:true stripped @deprecated/@internal JSDoc from .d.ts files, so api-extractor couldn't read them — generating a report that differed from the committed snapshot. Set removeComments:false so JSDoc annotations are preserved in compiled output and api-extractor produces a consistent report across local and CI builds. Also update test to match enumerable:true on the request_ID deprecated alias. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Previous snapshot was generated with removeComments:false, causing CI mismatch. Regenerated with removeComments:true to match CI build output. Co-Authored-By: Claude Sonnet 4.6 <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
clientID→clientId,keyID→keyId,tokenURI→tokenUri,roleIDs→roleIds,request_ID→requestId,downloadURL→downloadUrl,start_padding/stop_padding→startPadding/stopPaddingFileUploadRequest: removedskyflowIdfrom constructor; set viaFileUploadOptions.setSkyflowId()insertedFieldsalways returns as array (nevernull)DeleteResponse.deletedIdsis now alwaysArray<string>(non-optional)SkyflowErrorthrown fornull/undefined/""field values in insert records before any API call;0,false,0.0remain validInsert,Update,Get,Delete,Query,Tokenize,DeidentifyText,DeidentifyFile) always includeerrorsfield —nullwhen no errors, never absent