mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+1
-1
@@ -5,7 +5,7 @@
|
||||
|
||||
/// <reference path="xrm.d.ts" />
|
||||
|
||||
declare module Xrm.Page
|
||||
declare namespace Xrm.Page
|
||||
{
|
||||
/**
|
||||
* Interface for Parature's knowledge base search control.
|
||||
|
||||
Vendored
+1
-1
@@ -3,7 +3,7 @@
|
||||
// Definitions by: David Berry <https://github.com/6ix4our/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare module Xrm
|
||||
declare namespace Xrm
|
||||
{
|
||||
/**
|
||||
* Interface for the client context.
|
||||
|
||||
Vendored
+1
-1
@@ -3,7 +3,7 @@
|
||||
// Definitions by: David Berry <https://github.com/6ix4our/>, Matt Ngan <https://github.com/mattngan/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare module Xrm
|
||||
declare namespace Xrm
|
||||
{
|
||||
/**
|
||||
* Interface for the client context.
|
||||
|
||||
Vendored
+4
-4
@@ -4,7 +4,7 @@
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare var Xrm: Xrm.XrmStatic;
|
||||
declare function GetGlobalContext(): Xrm.Context;
|
||||
declare function GetGlobalContext(): Xrm.Context;
|
||||
|
||||
interface Window
|
||||
{
|
||||
@@ -12,7 +12,7 @@ interface Window
|
||||
GetGlobalContext(): Xrm.Context;
|
||||
}
|
||||
|
||||
declare module Xrm
|
||||
declare namespace Xrm
|
||||
{
|
||||
/**
|
||||
* Static xRM object.
|
||||
@@ -2567,7 +2567,7 @@ declare module Xrm
|
||||
}
|
||||
}
|
||||
|
||||
declare module XrmEnum
|
||||
declare namespace XrmEnum
|
||||
{
|
||||
/**
|
||||
* Enumeration of entity form states/types.
|
||||
@@ -2634,4 +2634,4 @@ declare module XrmEnum
|
||||
SystemView = 1039,
|
||||
UserView = 4230
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user