New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@salesforce/types

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salesforce/types

contains typescript types for salesforce objets

  • 1.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
91K
decreased by-25.92%
Maintainers
0
Weekly downloads
 
Created
Source

Salesforce WSDL Files

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.

@salesforce/types


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.

Contributing


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.

Keywords

FAQs

Package last updated on 14 Oct 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc