aws-service-stack 0.18.419 → 0.18.421

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 (294) hide show
  1. package/dist/_examples/controller/profile/profile.config.js +1 -1
  2. package/dist/_examples/controller/profile/profile.config.js.map +1 -1
  3. package/dist/_examples/controller/profile/profile.controller.d.ts +1 -1
  4. package/dist/_examples/controller/profile/profile.controller.js +1 -0
  5. package/dist/_examples/controller/profile/profile.controller.js.map +1 -1
  6. package/dist/_examples/model-shared/example.model.d.ts +0 -12
  7. package/dist/_examples/model-shared/example.model.js.map +1 -1
  8. package/dist/controller/base-controller.js +5 -2
  9. package/dist/controller/base-controller.js.map +1 -1
  10. package/dist/controller/controller-api.d.ts +2 -2
  11. package/dist/controller/controller-api.js +10 -12
  12. package/dist/controller/controller-api.js.map +1 -1
  13. package/dist/controller/controller-request.d.ts +2 -2
  14. package/dist/controller/controller-request.js +7 -7
  15. package/dist/controller/controller-request.js.map +1 -1
  16. package/dist/exception/errors.d.ts +5 -5
  17. package/dist/exception/errors.js +9 -5
  18. package/dist/exception/errors.js.map +1 -1
  19. package/dist/exception/exception-handler.d.ts +62 -60
  20. package/dist/exception/exception-handler.js +87 -98
  21. package/dist/exception/exception-handler.js.map +1 -1
  22. package/dist/service/crud.service.d.ts +7 -0
  23. package/dist/service/crud.service.interface.d.ts +15 -0
  24. package/dist/service/crud.service.interface.js.map +1 -1
  25. package/dist/service/crud.service.js +34 -0
  26. package/dist/service/crud.service.js.map +1 -1
  27. package/package.json +6 -6
  28. package/dist/_examples/controller/branch/branch-config.d.ts +0 -6
  29. package/dist/_examples/controller/branch/branch-config.js +0 -47
  30. package/dist/_examples/controller/branch/branch-config.js.map +0 -1
  31. package/dist/_examples/controller/branch/branch-controller.d.ts +0 -16
  32. package/dist/_examples/controller/branch/branch-controller.js +0 -77
  33. package/dist/_examples/controller/branch/branch-controller.js.map +0 -1
  34. package/dist/_examples/controller/branch/branch-crud.d.ts +0 -4
  35. package/dist/_examples/controller/branch/branch-crud.js +0 -57
  36. package/dist/_examples/controller/branch/branch-crud.js.map +0 -1
  37. package/dist/_examples/controller/commission/commission-controller.d.ts +0 -9
  38. package/dist/_examples/controller/commission/commission-controller.js +0 -66
  39. package/dist/_examples/controller/commission/commission-controller.js.map +0 -1
  40. package/dist/_examples/controller/commission/commission-crud.d.ts +0 -4
  41. package/dist/_examples/controller/commission/commission-crud.js +0 -57
  42. package/dist/_examples/controller/commission/commission-crud.js.map +0 -1
  43. package/dist/_examples/controller/commission/commission.config.d.ts +0 -6
  44. package/dist/_examples/controller/commission/commission.config.js +0 -46
  45. package/dist/_examples/controller/commission/commission.config.js.map +0 -1
  46. package/dist/_examples/controller/e-order/e-order-crud-simple.d.ts +0 -2
  47. package/dist/_examples/controller/e-order/e-order-crud-simple.js +0 -294
  48. package/dist/_examples/controller/e-order/e-order-crud-simple.js.map +0 -1
  49. package/dist/_examples/controller/e-order/e-order-crud.d.ts +0 -4
  50. package/dist/_examples/controller/e-order/e-order-crud.js +0 -58
  51. package/dist/_examples/controller/e-order/e-order-crud.js.map +0 -1
  52. package/dist/_examples/controller/e-order/e-order.config.d.ts +0 -10
  53. package/dist/_examples/controller/e-order/e-order.config.js +0 -53
  54. package/dist/_examples/controller/e-order/e-order.config.js.map +0 -1
  55. package/dist/_examples/controller/e-order/e-order.controller.d.ts +0 -13
  56. package/dist/_examples/controller/e-order/e-order.controller.js +0 -68
  57. package/dist/_examples/controller/e-order/e-order.controller.js.map +0 -1
  58. package/dist/_examples/controller/entity/entity-config.d.ts +0 -10
  59. package/dist/_examples/controller/entity/entity-config.js +0 -49
  60. package/dist/_examples/controller/entity/entity-config.js.map +0 -1
  61. package/dist/_examples/controller/entity/entity-controller.d.ts +0 -13
  62. package/dist/_examples/controller/entity/entity-controller.js +0 -74
  63. package/dist/_examples/controller/entity/entity-controller.js.map +0 -1
  64. package/dist/_examples/controller/entity/entity-crud.d.ts +0 -4
  65. package/dist/_examples/controller/entity/entity-crud.js +0 -60
  66. package/dist/_examples/controller/entity/entity-crud.js.map +0 -1
  67. package/dist/_examples/controller/index.d.ts +0 -3
  68. package/dist/_examples/controller/index.js +0 -74
  69. package/dist/_examples/controller/index.js.map +0 -1
  70. package/dist/_examples/controller/local-task-controller.d.ts +0 -2
  71. package/dist/_examples/controller/local-task-controller.js +0 -23
  72. package/dist/_examples/controller/local-task-controller.js.map +0 -1
  73. package/dist/_examples/controller/product/product.config.d.ts +0 -12
  74. package/dist/_examples/controller/product/product.config.js +0 -33
  75. package/dist/_examples/controller/product/product.config.js.map +0 -1
  76. package/dist/_examples/controller/properties/properties-crud.d.ts +0 -4
  77. package/dist/_examples/controller/properties/properties-crud.js +0 -58
  78. package/dist/_examples/controller/properties/properties-crud.js.map +0 -1
  79. package/dist/_examples/controller/properties/property.config.d.ts +0 -10
  80. package/dist/_examples/controller/properties/property.config.js +0 -51
  81. package/dist/_examples/controller/properties/property.config.js.map +0 -1
  82. package/dist/_examples/controller/properties/property.controller.d.ts +0 -13
  83. package/dist/_examples/controller/properties/property.controller.js +0 -68
  84. package/dist/_examples/controller/properties/property.controller.js.map +0 -1
  85. package/dist/_examples/controller/raccount/raccount-config.d.ts +0 -6
  86. package/dist/_examples/controller/raccount/raccount-config.js +0 -60
  87. package/dist/_examples/controller/raccount/raccount-config.js.map +0 -1
  88. package/dist/_examples/controller/raccount/raccount-controller.d.ts +0 -14
  89. package/dist/_examples/controller/raccount/raccount-controller.js +0 -73
  90. package/dist/_examples/controller/raccount/raccount-controller.js.map +0 -1
  91. package/dist/_examples/controller/raccount/raccount-crud.d.ts +0 -4
  92. package/dist/_examples/controller/raccount/raccount-crud.js +0 -57
  93. package/dist/_examples/controller/raccount/raccount-crud.js.map +0 -1
  94. package/dist/_examples/controller/rorder/order-config.d.ts +0 -6
  95. package/dist/_examples/controller/rorder/order-config.js +0 -48
  96. package/dist/_examples/controller/rorder/order-config.js.map +0 -1
  97. package/dist/_examples/controller/rorder/order-controller.d.ts +0 -9
  98. package/dist/_examples/controller/rorder/order-controller.js +0 -66
  99. package/dist/_examples/controller/rorder/order-controller.js.map +0 -1
  100. package/dist/_examples/controller/rorder/order-crud.d.ts +0 -4
  101. package/dist/_examples/controller/rorder/order-crud.js +0 -57
  102. package/dist/_examples/controller/rorder/order-crud.js.map +0 -1
  103. package/dist/_examples/controller/supplier/supplier-config.d.ts +0 -10
  104. package/dist/_examples/controller/supplier/supplier-config.js +0 -70
  105. package/dist/_examples/controller/supplier/supplier-config.js.map +0 -1
  106. package/dist/_examples/controller/supplier/supplier-controller-api.d.ts +0 -9
  107. package/dist/_examples/controller/supplier/supplier-controller-api.js +0 -69
  108. package/dist/_examples/controller/supplier/supplier-controller-api.js.map +0 -1
  109. package/dist/_examples/controller/supplier/supplier-controller-stream.d.ts +0 -12
  110. package/dist/_examples/controller/supplier/supplier-controller-stream.js +0 -67
  111. package/dist/_examples/controller/supplier/supplier-controller-stream.js.map +0 -1
  112. package/dist/_examples/controller/supplier/supplier-crud.d.ts +0 -4
  113. package/dist/_examples/controller/supplier/supplier-crud.js +0 -60
  114. package/dist/_examples/controller/supplier/supplier-crud.js.map +0 -1
  115. package/dist/_examples/controller/supplier/supplier-streamer.d.ts +0 -4
  116. package/dist/_examples/controller/supplier/supplier-streamer.js +0 -58
  117. package/dist/_examples/controller/supplier/supplier-streamer.js.map +0 -1
  118. package/dist/_examples/controller/user/user.config.d.ts +0 -12
  119. package/dist/_examples/controller/user/user.config.js +0 -30
  120. package/dist/_examples/controller/user/user.config.js.map +0 -1
  121. package/dist/_examples/controller/user.controller.d.ts +0 -15
  122. package/dist/_examples/controller/user.controller.js +0 -30
  123. package/dist/_examples/controller/user.controller.js.map +0 -1
  124. package/dist/_examples/controller/users/users-crud.d.ts +0 -4
  125. package/dist/_examples/controller/users/users-crud.js +0 -58
  126. package/dist/_examples/controller/users/users-crud.js.map +0 -1
  127. package/dist/_examples/controller/users/users.config.d.ts +0 -10
  128. package/dist/_examples/controller/users/users.config.js +0 -51
  129. package/dist/_examples/controller/users/users.config.js.map +0 -1
  130. package/dist/_examples/controller/users/users.controller.d.ts +0 -13
  131. package/dist/_examples/controller/users/users.controller.js +0 -68
  132. package/dist/_examples/controller/users/users.controller.js.map +0 -1
  133. package/dist/_examples/model/user.model.d.ts +0 -1
  134. package/dist/_examples/model/user.model.js +0 -3
  135. package/dist/_examples/model/user.model.js.map +0 -1
  136. package/dist/_examples/model-shared/address.model.d.ts +0 -18
  137. package/dist/_examples/model-shared/address.model.js +0 -3
  138. package/dist/_examples/model-shared/address.model.js.map +0 -1
  139. package/dist/_examples/model-shared/branch.model.d.ts +0 -72
  140. package/dist/_examples/model-shared/branch.model.js +0 -64
  141. package/dist/_examples/model-shared/branch.model.js.map +0 -1
  142. package/dist/_examples/model-shared/commission.model.d.ts +0 -30
  143. package/dist/_examples/model-shared/commission.model.js +0 -38
  144. package/dist/_examples/model-shared/commission.model.js.map +0 -1
  145. package/dist/_examples/model-shared/raccount.model.d.ts +0 -134
  146. package/dist/_examples/model-shared/raccount.model.js +0 -187
  147. package/dist/_examples/model-shared/raccount.model.js.map +0 -1
  148. package/dist/_examples/model-shared/suppler.model-to-remove.d.ts +0 -119
  149. package/dist/_examples/model-shared/suppler.model-to-remove.js +0 -103
  150. package/dist/_examples/model-shared/suppler.model-to-remove.js.map +0 -1
  151. package/dist/_examples/model-shared/supplier-portal.model.d.ts +0 -22862
  152. package/dist/_examples/model-shared/supplier-portal.model.js +0 -1035
  153. package/dist/_examples/model-shared/supplier-portal.model.js.map +0 -1
  154. package/dist/_examples/model-shared/supplier.model.d.ts +0 -77
  155. package/dist/_examples/model-shared/supplier.model.js +0 -124
  156. package/dist/_examples/model-shared/supplier.model.js.map +0 -1
  157. package/dist/_examples/repositories/branch/branch-db.repo.d.ts +0 -6
  158. package/dist/_examples/repositories/branch/branch-db.repo.interface.d.ts +0 -4
  159. package/dist/_examples/repositories/branch/branch-db.repo.interface.js +0 -3
  160. package/dist/_examples/repositories/branch/branch-db.repo.interface.js.map +0 -1
  161. package/dist/_examples/repositories/branch/branch-db.repo.js +0 -19
  162. package/dist/_examples/repositories/branch/branch-db.repo.js.map +0 -1
  163. package/dist/_examples/repositories/commission/commission-repo-db.d.ts +0 -5
  164. package/dist/_examples/repositories/commission/commission-repo-db.interface.d.ts +0 -4
  165. package/dist/_examples/repositories/commission/commission-repo-db.interface.js +0 -3
  166. package/dist/_examples/repositories/commission/commission-repo-db.interface.js.map +0 -1
  167. package/dist/_examples/repositories/commission/commission-repo-db.js +0 -18
  168. package/dist/_examples/repositories/commission/commission-repo-db.js.map +0 -1
  169. package/dist/_examples/repositories/entity/entity-repo-db.d.ts +0 -6
  170. package/dist/_examples/repositories/entity/entity-repo-db.interface.d.ts +0 -4
  171. package/dist/_examples/repositories/entity/entity-repo-db.interface.js +0 -3
  172. package/dist/_examples/repositories/entity/entity-repo-db.interface.js.map +0 -1
  173. package/dist/_examples/repositories/entity/entity-repo-db.js +0 -19
  174. package/dist/_examples/repositories/entity/entity-repo-db.js.map +0 -1
  175. package/dist/_examples/repositories/entity/entity-repo-erp-acs.interface.d.ts +0 -3
  176. package/dist/_examples/repositories/entity/entity-repo-erp-acs.interface.js +0 -3
  177. package/dist/_examples/repositories/entity/entity-repo-erp-acs.interface.js.map +0 -1
  178. package/dist/_examples/repositories/entity/entity-repo-erp-coremind.d.ts +0 -0
  179. package/dist/_examples/repositories/entity/entity-repo-erp-coremind.js +0 -2
  180. package/dist/_examples/repositories/entity/entity-repo-erp-coremind.js.map +0 -1
  181. package/dist/_examples/repositories/entity/entity-repo-es.d.ts +0 -6
  182. package/dist/_examples/repositories/entity/entity-repo-es.interface.d.ts +0 -4
  183. package/dist/_examples/repositories/entity/entity-repo-es.interface.js +0 -3
  184. package/dist/_examples/repositories/entity/entity-repo-es.interface.js.map +0 -1
  185. package/dist/_examples/repositories/entity/entity-repo-es.js +0 -19
  186. package/dist/_examples/repositories/entity/entity-repo-es.js.map +0 -1
  187. package/dist/_examples/repositories/order/order-es.repo.d.ts +0 -12
  188. package/dist/_examples/repositories/order/order-es.repo.interface.d.ts +0 -7
  189. package/dist/_examples/repositories/order/order-es.repo.interface.js +0 -3
  190. package/dist/_examples/repositories/order/order-es.repo.interface.js.map +0 -1
  191. package/dist/_examples/repositories/order/order-es.repo.js +0 -64
  192. package/dist/_examples/repositories/order/order-es.repo.js.map +0 -1
  193. package/dist/_examples/repositories/order/order-repo-db.d.ts +0 -6
  194. package/dist/_examples/repositories/order/order-repo-db.interface.d.ts +0 -17
  195. package/dist/_examples/repositories/order/order-repo-db.interface.js +0 -22
  196. package/dist/_examples/repositories/order/order-repo-db.interface.js.map +0 -1
  197. package/dist/_examples/repositories/order/order-repo-db.js +0 -19
  198. package/dist/_examples/repositories/order/order-repo-db.js.map +0 -1
  199. package/dist/_examples/repositories/raccount/raccount-db.repo.d.ts +0 -5
  200. package/dist/_examples/repositories/raccount/raccount-db.repo.interface.d.ts +0 -4
  201. package/dist/_examples/repositories/raccount/raccount-db.repo.interface.js +0 -3
  202. package/dist/_examples/repositories/raccount/raccount-db.repo.interface.js.map +0 -1
  203. package/dist/_examples/repositories/raccount/raccount-db.repo.js +0 -18
  204. package/dist/_examples/repositories/raccount/raccount-db.repo.js.map +0 -1
  205. package/dist/_examples/repositories/raccount/raccount-es.repo.d.ts +0 -6
  206. package/dist/_examples/repositories/raccount/raccount-es.repo.interface.d.ts +0 -4
  207. package/dist/_examples/repositories/raccount/raccount-es.repo.interface.js +0 -3
  208. package/dist/_examples/repositories/raccount/raccount-es.repo.interface.js.map +0 -1
  209. package/dist/_examples/repositories/raccount/raccount-es.repo.js +0 -19
  210. package/dist/_examples/repositories/raccount/raccount-es.repo.js.map +0 -1
  211. package/dist/_examples/repositories/rorder/rorder-db.repo.d.ts +0 -5
  212. package/dist/_examples/repositories/rorder/rorder-db.repo.interface.d.ts +0 -4
  213. package/dist/_examples/repositories/rorder/rorder-db.repo.interface.js +0 -3
  214. package/dist/_examples/repositories/rorder/rorder-db.repo.interface.js.map +0 -1
  215. package/dist/_examples/repositories/rorder/rorder-db.repo.js +0 -18
  216. package/dist/_examples/repositories/rorder/rorder-db.repo.js.map +0 -1
  217. package/dist/_examples/repositories/rorder/rorder-es.repo.d.ts +0 -7
  218. package/dist/_examples/repositories/rorder/rorder-es.repo.interface.d.ts +0 -5
  219. package/dist/_examples/repositories/rorder/rorder-es.repo.interface.js +0 -3
  220. package/dist/_examples/repositories/rorder/rorder-es.repo.interface.js.map +0 -1
  221. package/dist/_examples/repositories/rorder/rorder-es.repo.js +0 -22
  222. package/dist/_examples/repositories/rorder/rorder-es.repo.js.map +0 -1
  223. package/dist/_examples/repositories/supplier/supplier-repo-db.d.ts +0 -6
  224. package/dist/_examples/repositories/supplier/supplier-repo-db.interface.d.ts +0 -4
  225. package/dist/_examples/repositories/supplier/supplier-repo-db.interface.js +0 -3
  226. package/dist/_examples/repositories/supplier/supplier-repo-db.interface.js.map +0 -1
  227. package/dist/_examples/repositories/supplier/supplier-repo-db.js +0 -19
  228. package/dist/_examples/repositories/supplier/supplier-repo-db.js.map +0 -1
  229. package/dist/_examples/repositories/supplier/supplier-repo-es.d.ts +0 -6
  230. package/dist/_examples/repositories/supplier/supplier-repo-es.interface.d.ts +0 -4
  231. package/dist/_examples/repositories/supplier/supplier-repo-es.interface.js +0 -3
  232. package/dist/_examples/repositories/supplier/supplier-repo-es.interface.js.map +0 -1
  233. package/dist/_examples/repositories/supplier/supplier-repo-es.js +0 -19
  234. package/dist/_examples/repositories/supplier/supplier-repo-es.js.map +0 -1
  235. package/dist/_examples/repositories/user-repo-db.d.ts +0 -7
  236. package/dist/_examples/repositories/user-repo-db.interface.d.ts +0 -5
  237. package/dist/_examples/repositories/user-repo-db.interface.js +0 -3
  238. package/dist/_examples/repositories/user-repo-db.interface.js.map +0 -1
  239. package/dist/_examples/repositories/user-repo-db.js +0 -24
  240. package/dist/_examples/repositories/user-repo-db.js.map +0 -1
  241. package/dist/_examples/service/branch/branch-service.d.ts +0 -13
  242. package/dist/_examples/service/branch/branch-service.interface.d.ts +0 -4
  243. package/dist/_examples/service/branch/branch-service.interface.js +0 -3
  244. package/dist/_examples/service/branch/branch-service.interface.js.map +0 -1
  245. package/dist/_examples/service/branch/branch-service.js +0 -70
  246. package/dist/_examples/service/branch/branch-service.js.map +0 -1
  247. package/dist/_examples/service/commission/commission-service.d.ts +0 -15
  248. package/dist/_examples/service/commission/commission-service.interface.d.ts +0 -6
  249. package/dist/_examples/service/commission/commission-service.interface.js +0 -3
  250. package/dist/_examples/service/commission/commission-service.interface.js.map +0 -1
  251. package/dist/_examples/service/commission/commission-service.js +0 -116
  252. package/dist/_examples/service/commission/commission-service.js.map +0 -1
  253. package/dist/_examples/service/entity/entity-service.d.ts +0 -13
  254. package/dist/_examples/service/entity/entity-service.interface.d.ts +0 -5
  255. package/dist/_examples/service/entity/entity-service.interface.js +0 -3
  256. package/dist/_examples/service/entity/entity-service.interface.js.map +0 -1
  257. package/dist/_examples/service/entity/entity-service.js +0 -92
  258. package/dist/_examples/service/entity/entity-service.js.map +0 -1
  259. package/dist/_examples/service/order-service.d.ts +0 -12
  260. package/dist/_examples/service/order-service.interface.d.ts +0 -5
  261. package/dist/_examples/service/order-service.interface.js +0 -4
  262. package/dist/_examples/service/order-service.interface.js.map +0 -1
  263. package/dist/_examples/service/order-service.js +0 -31
  264. package/dist/_examples/service/order-service.js.map +0 -1
  265. package/dist/_examples/service/raccount/raccount-service.d.ts +0 -10
  266. package/dist/_examples/service/raccount/raccount-service.interface.d.ts +0 -4
  267. package/dist/_examples/service/raccount/raccount-service.interface.js +0 -3
  268. package/dist/_examples/service/raccount/raccount-service.interface.js.map +0 -1
  269. package/dist/_examples/service/raccount/raccount-service.js +0 -64
  270. package/dist/_examples/service/raccount/raccount-service.js.map +0 -1
  271. package/dist/_examples/service/rorder/rorder-service.d.ts +0 -11
  272. package/dist/_examples/service/rorder/rorder-service.interface.d.ts +0 -10
  273. package/dist/_examples/service/rorder/rorder-service.interface.js +0 -3
  274. package/dist/_examples/service/rorder/rorder-service.interface.js.map +0 -1
  275. package/dist/_examples/service/rorder/rorder-service.js +0 -65
  276. package/dist/_examples/service/rorder/rorder-service.js.map +0 -1
  277. package/dist/_examples/service/supplier/supplier-service-crud.d.ts +0 -25
  278. package/dist/_examples/service/supplier/supplier-service-crud.interface.d.ts +0 -14
  279. package/dist/_examples/service/supplier/supplier-service-crud.interface.js +0 -3
  280. package/dist/_examples/service/supplier/supplier-service-crud.interface.js.map +0 -1
  281. package/dist/_examples/service/supplier/supplier-service-crud.js +0 -129
  282. package/dist/_examples/service/supplier/supplier-service-crud.js.map +0 -1
  283. package/dist/_examples/service/supplier/supplier-service-stream.d.ts +0 -13
  284. package/dist/_examples/service/supplier/supplier-service-stream.interface.d.ts +0 -5
  285. package/dist/_examples/service/supplier/supplier-service-stream.interface.js +0 -4
  286. package/dist/_examples/service/supplier/supplier-service-stream.interface.js.map +0 -1
  287. package/dist/_examples/service/supplier/supplier-service-stream.js +0 -72
  288. package/dist/_examples/service/supplier/supplier-service-stream.js.map +0 -1
  289. package/dist/_examples/service/user-service.d.ts +0 -11
  290. package/dist/_examples/service/user-service.interface.d.ts +0 -5
  291. package/dist/_examples/service/user-service.interface.js +0 -3
  292. package/dist/_examples/service/user-service.interface.js.map +0 -1
  293. package/dist/_examples/service/user-service.js +0 -41
  294. package/dist/_examples/service/user-service.js.map +0 -1
@@ -1,1035 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- // This file was automatically generated and should not be edited.
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.SearchablePublisherSortableFields = exports.SearchableSeriesAggregateField = exports.SearchableSeriesSortableFields = exports.SearchableSupplierToRetailerPercentAggregateField = exports.SearchableSupplierToRetailerPercentSortableFields = exports.SearchableEntityAggregateField = exports.SearchableEntitySortableFields = exports.SearchableSAccountAggregateField = exports.SearchableSAccountSortableFields = exports.SearchableStocksTransactionAggregateField = exports.SearchableStocksTransactionSortableFields = exports.SearchableSalesTempAggregateField = exports.SearchableSalesTempSortableFields = exports.SearchableSalesTransactionAggregateField = exports.SearchableSalesTransactionSortableFields = exports.SearchableRetailerCashSalesAggregateField = exports.SearchableRetailerCashSalesSortableFields = exports.SearchableWarehouseVolumeAggregateField = exports.SearchableWarehouseVolumeSortableFields = exports.SearchableStatementAggregateField = exports.SearchableStatementSortableFields = exports.ModelSortDirection = exports.SearchableBillHistoryAggregateField = exports.SearchableBillHistorySortableFields = exports.SearchableServicesBillAggregateField = exports.SearchableAggregateType = exports.SearchableSortDirection = exports.SearchableServicesBillSortableFields = exports.InventoryMovePeriod = exports.ROrderStatus = exports.AccountType = exports.SLoginStatus = exports.SalesSource = exports.EntryType = exports.StatementType = exports.BillStatus = exports.ModelAttributeTypes = exports.ServiceType = exports.ROrderType = exports.PriceChangeStatus = exports.TOrderType = exports.SOrderStatus = exports.SOrderType = exports.WarehouseVolumeType = exports.ShopPaymentTerm = exports.ShopPaymentType = exports.RAccountType = exports.Gender = exports.Status = exports.EntityType = void 0;
7
- exports.SearchablePriceChangeAggregateField = exports.SearchablePriceChangeSortableFields = exports.SearchableInventoryMoveAdjustmentAggregateField = exports.SearchableInventoryMoveAdjustmentSortableFields = exports.SearchableInventoryMoveSummaryAggregateField = exports.SearchableInventoryMoveSummarySortableFields = exports.SearchableSOrderItemAggregateField = exports.SearchableSOrderItemSortableFields = exports.SearchableSOrderAggregateField = exports.SearchableSOrderSortableFields = exports.SearchableManufacturerAggregateField = exports.SearchableManufacturerSortableFields = exports.SearchableBrandAggregateField = exports.SearchableBrandSortableFields = exports.SearchableCategoryAggregateField = exports.SearchableCategorySortableFields = exports.SearchablePersonAggregateField = exports.SearchablePersonSortableFields = exports.SearchableContributorAggregateField = exports.SearchableContributorSortableFields = exports.SearchableImprintAggregateField = exports.SearchableImprintSortableFields = exports.SearchablePublisherAggregateField = void 0;
8
- var EntityType;
9
- (function (EntityType) {
10
- EntityType["book"] = "book";
11
- EntityType["ebook"] = "ebook";
12
- EntityType["audio"] = "audio";
13
- EntityType["toy"] = "toy";
14
- EntityType["flower"] = "flower";
15
- EntityType["stationary"] = "stationary";
16
- EntityType["gift"] = "gift";
17
- EntityType["food"] = "food";
18
- EntityType["other"] = "other";
19
- })(EntityType || (exports.EntityType = EntityType = {}));
20
- var Status;
21
- (function (Status) {
22
- Status["draft"] = "draft";
23
- Status["inReview"] = "inReview";
24
- Status["rejected"] = "rejected";
25
- Status["active"] = "active";
26
- Status["archived"] = "archived";
27
- })(Status || (exports.Status = Status = {}));
28
- var Gender;
29
- (function (Gender) {
30
- Gender["boy"] = "boy";
31
- Gender["girl"] = "girl";
32
- Gender["unspecified"] = "unspecified";
33
- })(Gender || (exports.Gender = Gender = {}));
34
- var RAccountType;
35
- (function (RAccountType) {
36
- RAccountType["Reseller"] = "Reseller";
37
- RAccountType["Supermarket"] = "Supermarket";
38
- RAccountType["BookStore"] = "BookStore";
39
- RAccountType["KidsStore"] = "KidsStore";
40
- RAccountType["OnlineStore"] = "OnlineStore";
41
- RAccountType["Other"] = "Other";
42
- RAccountType["FlowerStore"] = "FlowerStore";
43
- RAccountType["MobileApp"] = "MobileApp";
44
- RAccountType["FoodStore"] = "FoodStore";
45
- RAccountType["SouvenirShop"] = "SouvenirShop";
46
- RAccountType["ChainStore"] = "ChainStore";
47
- RAccountType["Mall"] = "Mall";
48
- RAccountType["DepartmentStore"] = "DepartmentStore";
49
- RAccountType["StationaryStore"] = "StationaryStore";
50
- RAccountType["MailOrder"] = "MailOrder";
51
- })(RAccountType || (exports.RAccountType = RAccountType = {}));
52
- var ShopPaymentType;
53
- (function (ShopPaymentType) {
54
- ShopPaymentType["cash"] = "cash";
55
- ShopPaymentType["invoice"] = "invoice";
56
- ShopPaymentType["sale"] = "sale";
57
- })(ShopPaymentType || (exports.ShopPaymentType = ShopPaymentType = {}));
58
- var ShopPaymentTerm;
59
- (function (ShopPaymentTerm) {
60
- ShopPaymentTerm["days30"] = "days30";
61
- ShopPaymentTerm["days45"] = "days45";
62
- ShopPaymentTerm["days60"] = "days60";
63
- })(ShopPaymentTerm || (exports.ShopPaymentTerm = ShopPaymentTerm = {}));
64
- var WarehouseVolumeType;
65
- (function (WarehouseVolumeType) {
66
- WarehouseVolumeType["daily"] = "daily";
67
- WarehouseVolumeType["monthly"] = "monthly";
68
- WarehouseVolumeType["quarterly"] = "quarterly";
69
- WarehouseVolumeType["yearly"] = "yearly";
70
- })(WarehouseVolumeType || (exports.WarehouseVolumeType = WarehouseVolumeType = {}));
71
- var SOrderType;
72
- (function (SOrderType) {
73
- SOrderType["order"] = "order";
74
- SOrderType["return"] = "return";
75
- })(SOrderType || (exports.SOrderType = SOrderType = {}));
76
- var SOrderStatus;
77
- (function (SOrderStatus) {
78
- SOrderStatus["new"] = "new";
79
- SOrderStatus["received"] = "received";
80
- SOrderStatus["cancelled"] = "cancelled";
81
- SOrderStatus["completed"] = "completed";
82
- SOrderStatus["completedButBumanFailed"] = "completedButBumanFailed";
83
- })(SOrderStatus || (exports.SOrderStatus = SOrderStatus = {}));
84
- var TOrderType;
85
- (function (TOrderType) {
86
- TOrderType["fromSupplier"] = "fromSupplier";
87
- TOrderType["toSupplier"] = "toSupplier";
88
- TOrderType["toRetailer"] = "toRetailer";
89
- TOrderType["fromRetailer"] = "fromRetailer";
90
- TOrderType["sales"] = "sales";
91
- TOrderType["inventory"] = "inventory";
92
- TOrderType["storeEnd"] = "storeEnd";
93
- TOrderType["storeBegin"] = "storeBegin";
94
- TOrderType["storeEndQuarter"] = "storeEndQuarter";
95
- TOrderType["storeBeginQuarter"] = "storeBeginQuarter";
96
- TOrderType["storeEndYear"] = "storeEndYear";
97
- TOrderType["storeBeginYear"] = "storeBeginYear";
98
- TOrderType["ending"] = "ending";
99
- TOrderType["beginning"] = "beginning";
100
- TOrderType["endYear"] = "endYear";
101
- TOrderType["beginYear"] = "beginYear";
102
- TOrderType["endQuarter"] = "endQuarter";
103
- TOrderType["beginQuarter"] = "beginQuarter";
104
- })(TOrderType || (exports.TOrderType = TOrderType = {}));
105
- var PriceChangeStatus;
106
- (function (PriceChangeStatus) {
107
- PriceChangeStatus["pending"] = "pending";
108
- PriceChangeStatus["confirmed"] = "confirmed";
109
- PriceChangeStatus["rejected"] = "rejected";
110
- PriceChangeStatus["completed"] = "completed";
111
- PriceChangeStatus["failed"] = "failed";
112
- })(PriceChangeStatus || (exports.PriceChangeStatus = PriceChangeStatus = {}));
113
- var ROrderType;
114
- (function (ROrderType) {
115
- ROrderType["order"] = "order";
116
- ROrderType["return"] = "return";
117
- })(ROrderType || (exports.ROrderType = ROrderType = {}));
118
- var ServiceType;
119
- (function (ServiceType) {
120
- ServiceType["print"] = "print";
121
- ServiceType["other"] = "other";
122
- })(ServiceType || (exports.ServiceType = ServiceType = {}));
123
- var ModelAttributeTypes;
124
- (function (ModelAttributeTypes) {
125
- ModelAttributeTypes["binary"] = "binary";
126
- ModelAttributeTypes["binarySet"] = "binarySet";
127
- ModelAttributeTypes["bool"] = "bool";
128
- ModelAttributeTypes["list"] = "list";
129
- ModelAttributeTypes["map"] = "map";
130
- ModelAttributeTypes["number"] = "number";
131
- ModelAttributeTypes["numberSet"] = "numberSet";
132
- ModelAttributeTypes["string"] = "string";
133
- ModelAttributeTypes["stringSet"] = "stringSet";
134
- ModelAttributeTypes["_null"] = "_null";
135
- })(ModelAttributeTypes || (exports.ModelAttributeTypes = ModelAttributeTypes = {}));
136
- var BillStatus;
137
- (function (BillStatus) {
138
- BillStatus["paid"] = "paid";
139
- BillStatus["requested"] = "requested";
140
- BillStatus["confirmed"] = "confirmed";
141
- BillStatus["rejected"] = "rejected";
142
- })(BillStatus || (exports.BillStatus = BillStatus = {}));
143
- var StatementType;
144
- (function (StatementType) {
145
- StatementType["feeSales"] = "feeSales";
146
- StatementType["feeTransport"] = "feeTransport";
147
- StatementType["feeSalesAmarnom"] = "feeSalesAmarnom";
148
- StatementType["feeWarehouse"] = "feeWarehouse";
149
- StatementType["feeService"] = "feeService";
150
- StatementType["salesRetailer"] = "salesRetailer";
151
- StatementType["salesAmarnom"] = "salesAmarnom";
152
- StatementType["service"] = "service";
153
- StatementType["paid"] = "paid";
154
- StatementType["ending"] = "ending";
155
- StatementType["beginning"] = "beginning";
156
- StatementType["endQuarter"] = "endQuarter";
157
- StatementType["beginQuarter"] = "beginQuarter";
158
- StatementType["endYear"] = "endYear";
159
- StatementType["beginYear"] = "beginYear";
160
- StatementType["feeReceivables"] = "feeReceivables";
161
- })(StatementType || (exports.StatementType = StatementType = {}));
162
- var EntryType;
163
- (function (EntryType) {
164
- EntryType["sales"] = "sales";
165
- EntryType["return"] = "return";
166
- EntryType["order"] = "order";
167
- EntryType["ending"] = "ending";
168
- EntryType["beginning"] = "beginning";
169
- EntryType["endYear"] = "endYear";
170
- EntryType["beginYear"] = "beginYear";
171
- EntryType["endQuarter"] = "endQuarter";
172
- EntryType["beginQuarter"] = "beginQuarter";
173
- })(EntryType || (exports.EntryType = EntryType = {}));
174
- var SalesSource;
175
- (function (SalesSource) {
176
- SalesSource["retailer_portal"] = "retailer_portal";
177
- SalesSource["internom_mn"] = "internom_mn";
178
- SalesSource["internom_buman_erp"] = "internom_buman_erp";
179
- SalesSource["amarnom"] = "amarnom";
180
- })(SalesSource || (exports.SalesSource = SalesSource = {}));
181
- var SLoginStatus;
182
- (function (SLoginStatus) {
183
- SLoginStatus["cognitoNotCreated"] = "cognitoNotCreated";
184
- SLoginStatus["pending"] = "pending";
185
- SLoginStatus["confirmed"] = "confirmed";
186
- })(SLoginStatus || (exports.SLoginStatus = SLoginStatus = {}));
187
- var AccountType;
188
- (function (AccountType) {
189
- AccountType["level1"] = "level1";
190
- AccountType["level2"] = "level2";
191
- AccountType["level3"] = "level3";
192
- AccountType["level4"] = "level4";
193
- })(AccountType || (exports.AccountType = AccountType = {}));
194
- var ROrderStatus;
195
- (function (ROrderStatus) {
196
- ROrderStatus["new"] = "new";
197
- ROrderStatus["received"] = "received";
198
- ROrderStatus["approved"] = "approved";
199
- ROrderStatus["shipped"] = "shipped";
200
- ROrderStatus["completed"] = "completed";
201
- ROrderStatus["completedButBumanFailed"] = "completedButBumanFailed";
202
- ROrderStatus["cancelled"] = "cancelled";
203
- })(ROrderStatus || (exports.ROrderStatus = ROrderStatus = {}));
204
- var InventoryMovePeriod;
205
- (function (InventoryMovePeriod) {
206
- InventoryMovePeriod["selectedMonth"] = "selectedMonth";
207
- InventoryMovePeriod["selectedQuarter"] = "selectedQuarter";
208
- InventoryMovePeriod["selectedYear"] = "selectedYear";
209
- })(InventoryMovePeriod || (exports.InventoryMovePeriod = InventoryMovePeriod = {}));
210
- var SearchableServicesBillSortableFields;
211
- (function (SearchableServicesBillSortableFields) {
212
- SearchableServicesBillSortableFields["id"] = "id";
213
- SearchableServicesBillSortableFields["price"] = "price";
214
- SearchableServicesBillSortableFields["owner"] = "owner";
215
- SearchableServicesBillSortableFields["description"] = "description";
216
- SearchableServicesBillSortableFields["serviceName"] = "serviceName";
217
- SearchableServicesBillSortableFields["serviceDate"] = "serviceDate";
218
- SearchableServicesBillSortableFields["createdAt"] = "createdAt";
219
- SearchableServicesBillSortableFields["updatedAt"] = "updatedAt";
220
- })(SearchableServicesBillSortableFields || (exports.SearchableServicesBillSortableFields = SearchableServicesBillSortableFields = {}));
221
- var SearchableSortDirection;
222
- (function (SearchableSortDirection) {
223
- SearchableSortDirection["asc"] = "asc";
224
- SearchableSortDirection["desc"] = "desc";
225
- })(SearchableSortDirection || (exports.SearchableSortDirection = SearchableSortDirection = {}));
226
- var SearchableAggregateType;
227
- (function (SearchableAggregateType) {
228
- SearchableAggregateType["terms"] = "terms";
229
- SearchableAggregateType["avg"] = "avg";
230
- SearchableAggregateType["min"] = "min";
231
- SearchableAggregateType["max"] = "max";
232
- SearchableAggregateType["sum"] = "sum";
233
- SearchableAggregateType["cardinality"] = "cardinality";
234
- })(SearchableAggregateType || (exports.SearchableAggregateType = SearchableAggregateType = {}));
235
- var SearchableServicesBillAggregateField;
236
- (function (SearchableServicesBillAggregateField) {
237
- SearchableServicesBillAggregateField["id"] = "id";
238
- SearchableServicesBillAggregateField["price"] = "price";
239
- SearchableServicesBillAggregateField["owner"] = "owner";
240
- SearchableServicesBillAggregateField["description"] = "description";
241
- SearchableServicesBillAggregateField["serviceType"] = "serviceType";
242
- SearchableServicesBillAggregateField["serviceName"] = "serviceName";
243
- SearchableServicesBillAggregateField["serviceDate"] = "serviceDate";
244
- SearchableServicesBillAggregateField["createdAt"] = "createdAt";
245
- SearchableServicesBillAggregateField["updatedAt"] = "updatedAt";
246
- })(SearchableServicesBillAggregateField || (exports.SearchableServicesBillAggregateField = SearchableServicesBillAggregateField = {}));
247
- var SearchableBillHistorySortableFields;
248
- (function (SearchableBillHistorySortableFields) {
249
- SearchableBillHistorySortableFields["id"] = "id";
250
- SearchableBillHistorySortableFields["description"] = "description";
251
- SearchableBillHistorySortableFields["owner"] = "owner";
252
- SearchableBillHistorySortableFields["price"] = "price";
253
- SearchableBillHistorySortableFields["billingDate"] = "billingDate";
254
- SearchableBillHistorySortableFields["createdAt"] = "createdAt";
255
- SearchableBillHistorySortableFields["updatedAt"] = "updatedAt";
256
- })(SearchableBillHistorySortableFields || (exports.SearchableBillHistorySortableFields = SearchableBillHistorySortableFields = {}));
257
- var SearchableBillHistoryAggregateField;
258
- (function (SearchableBillHistoryAggregateField) {
259
- SearchableBillHistoryAggregateField["id"] = "id";
260
- SearchableBillHistoryAggregateField["description"] = "description";
261
- SearchableBillHistoryAggregateField["owner"] = "owner";
262
- SearchableBillHistoryAggregateField["price"] = "price";
263
- SearchableBillHistoryAggregateField["status"] = "status";
264
- SearchableBillHistoryAggregateField["billingDate"] = "billingDate";
265
- SearchableBillHistoryAggregateField["createdAt"] = "createdAt";
266
- SearchableBillHistoryAggregateField["updatedAt"] = "updatedAt";
267
- })(SearchableBillHistoryAggregateField || (exports.SearchableBillHistoryAggregateField = SearchableBillHistoryAggregateField = {}));
268
- var ModelSortDirection;
269
- (function (ModelSortDirection) {
270
- ModelSortDirection["ASC"] = "ASC";
271
- ModelSortDirection["DESC"] = "DESC";
272
- })(ModelSortDirection || (exports.ModelSortDirection = ModelSortDirection = {}));
273
- var SearchableStatementSortableFields;
274
- (function (SearchableStatementSortableFields) {
275
- SearchableStatementSortableFields["id"] = "id";
276
- SearchableStatementSortableFields["price"] = "price";
277
- SearchableStatementSortableFields["description"] = "description";
278
- SearchableStatementSortableFields["year"] = "year";
279
- SearchableStatementSortableFields["month"] = "month";
280
- SearchableStatementSortableFields["dateTime"] = "dateTime";
281
- SearchableStatementSortableFields["note"] = "note";
282
- SearchableStatementSortableFields["owner"] = "owner";
283
- SearchableStatementSortableFields["periodType"] = "periodType";
284
- SearchableStatementSortableFields["createdAt"] = "createdAt";
285
- SearchableStatementSortableFields["updatedAt"] = "updatedAt";
286
- })(SearchableStatementSortableFields || (exports.SearchableStatementSortableFields = SearchableStatementSortableFields = {}));
287
- var SearchableStatementAggregateField;
288
- (function (SearchableStatementAggregateField) {
289
- SearchableStatementAggregateField["id"] = "id";
290
- SearchableStatementAggregateField["price"] = "price";
291
- SearchableStatementAggregateField["description"] = "description";
292
- SearchableStatementAggregateField["year"] = "year";
293
- SearchableStatementAggregateField["month"] = "month";
294
- SearchableStatementAggregateField["dateTime"] = "dateTime";
295
- SearchableStatementAggregateField["note"] = "note";
296
- SearchableStatementAggregateField["owner"] = "owner";
297
- SearchableStatementAggregateField["type"] = "type";
298
- SearchableStatementAggregateField["periodType"] = "periodType";
299
- SearchableStatementAggregateField["createdAt"] = "createdAt";
300
- SearchableStatementAggregateField["updatedAt"] = "updatedAt";
301
- })(SearchableStatementAggregateField || (exports.SearchableStatementAggregateField = SearchableStatementAggregateField = {}));
302
- var SearchableWarehouseVolumeSortableFields;
303
- (function (SearchableWarehouseVolumeSortableFields) {
304
- SearchableWarehouseVolumeSortableFields["id"] = "id";
305
- SearchableWarehouseVolumeSortableFields["feeUnit"] = "feeUnit";
306
- SearchableWarehouseVolumeSortableFields["feeTotal"] = "feeTotal";
307
- SearchableWarehouseVolumeSortableFields["volumeItem"] = "volumeItem";
308
- SearchableWarehouseVolumeSortableFields["volumeTotal"] = "volumeTotal";
309
- SearchableWarehouseVolumeSortableFields["count"] = "count";
310
- SearchableWarehouseVolumeSortableFields["owner"] = "owner";
311
- SearchableWarehouseVolumeSortableFields["createdAt"] = "createdAt";
312
- SearchableWarehouseVolumeSortableFields["updatedAt"] = "updatedAt";
313
- })(SearchableWarehouseVolumeSortableFields || (exports.SearchableWarehouseVolumeSortableFields = SearchableWarehouseVolumeSortableFields = {}));
314
- var SearchableWarehouseVolumeAggregateField;
315
- (function (SearchableWarehouseVolumeAggregateField) {
316
- SearchableWarehouseVolumeAggregateField["id"] = "id";
317
- SearchableWarehouseVolumeAggregateField["feeUnit"] = "feeUnit";
318
- SearchableWarehouseVolumeAggregateField["feeTotal"] = "feeTotal";
319
- SearchableWarehouseVolumeAggregateField["volumeItem"] = "volumeItem";
320
- SearchableWarehouseVolumeAggregateField["volumeTotal"] = "volumeTotal";
321
- SearchableWarehouseVolumeAggregateField["count"] = "count";
322
- SearchableWarehouseVolumeAggregateField["type"] = "type";
323
- SearchableWarehouseVolumeAggregateField["owner"] = "owner";
324
- SearchableWarehouseVolumeAggregateField["createdAt"] = "createdAt";
325
- SearchableWarehouseVolumeAggregateField["updatedAt"] = "updatedAt";
326
- })(SearchableWarehouseVolumeAggregateField || (exports.SearchableWarehouseVolumeAggregateField = SearchableWarehouseVolumeAggregateField = {}));
327
- var SearchableRetailerCashSalesSortableFields;
328
- (function (SearchableRetailerCashSalesSortableFields) {
329
- SearchableRetailerCashSalesSortableFields["id"] = "id";
330
- SearchableRetailerCashSalesSortableFields["supplierId"] = "supplierId";
331
- SearchableRetailerCashSalesSortableFields["retailerId"] = "retailerId";
332
- SearchableRetailerCashSalesSortableFields["saleAmount"] = "saleAmount";
333
- SearchableRetailerCashSalesSortableFields["beginning"] = "beginning";
334
- SearchableRetailerCashSalesSortableFields["commissionRate"] = "commissionRate";
335
- SearchableRetailerCashSalesSortableFields["commissionAmount"] = "commissionAmount";
336
- SearchableRetailerCashSalesSortableFields["date"] = "date";
337
- SearchableRetailerCashSalesSortableFields["createdAt"] = "createdAt";
338
- SearchableRetailerCashSalesSortableFields["updatedAt"] = "updatedAt";
339
- })(SearchableRetailerCashSalesSortableFields || (exports.SearchableRetailerCashSalesSortableFields = SearchableRetailerCashSalesSortableFields = {}));
340
- var SearchableRetailerCashSalesAggregateField;
341
- (function (SearchableRetailerCashSalesAggregateField) {
342
- SearchableRetailerCashSalesAggregateField["id"] = "id";
343
- SearchableRetailerCashSalesAggregateField["supplierId"] = "supplierId";
344
- SearchableRetailerCashSalesAggregateField["retailerId"] = "retailerId";
345
- SearchableRetailerCashSalesAggregateField["saleAmount"] = "saleAmount";
346
- SearchableRetailerCashSalesAggregateField["beginning"] = "beginning";
347
- SearchableRetailerCashSalesAggregateField["commissionRate"] = "commissionRate";
348
- SearchableRetailerCashSalesAggregateField["commissionAmount"] = "commissionAmount";
349
- SearchableRetailerCashSalesAggregateField["date"] = "date";
350
- SearchableRetailerCashSalesAggregateField["createdAt"] = "createdAt";
351
- SearchableRetailerCashSalesAggregateField["updatedAt"] = "updatedAt";
352
- })(SearchableRetailerCashSalesAggregateField || (exports.SearchableRetailerCashSalesAggregateField = SearchableRetailerCashSalesAggregateField = {}));
353
- var SearchableSalesTransactionSortableFields;
354
- (function (SearchableSalesTransactionSortableFields) {
355
- SearchableSalesTransactionSortableFields["id"] = "id";
356
- SearchableSalesTransactionSortableFields["isbnPrice"] = "isbnPrice";
357
- SearchableSalesTransactionSortableFields["unitPrice"] = "unitPrice";
358
- SearchableSalesTransactionSortableFields["totalPrice"] = "totalPrice";
359
- SearchableSalesTransactionSortableFields["soldCount"] = "soldCount";
360
- SearchableSalesTransactionSortableFields["owner"] = "owner";
361
- SearchableSalesTransactionSortableFields["unitRevenue"] = "unitRevenue";
362
- SearchableSalesTransactionSortableFields["totalRevenue"] = "totalRevenue";
363
- SearchableSalesTransactionSortableFields["commissionRate"] = "commissionRate";
364
- SearchableSalesTransactionSortableFields["date"] = "date";
365
- SearchableSalesTransactionSortableFields["createdBy"] = "createdBy";
366
- SearchableSalesTransactionSortableFields["createdAt"] = "createdAt";
367
- SearchableSalesTransactionSortableFields["updatedAt"] = "updatedAt";
368
- SearchableSalesTransactionSortableFields["duplicate"] = "duplicate";
369
- SearchableSalesTransactionSortableFields["blocked"] = "blocked";
370
- SearchableSalesTransactionSortableFields["fee"] = "fee";
371
- SearchableSalesTransactionSortableFields["feePercent"] = "feePercent";
372
- SearchableSalesTransactionSortableFields["feeTransport"] = "feeTransport";
373
- SearchableSalesTransactionSortableFields["feeSales"] = "feeSales";
374
- })(SearchableSalesTransactionSortableFields || (exports.SearchableSalesTransactionSortableFields = SearchableSalesTransactionSortableFields = {}));
375
- var SearchableSalesTransactionAggregateField;
376
- (function (SearchableSalesTransactionAggregateField) {
377
- SearchableSalesTransactionAggregateField["id"] = "id";
378
- SearchableSalesTransactionAggregateField["isbnPrice"] = "isbnPrice";
379
- SearchableSalesTransactionAggregateField["unitPrice"] = "unitPrice";
380
- SearchableSalesTransactionAggregateField["totalPrice"] = "totalPrice";
381
- SearchableSalesTransactionAggregateField["soldCount"] = "soldCount";
382
- SearchableSalesTransactionAggregateField["entryType"] = "entryType";
383
- SearchableSalesTransactionAggregateField["owner"] = "owner";
384
- SearchableSalesTransactionAggregateField["unitRevenue"] = "unitRevenue";
385
- SearchableSalesTransactionAggregateField["totalRevenue"] = "totalRevenue";
386
- SearchableSalesTransactionAggregateField["commissionRate"] = "commissionRate";
387
- SearchableSalesTransactionAggregateField["date"] = "date";
388
- SearchableSalesTransactionAggregateField["source"] = "source";
389
- SearchableSalesTransactionAggregateField["createdBy"] = "createdBy";
390
- SearchableSalesTransactionAggregateField["createdAt"] = "createdAt";
391
- SearchableSalesTransactionAggregateField["updatedAt"] = "updatedAt";
392
- SearchableSalesTransactionAggregateField["duplicate"] = "duplicate";
393
- SearchableSalesTransactionAggregateField["blocked"] = "blocked";
394
- SearchableSalesTransactionAggregateField["fee"] = "fee";
395
- SearchableSalesTransactionAggregateField["feePercent"] = "feePercent";
396
- SearchableSalesTransactionAggregateField["feeTransport"] = "feeTransport";
397
- SearchableSalesTransactionAggregateField["feeSales"] = "feeSales";
398
- })(SearchableSalesTransactionAggregateField || (exports.SearchableSalesTransactionAggregateField = SearchableSalesTransactionAggregateField = {}));
399
- var SearchableSalesTempSortableFields;
400
- (function (SearchableSalesTempSortableFields) {
401
- SearchableSalesTempSortableFields["id"] = "id";
402
- SearchableSalesTempSortableFields["date"] = "date";
403
- SearchableSalesTempSortableFields["owner"] = "owner";
404
- SearchableSalesTempSortableFields["unitPrice"] = "unitPrice";
405
- SearchableSalesTempSortableFields["totalPrice"] = "totalPrice";
406
- SearchableSalesTempSortableFields["unitRevenue"] = "unitRevenue";
407
- SearchableSalesTempSortableFields["totalRevenue"] = "totalRevenue";
408
- SearchableSalesTempSortableFields["commissionRate"] = "commissionRate";
409
- SearchableSalesTempSortableFields["soldCount"] = "soldCount";
410
- SearchableSalesTempSortableFields["priceMargin"] = "priceMargin";
411
- SearchableSalesTempSortableFields["noDiscountPrice"] = "noDiscountPrice";
412
- SearchableSalesTempSortableFields["createdAt"] = "createdAt";
413
- SearchableSalesTempSortableFields["updatedAt"] = "updatedAt";
414
- })(SearchableSalesTempSortableFields || (exports.SearchableSalesTempSortableFields = SearchableSalesTempSortableFields = {}));
415
- var SearchableSalesTempAggregateField;
416
- (function (SearchableSalesTempAggregateField) {
417
- SearchableSalesTempAggregateField["id"] = "id";
418
- SearchableSalesTempAggregateField["date"] = "date";
419
- SearchableSalesTempAggregateField["owner"] = "owner";
420
- SearchableSalesTempAggregateField["unitPrice"] = "unitPrice";
421
- SearchableSalesTempAggregateField["totalPrice"] = "totalPrice";
422
- SearchableSalesTempAggregateField["unitRevenue"] = "unitRevenue";
423
- SearchableSalesTempAggregateField["totalRevenue"] = "totalRevenue";
424
- SearchableSalesTempAggregateField["commissionRate"] = "commissionRate";
425
- SearchableSalesTempAggregateField["soldCount"] = "soldCount";
426
- SearchableSalesTempAggregateField["priceMargin"] = "priceMargin";
427
- SearchableSalesTempAggregateField["noDiscountPrice"] = "noDiscountPrice";
428
- SearchableSalesTempAggregateField["createdAt"] = "createdAt";
429
- SearchableSalesTempAggregateField["updatedAt"] = "updatedAt";
430
- })(SearchableSalesTempAggregateField || (exports.SearchableSalesTempAggregateField = SearchableSalesTempAggregateField = {}));
431
- var SearchableStocksTransactionSortableFields;
432
- (function (SearchableStocksTransactionSortableFields) {
433
- SearchableStocksTransactionSortableFields["id"] = "id";
434
- SearchableStocksTransactionSortableFields["digitalCommissionRate"] = "digitalCommissionRate";
435
- SearchableStocksTransactionSortableFields["ownerRevenue"] = "ownerRevenue";
436
- SearchableStocksTransactionSortableFields["blocked"] = "blocked";
437
- SearchableStocksTransactionSortableFields["createdAt"] = "createdAt";
438
- SearchableStocksTransactionSortableFields["updatedAt"] = "updatedAt";
439
- })(SearchableStocksTransactionSortableFields || (exports.SearchableStocksTransactionSortableFields = SearchableStocksTransactionSortableFields = {}));
440
- var SearchableStocksTransactionAggregateField;
441
- (function (SearchableStocksTransactionAggregateField) {
442
- SearchableStocksTransactionAggregateField["id"] = "id";
443
- SearchableStocksTransactionAggregateField["digitalCommissionRate"] = "digitalCommissionRate";
444
- SearchableStocksTransactionAggregateField["ownerRevenue"] = "ownerRevenue";
445
- SearchableStocksTransactionAggregateField["blocked"] = "blocked";
446
- SearchableStocksTransactionAggregateField["createdAt"] = "createdAt";
447
- SearchableStocksTransactionAggregateField["updatedAt"] = "updatedAt";
448
- })(SearchableStocksTransactionAggregateField || (exports.SearchableStocksTransactionAggregateField = SearchableStocksTransactionAggregateField = {}));
449
- var SearchableSAccountSortableFields;
450
- (function (SearchableSAccountSortableFields) {
451
- SearchableSAccountSortableFields["username"] = "username";
452
- SearchableSAccountSortableFields["email"] = "email";
453
- SearchableSAccountSortableFields["emailDeliveryFailed"] = "emailDeliveryFailed";
454
- SearchableSAccountSortableFields["internomPercent"] = "internomPercent";
455
- SearchableSAccountSortableFields["firstName"] = "firstName";
456
- SearchableSAccountSortableFields["lastName"] = "lastName";
457
- SearchableSAccountSortableFields["availableCreateOrder"] = "availableCreateOrder";
458
- SearchableSAccountSortableFields["phoneList"] = "phoneList";
459
- SearchableSAccountSortableFields["feeSOrder"] = "feeSOrder";
460
- SearchableSAccountSortableFields["taxPayer"] = "taxPayer";
461
- SearchableSAccountSortableFields["company"] = "company";
462
- SearchableSAccountSortableFields["bankName"] = "bankName";
463
- SearchableSAccountSortableFields["bankAccountNumber"] = "bankAccountNumber";
464
- SearchableSAccountSortableFields["bankReceiverName"] = "bankReceiverName";
465
- SearchableSAccountSortableFields["createdAt"] = "createdAt";
466
- SearchableSAccountSortableFields["updatedAt"] = "updatedAt";
467
- SearchableSAccountSortableFields["level3date"] = "level3date";
468
- SearchableSAccountSortableFields["validUntil"] = "validUntil";
469
- SearchableSAccountSortableFields["feeReceivablesPercent"] = "feeReceivablesPercent";
470
- SearchableSAccountSortableFields["feePaymentPercent"] = "feePaymentPercent";
471
- SearchableSAccountSortableFields["digitalCommissionRate"] = "digitalCommissionRate";
472
- })(SearchableSAccountSortableFields || (exports.SearchableSAccountSortableFields = SearchableSAccountSortableFields = {}));
473
- var SearchableSAccountAggregateField;
474
- (function (SearchableSAccountAggregateField) {
475
- SearchableSAccountAggregateField["username"] = "username";
476
- SearchableSAccountAggregateField["email"] = "email";
477
- SearchableSAccountAggregateField["emailDeliveryFailed"] = "emailDeliveryFailed";
478
- SearchableSAccountAggregateField["internomPercent"] = "internomPercent";
479
- SearchableSAccountAggregateField["firstName"] = "firstName";
480
- SearchableSAccountAggregateField["lastName"] = "lastName";
481
- SearchableSAccountAggregateField["availableCreateOrder"] = "availableCreateOrder";
482
- SearchableSAccountAggregateField["phoneList"] = "phoneList";
483
- SearchableSAccountAggregateField["loginStatus"] = "loginStatus";
484
- SearchableSAccountAggregateField["feeSOrder"] = "feeSOrder";
485
- SearchableSAccountAggregateField["taxPayer"] = "taxPayer";
486
- SearchableSAccountAggregateField["company"] = "company";
487
- SearchableSAccountAggregateField["bankName"] = "bankName";
488
- SearchableSAccountAggregateField["bankAccountNumber"] = "bankAccountNumber";
489
- SearchableSAccountAggregateField["bankReceiverName"] = "bankReceiverName";
490
- SearchableSAccountAggregateField["createdAt"] = "createdAt";
491
- SearchableSAccountAggregateField["updatedAt"] = "updatedAt";
492
- SearchableSAccountAggregateField["level3date"] = "level3date";
493
- SearchableSAccountAggregateField["validUntil"] = "validUntil";
494
- SearchableSAccountAggregateField["feeReceivablesPercent"] = "feeReceivablesPercent";
495
- SearchableSAccountAggregateField["feePaymentPercent"] = "feePaymentPercent";
496
- SearchableSAccountAggregateField["accountType"] = "accountType";
497
- SearchableSAccountAggregateField["digitalCommissionRate"] = "digitalCommissionRate";
498
- })(SearchableSAccountAggregateField || (exports.SearchableSAccountAggregateField = SearchableSAccountAggregateField = {}));
499
- var SearchableEntitySortableFields;
500
- (function (SearchableEntitySortableFields) {
501
- SearchableEntitySortableFields["id"] = "id";
502
- SearchableEntitySortableFields["owner"] = "owner";
503
- SearchableEntitySortableFields["originalOwner"] = "originalOwner";
504
- SearchableEntitySortableFields["availableDate"] = "availableDate";
505
- SearchableEntitySortableFields["sku"] = "sku";
506
- SearchableEntitySortableFields["isbn"] = "isbn";
507
- SearchableEntitySortableFields["source"] = "source";
508
- SearchableEntitySortableFields["price"] = "price";
509
- SearchableEntitySortableFields["originalPrice"] = "originalPrice";
510
- SearchableEntitySortableFields["discountPrice"] = "discountPrice";
511
- SearchableEntitySortableFields["inStock"] = "inStock";
512
- SearchableEntitySortableFields["grade"] = "grade";
513
- SearchableEntitySortableFields["image"] = "image";
514
- SearchableEntitySortableFields["thumb"] = "thumb";
515
- SearchableEntitySortableFields["specialImage"] = "specialImage";
516
- SearchableEntitySortableFields["shortDescription"] = "shortDescription";
517
- SearchableEntitySortableFields["mainDescription"] = "mainDescription";
518
- SearchableEntitySortableFields["promotionText"] = "promotionText";
519
- SearchableEntitySortableFields["publishersNotice"] = "publishersNotice";
520
- SearchableEntitySortableFields["categoryIds"] = "categoryIds";
521
- SearchableEntitySortableFields["categoryPaths"] = "categoryPaths";
522
- SearchableEntitySortableFields["title"] = "title";
523
- SearchableEntitySortableFields["subtitle"] = "subtitle";
524
- SearchableEntitySortableFields["suggest"] = "suggest";
525
- SearchableEntitySortableFields["slug"] = "slug";
526
- SearchableEntitySortableFields["originalId"] = "originalId";
527
- SearchableEntitySortableFields["tags"] = "tags";
528
- SearchableEntitySortableFields["packQuantity"] = "packQuantity";
529
- SearchableEntitySortableFields["publicationDate"] = "publicationDate";
530
- SearchableEntitySortableFields["numberInSeries"] = "numberInSeries";
531
- SearchableEntitySortableFields["titleInOriginalLanguage"] = "titleInOriginalLanguage";
532
- SearchableEntitySortableFields["copyrightYear"] = "copyrightYear";
533
- SearchableEntitySortableFields["isNewYorkBestseller"] = "isNewYorkBestseller";
534
- SearchableEntitySortableFields["additionalSubjectIds"] = "additionalSubjectIds";
535
- SearchableEntitySortableFields["abridged"] = "abridged";
536
- SearchableEntitySortableFields["bookEdition"] = "bookEdition";
537
- SearchableEntitySortableFields["licence"] = "licence";
538
- SearchableEntitySortableFields["audienceKeys"] = "audienceKeys";
539
- SearchableEntitySortableFields["cityOfPublication"] = "cityOfPublication";
540
- SearchableEntitySortableFields["fileSize"] = "fileSize";
541
- SearchableEntitySortableFields["length"] = "length";
542
- SearchableEntitySortableFields["trackCount"] = "trackCount";
543
- SearchableEntitySortableFields["sampleContentPath"] = "sampleContentPath";
544
- SearchableEntitySortableFields["playingInstruction"] = "playingInstruction";
545
- SearchableEntitySortableFields["safetyWarning"] = "safetyWarning";
546
- SearchableEntitySortableFields["videoLink"] = "videoLink";
547
- SearchableEntitySortableFields["territoryRestricted"] = "territoryRestricted";
548
- SearchableEntitySortableFields["width"] = "width";
549
- SearchableEntitySortableFields["height"] = "height";
550
- SearchableEntitySortableFields["depth"] = "depth";
551
- SearchableEntitySortableFields["weight"] = "weight";
552
- SearchableEntitySortableFields["pages"] = "pages";
553
- SearchableEntitySortableFields["age"] = "age";
554
- SearchableEntitySortableFields["seriesTitle"] = "seriesTitle";
555
- SearchableEntitySortableFields["publisherName"] = "publisherName";
556
- SearchableEntitySortableFields["brandId"] = "brandId";
557
- SearchableEntitySortableFields["manufacturerId"] = "manufacturerId";
558
- SearchableEntitySortableFields["seriesId"] = "seriesId";
559
- SearchableEntitySortableFields["formatKey"] = "formatKey";
560
- SearchableEntitySortableFields["formatDetailKey"] = "formatDetailKey";
561
- SearchableEntitySortableFields["languageKey"] = "languageKey";
562
- SearchableEntitySortableFields["publishingStatusKey"] = "publishingStatusKey";
563
- SearchableEntitySortableFields["originalLanguageKey"] = "originalLanguageKey";
564
- SearchableEntitySortableFields["countryKey"] = "countryKey";
565
- SearchableEntitySortableFields["publisherId"] = "publisherId";
566
- SearchableEntitySortableFields["imprintId"] = "imprintId";
567
- SearchableEntitySortableFields["subjectId"] = "subjectId";
568
- SearchableEntitySortableFields["editionTypeKey"] = "editionTypeKey";
569
- SearchableEntitySortableFields["createdAt"] = "createdAt";
570
- SearchableEntitySortableFields["updatedAt"] = "updatedAt";
571
- SearchableEntitySortableFields["variants"] = "variants";
572
- SearchableEntitySortableFields["file"] = "file";
573
- SearchableEntitySortableFields["isEcommerceHidden"] = "isEcommerceHidden";
574
- SearchableEntitySortableFields["hasDynamicPrice"] = "hasDynamicPrice";
575
- })(SearchableEntitySortableFields || (exports.SearchableEntitySortableFields = SearchableEntitySortableFields = {}));
576
- var SearchableEntityAggregateField;
577
- (function (SearchableEntityAggregateField) {
578
- SearchableEntityAggregateField["id"] = "id";
579
- SearchableEntityAggregateField["type"] = "type";
580
- SearchableEntityAggregateField["status"] = "status";
581
- SearchableEntityAggregateField["owner"] = "owner";
582
- SearchableEntityAggregateField["originalOwner"] = "originalOwner";
583
- SearchableEntityAggregateField["availableDate"] = "availableDate";
584
- SearchableEntityAggregateField["sku"] = "sku";
585
- SearchableEntityAggregateField["isbn"] = "isbn";
586
- SearchableEntityAggregateField["source"] = "source";
587
- SearchableEntityAggregateField["price"] = "price";
588
- SearchableEntityAggregateField["originalPrice"] = "originalPrice";
589
- SearchableEntityAggregateField["discountPrice"] = "discountPrice";
590
- SearchableEntityAggregateField["inStock"] = "inStock";
591
- SearchableEntityAggregateField["grade"] = "grade";
592
- SearchableEntityAggregateField["image"] = "image";
593
- SearchableEntityAggregateField["thumb"] = "thumb";
594
- SearchableEntityAggregateField["specialImage"] = "specialImage";
595
- SearchableEntityAggregateField["shortDescription"] = "shortDescription";
596
- SearchableEntityAggregateField["mainDescription"] = "mainDescription";
597
- SearchableEntityAggregateField["promotionText"] = "promotionText";
598
- SearchableEntityAggregateField["publishersNotice"] = "publishersNotice";
599
- SearchableEntityAggregateField["categoryIds"] = "categoryIds";
600
- SearchableEntityAggregateField["categoryPaths"] = "categoryPaths";
601
- SearchableEntityAggregateField["title"] = "title";
602
- SearchableEntityAggregateField["subtitle"] = "subtitle";
603
- SearchableEntityAggregateField["suggest"] = "suggest";
604
- SearchableEntityAggregateField["slug"] = "slug";
605
- SearchableEntityAggregateField["originalId"] = "originalId";
606
- SearchableEntityAggregateField["tags"] = "tags";
607
- SearchableEntityAggregateField["packQuantity"] = "packQuantity";
608
- SearchableEntityAggregateField["publicationDate"] = "publicationDate";
609
- SearchableEntityAggregateField["numberInSeries"] = "numberInSeries";
610
- SearchableEntityAggregateField["titleInOriginalLanguage"] = "titleInOriginalLanguage";
611
- SearchableEntityAggregateField["copyrightYear"] = "copyrightYear";
612
- SearchableEntityAggregateField["isNewYorkBestseller"] = "isNewYorkBestseller";
613
- SearchableEntityAggregateField["additionalSubjectIds"] = "additionalSubjectIds";
614
- SearchableEntityAggregateField["abridged"] = "abridged";
615
- SearchableEntityAggregateField["bookEdition"] = "bookEdition";
616
- SearchableEntityAggregateField["licence"] = "licence";
617
- SearchableEntityAggregateField["audienceKeys"] = "audienceKeys";
618
- SearchableEntityAggregateField["cityOfPublication"] = "cityOfPublication";
619
- SearchableEntityAggregateField["fileSize"] = "fileSize";
620
- SearchableEntityAggregateField["length"] = "length";
621
- SearchableEntityAggregateField["trackCount"] = "trackCount";
622
- SearchableEntityAggregateField["sampleContentPath"] = "sampleContentPath";
623
- SearchableEntityAggregateField["targetGender"] = "targetGender";
624
- SearchableEntityAggregateField["playingInstruction"] = "playingInstruction";
625
- SearchableEntityAggregateField["safetyWarning"] = "safetyWarning";
626
- SearchableEntityAggregateField["videoLink"] = "videoLink";
627
- SearchableEntityAggregateField["territoryRestricted"] = "territoryRestricted";
628
- SearchableEntityAggregateField["width"] = "width";
629
- SearchableEntityAggregateField["height"] = "height";
630
- SearchableEntityAggregateField["depth"] = "depth";
631
- SearchableEntityAggregateField["weight"] = "weight";
632
- SearchableEntityAggregateField["pages"] = "pages";
633
- SearchableEntityAggregateField["age"] = "age";
634
- SearchableEntityAggregateField["seriesTitle"] = "seriesTitle";
635
- SearchableEntityAggregateField["publisherName"] = "publisherName";
636
- SearchableEntityAggregateField["brandId"] = "brandId";
637
- SearchableEntityAggregateField["manufacturerId"] = "manufacturerId";
638
- SearchableEntityAggregateField["seriesId"] = "seriesId";
639
- SearchableEntityAggregateField["formatKey"] = "formatKey";
640
- SearchableEntityAggregateField["formatDetailKey"] = "formatDetailKey";
641
- SearchableEntityAggregateField["languageKey"] = "languageKey";
642
- SearchableEntityAggregateField["publishingStatusKey"] = "publishingStatusKey";
643
- SearchableEntityAggregateField["originalLanguageKey"] = "originalLanguageKey";
644
- SearchableEntityAggregateField["countryKey"] = "countryKey";
645
- SearchableEntityAggregateField["publisherId"] = "publisherId";
646
- SearchableEntityAggregateField["imprintId"] = "imprintId";
647
- SearchableEntityAggregateField["subjectId"] = "subjectId";
648
- SearchableEntityAggregateField["editionTypeKey"] = "editionTypeKey";
649
- SearchableEntityAggregateField["createdAt"] = "createdAt";
650
- SearchableEntityAggregateField["updatedAt"] = "updatedAt";
651
- SearchableEntityAggregateField["variants"] = "variants";
652
- SearchableEntityAggregateField["file"] = "file";
653
- SearchableEntityAggregateField["isEcommerceHidden"] = "isEcommerceHidden";
654
- SearchableEntityAggregateField["hasDynamicPrice"] = "hasDynamicPrice";
655
- })(SearchableEntityAggregateField || (exports.SearchableEntityAggregateField = SearchableEntityAggregateField = {}));
656
- var SearchableSupplierToRetailerPercentSortableFields;
657
- (function (SearchableSupplierToRetailerPercentSortableFields) {
658
- SearchableSupplierToRetailerPercentSortableFields["id"] = "id";
659
- SearchableSupplierToRetailerPercentSortableFields["supplierUsername"] = "supplierUsername";
660
- SearchableSupplierToRetailerPercentSortableFields["retailerUsername"] = "retailerUsername";
661
- SearchableSupplierToRetailerPercentSortableFields["toRetailerPercent"] = "toRetailerPercent";
662
- SearchableSupplierToRetailerPercentSortableFields["isActive"] = "isActive";
663
- SearchableSupplierToRetailerPercentSortableFields["isStaticPrice"] = "isStaticPrice";
664
- SearchableSupplierToRetailerPercentSortableFields["createdMonth"] = "createdMonth";
665
- SearchableSupplierToRetailerPercentSortableFields["createdAt"] = "createdAt";
666
- SearchableSupplierToRetailerPercentSortableFields["updatedAt"] = "updatedAt";
667
- })(SearchableSupplierToRetailerPercentSortableFields || (exports.SearchableSupplierToRetailerPercentSortableFields = SearchableSupplierToRetailerPercentSortableFields = {}));
668
- var SearchableSupplierToRetailerPercentAggregateField;
669
- (function (SearchableSupplierToRetailerPercentAggregateField) {
670
- SearchableSupplierToRetailerPercentAggregateField["id"] = "id";
671
- SearchableSupplierToRetailerPercentAggregateField["supplierUsername"] = "supplierUsername";
672
- SearchableSupplierToRetailerPercentAggregateField["retailerUsername"] = "retailerUsername";
673
- SearchableSupplierToRetailerPercentAggregateField["toRetailerPercent"] = "toRetailerPercent";
674
- SearchableSupplierToRetailerPercentAggregateField["isActive"] = "isActive";
675
- SearchableSupplierToRetailerPercentAggregateField["isStaticPrice"] = "isStaticPrice";
676
- SearchableSupplierToRetailerPercentAggregateField["createdMonth"] = "createdMonth";
677
- SearchableSupplierToRetailerPercentAggregateField["createdAt"] = "createdAt";
678
- SearchableSupplierToRetailerPercentAggregateField["updatedAt"] = "updatedAt";
679
- })(SearchableSupplierToRetailerPercentAggregateField || (exports.SearchableSupplierToRetailerPercentAggregateField = SearchableSupplierToRetailerPercentAggregateField = {}));
680
- var SearchableSeriesSortableFields;
681
- (function (SearchableSeriesSortableFields) {
682
- SearchableSeriesSortableFields["id"] = "id";
683
- SearchableSeriesSortableFields["title"] = "title";
684
- SearchableSeriesSortableFields["slug"] = "slug";
685
- SearchableSeriesSortableFields["owner"] = "owner";
686
- SearchableSeriesSortableFields["originalLanguage"] = "originalLanguage";
687
- SearchableSeriesSortableFields["titleInOriginalLanguage"] = "titleInOriginalLanguage";
688
- SearchableSeriesSortableFields["numberOfSeries"] = "numberOfSeries";
689
- SearchableSeriesSortableFields["description"] = "description";
690
- SearchableSeriesSortableFields["createdAt"] = "createdAt";
691
- SearchableSeriesSortableFields["updatedAt"] = "updatedAt";
692
- })(SearchableSeriesSortableFields || (exports.SearchableSeriesSortableFields = SearchableSeriesSortableFields = {}));
693
- var SearchableSeriesAggregateField;
694
- (function (SearchableSeriesAggregateField) {
695
- SearchableSeriesAggregateField["id"] = "id";
696
- SearchableSeriesAggregateField["title"] = "title";
697
- SearchableSeriesAggregateField["slug"] = "slug";
698
- SearchableSeriesAggregateField["owner"] = "owner";
699
- SearchableSeriesAggregateField["originalLanguage"] = "originalLanguage";
700
- SearchableSeriesAggregateField["titleInOriginalLanguage"] = "titleInOriginalLanguage";
701
- SearchableSeriesAggregateField["numberOfSeries"] = "numberOfSeries";
702
- SearchableSeriesAggregateField["description"] = "description";
703
- SearchableSeriesAggregateField["createdAt"] = "createdAt";
704
- SearchableSeriesAggregateField["updatedAt"] = "updatedAt";
705
- })(SearchableSeriesAggregateField || (exports.SearchableSeriesAggregateField = SearchableSeriesAggregateField = {}));
706
- var SearchablePublisherSortableFields;
707
- (function (SearchablePublisherSortableFields) {
708
- SearchablePublisherSortableFields["id"] = "id";
709
- SearchablePublisherSortableFields["owner"] = "owner";
710
- SearchablePublisherSortableFields["name"] = "name";
711
- SearchablePublisherSortableFields["slug"] = "slug";
712
- SearchablePublisherSortableFields["logo"] = "logo";
713
- SearchablePublisherSortableFields["banner"] = "banner";
714
- SearchablePublisherSortableFields["website"] = "website";
715
- SearchablePublisherSortableFields["createdAt"] = "createdAt";
716
- SearchablePublisherSortableFields["updatedAt"] = "updatedAt";
717
- })(SearchablePublisherSortableFields || (exports.SearchablePublisherSortableFields = SearchablePublisherSortableFields = {}));
718
- var SearchablePublisherAggregateField;
719
- (function (SearchablePublisherAggregateField) {
720
- SearchablePublisherAggregateField["id"] = "id";
721
- SearchablePublisherAggregateField["owner"] = "owner";
722
- SearchablePublisherAggregateField["name"] = "name";
723
- SearchablePublisherAggregateField["slug"] = "slug";
724
- SearchablePublisherAggregateField["logo"] = "logo";
725
- SearchablePublisherAggregateField["banner"] = "banner";
726
- SearchablePublisherAggregateField["website"] = "website";
727
- SearchablePublisherAggregateField["createdAt"] = "createdAt";
728
- SearchablePublisherAggregateField["updatedAt"] = "updatedAt";
729
- })(SearchablePublisherAggregateField || (exports.SearchablePublisherAggregateField = SearchablePublisherAggregateField = {}));
730
- var SearchableImprintSortableFields;
731
- (function (SearchableImprintSortableFields) {
732
- SearchableImprintSortableFields["id"] = "id";
733
- SearchableImprintSortableFields["owner"] = "owner";
734
- SearchableImprintSortableFields["name"] = "name";
735
- SearchableImprintSortableFields["slug"] = "slug";
736
- SearchableImprintSortableFields["logo"] = "logo";
737
- SearchableImprintSortableFields["website"] = "website";
738
- SearchableImprintSortableFields["createdAt"] = "createdAt";
739
- SearchableImprintSortableFields["updatedAt"] = "updatedAt";
740
- })(SearchableImprintSortableFields || (exports.SearchableImprintSortableFields = SearchableImprintSortableFields = {}));
741
- var SearchableImprintAggregateField;
742
- (function (SearchableImprintAggregateField) {
743
- SearchableImprintAggregateField["id"] = "id";
744
- SearchableImprintAggregateField["owner"] = "owner";
745
- SearchableImprintAggregateField["name"] = "name";
746
- SearchableImprintAggregateField["slug"] = "slug";
747
- SearchableImprintAggregateField["logo"] = "logo";
748
- SearchableImprintAggregateField["website"] = "website";
749
- SearchableImprintAggregateField["createdAt"] = "createdAt";
750
- SearchableImprintAggregateField["updatedAt"] = "updatedAt";
751
- })(SearchableImprintAggregateField || (exports.SearchableImprintAggregateField = SearchableImprintAggregateField = {}));
752
- var SearchableContributorSortableFields;
753
- (function (SearchableContributorSortableFields) {
754
- SearchableContributorSortableFields["id"] = "id";
755
- SearchableContributorSortableFields["personId"] = "personId";
756
- SearchableContributorSortableFields["order"] = "order";
757
- SearchableContributorSortableFields["owner"] = "owner";
758
- SearchableContributorSortableFields["entityId"] = "entityId";
759
- SearchableContributorSortableFields["createdAt"] = "createdAt";
760
- SearchableContributorSortableFields["roleKey"] = "roleKey";
761
- SearchableContributorSortableFields["updatedAt"] = "updatedAt";
762
- })(SearchableContributorSortableFields || (exports.SearchableContributorSortableFields = SearchableContributorSortableFields = {}));
763
- var SearchableContributorAggregateField;
764
- (function (SearchableContributorAggregateField) {
765
- SearchableContributorAggregateField["id"] = "id";
766
- SearchableContributorAggregateField["personId"] = "personId";
767
- SearchableContributorAggregateField["order"] = "order";
768
- SearchableContributorAggregateField["owner"] = "owner";
769
- SearchableContributorAggregateField["entityId"] = "entityId";
770
- SearchableContributorAggregateField["createdAt"] = "createdAt";
771
- SearchableContributorAggregateField["roleKey"] = "roleKey";
772
- SearchableContributorAggregateField["updatedAt"] = "updatedAt";
773
- })(SearchableContributorAggregateField || (exports.SearchableContributorAggregateField = SearchableContributorAggregateField = {}));
774
- var SearchablePersonSortableFields;
775
- (function (SearchablePersonSortableFields) {
776
- SearchablePersonSortableFields["id"] = "id";
777
- SearchablePersonSortableFields["createdAt"] = "createdAt";
778
- SearchablePersonSortableFields["updatedAt"] = "updatedAt";
779
- SearchablePersonSortableFields["owner"] = "owner";
780
- SearchablePersonSortableFields["firstName"] = "firstName";
781
- SearchablePersonSortableFields["lastName"] = "lastName";
782
- SearchablePersonSortableFields["biography"] = "biography";
783
- SearchablePersonSortableFields["avatar"] = "avatar";
784
- SearchablePersonSortableFields["slug"] = "slug";
785
- })(SearchablePersonSortableFields || (exports.SearchablePersonSortableFields = SearchablePersonSortableFields = {}));
786
- var SearchablePersonAggregateField;
787
- (function (SearchablePersonAggregateField) {
788
- SearchablePersonAggregateField["id"] = "id";
789
- SearchablePersonAggregateField["createdAt"] = "createdAt";
790
- SearchablePersonAggregateField["updatedAt"] = "updatedAt";
791
- SearchablePersonAggregateField["owner"] = "owner";
792
- SearchablePersonAggregateField["firstName"] = "firstName";
793
- SearchablePersonAggregateField["lastName"] = "lastName";
794
- SearchablePersonAggregateField["biography"] = "biography";
795
- SearchablePersonAggregateField["avatar"] = "avatar";
796
- SearchablePersonAggregateField["slug"] = "slug";
797
- })(SearchablePersonAggregateField || (exports.SearchablePersonAggregateField = SearchablePersonAggregateField = {}));
798
- var SearchableCategorySortableFields;
799
- (function (SearchableCategorySortableFields) {
800
- SearchableCategorySortableFields["id"] = "id";
801
- SearchableCategorySortableFields["name"] = "name";
802
- SearchableCategorySortableFields["order"] = "order";
803
- SearchableCategorySortableFields["slug"] = "slug";
804
- SearchableCategorySortableFields["createdAt"] = "createdAt";
805
- SearchableCategorySortableFields["updatedAt"] = "updatedAt";
806
- SearchableCategorySortableFields["parentId"] = "parentId";
807
- })(SearchableCategorySortableFields || (exports.SearchableCategorySortableFields = SearchableCategorySortableFields = {}));
808
- var SearchableCategoryAggregateField;
809
- (function (SearchableCategoryAggregateField) {
810
- SearchableCategoryAggregateField["id"] = "id";
811
- SearchableCategoryAggregateField["name"] = "name";
812
- SearchableCategoryAggregateField["order"] = "order";
813
- SearchableCategoryAggregateField["slug"] = "slug";
814
- SearchableCategoryAggregateField["createdAt"] = "createdAt";
815
- SearchableCategoryAggregateField["updatedAt"] = "updatedAt";
816
- SearchableCategoryAggregateField["parentId"] = "parentId";
817
- })(SearchableCategoryAggregateField || (exports.SearchableCategoryAggregateField = SearchableCategoryAggregateField = {}));
818
- var SearchableBrandSortableFields;
819
- (function (SearchableBrandSortableFields) {
820
- SearchableBrandSortableFields["id"] = "id";
821
- SearchableBrandSortableFields["name"] = "name";
822
- SearchableBrandSortableFields["slug"] = "slug";
823
- SearchableBrandSortableFields["website"] = "website";
824
- SearchableBrandSortableFields["logo"] = "logo";
825
- SearchableBrandSortableFields["owner"] = "owner";
826
- SearchableBrandSortableFields["createdAt"] = "createdAt";
827
- SearchableBrandSortableFields["updatedAt"] = "updatedAt";
828
- })(SearchableBrandSortableFields || (exports.SearchableBrandSortableFields = SearchableBrandSortableFields = {}));
829
- var SearchableBrandAggregateField;
830
- (function (SearchableBrandAggregateField) {
831
- SearchableBrandAggregateField["id"] = "id";
832
- SearchableBrandAggregateField["name"] = "name";
833
- SearchableBrandAggregateField["slug"] = "slug";
834
- SearchableBrandAggregateField["website"] = "website";
835
- SearchableBrandAggregateField["logo"] = "logo";
836
- SearchableBrandAggregateField["owner"] = "owner";
837
- SearchableBrandAggregateField["createdAt"] = "createdAt";
838
- SearchableBrandAggregateField["updatedAt"] = "updatedAt";
839
- })(SearchableBrandAggregateField || (exports.SearchableBrandAggregateField = SearchableBrandAggregateField = {}));
840
- var SearchableManufacturerSortableFields;
841
- (function (SearchableManufacturerSortableFields) {
842
- SearchableManufacturerSortableFields["id"] = "id";
843
- SearchableManufacturerSortableFields["name"] = "name";
844
- SearchableManufacturerSortableFields["slug"] = "slug";
845
- SearchableManufacturerSortableFields["website"] = "website";
846
- SearchableManufacturerSortableFields["logo"] = "logo";
847
- SearchableManufacturerSortableFields["banner"] = "banner";
848
- SearchableManufacturerSortableFields["owner"] = "owner";
849
- SearchableManufacturerSortableFields["createdAt"] = "createdAt";
850
- SearchableManufacturerSortableFields["updatedAt"] = "updatedAt";
851
- })(SearchableManufacturerSortableFields || (exports.SearchableManufacturerSortableFields = SearchableManufacturerSortableFields = {}));
852
- var SearchableManufacturerAggregateField;
853
- (function (SearchableManufacturerAggregateField) {
854
- SearchableManufacturerAggregateField["id"] = "id";
855
- SearchableManufacturerAggregateField["name"] = "name";
856
- SearchableManufacturerAggregateField["slug"] = "slug";
857
- SearchableManufacturerAggregateField["website"] = "website";
858
- SearchableManufacturerAggregateField["logo"] = "logo";
859
- SearchableManufacturerAggregateField["banner"] = "banner";
860
- SearchableManufacturerAggregateField["owner"] = "owner";
861
- SearchableManufacturerAggregateField["createdAt"] = "createdAt";
862
- SearchableManufacturerAggregateField["updatedAt"] = "updatedAt";
863
- })(SearchableManufacturerAggregateField || (exports.SearchableManufacturerAggregateField = SearchableManufacturerAggregateField = {}));
864
- var SearchableSOrderSortableFields;
865
- (function (SearchableSOrderSortableFields) {
866
- SearchableSOrderSortableFields["id"] = "id";
867
- SearchableSOrderSortableFields["owner"] = "owner";
868
- SearchableSOrderSortableFields["ownerName"] = "ownerName";
869
- SearchableSOrderSortableFields["deliveryDate"] = "deliveryDate";
870
- SearchableSOrderSortableFields["note"] = "note";
871
- SearchableSOrderSortableFields["odooNumber"] = "odooNumber";
872
- SearchableSOrderSortableFields["pimQtyForceDecr"] = "pimQtyForceDecr";
873
- SearchableSOrderSortableFields["completedDate"] = "completedDate";
874
- SearchableSOrderSortableFields["createdAt"] = "createdAt";
875
- SearchableSOrderSortableFields["updatedAt"] = "updatedAt";
876
- })(SearchableSOrderSortableFields || (exports.SearchableSOrderSortableFields = SearchableSOrderSortableFields = {}));
877
- var SearchableSOrderAggregateField;
878
- (function (SearchableSOrderAggregateField) {
879
- SearchableSOrderAggregateField["id"] = "id";
880
- SearchableSOrderAggregateField["owner"] = "owner";
881
- SearchableSOrderAggregateField["ownerName"] = "ownerName";
882
- SearchableSOrderAggregateField["type"] = "type";
883
- SearchableSOrderAggregateField["deliveryDate"] = "deliveryDate";
884
- SearchableSOrderAggregateField["status"] = "status";
885
- SearchableSOrderAggregateField["note"] = "note";
886
- SearchableSOrderAggregateField["odooNumber"] = "odooNumber";
887
- SearchableSOrderAggregateField["pimQtyForceDecr"] = "pimQtyForceDecr";
888
- SearchableSOrderAggregateField["completedDate"] = "completedDate";
889
- SearchableSOrderAggregateField["createdAt"] = "createdAt";
890
- SearchableSOrderAggregateField["updatedAt"] = "updatedAt";
891
- })(SearchableSOrderAggregateField || (exports.SearchableSOrderAggregateField = SearchableSOrderAggregateField = {}));
892
- var SearchableSOrderItemSortableFields;
893
- (function (SearchableSOrderItemSortableFields) {
894
- SearchableSOrderItemSortableFields["id"] = "id";
895
- SearchableSOrderItemSortableFields["orderId"] = "orderId";
896
- SearchableSOrderItemSortableFields["entityId"] = "entityId";
897
- SearchableSOrderItemSortableFields["entityISBN"] = "entityISBN";
898
- SearchableSOrderItemSortableFields["entityOwner"] = "entityOwner";
899
- SearchableSOrderItemSortableFields["entityTitle"] = "entityTitle";
900
- SearchableSOrderItemSortableFields["entityThumb"] = "entityThumb";
901
- SearchableSOrderItemSortableFields["entityPrice"] = "entityPrice";
902
- SearchableSOrderItemSortableFields["count"] = "count";
903
- SearchableSOrderItemSortableFields["sentCount"] = "sentCount";
904
- SearchableSOrderItemSortableFields["owner"] = "owner";
905
- SearchableSOrderItemSortableFields["feePerEntity"] = "feePerEntity";
906
- SearchableSOrderItemSortableFields["completedDate"] = "completedDate";
907
- SearchableSOrderItemSortableFields["completedYearMonth"] = "completedYearMonth";
908
- SearchableSOrderItemSortableFields["createdAt"] = "createdAt";
909
- SearchableSOrderItemSortableFields["updatedAt"] = "updatedAt";
910
- })(SearchableSOrderItemSortableFields || (exports.SearchableSOrderItemSortableFields = SearchableSOrderItemSortableFields = {}));
911
- var SearchableSOrderItemAggregateField;
912
- (function (SearchableSOrderItemAggregateField) {
913
- SearchableSOrderItemAggregateField["id"] = "id";
914
- SearchableSOrderItemAggregateField["orderId"] = "orderId";
915
- SearchableSOrderItemAggregateField["entityId"] = "entityId";
916
- SearchableSOrderItemAggregateField["entityISBN"] = "entityISBN";
917
- SearchableSOrderItemAggregateField["entityOwner"] = "entityOwner";
918
- SearchableSOrderItemAggregateField["entityType"] = "entityType";
919
- SearchableSOrderItemAggregateField["entityTitle"] = "entityTitle";
920
- SearchableSOrderItemAggregateField["entityThumb"] = "entityThumb";
921
- SearchableSOrderItemAggregateField["entityPrice"] = "entityPrice";
922
- SearchableSOrderItemAggregateField["count"] = "count";
923
- SearchableSOrderItemAggregateField["sentCount"] = "sentCount";
924
- SearchableSOrderItemAggregateField["orderType"] = "orderType";
925
- SearchableSOrderItemAggregateField["owner"] = "owner";
926
- SearchableSOrderItemAggregateField["feePerEntity"] = "feePerEntity";
927
- SearchableSOrderItemAggregateField["completedDate"] = "completedDate";
928
- SearchableSOrderItemAggregateField["completedYearMonth"] = "completedYearMonth";
929
- SearchableSOrderItemAggregateField["createdAt"] = "createdAt";
930
- SearchableSOrderItemAggregateField["updatedAt"] = "updatedAt";
931
- })(SearchableSOrderItemAggregateField || (exports.SearchableSOrderItemAggregateField = SearchableSOrderItemAggregateField = {}));
932
- var SearchableInventoryMoveSummarySortableFields;
933
- (function (SearchableInventoryMoveSummarySortableFields) {
934
- SearchableInventoryMoveSummarySortableFields["id"] = "id";
935
- SearchableInventoryMoveSummarySortableFields["entityId"] = "entityId";
936
- SearchableInventoryMoveSummarySortableFields["entityOwner"] = "entityOwner";
937
- SearchableInventoryMoveSummarySortableFields["entityISBN"] = "entityISBN";
938
- SearchableInventoryMoveSummarySortableFields["entityTitle"] = "entityTitle";
939
- SearchableInventoryMoveSummarySortableFields["entityThumb"] = "entityThumb";
940
- SearchableInventoryMoveSummarySortableFields["entityPrice"] = "entityPrice";
941
- SearchableInventoryMoveSummarySortableFields["beginning"] = "beginning";
942
- SearchableInventoryMoveSummarySortableFields["ending"] = "ending";
943
- SearchableInventoryMoveSummarySortableFields["sOrder"] = "sOrder";
944
- SearchableInventoryMoveSummarySortableFields["sOrderReturn"] = "sOrderReturn";
945
- SearchableInventoryMoveSummarySortableFields["rOrder"] = "rOrder";
946
- SearchableInventoryMoveSummarySortableFields["rOrderReturn"] = "rOrderReturn";
947
- SearchableInventoryMoveSummarySortableFields["adjustment"] = "adjustment";
948
- SearchableInventoryMoveSummarySortableFields["ecommerce"] = "ecommerce";
949
- SearchableInventoryMoveSummarySortableFields["yearMonth"] = "yearMonth";
950
- SearchableInventoryMoveSummarySortableFields["createdAt"] = "createdAt";
951
- SearchableInventoryMoveSummarySortableFields["updatedAt"] = "updatedAt";
952
- })(SearchableInventoryMoveSummarySortableFields || (exports.SearchableInventoryMoveSummarySortableFields = SearchableInventoryMoveSummarySortableFields = {}));
953
- var SearchableInventoryMoveSummaryAggregateField;
954
- (function (SearchableInventoryMoveSummaryAggregateField) {
955
- SearchableInventoryMoveSummaryAggregateField["id"] = "id";
956
- SearchableInventoryMoveSummaryAggregateField["entityId"] = "entityId";
957
- SearchableInventoryMoveSummaryAggregateField["entityOwner"] = "entityOwner";
958
- SearchableInventoryMoveSummaryAggregateField["entityISBN"] = "entityISBN";
959
- SearchableInventoryMoveSummaryAggregateField["entityType"] = "entityType";
960
- SearchableInventoryMoveSummaryAggregateField["entityTitle"] = "entityTitle";
961
- SearchableInventoryMoveSummaryAggregateField["entityThumb"] = "entityThumb";
962
- SearchableInventoryMoveSummaryAggregateField["entityPrice"] = "entityPrice";
963
- SearchableInventoryMoveSummaryAggregateField["beginning"] = "beginning";
964
- SearchableInventoryMoveSummaryAggregateField["ending"] = "ending";
965
- SearchableInventoryMoveSummaryAggregateField["sOrder"] = "sOrder";
966
- SearchableInventoryMoveSummaryAggregateField["sOrderReturn"] = "sOrderReturn";
967
- SearchableInventoryMoveSummaryAggregateField["rOrder"] = "rOrder";
968
- SearchableInventoryMoveSummaryAggregateField["rOrderReturn"] = "rOrderReturn";
969
- SearchableInventoryMoveSummaryAggregateField["adjustment"] = "adjustment";
970
- SearchableInventoryMoveSummaryAggregateField["ecommerce"] = "ecommerce";
971
- SearchableInventoryMoveSummaryAggregateField["yearMonth"] = "yearMonth";
972
- SearchableInventoryMoveSummaryAggregateField["createdAt"] = "createdAt";
973
- SearchableInventoryMoveSummaryAggregateField["updatedAt"] = "updatedAt";
974
- })(SearchableInventoryMoveSummaryAggregateField || (exports.SearchableInventoryMoveSummaryAggregateField = SearchableInventoryMoveSummaryAggregateField = {}));
975
- var SearchableInventoryMoveAdjustmentSortableFields;
976
- (function (SearchableInventoryMoveAdjustmentSortableFields) {
977
- SearchableInventoryMoveAdjustmentSortableFields["id"] = "id";
978
- SearchableInventoryMoveAdjustmentSortableFields["entityId"] = "entityId";
979
- SearchableInventoryMoveAdjustmentSortableFields["entityOwner"] = "entityOwner";
980
- SearchableInventoryMoveAdjustmentSortableFields["entityISBN"] = "entityISBN";
981
- SearchableInventoryMoveAdjustmentSortableFields["entityTitle"] = "entityTitle";
982
- SearchableInventoryMoveAdjustmentSortableFields["entityThumb"] = "entityThumb";
983
- SearchableInventoryMoveAdjustmentSortableFields["yearMonth"] = "yearMonth";
984
- SearchableInventoryMoveAdjustmentSortableFields["adjustmentDate"] = "adjustmentDate";
985
- SearchableInventoryMoveAdjustmentSortableFields["count"] = "count";
986
- SearchableInventoryMoveAdjustmentSortableFields["note"] = "note";
987
- SearchableInventoryMoveAdjustmentSortableFields["createdAt"] = "createdAt";
988
- SearchableInventoryMoveAdjustmentSortableFields["updatedAt"] = "updatedAt";
989
- })(SearchableInventoryMoveAdjustmentSortableFields || (exports.SearchableInventoryMoveAdjustmentSortableFields = SearchableInventoryMoveAdjustmentSortableFields = {}));
990
- var SearchableInventoryMoveAdjustmentAggregateField;
991
- (function (SearchableInventoryMoveAdjustmentAggregateField) {
992
- SearchableInventoryMoveAdjustmentAggregateField["id"] = "id";
993
- SearchableInventoryMoveAdjustmentAggregateField["entityId"] = "entityId";
994
- SearchableInventoryMoveAdjustmentAggregateField["entityOwner"] = "entityOwner";
995
- SearchableInventoryMoveAdjustmentAggregateField["entityISBN"] = "entityISBN";
996
- SearchableInventoryMoveAdjustmentAggregateField["entityType"] = "entityType";
997
- SearchableInventoryMoveAdjustmentAggregateField["entityTitle"] = "entityTitle";
998
- SearchableInventoryMoveAdjustmentAggregateField["entityThumb"] = "entityThumb";
999
- SearchableInventoryMoveAdjustmentAggregateField["yearMonth"] = "yearMonth";
1000
- SearchableInventoryMoveAdjustmentAggregateField["adjustmentDate"] = "adjustmentDate";
1001
- SearchableInventoryMoveAdjustmentAggregateField["count"] = "count";
1002
- SearchableInventoryMoveAdjustmentAggregateField["note"] = "note";
1003
- SearchableInventoryMoveAdjustmentAggregateField["createdAt"] = "createdAt";
1004
- SearchableInventoryMoveAdjustmentAggregateField["updatedAt"] = "updatedAt";
1005
- })(SearchableInventoryMoveAdjustmentAggregateField || (exports.SearchableInventoryMoveAdjustmentAggregateField = SearchableInventoryMoveAdjustmentAggregateField = {}));
1006
- var SearchablePriceChangeSortableFields;
1007
- (function (SearchablePriceChangeSortableFields) {
1008
- SearchablePriceChangeSortableFields["id"] = "id";
1009
- SearchablePriceChangeSortableFields["owner"] = "owner";
1010
- SearchablePriceChangeSortableFields["entityId"] = "entityId";
1011
- SearchablePriceChangeSortableFields["oldPrice"] = "oldPrice";
1012
- SearchablePriceChangeSortableFields["newPrice"] = "newPrice";
1013
- SearchablePriceChangeSortableFields["changeDate"] = "changeDate";
1014
- SearchablePriceChangeSortableFields["completedDate"] = "completedDate";
1015
- SearchablePriceChangeSortableFields["adminNote"] = "adminNote";
1016
- SearchablePriceChangeSortableFields["failureNote"] = "failureNote";
1017
- SearchablePriceChangeSortableFields["createdAt"] = "createdAt";
1018
- SearchablePriceChangeSortableFields["updatedAt"] = "updatedAt";
1019
- })(SearchablePriceChangeSortableFields || (exports.SearchablePriceChangeSortableFields = SearchablePriceChangeSortableFields = {}));
1020
- var SearchablePriceChangeAggregateField;
1021
- (function (SearchablePriceChangeAggregateField) {
1022
- SearchablePriceChangeAggregateField["id"] = "id";
1023
- SearchablePriceChangeAggregateField["owner"] = "owner";
1024
- SearchablePriceChangeAggregateField["entityId"] = "entityId";
1025
- SearchablePriceChangeAggregateField["oldPrice"] = "oldPrice";
1026
- SearchablePriceChangeAggregateField["newPrice"] = "newPrice";
1027
- SearchablePriceChangeAggregateField["changeDate"] = "changeDate";
1028
- SearchablePriceChangeAggregateField["completedDate"] = "completedDate";
1029
- SearchablePriceChangeAggregateField["status"] = "status";
1030
- SearchablePriceChangeAggregateField["adminNote"] = "adminNote";
1031
- SearchablePriceChangeAggregateField["failureNote"] = "failureNote";
1032
- SearchablePriceChangeAggregateField["createdAt"] = "createdAt";
1033
- SearchablePriceChangeAggregateField["updatedAt"] = "updatedAt";
1034
- })(SearchablePriceChangeAggregateField || (exports.SearchablePriceChangeAggregateField = SearchablePriceChangeAggregateField = {}));
1035
- //# sourceMappingURL=supplier-portal.model.js.map