File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- // Type definitions for non-npm package microsoft-graph 1.14
1
+ // Type definitions for non-npm package microsoft-graph 1.14.1
2
2
// Project: https://github.com/microsoftgraph/msgraph-typescript-typings
3
3
// Definitions by: Microsoft Graph Team <https://github.com/microsoftgraph>
4
4
// Michael Mainer <https://github.com/MIchaelMainer>
5
5
// Peter Ombwa <https://github.com/peombwa>
6
6
// Mustafa Zengin <https://github.com/zengin>
7
7
// DeVere Dyett <https://github.com/ddyett>
8
+ // Nikitha Udaykumar Chettiar <https://github.com/nikithauc>
8
9
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
9
10
// TypeScript Version: 2.1
10
11
11
12
export as namespace microsoftgraph;
12
13
13
- type NullableOption<T> = T | null;
14
+ export type NullableOption<T> = T | null;
14
15
15
16
export type RiskLevel = "low" | "medium" | "high" | "hidden" | "none" | "unknownFutureValue";
16
17
export type AppliedConditionalAccessPolicyResult =
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @microsoft/microsoft-graph-types" ,
3
3
"description" : " Types for Microsoft Graph objects" ,
4
- "version" : " 1.14.0 " ,
4
+ "version" : " 1.14.1 " ,
5
5
"license" : " MIT" ,
6
6
"types" : " microsoft-graph.d.ts" ,
7
7
"scripts" : {
You can’t perform that action at this time.
0 commit comments