@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.
Files changed (2) hide show
  1. package/common.d.ts +4 -1
  2. 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
- request?: any;
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
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@moxi.gmbh/moxi-typescriptmodels",
3
- "version": "0.0.1241",
3
+ "version": "0.0.1261",
4
4
  "types": "common.d.ts"
5
5
  }