Skip to content

Commit fccbfb5

Browse files
committed
Generated 0.3.0, description update in package
1 parent 9c030bd commit fccbfb5

20 files changed

+703
-406
lines changed

lib/graph-js-sdk-web.js

Lines changed: 688 additions & 385 deletions
Large diffs are not rendered by default.

lib/src/GraphRequest.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/// <reference path="../../typings/index.d.ts" />
21
import { Options, URLComponents, GraphRequestCallback } from "./common";
32
export declare class GraphRequest {
43
config: Options;

lib/src/GraphRequest.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/src/GraphRequest.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/src/ResponseHandler.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/src/common.d.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
/// <reference path="../../typings/index.d.ts" />
21
export declare const oDataQueryNames: string[];
3-
export declare const DEFAULT_VERSION: string;
4-
export declare const GRAPH_BASE_URL: string;
2+
export declare const DEFAULT_VERSION = "v1.0";
3+
export declare const GRAPH_BASE_URL = "https://graph.microsoft.com/";
54
export interface AuthProviderCallback {
65
(error: any, accessToken: string): void;
76
}

lib/src/common.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/src/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/// <reference path="../../typings/index.d.ts" />
21
import { Options } from "./common";
32
import { GraphRequest } from "./GraphRequest";
43
export declare class Client {

lib/src/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/src/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)