Socket
Socket
Sign inDemoInstall

@types/xrm

Package Overview
Dependencies
Maintainers
1
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/xrm - npm Package Compare versions

Comparing version 7.1.43 to 7.1.44

4

xrm v7.1/package.json
{
"name": "@types/xrm",
"version": "7.1.43",
"version": "7.1.44",
"description": "TypeScript definitions for Microsoft Dynamics xRM API",

@@ -38,4 +38,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/xrm",

"dependencies": {},
"typesPublisherContentHash": "06a959760342ab5fa24bcb3c09870cc497620c503e74e495bbbeaedba61f2913",
"typesPublisherContentHash": "d86f397353d002bbc614681b7f47fd6034924b0a4e913f121bc602ddb015241a",
"typeScriptVersion": "4.3"
}

@@ -1,8 +0,6 @@

declare namespace Xrm.Page
{
declare namespace Xrm.Page {
/**
* Interface for Parature's knowledge base search control.
*/
export interface KbSearchControl extends Xrm.Page.Control
{
export interface KbSearchControl extends Xrm.Page.Control {
/**

@@ -13,3 +11,3 @@ * Use this method to add an event handler to the OnResultOpened event.

*/
addOnResultOpened( handler: () => void ): void;
addOnResultOpened(handler: () => void): void;

@@ -21,3 +19,3 @@ /**

*/
addOnSelection( handler: () => void ): void;
addOnSelection(handler: () => void): void;

@@ -44,3 +42,3 @@ /**

*/
removeOnResultOpened( handler: () => void ): void;
removeOnResultOpened(handler: () => void): void;

@@ -52,3 +50,3 @@ /**

*/
removeOnSelection( handler: () => void ): void;
removeOnSelection(handler: () => void): void;

@@ -60,3 +58,3 @@ /**

*/
setSearchQuery( query: string ): void;
setSearchQuery(query: string): void;
}

@@ -67,4 +65,3 @@

*/
export interface KbSearchResult
{
export interface KbSearchResult {
/**

@@ -71,0 +68,0 @@ * The HTML markup containing the content of the article.

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 25 Aug 2023 17:33:50 GMT
* Last updated: Wed, 30 Aug 2023 19:35:51 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `GetGlobalContext`, `Xrm`, `XrmEnum`

Sorry, the diff of this file is too big to display

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