@moxi.gmbh/moxi-typescriptmodels 0.0.1231 → 0.0.1241

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 -0
  2. package/package.json +1 -1
package/common.d.ts CHANGED
@@ -888,6 +888,10 @@ export interface TeamUpdate extends AccountUpdate {
888
888
  export interface Template {
889
889
  }
890
890
 
891
+ export interface TestReverseProxy {
892
+ request?: any;
893
+ }
894
+
891
895
  export interface TimeRange extends Comparable<TimeRange> {
892
896
  end?: string;
893
897
  start?: string;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@moxi.gmbh/moxi-typescriptmodels",
3
- "version": "0.0.1231",
3
+ "version": "0.0.1241",
4
4
  "types": "common.d.ts"
5
5
  }