@shopby/shop-sdk 1.7.14 → 1.8.1

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.
Files changed (198) hide show
  1. package/build/src/{admin.d.ts → domain/admin.d.ts} +2 -2
  2. package/build/src/{admin.js → domain/admin.js} +0 -0
  3. package/build/src/domain/admin.js.map +1 -0
  4. package/build/src/{auth.d.ts → domain/auth.d.ts} +2 -2
  5. package/build/src/{auth.js → domain/auth.js} +0 -0
  6. package/build/src/domain/auth.js.map +1 -0
  7. package/build/src/{claim.d.ts → domain/claim.d.ts} +2 -2
  8. package/build/src/{claim.js → domain/claim.js} +0 -0
  9. package/build/src/domain/claim.js.map +1 -0
  10. package/build/src/{display.d.ts → domain/display.d.ts} +1 -2
  11. package/build/src/{display.js → domain/display.js} +0 -0
  12. package/build/src/domain/display.js.map +1 -0
  13. package/build/src/{manage.d.ts → domain/manage.d.ts} +7 -7
  14. package/build/src/{manage.js → domain/manage.js} +0 -0
  15. package/build/src/domain/manage.js.map +1 -0
  16. package/build/src/{marketing.d.ts → domain/marketing.d.ts} +1 -1
  17. package/build/src/{marketing.js → domain/marketing.js} +1 -1
  18. package/build/src/domain/marketing.js.map +1 -0
  19. package/build/src/{member.d.ts → domain/member.d.ts} +1 -2
  20. package/build/src/{member.js → domain/member.js} +0 -0
  21. package/build/src/domain/member.js.map +1 -0
  22. package/build/src/{order.d.ts → domain/order.d.ts} +2 -1
  23. package/build/src/{order.js → domain/order.js} +0 -0
  24. package/build/src/domain/order.js.map +1 -0
  25. package/build/src/{product.d.ts → domain/product.d.ts} +4 -4
  26. package/build/src/{product.js → domain/product.js} +0 -0
  27. package/build/src/domain/product.js.map +1 -0
  28. package/build/src/{promotion.d.ts → domain/promotion.d.ts} +1 -1
  29. package/build/src/{promotion.js → domain/promotion.js} +0 -0
  30. package/build/src/domain/promotion.js.map +1 -0
  31. package/build/src/index.d.ts +276 -2
  32. package/build/src/index.js +13 -13
  33. package/build/src/index.js.map +1 -1
  34. package/build/src/middlewares/index.d.ts +1 -1
  35. package/build/src/{storage.d.ts → storage/image.d.ts} +4 -4
  36. package/build/src/{storage.js → storage/image.js} +3 -3
  37. package/build/src/storage/image.js.map +1 -0
  38. package/build/types/common/country/index.d.ts +2 -0
  39. package/build/types/common/country/index.js +3 -0
  40. package/build/types/common/country/index.js.map +1 -0
  41. package/build/types/common/country/maps/index.d.ts +87 -0
  42. package/build/types/common/country/maps/index.js +88 -0
  43. package/build/types/common/country/maps/index.js.map +1 -0
  44. package/build/types/common/country/unions/index.d.ts +2 -0
  45. package/build/types/common/country/unions/index.js +2 -0
  46. package/build/types/common/country/unions/index.js.map +1 -0
  47. package/build/types/common/index.d.ts +5 -0
  48. package/build/types/common/index.js +6 -0
  49. package/build/types/common/index.js.map +1 -0
  50. package/build/types/common/maps.d.ts +46 -0
  51. package/build/types/common/maps.js +48 -0
  52. package/build/types/common/maps.js.map +1 -0
  53. package/build/types/common/period/index.d.ts +7 -0
  54. package/build/types/common/period/index.js +3 -0
  55. package/build/types/common/period/index.js.map +1 -0
  56. package/build/types/common/period/maps/index.d.ts +9 -0
  57. package/build/types/common/period/maps/index.js +10 -0
  58. package/build/types/common/period/maps/index.js.map +1 -0
  59. package/build/types/common/period/unions/index.d.ts +2 -0
  60. package/build/types/common/period/unions/index.js +2 -0
  61. package/build/types/common/period/unions/index.js.map +1 -0
  62. package/build/types/common/types/index.d.ts +2 -0
  63. package/build/types/common/types/index.js +3 -0
  64. package/build/types/common/types/index.js.map +1 -0
  65. package/build/types/common/types/literal.d.ts +4 -0
  66. package/build/types/common/types/literal.js +2 -0
  67. package/build/types/common/types/literal.js.map +1 -0
  68. package/build/types/common/types/specific.d.ts +12 -0
  69. package/build/types/common/types/specific.js +2 -0
  70. package/build/types/common/types/specific.js.map +1 -0
  71. package/build/types/{enum.d.ts → common/unions.d.ts} +2 -3
  72. package/build/types/common/unions.js +2 -0
  73. package/build/types/common/unions.js.map +1 -0
  74. package/build/types/{admin.d.ts → domain/admin/index.d.ts} +0 -0
  75. package/build/types/domain/admin/index.js +2 -0
  76. package/build/types/domain/admin/index.js.map +1 -0
  77. package/build/types/{auth.d.ts → domain/auth/index.d.ts} +1 -1
  78. package/build/types/domain/auth/index.js +2 -0
  79. package/build/types/domain/auth/index.js.map +1 -0
  80. package/build/types/{claim.d.ts → domain/claim/index.d.ts} +0 -0
  81. package/build/types/domain/claim/index.js +2 -0
  82. package/build/types/domain/claim/index.js.map +1 -0
  83. package/build/types/{display.d.ts → domain/display/index.d.ts} +2 -1
  84. package/build/types/domain/display/index.js +2 -0
  85. package/build/types/domain/display/index.js.map +1 -0
  86. package/build/types/{root.js → domain/index.d.ts} +0 -6
  87. package/build/types/domain/index.js +9 -0
  88. package/build/types/domain/index.js.map +1 -0
  89. package/build/types/{manage.d.ts → domain/manage/index.d.ts} +92 -46
  90. package/build/types/domain/manage/index.js +2 -0
  91. package/build/types/domain/manage/index.js.map +1 -0
  92. package/build/types/{member.d.ts → domain/member/index.d.ts} +0 -0
  93. package/build/types/domain/member/index.js +2 -0
  94. package/build/types/domain/member/index.js.map +1 -0
  95. package/build/types/{order.d.ts → domain/order/index.d.ts} +3 -3
  96. package/build/types/domain/order/index.js +2 -0
  97. package/build/types/domain/order/index.js.map +1 -0
  98. package/build/types/domain/product/amount/index.d.ts +21 -0
  99. package/build/types/domain/product/amount/index.js +2 -0
  100. package/build/types/domain/product/amount/index.js.map +1 -0
  101. package/build/types/domain/product/amount/maps/index.d.ts +11 -0
  102. package/build/types/domain/product/amount/maps/index.js +12 -0
  103. package/build/types/domain/product/amount/maps/index.js.map +1 -0
  104. package/build/types/domain/product/amount/unions/index.d.ts +6 -0
  105. package/build/types/domain/product/amount/unions/index.js +2 -0
  106. package/build/types/domain/product/amount/unions/index.js.map +1 -0
  107. package/build/types/domain/product/category/index.d.ts +9 -0
  108. package/build/types/domain/product/category/index.js +2 -0
  109. package/build/types/domain/product/category/index.js.map +1 -0
  110. package/build/types/domain/product/core/index.d.ts +113 -0
  111. package/build/types/domain/product/core/index.js +2 -0
  112. package/build/types/domain/product/core/index.js.map +1 -0
  113. package/build/types/domain/product/core/maps/index.d.ts +53 -0
  114. package/build/types/domain/product/core/maps/index.js +54 -0
  115. package/build/types/domain/product/core/maps/index.js.map +1 -0
  116. package/build/types/domain/product/core/unions/index.d.ts +11 -0
  117. package/build/types/domain/product/core/unions/index.js +2 -0
  118. package/build/types/domain/product/core/unions/index.js.map +1 -0
  119. package/build/types/domain/product/delivery/index.d.ts +46 -0
  120. package/build/types/domain/product/delivery/index.js +2 -0
  121. package/build/types/domain/product/delivery/index.js.map +1 -0
  122. package/build/types/domain/product/delivery/maps/index.d.ts +12 -0
  123. package/build/types/domain/product/delivery/maps/index.js +13 -0
  124. package/build/types/domain/product/delivery/maps/index.js.map +1 -0
  125. package/build/types/domain/product/delivery/unions/index.d.ts +3 -0
  126. package/build/types/domain/product/delivery/unions/index.js +2 -0
  127. package/build/types/domain/product/delivery/unions/index.js.map +1 -0
  128. package/build/types/domain/product/index.d.ts +76 -0
  129. package/build/types/domain/product/index.js +2 -0
  130. package/build/types/domain/product/index.js.map +1 -0
  131. package/build/types/domain/product/option/index.d.ts +37 -0
  132. package/build/types/domain/product/option/index.js +2 -0
  133. package/build/types/domain/product/option/index.js.map +1 -0
  134. package/build/types/domain/product/option/unions/index.d.ts +4 -0
  135. package/build/types/domain/product/option/unions/index.js +2 -0
  136. package/build/types/domain/product/option/unions/index.js.map +1 -0
  137. package/build/types/domain/product/partner/index.d.ts +11 -0
  138. package/build/types/domain/product/partner/index.js +2 -0
  139. package/build/types/domain/product/partner/index.js.map +1 -0
  140. package/build/types/domain/product/rental/index.d.ts +5 -0
  141. package/build/types/domain/product/rental/index.js +2 -0
  142. package/build/types/domain/product/rental/index.js.map +1 -0
  143. package/build/types/domain/product/reservation/index.d.ts +7 -0
  144. package/build/types/domain/product/reservation/index.js +2 -0
  145. package/build/types/domain/product/reservation/index.js.map +1 -0
  146. package/build/types/http/index.d.ts +30 -0
  147. package/build/types/http/index.js +2 -0
  148. package/build/types/http/index.js.map +1 -0
  149. package/build/types/index.d.ts +6 -0
  150. package/build/types/index.js +7 -0
  151. package/build/types/index.js.map +1 -0
  152. package/build/types/{storage.d.ts → storage/image/index.d.ts} +1 -1
  153. package/build/types/storage/image/index.js +2 -0
  154. package/build/types/storage/image/index.js.map +1 -0
  155. package/build/types/storage/index.d.ts +1 -0
  156. package/build/types/storage/index.js +2 -0
  157. package/build/types/storage/index.js.map +1 -0
  158. package/package.json +1 -1
  159. package/build/src/admin.js.map +0 -1
  160. package/build/src/auth.js.map +0 -1
  161. package/build/src/claim.js.map +0 -1
  162. package/build/src/display.js.map +0 -1
  163. package/build/src/manage.js.map +0 -1
  164. package/build/src/marketing.js.map +0 -1
  165. package/build/src/member.js.map +0 -1
  166. package/build/src/order.js.map +0 -1
  167. package/build/src/product.js.map +0 -1
  168. package/build/src/promotion.js.map +0 -1
  169. package/build/src/storage.js.map +0 -1
  170. package/build/types/admin.js +0 -2
  171. package/build/types/admin.js.map +0 -1
  172. package/build/types/auth.js +0 -2
  173. package/build/types/auth.js.map +0 -1
  174. package/build/types/claim.js +0 -2
  175. package/build/types/claim.js.map +0 -1
  176. package/build/types/design.d.ts +0 -4
  177. package/build/types/design.js +0 -2
  178. package/build/types/design.js.map +0 -1
  179. package/build/types/display.js +0 -2
  180. package/build/types/display.js.map +0 -1
  181. package/build/types/enum.js +0 -2
  182. package/build/types/enum.js.map +0 -1
  183. package/build/types/manage.js +0 -2
  184. package/build/types/manage.js.map +0 -1
  185. package/build/types/map.d.ts +0 -142
  186. package/build/types/map.js +0 -2
  187. package/build/types/map.js.map +0 -1
  188. package/build/types/member.js +0 -2
  189. package/build/types/member.js.map +0 -1
  190. package/build/types/order.js +0 -2
  191. package/build/types/order.js.map +0 -1
  192. package/build/types/product.d.ts +0 -30
  193. package/build/types/product.js +0 -2
  194. package/build/types/product.js.map +0 -1
  195. package/build/types/root.d.ts +0 -325
  196. package/build/types/root.js.map +0 -1
  197. package/build/types/storage.js +0 -2
  198. package/build/types/storage.js.map +0 -1
@@ -1,18 +1,18 @@
1
1
  import { __assign, __awaiter, __generator } from "tslib";
2
- import admin from './admin';
3
- import auth from './auth';
4
- import claim from './claim';
5
- import display from './display';
6
- import marketing from './marketing';
7
- import member from './member';
8
- import manage from './manage';
9
- import order from './order';
10
- import product from './product';
11
- import promotion from './promotion';
12
- import storage from './storage';
2
+ import admin from './domain/admin';
3
+ import auth from './domain/auth';
4
+ import claim from './domain/claim';
5
+ import display from './domain/display';
6
+ import marketing from './domain/marketing';
7
+ import member from './domain/member';
8
+ import manage from './domain/manage';
9
+ import order from './domain/order';
10
+ import product from './domain/product';
11
+ import promotion from './domain/promotion';
12
+ import image from './storage/image';
13
13
  import curry from 'lodash.curry';
14
14
  import { createRequestHeader, requestMiddleware } from './middlewares';
15
- import { HTTPError, parseJSONSafely } from "./utils";
15
+ import { HTTPError, parseJSONSafely } from './utils';
16
16
  function fetchHttpRequest(options, request) {
17
17
  return __awaiter(this, void 0, void 0, function () {
18
18
  var option, response, content, data;
@@ -58,7 +58,7 @@ export var create = function (_a) {
58
58
  order: order(httpRequest),
59
59
  product: product(httpRequest),
60
60
  promotion: promotion(httpRequest),
61
- storage: storage(httpRequest),
61
+ storage: image(httpRequest),
62
62
  };
63
63
  };
64
64
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAKA,OAAO,KAAK,MAAM,SAAS,CAAC;AAC5B,OAAO,IAAI,MAAM,QAAQ,CAAC;AAC1B,OAAO,KAAK,MAAM,SAAS,CAAC;AAC5B,OAAO,OAAO,MAAM,WAAW,CAAC;AAChC,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,OAAO,MAAM,MAAM,UAAU,CAAC;AAC9B,OAAO,MAAM,MAAM,UAAU,CAAC;AAC9B,OAAO,KAAK,MAAM,SAAS,CAAC;AAC5B,OAAO,OAAO,MAAM,WAAW,CAAC;AAChC,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,OAAO,OAAO,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,MAAM,cAAc,CAAC;AACjC,OAAO,EAAC,mBAAmB,EAAE,iBAAiB,EAAC,MAAM,eAAe,CAAC;AACrE,OAAO,EAAC,SAAS,EAAE,eAAe,EAAC,MAAM,SAAS,CAAC;AAEnD,SAAe,gBAAgB,CAC7B,OAAoB,EACpB,OAA4B;;;;;;oBAEtB,MAAM,yBACP,OAAO,GACP,OAAO,CACX,CAAC;oBACF,IAAI,OAAO,CAAC,IAAI;wBAAE,MAAM,CAAC,MAAM,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC;oBAE/B,qBAAM,KAAK,CAAC,OAAO,CAAC,OAAO,GAAG,OAAO,CAAC,GAAG,EAAE,MAAM,CAAC,EAAA;;oBAA7D,QAAQ,GAAG,SAAkD;oBACnD,qBAAM,QAAQ,CAAC,IAAI,EAAE,EAAA;;oBAA/B,OAAO,GAAG,SAAqB;oBAC/B,IAAI,GAAG,OAAO,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;oBAChE,IAAI,CAAC,QAAQ,CAAC,EAAE,EAAE;wBAChB,MAAM,IAAI,SAAS,CAAC,QAAQ,CAAC,MAAM,EAAE,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;qBAC1D;oBAED,sBAAO;4BACL,MAAM,EAAE,QAAQ,CAAC,MAAM;4BACvB,GAAG,EAAE,QAAQ,CAAC,GAAG;4BACjB,IAAI,EAAE,QAAQ,CAAC,IAAI;4BACnB,EAAE,EAAE,QAAQ,CAAC,EAAE;4BACf,IAAI,MAAA;yBACL,EAAC;;;;CACH;AAED,IAAM,kBAAkB,GAAG,KAAK,CAAC,gBAAgB,CAAC,CAAC;AAEnD,MAAM,CAAC,IAAM,MAAM,GAAG,UAAC,EAKP;QAJd,OAAO,aAAA,EACP,YAAY,kBAAA,EACZ,yBAAsC,EAAtC,iBAAiB,mBAAG,kBAAkB,KAAA,EACtC,eAAe,EAAf,OAAO,mBAAG,KAAK,KAAA;IAEf,IAAM,WAAW,GAAG,KAAK,CAAC,iBAAiB,CAAC,CAC1C,mBAAmB,CAAC,OAAO,EAAE,YAAY,EAAE,OAAO,CAAC,EACnD,iBAAiB,CAClB,CAAC;IAEF,OAAO;QACL,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC;QACzB,IAAI,EAAE,IAAI,CAAC,WAAW,CAAC;QACvB,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC;QACzB,OAAO,EAAE,OAAO,CAAC,WAAW,CAAC;QAC7B,SAAS,EAAE,SAAS,CAAC,WAAW,CAAC;QACjC,MAAM,EAAE,MAAM,CAAC,WAAW,CAAC;QAC3B,MAAM,EAAE,MAAM,CAAC,WAAW,CAAC;QAC3B,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC;QACzB,OAAO,EAAE,OAAO,CAAC,WAAW,CAAC;QAC7B,SAAS,EAAE,SAAS,CAAC,WAAW,CAAC;QACjC,OAAO,EAAE,OAAO,CAAC,WAAW,CAAC;KAC9B,CAAC;AACJ,CAAC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AACA,OAAO,KAAK,MAAM,gBAAgB,CAAC;AACnC,OAAO,IAAI,MAAM,eAAe,CAAC;AACjC,OAAO,KAAK,MAAM,gBAAgB,CAAC;AACnC,OAAO,OAAO,MAAM,kBAAkB,CAAC;AACvC,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAC3C,OAAO,MAAM,MAAM,iBAAiB,CAAC;AACrC,OAAO,MAAM,MAAM,iBAAiB,CAAC;AACrC,OAAO,KAAK,MAAM,gBAAgB,CAAC;AACnC,OAAO,OAAO,MAAM,kBAAkB,CAAC;AACvC,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAC3C,OAAO,KAAK,MAAM,iBAAiB,CAAC;AACpC,OAAO,KAAK,MAAM,cAAc,CAAC;AACjC,OAAO,EAAC,mBAAmB,EAAE,iBAAiB,EAAC,MAAM,eAAe,CAAC;AACrE,OAAO,EAAC,SAAS,EAAE,eAAe,EAAC,MAAM,SAAS,CAAC;AAEnD,SAAe,gBAAgB,CAC7B,OAAoB,EACpB,OAA4B;;;;;;oBAEtB,MAAM,yBACP,OAAO,GACP,OAAO,CACX,CAAC;oBACF,IAAI,OAAO,CAAC,IAAI;wBAAE,MAAM,CAAC,MAAM,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC;oBAE/B,qBAAM,KAAK,CAAC,OAAO,CAAC,OAAO,GAAG,OAAO,CAAC,GAAG,EAAE,MAAM,CAAC,EAAA;;oBAA7D,QAAQ,GAAG,SAAkD;oBACnD,qBAAM,QAAQ,CAAC,IAAI,EAAE,EAAA;;oBAA/B,OAAO,GAAG,SAAqB;oBAC/B,IAAI,GAAG,OAAO,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;oBAChE,IAAI,CAAC,QAAQ,CAAC,EAAE,EAAE;wBAChB,MAAM,IAAI,SAAS,CAAC,QAAQ,CAAC,MAAM,EAAE,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;qBAC1D;oBAED,sBAAO;4BACL,MAAM,EAAE,QAAQ,CAAC,MAAM;4BACvB,GAAG,EAAE,QAAQ,CAAC,GAAG;4BACjB,IAAI,EAAE,QAAQ,CAAC,IAAI;4BACnB,EAAE,EAAE,QAAQ,CAAC,EAAE;4BACf,IAAI,MAAA;yBACL,EAAC;;;;CACH;AAED,IAAM,kBAAkB,GAAG,KAAK,CAAC,gBAAgB,CAAC,CAAC;AAEnD,MAAM,CAAC,IAAM,MAAM,GAAG,UAAC,EAKP;QAJd,OAAO,aAAA,EACP,YAAY,kBAAA,EACZ,yBAAsC,EAAtC,iBAAiB,mBAAG,kBAAkB,KAAA,EACtC,eAAe,EAAf,OAAO,mBAAG,KAAK,KAAA;IAEf,IAAM,WAAW,GAAG,KAAK,CAAC,iBAAiB,CAAC,CAC1C,mBAAmB,CAAC,OAAO,EAAE,YAAY,EAAE,OAAO,CAAC,EACnD,iBAAiB,CAClB,CAAC;IAEF,OAAO;QACL,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC;QACzB,IAAI,EAAE,IAAI,CAAC,WAAW,CAAC;QACvB,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC;QACzB,OAAO,EAAE,OAAO,CAAC,WAAW,CAAC;QAC7B,SAAS,EAAE,SAAS,CAAC,WAAW,CAAC;QACjC,MAAM,EAAE,MAAM,CAAC,WAAW,CAAC;QAC3B,MAAM,EAAE,MAAM,CAAC,WAAW,CAAC;QAC3B,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC;QACzB,OAAO,EAAE,OAAO,CAAC,WAAW,CAAC;QAC7B,SAAS,EAAE,SAAS,CAAC,WAAW,CAAC;QACjC,OAAO,EAAE,KAAK,CAAC,WAAW,CAAC;KAC5B,CAAC;AACJ,CAAC,CAAC"}
@@ -1,4 +1,4 @@
1
- import { CreatorType, RequestOption } from '../../types/root';
1
+ import { CreatorType, RequestOption } from '../../types/http';
2
2
  declare type Query = string[][] | Record<string, string> | string | URLSearchParams;
3
3
  export declare const requestMiddleware: <Q extends Query, B extends object, F extends Function>(options: CreatorType, next: F, request: RequestOption<Q, B, null>) => any;
4
4
  export declare const createRequestHeader: (baseURL: string, headerOption?: HeadersInit | undefined, version?: string) => CreatorType;
@@ -1,10 +1,10 @@
1
- import { ResponseData } from '../types/root';
2
- import { PostFilesImagesRequest, PostFilesImagesResponse, DeleteFilesImagesRequest } from '../types/storage';
3
- declare const storage: (httpRequest: Function) => {
1
+ import { ResponseData } from '../../types/http';
2
+ import { PostFilesImagesRequest, PostFilesImagesResponse, DeleteFilesImagesRequest } from '../../types/storage/image';
3
+ declare const image: (httpRequest: Function) => {
4
4
  /**
5
5
  * Storage
6
6
  */
7
7
  postFilesImages(request: PostFilesImagesRequest): Promise<ResponseData<PostFilesImagesResponse>>;
8
8
  deleteFilesImages(request: DeleteFilesImagesRequest): Promise<ResponseData<void>>;
9
9
  };
10
- export default storage;
10
+ export default image;
@@ -1,4 +1,4 @@
1
- var storage = function (httpRequest) { return ({
1
+ var image = function (httpRequest) { return ({
2
2
  /**
3
3
  * Storage
4
4
  */
@@ -21,5 +21,5 @@ var storage = function (httpRequest) { return ({
21
21
  });
22
22
  },
23
23
  }); };
24
- export default storage;
25
- //# sourceMappingURL=storage.js.map
24
+ export default image;
25
+ //# sourceMappingURL=image.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"image.js","sourceRoot":"","sources":["../../../src/storage/image.ts"],"names":[],"mappings":"AAOA,IAAM,KAAK,GAAG,UAAC,WAAqB,IAAK,OAAA,CAAC;IACxC;;OAEG;IACH,eAAe,EAAf,UACE,OAA+B;QAExB,IAAA,WAAW,GAAI,OAAO,YAAX,CAAY;QAC9B,OAAO,WAAW,CAAC;YACjB,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,eAAe;YACpB,WAAW,EAAE,KAAK;YAClB,WAAW,aAAA;SACZ,CAAC,CAAC;IACL,CAAC;IAED,iBAAiB,EAAjB,UACE,OAAiC;QAE1B,IAAA,WAAW,GAAI,OAAO,YAAX,CAAY;QAE9B,OAAO,WAAW,CAAC;YACjB,MAAM,EAAE,QAAQ;YAChB,GAAG,EAAE,eAAe;YACpB,WAAW,EAAE,KAAK;YAClB,WAAW,aAAA;SACZ,CAAC,CAAC;IACL,CAAC;CACF,CAAC,EA5BuC,CA4BvC,CAAC;AAEH,eAAe,KAAK,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './maps';
2
+ export * from './unions';
@@ -0,0 +1,3 @@
1
+ export * from './maps';
2
+ export * from './unions';
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/common/country/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC"}
@@ -0,0 +1,87 @@
1
+ export declare const COUNTRY_CODE_MAP: {
2
+ AX: string;
3
+ AD: string;
4
+ AU: string;
5
+ AT: string;
6
+ BH: string;
7
+ BE: string;
8
+ BZ: string;
9
+ BR: string;
10
+ BN: string;
11
+ BG: string;
12
+ CA: string;
13
+ ES_CANARY: string;
14
+ CL: string;
15
+ CN: string;
16
+ CO: string;
17
+ CR: string;
18
+ CY: string;
19
+ CZ: string;
20
+ DK: string;
21
+ EC: string;
22
+ EG: string;
23
+ SV: string;
24
+ EE: string;
25
+ FR: string;
26
+ GF: string;
27
+ DE: string;
28
+ GR: string;
29
+ GL: string;
30
+ GU: string;
31
+ GT: string;
32
+ GG: string;
33
+ GY: string;
34
+ HK: string;
35
+ HU: string;
36
+ IS: string;
37
+ ID: string;
38
+ IE: string;
39
+ IL: string;
40
+ IT: string;
41
+ JP: string;
42
+ JE: string;
43
+ JO: string;
44
+ KR: string;
45
+ KW: string;
46
+ LV: string;
47
+ LB: string;
48
+ LI: string;
49
+ LT: string;
50
+ LU: string;
51
+ MO: string;
52
+ PT_MADEIRA: string;
53
+ MY: string;
54
+ NL: string;
55
+ NZ: string;
56
+ GB_NORTHERN_ISLAND: string;
57
+ NO: string;
58
+ PY: string;
59
+ PE: string;
60
+ PL: string;
61
+ PT: string;
62
+ RO: string;
63
+ RU: string;
64
+ SM: string;
65
+ SA: string;
66
+ GB_SCOTLAND: string;
67
+ SG: string;
68
+ SK: string;
69
+ SI: string;
70
+ ES: string;
71
+ CH: string;
72
+ TW: string;
73
+ TH: string;
74
+ TR: string;
75
+ AE: string;
76
+ GB: string;
77
+ US: string;
78
+ U2: string;
79
+ UY: string;
80
+ VN: string;
81
+ GB_WALES: string;
82
+ YE: string;
83
+ HR: string;
84
+ MT: string;
85
+ FI: string;
86
+ SE: string;
87
+ };
@@ -0,0 +1,88 @@
1
+ export var COUNTRY_CODE_MAP = {
2
+ AX: '올랜드 제도',
3
+ AD: '안도라',
4
+ AU: '호주',
5
+ AT: '오스트리아',
6
+ BH: '바레인',
7
+ BE: '벨기에',
8
+ BZ: '벨리즈',
9
+ BR: '브라질',
10
+ BN: '브루나이',
11
+ BG: '불가리아',
12
+ CA: '캐나다',
13
+ ES_CANARY: '스페인(에스파냐)',
14
+ CL: '칠레',
15
+ CN: '중국',
16
+ CO: '콜롬비아',
17
+ CR: '코스타리카',
18
+ CY: '키프로스',
19
+ CZ: '체코',
20
+ DK: '덴마크',
21
+ EC: '에콰도르',
22
+ EG: '이집트',
23
+ SV: '엘살바도르',
24
+ EE: '에스토니아',
25
+ FR: '프랑스',
26
+ GF: '프랑스령 기아나',
27
+ DE: '독일',
28
+ GR: '그리스',
29
+ GL: '덴마크',
30
+ GU: '괌',
31
+ GT: '과테말라',
32
+ GG: '건지',
33
+ GY: '가이아나',
34
+ HK: '홍콩',
35
+ HU: '헝가리',
36
+ IS: '아이슬란드',
37
+ ID: '인도네시아',
38
+ IE: '아일랜드',
39
+ IL: '이스라엘',
40
+ IT: '이탈리아',
41
+ JP: '일본',
42
+ JE: '저지',
43
+ JO: '요르단',
44
+ KR: '대한민국',
45
+ KW: '쿠웨이트',
46
+ LV: '라트비아',
47
+ LB: '레바논',
48
+ LI: '리히텐슈타인',
49
+ LT: '리투아니아',
50
+ LU: '룩셈부르크',
51
+ MO: '마카오',
52
+ PT_MADEIRA: '포르투갈',
53
+ MY: '말레이시아',
54
+ NL: '네덜란드',
55
+ NZ: '뉴질랜드',
56
+ GB_NORTHERN_ISLAND: '영국',
57
+ NO: '노르웨이',
58
+ PY: '파라과이',
59
+ PE: '페루',
60
+ PL: '폴란드',
61
+ PT: '포르투갈',
62
+ RO: '루마니아',
63
+ RU: '러시아',
64
+ SM: '산마리노',
65
+ SA: '사우디아라비아',
66
+ GB_SCOTLAND: '영국',
67
+ SG: '싱가폴',
68
+ SK: '슬로바키아',
69
+ SI: '슬로베니아',
70
+ ES: '스페인(에스파냐)',
71
+ CH: '스위스',
72
+ TW: '대만',
73
+ TH: '태국',
74
+ TR: '터키',
75
+ AE: '아랍에미리트',
76
+ GB: '영국',
77
+ US: '미국(대륙)',
78
+ U2: '미국(대륙)',
79
+ UY: '우루과이',
80
+ VN: '베트남',
81
+ GB_WALES: '영국',
82
+ YE: '예멘',
83
+ HR: '크로아티아',
84
+ MT: '몰타',
85
+ FI: '핀란드',
86
+ SE: '스웨덴',
87
+ };
88
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../types/common/country/maps/index.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,IAAM,gBAAgB,GAAG;IAC9B,EAAE,EAAE,QAAQ;IACZ,EAAE,EAAE,KAAK;IACT,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,OAAO;IACX,EAAE,EAAE,KAAK;IACT,EAAE,EAAE,KAAK;IACT,EAAE,EAAE,KAAK;IACT,EAAE,EAAE,KAAK;IACT,EAAE,EAAE,MAAM;IACV,EAAE,EAAE,MAAM;IACV,EAAE,EAAE,KAAK;IACT,SAAS,EAAE,WAAW;IACtB,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,MAAM;IACV,EAAE,EAAE,OAAO;IACX,EAAE,EAAE,MAAM;IACV,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,KAAK;IACT,EAAE,EAAE,MAAM;IACV,EAAE,EAAE,KAAK;IACT,EAAE,EAAE,OAAO;IACX,EAAE,EAAE,OAAO;IACX,EAAE,EAAE,KAAK;IACT,EAAE,EAAE,UAAU;IACd,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,KAAK;IACT,EAAE,EAAE,KAAK;IACT,EAAE,EAAE,GAAG;IACP,EAAE,EAAE,MAAM;IACV,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,MAAM;IACV,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,KAAK;IACT,EAAE,EAAE,OAAO;IACX,EAAE,EAAE,OAAO;IACX,EAAE,EAAE,MAAM;IACV,EAAE,EAAE,MAAM;IACV,EAAE,EAAE,MAAM;IACV,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,KAAK;IACT,EAAE,EAAE,MAAM;IACV,EAAE,EAAE,MAAM;IACV,EAAE,EAAE,MAAM;IACV,EAAE,EAAE,KAAK;IACT,EAAE,EAAE,QAAQ;IACZ,EAAE,EAAE,OAAO;IACX,EAAE,EAAE,OAAO;IACX,EAAE,EAAE,KAAK;IACT,UAAU,EAAE,MAAM;IAClB,EAAE,EAAE,OAAO;IACX,EAAE,EAAE,MAAM;IACV,EAAE,EAAE,MAAM;IACV,kBAAkB,EAAE,IAAI;IACxB,EAAE,EAAE,MAAM;IACV,EAAE,EAAE,MAAM;IACV,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,KAAK;IACT,EAAE,EAAE,MAAM;IACV,EAAE,EAAE,MAAM;IACV,EAAE,EAAE,KAAK;IACT,EAAE,EAAE,MAAM;IACV,EAAE,EAAE,SAAS;IACb,WAAW,EAAE,IAAI;IACjB,EAAE,EAAE,KAAK;IACT,EAAE,EAAE,OAAO;IACX,EAAE,EAAE,OAAO;IACX,EAAE,EAAE,WAAW;IACf,EAAE,EAAE,KAAK;IACT,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,QAAQ;IACZ,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,QAAQ;IACZ,EAAE,EAAE,QAAQ;IACZ,EAAE,EAAE,MAAM;IACV,EAAE,EAAE,KAAK;IACT,QAAQ,EAAE,IAAI;IACd,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,OAAO;IACX,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,KAAK;IACT,EAAE,EAAE,KAAK;CACV,CAAC"}
@@ -0,0 +1,2 @@
1
+ import { COUNTRY_CODE_MAP } from '../maps';
2
+ export declare type CountryCode = keyof typeof COUNTRY_CODE_MAP;
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../types/common/country/unions/index.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ export * from './country';
2
+ export * from './period';
3
+ export * from './types';
4
+ export * from './maps';
5
+ export * from './unions';
@@ -0,0 +1,6 @@
1
+ export * from './country';
2
+ export * from './period';
3
+ export * from './types';
4
+ export * from './maps';
5
+ export * from './unions';
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../types/common/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC"}
@@ -0,0 +1,46 @@
1
+ export declare const CASH_RECEIPT_ISSUE_PURPOSE_TYPE_MAP: {
2
+ INCOME_TAX_DEDUCTION: string;
3
+ PROOF_EXPENDITURE: string;
4
+ };
5
+ export declare const ADDRESS_TYPE_MAP: {
6
+ BOOK: string;
7
+ RECENT: string;
8
+ RECURRING_PAYMENT: string;
9
+ };
10
+ export declare const DELIVERY_PAY_TYPE_MAP: {
11
+ PREPAID_DELIVERY: string;
12
+ PAY_ON_DELIVERY: string;
13
+ };
14
+ export declare const DELIVERY_CONDITION_TYPE_MAP: {
15
+ FREE: string;
16
+ CONDITIONAL: string;
17
+ FIXED_FEE: string;
18
+ QUANTITY_PROPOSITIONAL_FEE: string;
19
+ PRICE_FEE: string;
20
+ QUANTITY_FEE: string;
21
+ };
22
+ export declare const GROUP_DELIVERY_AMT_TYPE_MAP: {
23
+ MAXIMUM_SELECTED: string;
24
+ MINIMUM_SELECTED: string;
25
+ };
26
+ export declare const SHIPPING_AREA_TYPE_MAP: {
27
+ PARTNER_SHIPPING_AREA: string;
28
+ MALL_SHIPPING_AREA: string;
29
+ };
30
+ export declare const OPTION_TYPE_MAP: {
31
+ PRODUCT_ONLY: string;
32
+ NORMAL_OPTION: string;
33
+ ADDITIONAL_PRODUCT: string;
34
+ };
35
+ export declare const AGREEMENT_TYPE_MAP: {
36
+ TERMS_OF_USE: string;
37
+ PRIVACY_USAGE_AGREEMENT: string;
38
+ NONE_MEMBER_PRIVACY_USAGE_AGREEMENT: string;
39
+ SELLER_PRIVACY_USAGE_AGREEMENT: string;
40
+ CUSTOMS_CLEARANCE_AGREEMENT: string;
41
+ OVERSEA_PRIVACY_USAGE_AGREEMENT: string;
42
+ ORDER_INFO_AGREE: string;
43
+ PI_LIQUOR_PURCHASE_PROVISION: string;
44
+ REGULAR_PAYMENT_USE: string;
45
+ AUTO_APPROVAL_USE: string;
46
+ };
@@ -0,0 +1,48 @@
1
+ // TODO : 추가금지!! 이 밑으로 다 해당 도메인 디렉터리로 옮겨주세요.
2
+ export var CASH_RECEIPT_ISSUE_PURPOSE_TYPE_MAP = {
3
+ INCOME_TAX_DEDUCTION: '소득공제용',
4
+ PROOF_EXPENDITURE: '지출증빙용',
5
+ };
6
+ export var ADDRESS_TYPE_MAP = {
7
+ BOOK: '기본주소',
8
+ RECENT: '최근주소',
9
+ RECURRING_PAYMENT: '정기결제 배송주소',
10
+ };
11
+ export var DELIVERY_PAY_TYPE_MAP = {
12
+ PREPAID_DELIVERY: '배송비 선불',
13
+ PAY_ON_DELIVERY: '배송비 착불',
14
+ };
15
+ export var DELIVERY_CONDITION_TYPE_MAP = {
16
+ FREE: '무료',
17
+ CONDITIONAL: '조건별무료',
18
+ FIXED_FEE: '유료(고정 배송비)',
19
+ QUANTITY_PROPOSITIONAL_FEE: '수량 비례',
20
+ PRICE_FEE: '금액별 차등',
21
+ QUANTITY_FEE: '수량별 차등',
22
+ };
23
+ export var GROUP_DELIVERY_AMT_TYPE_MAP = {
24
+ MAXIMUM_SELECTED: '최대부과',
25
+ MINIMUM_SELECTED: '최소부과',
26
+ };
27
+ export var SHIPPING_AREA_TYPE_MAP = {
28
+ PARTNER_SHIPPING_AREA: '파트너사배송',
29
+ MALL_SHIPPING_AREA: '쇼핑몰배송',
30
+ };
31
+ export var OPTION_TYPE_MAP = {
32
+ PRODUCT_ONLY: '옵션없음',
33
+ NORMAL_OPTION: '일반옵션',
34
+ ADDITIONAL_PRODUCT: '추가옵션',
35
+ };
36
+ export var AGREEMENT_TYPE_MAP = {
37
+ TERMS_OF_USE: '이용약관',
38
+ PRIVACY_USAGE_AGREEMENT: '개인정보 이용동의',
39
+ NONE_MEMBER_PRIVACY_USAGE_AGREEMENT: '비회원 개인정보 수집 · 이용 동의',
40
+ SELLER_PRIVACY_USAGE_AGREEMENT: '개인정보 판매자 제공 동의',
41
+ CUSTOMS_CLEARANCE_AGREEMENT: '통관정보 수집 · 이용 동의',
42
+ OVERSEA_PRIVACY_USAGE_AGREEMENT: '개인정보 국외 이전 동의',
43
+ ORDER_INFO_AGREE: '주문 상품 정보 동의',
44
+ PI_LIQUOR_PURCHASE_PROVISION: '주류구매 개인정보 제공 동의',
45
+ REGULAR_PAYMENT_USE: '정기결제(배송) 이용약관',
46
+ AUTO_APPROVAL_USE: '자동 승인 이용약관',
47
+ };
48
+ //# sourceMappingURL=maps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"maps.js","sourceRoot":"","sources":["../../../types/common/maps.ts"],"names":[],"mappings":"AAAA,4CAA4C;AAC5C,MAAM,CAAC,IAAM,mCAAmC,GAAG;IACjD,oBAAoB,EAAE,OAAO;IAC7B,iBAAiB,EAAE,OAAO;CAC3B,CAAC;AAEF,MAAM,CAAC,IAAM,gBAAgB,GAAG;IAC9B,IAAI,EAAE,MAAM;IACZ,MAAM,EAAE,MAAM;IACd,iBAAiB,EAAE,WAAW;CAC/B,CAAC;AAEF,MAAM,CAAC,IAAM,qBAAqB,GAAG;IACnC,gBAAgB,EAAE,QAAQ;IAC1B,eAAe,EAAE,QAAQ;CAC1B,CAAC;AAEF,MAAM,CAAC,IAAM,2BAA2B,GAAG;IACzC,IAAI,EAAE,IAAI;IACV,WAAW,EAAE,OAAO;IACpB,SAAS,EAAE,YAAY;IACvB,0BAA0B,EAAE,OAAO;IACnC,SAAS,EAAE,QAAQ;IACnB,YAAY,EAAE,QAAQ;CACvB,CAAC;AAEF,MAAM,CAAC,IAAM,2BAA2B,GAAG;IACzC,gBAAgB,EAAE,MAAM;IACxB,gBAAgB,EAAE,MAAM;CACzB,CAAC;AAEF,MAAM,CAAC,IAAM,sBAAsB,GAAG;IACpC,qBAAqB,EAAE,QAAQ;IAC/B,kBAAkB,EAAE,OAAO;CAC5B,CAAC;AAEF,MAAM,CAAC,IAAM,eAAe,GAAG;IAC7B,YAAY,EAAE,MAAM;IACpB,aAAa,EAAE,MAAM;IACrB,kBAAkB,EAAE,MAAM;CAC3B,CAAC;AAEF,MAAM,CAAC,IAAM,kBAAkB,GAAG;IAChC,YAAY,EAAE,MAAM;IACpB,uBAAuB,EAAE,WAAW;IACpC,mCAAmC,EAAE,qBAAqB;IAC1D,8BAA8B,EAAE,gBAAgB;IAChD,2BAA2B,EAAE,iBAAiB;IAC9C,+BAA+B,EAAE,eAAe;IAChD,gBAAgB,EAAE,aAAa;IAC/B,4BAA4B,EAAE,iBAAiB;IAC/C,mBAAmB,EAAE,eAAe;IACpC,iBAAiB,EAAE,YAAY;CAChC,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { DateYmdt } from '../types';
2
+ export interface Period {
3
+ startYmdt: DateYmdt;
4
+ endYmdt: DateYmdt;
5
+ }
6
+ export * from './maps';
7
+ export * from './unions';
@@ -0,0 +1,3 @@
1
+ export * from './maps';
2
+ export * from './unions';
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/common/period/index.ts"],"names":[],"mappings":"AAOA,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC"}
@@ -0,0 +1,9 @@
1
+ export declare const WEEK_MAP: {
2
+ SUN: string;
3
+ MON: string;
4
+ TUE: string;
5
+ WED: string;
6
+ THU: string;
7
+ FRI: string;
8
+ SAT: string;
9
+ };
@@ -0,0 +1,10 @@
1
+ export var WEEK_MAP = {
2
+ SUN: '일',
3
+ MON: '월',
4
+ TUE: '화',
5
+ WED: '수',
6
+ THU: '목',
7
+ FRI: '금',
8
+ SAT: '토',
9
+ };
10
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../types/common/period/maps/index.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,IAAM,QAAQ,GAAG;IACtB,GAAG,EAAE,GAAG;IACR,GAAG,EAAE,GAAG;IACR,GAAG,EAAE,GAAG;IACR,GAAG,EAAE,GAAG;IACR,GAAG,EAAE,GAAG;IACR,GAAG,EAAE,GAAG;IACR,GAAG,EAAE,GAAG;CACT,CAAC"}
@@ -0,0 +1,2 @@
1
+ import { WEEK_MAP } from '../maps';
2
+ export declare type Week = keyof typeof WEEK_MAP;
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../types/common/period/unions/index.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export * from './literal';
2
+ export * from './specific';
@@ -0,0 +1,3 @@
1
+ export * from './literal';
2
+ export * from './specific';
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/common/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC"}
@@ -0,0 +1,4 @@
1
+ /**
2
+ * YYYY-MM-DD HH:MM:SS
3
+ */
4
+ export declare type DateYmdt = `${number}-${number}-${number} ${number}:${number}:${number}`;
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=literal.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"literal.js","sourceRoot":"","sources":["../../../../types/common/types/literal.ts"],"names":[],"mappings":""}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * JSON String
3
+ */
4
+ export declare type JSONString = Parameters<typeof JSON.parse>[0];
5
+ /**
6
+ * HTML String
7
+ */
8
+ export declare type HTMLString = Element['innerHTML'];
9
+ /**
10
+ * URL
11
+ */
12
+ export declare type URLString = Location['href'];
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=specific.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"specific.js","sourceRoot":"","sources":["../../../../types/common/types/specific.ts"],"names":[],"mappings":""}
@@ -1,15 +1,15 @@
1
- import { ADDRESS_TYPE_MAP, AGREEMENT_TYPE_MAP, CASH_RECEIPT_ISSUE_PURPOSE_TYPE_MAP, COUNTRY_CODE_MAP, DAYS_OF_WEEK_MAP, DELIVERY_CONDITION_TYPE_MAP, DELIVERY_PAY_TYPE_MAP, GROUP_DELIVERY_AMT_TYPE_MAP, OPTION_TYPE_MAP, SHIPPING_AREA_TYPE_MAP } from './map';
2
1
  export declare type Yn = 'Y' | 'N';
2
+ import { ADDRESS_TYPE_MAP, AGREEMENT_TYPE_MAP, CASH_RECEIPT_ISSUE_PURPOSE_TYPE_MAP, DELIVERY_CONDITION_TYPE_MAP, DELIVERY_PAY_TYPE_MAP, GROUP_DELIVERY_AMT_TYPE_MAP, OPTION_TYPE_MAP, SHIPPING_AREA_TYPE_MAP } from './maps';
3
3
  export declare type PageTypes = 'MAIN' | 'COMMON_HEAD' | 'COMMON_FOOTER' | 'PRODUCT' | 'CART' | 'ORDER' | 'ORDER_COMPLETE';
4
4
  export declare type SearchTypes = 'ALL' | 'title' | 'content' | 'writer';
5
5
  export declare type DirectionTypes = 'ASC' | 'DESC';
6
+ export declare type InquiryStatus = 'ISSUED' | 'ANSWERED' | 'IN_PROGRESS' | 'ASKED';
6
7
  export declare type OrderByType = 'ADMIN_SETTING' | 'SALE' | 'LOW_PRICE' | 'HIGH_PRICE' | 'REVIEW' | 'REGISTER';
7
8
  export declare type SaleStatusType = 'READY_ONSALE' | 'ONSALE' | 'RESERVATION_AND_ONSALE';
8
9
  export declare type BannerGroupCode = 'LOGO0001' | 'BANNER01' | 'BANNER02' | 'BANNER03' | 'BANNER04' | 'BANNER05' | 'BANNER06' | 'BANNER07';
9
10
  export declare type SectionDisplayType = 'LIST' | 'GALLERY' | 'SWIPE' | 'CART' | 'SIMPLE_IMAGE' | 'PRODUCT_MOVE';
10
11
  export declare type PayType = 'CREDIT_CARD' | 'ACCOUNT' | 'MOBILE' | 'REALTIME_ACCOUNT_TRANSFER' | 'VIRTUAL_ACCOUNT' | 'GIFT' | 'ATM' | 'PAYCO' | 'ZERO_PAY' | 'ACCUMULATION' | 'PHONE_BILL' | 'POINT' | 'YPAY' | 'KPAY' | 'PAYPIN' | 'INIPAY' | 'PAYPAL' | 'STRIPE' | 'NAVER_PAY' | 'KAKAO_PAY' | 'NAVER_EASY_PAY' | 'SAMSUNG_PAY' | 'CHAI' | 'ESCROW_REALTIME_ACCOUNT_TRANSFER' | 'ESCROW_VIRTUAL_ACCOUNT' | 'VERITRANS_CARD' | 'TOASTCAM' | 'ETC';
11
12
  export declare type PgType = 'DUMMY' | 'PAYCO' | 'PAYPAL' | 'STRIPE' | 'KCP' | 'INICIS' | 'NONE' | 'KCP_MOBILE' | 'KCP_APP' | 'NAVER_PAY' | 'LIIVMATE' | 'PAYPALPRO' | 'ATHOR_NET' | 'KAKAO_PAY' | 'NAVER_EASY_PAY' | 'LG_U_PLUS' | 'VERITRANS' | 'TOSS_PAYMENTS';
12
- export declare type CountryCode = keyof typeof COUNTRY_CODE_MAP;
13
13
  export declare type CashReceiptIssuePurposeType = keyof typeof CASH_RECEIPT_ISSUE_PURPOSE_TYPE_MAP;
14
14
  export declare type AddressType = keyof typeof ADDRESS_TYPE_MAP;
15
15
  export declare type OrderChannelType = 'PAYCO_MALL' | 'NAVER_EP';
@@ -20,5 +20,4 @@ export declare type DeliveryConditionType = keyof typeof DELIVERY_CONDITION_TYPE
20
20
  export declare type GroupDeliveryAmtType = keyof typeof GROUP_DELIVERY_AMT_TYPE_MAP;
21
21
  export declare type ShippingAreaType = keyof typeof SHIPPING_AREA_TYPE_MAP;
22
22
  export declare type OptionType = keyof typeof OPTION_TYPE_MAP;
23
- export declare type DaysOfWeek = keyof typeof DAYS_OF_WEEK_MAP;
24
23
  export declare type AgreementType = keyof typeof AGREEMENT_TYPE_MAP;
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=unions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unions.js","sourceRoot":"","sources":["../../../types/common/unions.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/domain/admin/index.ts"],"names":[],"mappings":""}
@@ -1,4 +1,4 @@
1
- import { RequestConfig } from './root';
1
+ import { RequestConfig } from '../../http';
2
2
  export interface GetAuthenticationsRequest extends RequestConfig {
3
3
  queryString: {
4
4
  notiAccount?: string;
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/domain/auth/index.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/domain/claim/index.ts"],"names":[],"mappings":""}
@@ -1,4 +1,5 @@
1
- import { BannerGroupCode, OrderByType, RequestConfig, SaleStatusType, SectionDisplayType } from './root';
1
+ import { RequestConfig } from '../../http';
2
+ import { BannerGroupCode, OrderByType, SaleStatusType, SectionDisplayType } from '../../common/unions';
2
3
  export interface GetCategoriesRequest extends RequestConfig {
3
4
  queryString: {
4
5
  keyword?: string;
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/domain/display/index.ts"],"names":[],"mappings":""}
@@ -1,14 +1,8 @@
1
1
  export * from './admin';
2
2
  export * from './auth';
3
3
  export * from './claim';
4
- export * from './design';
5
4
  export * from './display';
6
5
  export * from './manage';
7
6
  export * from './member';
8
7
  export * from './order';
9
8
  export * from './product';
10
- export * from './storage';
11
- export * from './enum';
12
- export * from '../src/utils';
13
- export * from '../src/index';
14
- //# sourceMappingURL=root.js.map