Skip to content

Commit 58d74d2

Browse files
committed
Merged PR 20296: 2.3.1 - update models
2.3.1 - update models version.
1 parent 9fd2e45 commit 58d74d2

18 files changed

+179
-138
lines changed

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"es6-promise": "^3.2.2",
3535
"bootstrap": "^3.3.6",
3636
"jquery": "^3.1.0",
37-
"powerbi-client": "^2.3.0",
37+
"powerbi-client": "^2.3",
3838
"http-server": "^0.9.0",
3939
"syntaxhighlighter": "4.0.1"
4040
},

dist/config.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.3.0 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.3.1 | (c) 2016 Microsoft Corporation MIT */
22
declare const config: {
33
version: string;
44
type: string;

dist/create.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.3.0 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.3.1 | (c) 2016 Microsoft Corporation MIT */
22
import * as service from './service';
33
import * as models from 'powerbi-models';
44
import * as embed from './embed';

dist/dashboard.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.3.0 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.3.1 | (c) 2016 Microsoft Corporation MIT */
22
import * as service from './service';
33
import * as embed from './embed';
44
import * as models from 'powerbi-models';

dist/embed.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.3.0 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.3.1 | (c) 2016 Microsoft Corporation MIT */
22
import * as service from './service';
33
import * as models from 'powerbi-models';
44
declare global {

dist/factories.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.3.0 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.3.1 | (c) 2016 Microsoft Corporation MIT */
22
/**
33
* TODO: Need to find better place for these factory functions or refactor how we handle dependency injection
44
*/

dist/ifilterable.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.3.0 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.3.1 | (c) 2016 Microsoft Corporation MIT */
22
import * as models from 'powerbi-models';
33
/**
44
* Decorates embed components that support filters

dist/page.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.3.0 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.3.1 | (c) 2016 Microsoft Corporation MIT */
22
import { IFilterable } from './ifilterable';
33
import { IReportNode } from './report';
44
import * as models from 'powerbi-models';

dist/powerbi.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.3.0 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.3.1 | (c) 2016 Microsoft Corporation MIT */
22
import * as service from './service';
33
import * as factories from './factories';
44
import * as models from 'powerbi-models';

0 commit comments

Comments
 (0)