Skip to content

Commit 39ce609

Browse files
committed
Merged PR 31562: Use model version 1.2.0 and update package version to 2.7.5
Use model version 1.2.0 and update package version to 2.7.5
1 parent 40a9d8e commit 39ce609

File tree

5 files changed

+142
-52
lines changed

5 files changed

+142
-52
lines changed

dist/powerbi-client.d.ts

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.7.4 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.7.5 | (c) 2016 Microsoft Corporation MIT */
22
declare module "util" {
33
import { HttpPostMessage } from 'http-post-message';
44
/**
@@ -73,6 +73,14 @@ declare module "util" {
7373
* @returns {Promise<boolean>}
7474
*/
7575
export function isSavedInternal(hpm: HttpPostMessage, uid: string, contentWindow: Window): Promise<boolean>;
76+
/**
77+
* Checks if the embed url is for RDL report.
78+
*
79+
* @export
80+
* @param {string} embedUrl
81+
* @returns {boolean}
82+
*/
83+
export function isRDLEmbed(embedUrl: string): boolean;
7684
}
7785
declare module "embed" {
7886
import * as service from "service";
@@ -436,6 +444,9 @@ declare module "embed" {
436444
private frontLoadSendConfig(config);
437445
}
438446
}
447+
declare module "errors" {
448+
export let APINotSupportedForRDLError: string;
449+
}
439450
declare module "ifilterable" {
440451
import * as models from 'powerbi-models';
441452
/**

0 commit comments

Comments
 (0)