Skip to content

Commit f7aa224

Browse files
committed
Add a new prototype for RESTBuilderResponse.
1 parent 9fdb190 commit f7aa224

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,7 @@ F.prototypes = function(fn) {
828828
proto.Page = framework_builders.Page.prototype;
829829
proto.Pagination = framework_builders.Pagination.prototype;
830830
proto.RESTBuilder = framework_builders.RESTBuilder.prototype;
831+
proto.RESTBuilderResponse = framework_builders.RESTBuilderResponse.prototype;
831832
proto.SchemaBuilder = framework_builders.SchemaBuilder.prototype;
832833
proto.SchemaOptions = framework_builders.SchemaOptions.prototype;
833834
proto.TransformBuilder = framework_builders.TransformBuilder.prototype;

0 commit comments

Comments
 (0)