Update typescript-sdk to the latest and update build:sdk#150
Merged
tyler-mairose-sp merged 4 commits intomainfrom Mar 19, 2026
Merged
Update typescript-sdk to the latest and update build:sdk#150tyler-mairose-sp merged 4 commits intomainfrom
tyler-mairose-sp merged 4 commits intomainfrom
Conversation
philip-ellis-sp
approved these changes
Mar 19, 2026
|
🚀 Preview Deployment Ready Your changes have been deployed and are available at:
Built from commit: cc92d52 This comment will be updated with each new deployment. |
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.
NERM SDK Integration & Component Generation Updates
New Features
Added NERM (Non-Employee Risk Management) API support to the SDK generation pipeline. The build:sdk script now performs a two-pass generation — first for v2025 APIs, then for NERM APIs — and merges both into the same output files.
Added generator-config-nerm.yaml to configure NERM-specific SDK generation with an operationSuffix: Nerm to prevent naming collisions with v2025 operations.
Added NERM Base URL configuration to the environment setup UI, auto-populated as https://{tenant}.nonemployee.com/api from the tenant name.
Added nermBaseurl to ConfigurationParameters and environment config, allowing NERM API calls to target a separate base URL.
Changes
Updated sailpoint-api-client TypeScript SDK to the latest version.
Updated all five mustache templates (electron-sdk-wrapper, electron-icp-handlers, electron-preload, sailpoint-sdk-service, web-sdk-wrapper) with merge markers and operationSuffix support for multi-spec generation.
Updated build-sailpoint-sdk.js to orchestrate two-pass generation, merge NERM output into primary files, and clean up temp artifacts.
Updated generate-component.js to use Angular @if control flow syntax instead of *ngIf for sidebar navigation entries.
Regenerated SDK wrappers, IPC handlers, preload, service, and web SDK files to include ~270 new NERM API operations.