File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
libs/json-api/json-api-nestjs-sdk/src/lib Expand file tree Collapse file tree 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' ;
22
33import {
44 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' ;
22
33export { EntityField , EntityProps } ;
44
Original file line number Diff line number Diff line change 1- import { FilterOperand } from '@klerick/json-api-nestjs- shared' ;
1+ import { FilterOperand } from '../../ shared' ;
22
33export { FilterOperand } ;
44
Original file line number Diff line number Diff line change 1- import { QueryField } from '@klerick/json-api-nestjs- shared' ;
1+ import { QueryField } from '../../ shared' ;
22import { EntityProps , EntityRelation } from './entity' ;
33import { TypeOfArray } from './utils' ;
44import { Operands , OperandsRelation } from './filter-operand' ;
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ export {
1010 ResourceData ,
1111 ResourceObject ,
1212 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' ;
22export { TypeOfArray } ;
33
44type 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' ;
22
33import { JsonApiSdkConfig , JsonSdkConfig } from '../types' ;
44import { ID_KEY } from '../constants' ;
@@ -14,7 +14,7 @@ export {
1414 capitalizeFirstChar ,
1515 kebabToCamel ,
1616 isObject ,
17- } from '@klerick/json-api-nestjs- shared' ;
17+ } from '../../ shared' ;
1818
1919export function resultConfig ( partialConfig : JsonSdkConfig ) : JsonApiSdkConfig {
2020 return {
You can’t perform that action at this time.
0 commit comments