@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.
- package/common.d.ts +4 -0
- 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