summaryrefslogtreecommitdiff
path: root/lib/pos/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pos/index.ts')
-rw-r--r--lib/pos/index.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/pos/index.ts b/lib/pos/index.ts
index 7611d5c5..75309bdd 100644
--- a/lib/pos/index.ts
+++ b/lib/pos/index.ts
@@ -23,6 +23,13 @@ export {
syncRfqPosFiles
} from './sync-rfq-pos-files';
+export {
+ getDesignDocumentByMaterialCode,
+ getDesignDocumentsForRfqItems,
+ getDesignDocumentByMaterialCodeAction,
+ getDesignDocumentsForRfqItemsAction
+} from './design-document-service';
+
// 타입들은 ./types 에서 export
export type * from './types';