Comparing version 0.21.7 to 0.21.8
@@ -60,3 +60,4 @@ /// <reference types="node" /> | ||
context: ApiEdgeQueryContext; | ||
metadata: any; | ||
constructor(api: Api); | ||
} |
@@ -84,2 +84,3 @@ "use strict"; | ||
this.stream = null; | ||
this.metadata = {}; | ||
this.api = api; | ||
@@ -86,0 +87,0 @@ this.path = new ApiRequestPath(); |
{ | ||
"name": "api-core", | ||
"version": "0.21.7", | ||
"version": "0.21.8", | ||
"description": "Model-based dynamic multi-level APIs for any provider, plus multiple consumption channels", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -110,2 +110,3 @@ import {ApiEdgeDefinition} from "../edge/ApiEdgeDefinition"; | ||
context: ApiEdgeQueryContext; //Should be request context | ||
metadata: any = {}; | ||
@@ -112,0 +113,0 @@ constructor(api: Api) { |
Sorry, the diff of this file is not supported yet
670610
8244