@moxi.gmbh/moxi-typescriptmodels 0.0.1241 → 0.0.1261
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/common.d.ts +4 -1
- package/package.json +1 -1
package/common.d.ts
CHANGED
|
@@ -889,7 +889,10 @@ export interface Template {
|
|
|
889
889
|
}
|
|
890
890
|
|
|
891
891
|
export interface TestReverseProxy {
|
|
892
|
-
|
|
892
|
+
headers?: { [index: string]: string[] };
|
|
893
|
+
method?: any;
|
|
894
|
+
payload?: any;
|
|
895
|
+
url?: string;
|
|
893
896
|
}
|
|
894
897
|
|
|
895
898
|
export interface TimeRange extends Comparable<TimeRange> {
|
package/package.json
CHANGED