
Security News
NIST Under Federal Audit for NVD Processing Backlog and Delays
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
@salesforce/types
Advanced tools
This repository contains the full Salesforce WSDL files. These files are used primarily by tooling vendors to build tools for developing on the Salesforce platform.
These wsdls are the source for generating the types found in the @salesforce/types
package. These can be used in your code like
import type { LogCategory } from '@salesforce/types/apex';
import type { TestLevel } from '@salesforce/types/metadata';
import type { StatusCode } from '@salesforce/types/partner';
import type { PermissionSetFlowAccess } from '@salesforce/types/tooling';
We also additionally publish a schema type ApiSchemaTypes
with each file that can serve as a parseable index of type names to types.
We do not accept contributions or issues to this repository. These files are provided as reference only. No support is provided for this repository.
For future Salesforce employees looking to update this repo, instructions are here.
FAQs
contains typescript types for salesforce objets
The npm package @salesforce/types receives a total of 124,613 weekly downloads. As such, @salesforce/types popularity was classified as popular.
We found that @salesforce/types demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.
Security News
TypeScript Native Previews offers a 10x faster Go-based compiler, now available on npm for public testing with early editor and language support.