Skip to content

Commit

Permalink
added ajax enpoint in QueryDescription
Browse files Browse the repository at this point in the history
  • Loading branch information
frankabbruzzese committed Jun 22, 2017
1 parent 46d3c7c commit 9a118df
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mvcct-odata",
"version": "1.0.1",
"version": "1.0.2",
"description": "JavaScript OData client",
"main": "dest/umd/mvcct.odata.min.js",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions dest/es6/mvcct.odata.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dest/es6/mvcct.odata.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dest/global/mvcct.odata.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dest/global/mvcct.odata.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dest/global/mvcct.odata.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dest/global/mvcct.odata.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dest/umd/mvcct.odata.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dest/umd/mvcct.odata.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dest/umd/mvcct.odata.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dest/umd/mvcct.odata.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mvcct-odata",
"version": "1.0.1",
"version": "1.0.2",
"description": "JavaScript OData client",
"main": "dest/umd/mvcct.odata.min.js",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions proc/es6/mvcct.odata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,7 @@
this.accpetsJson=y.accpetsJson;
this.returnsJson=y.returnsJson;
this.verb = y.verb;
this.ajaxId = y.ajaxId;
}
}

Expand Down
1 change: 1 addition & 0 deletions proc/global/mvcct.odata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,7 @@ namespace mvcct{
this.accpetsJson=y.accpetsJson;
this.returnsJson=y.returnsJson;
this.verb = y.verb;
this.ajaxId = y.ajaxId;
}
}

Expand Down
1 change: 1 addition & 0 deletions proc/umd/mvcct.odata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,7 @@
this.accpetsJson=y.accpetsJson;
this.returnsJson=y.returnsJson;
this.verb = y.verb;
this.ajaxId = y.ajaxId;
}
}

Expand Down
1 change: 1 addition & 0 deletions src/mvcct.odata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,7 @@ namespace odata {
this.accpetsJson=y.accpetsJson;
this.returnsJson=y.returnsJson;
this.verb = y.verb;
this.ajaxId = y.ajaxId;
}
}

Expand Down

0 comments on commit 9a118df

Please sign in to comment.