File tree 7 files changed +8
-8
lines changed
libs/json-api/json-api-nestjs-sdk/src/lib
7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- import { createEntityInstance } from '@klerick/json-api-nestjs- shared' ;
1
+ import { createEntityInstance } from '../../ shared' ;
2
2
3
3
import {
4
4
Attributes ,
Original file line number Diff line number Diff line change 1
- import { EntityField , EntityProps } from '@klerick/json-api-nestjs- shared' ;
1
+ import { EntityField , EntityProps } from '../../ shared' ;
2
2
3
3
export { EntityField , EntityProps } ;
4
4
Original file line number Diff line number Diff line change 1
- import { FilterOperand } from '@klerick/json-api-nestjs- shared' ;
1
+ import { FilterOperand } from '../../ shared' ;
2
2
3
3
export { FilterOperand } ;
4
4
Original file line number Diff line number Diff line change 1
- import { QueryField } from '@klerick/json-api-nestjs- shared' ;
1
+ import { QueryField } from '../../ shared' ;
2
2
import { EntityProps , EntityRelation } from './entity' ;
3
3
import { TypeOfArray } from './utils' ;
4
4
import { Operands , OperandsRelation } from './filter-operand' ;
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ export {
10
10
ResourceData ,
11
11
ResourceObject ,
12
12
ResourceObjectRelationships ,
13
- } from '@klerick/json-api-nestjs- shared' ;
13
+ } from '../../ shared' ;
Original file line number Diff line number Diff line change 1
- import { TypeOfArray } from '@klerick/json-api-nestjs- shared' ;
1
+ import { TypeOfArray } from '../../ shared' ;
2
2
export { TypeOfArray } ;
3
3
4
4
type IntersectionToObj < T > = {
Original file line number Diff line number Diff line change 1
- import { camelToKebab } from '@klerick/json-api-nestjs- shared' ;
1
+ import { camelToKebab } from '../../ shared' ;
2
2
3
3
import { JsonApiSdkConfig , JsonSdkConfig } from '../types' ;
4
4
import { ID_KEY } from '../constants' ;
@@ -14,7 +14,7 @@ export {
14
14
capitalizeFirstChar ,
15
15
kebabToCamel ,
16
16
isObject ,
17
- } from '@klerick/json-api-nestjs- shared' ;
17
+ } from '../../ shared' ;
18
18
19
19
export function resultConfig ( partialConfig : JsonSdkConfig ) : JsonApiSdkConfig {
20
20
return {
You can’t perform that action at this time.
0 commit comments