File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
import { Matcher , matcherValueOrString } from '../dsl/matchers' ;
10
10
import { forEachObjIndexed } from 'ramda' ;
11
11
import { isArray } from 'util' ;
12
- import { AnyTemplate } from 'v3/matchers' ;
12
+ import { AnyTemplate } from '../ v3/matchers' ;
13
13
14
14
// eslint-disable-next-line
15
15
enum INTERACTION_PART {
Original file line number Diff line number Diff line change 8
8
V3ProviderState ,
9
9
V3Request ,
10
10
V3Response ,
11
- } from 'v3' ;
11
+ } from '../../ v3' ;
12
12
import { AnyTemplate } from '../../v3/matchers' ;
13
13
14
14
// TODO: do we alias all types to V4 or is this yicky??
Original file line number Diff line number Diff line change 1
- import { Metadata } from 'dsl/message' ;
2
- import { AnyTemplate } from 'v3/matchers' ;
3
1
import { AnyJson , JsonMap } from '../../common/jsonTypes' ;
2
+ import { Metadata } from '../../dsl/message' ;
3
+ import { AnyTemplate } from '../../v3/matchers' ;
4
4
5
5
// eslint-disable-next-line @typescript-eslint/no-empty-interface
6
6
export interface MessageContents {
You can’t perform that action at this time.
0 commit comments