pure-orm 4.0.0-0 → 4.0.0-3

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 (1198) hide show
  1. package/.prettierignore +1 -0
  2. package/README.md +390 -332
  3. package/babel.config.js +6 -0
  4. package/coverage/clover.xml +2421 -0
  5. package/coverage/coverage-final.json +125 -0
  6. package/coverage/lcov-report/base.css +224 -0
  7. package/coverage/lcov-report/block-navigation.js +79 -0
  8. package/coverage/lcov-report/business-object.ts.html +1290 -0
  9. package/coverage/lcov-report/dao/base-dao.js.html +507 -0
  10. package/coverage/lcov-report/dao/index.html +97 -0
  11. package/coverage/lcov-report/dist/business-object.js.html +1164 -0
  12. package/coverage/lcov-report/dist/examples/blog/business-objects/article.js.html +216 -0
  13. package/coverage/lcov-report/dist/examples/blog/business-objects/article_tag.js.html +168 -0
  14. package/coverage/lcov-report/dist/examples/blog/business-objects/article_tags.js.html +99 -0
  15. package/coverage/lcov-report/dist/examples/blog/business-objects/articles.js.html +72 -0
  16. package/coverage/lcov-report/dist/examples/blog/business-objects/index.html +136 -0
  17. package/coverage/lcov-report/dist/examples/blog/business-objects/person.js.html +213 -0
  18. package/coverage/lcov-report/dist/examples/blog/business-objects/tag.js.html +156 -0
  19. package/coverage/lcov-report/dist/examples/blog/entities/article.js.html +216 -0
  20. package/coverage/lcov-report/dist/examples/blog/entities/article_tag.js.html +168 -0
  21. package/coverage/lcov-report/dist/examples/blog/entities/index.html +136 -0
  22. package/coverage/lcov-report/dist/examples/blog/entities/person.js.html +213 -0
  23. package/coverage/lcov-report/dist/examples/blog/entities/tag.js.html +156 -0
  24. package/coverage/lcov-report/dist/examples/blog/index.html +97 -0
  25. package/coverage/lcov-report/dist/examples/blog/models/article.js.html +216 -0
  26. package/coverage/lcov-report/dist/examples/blog/models/article_tag.js.html +168 -0
  27. package/coverage/lcov-report/dist/examples/blog/models/index.html +136 -0
  28. package/coverage/lcov-report/dist/examples/blog/models/person.js.html +213 -0
  29. package/coverage/lcov-report/dist/examples/blog/models/tag.js.html +156 -0
  30. package/coverage/lcov-report/dist/examples/blog/orm.js.html +120 -0
  31. package/coverage/lcov-report/dist/examples/order/business-objects/index.html +149 -0
  32. package/coverage/lcov-report/dist/examples/order/business-objects/line-item.js.html +219 -0
  33. package/coverage/lcov-report/dist/examples/order/business-objects/line-items.js.html +99 -0
  34. package/coverage/lcov-report/dist/examples/order/business-objects/order.js.html +306 -0
  35. package/coverage/lcov-report/dist/examples/order/business-objects/orders.js.html +99 -0
  36. package/coverage/lcov-report/dist/examples/order/business-objects/product-variant.js.html +222 -0
  37. package/coverage/lcov-report/dist/examples/order/business-objects/product-variants.js.html +99 -0
  38. package/coverage/lcov-report/dist/examples/order/business-objects/product.js.html +192 -0
  39. package/coverage/lcov-report/dist/examples/order/business-objects/products.js.html +99 -0
  40. package/coverage/lcov-report/dist/examples/order/business-objects/utm-source.js.html +162 -0
  41. package/coverage/lcov-report/dist/examples/order/entities/index.html +149 -0
  42. package/coverage/lcov-report/dist/examples/order/entities/line-item.js.html +219 -0
  43. package/coverage/lcov-report/dist/examples/order/entities/order.js.html +306 -0
  44. package/coverage/lcov-report/dist/examples/order/entities/product-variant.js.html +222 -0
  45. package/coverage/lcov-report/dist/examples/order/entities/product.js.html +192 -0
  46. package/coverage/lcov-report/dist/examples/order/entities/utm-source.js.html +162 -0
  47. package/coverage/lcov-report/dist/examples/order/index.html +97 -0
  48. package/coverage/lcov-report/dist/examples/order/models/index.html +149 -0
  49. package/coverage/lcov-report/dist/examples/order/models/line-item.js.html +219 -0
  50. package/coverage/lcov-report/dist/examples/order/models/order.js.html +306 -0
  51. package/coverage/lcov-report/dist/examples/order/models/product-variant.js.html +222 -0
  52. package/coverage/lcov-report/dist/examples/order/models/product.js.html +192 -0
  53. package/coverage/lcov-report/dist/examples/order/models/utm-source.js.html +162 -0
  54. package/coverage/lcov-report/dist/examples/order/orm.js.html +126 -0
  55. package/coverage/lcov-report/dist/examples/order-more/business-objects/actual-product-variant.js.html +141 -0
  56. package/coverage/lcov-report/dist/examples/order-more/business-objects/actual-product-variants.js.html +99 -0
  57. package/coverage/lcov-report/dist/examples/order-more/business-objects/color.js.html +150 -0
  58. package/coverage/lcov-report/dist/examples/order-more/business-objects/colors.js.html +99 -0
  59. package/coverage/lcov-report/dist/examples/order-more/business-objects/customer.js.html +141 -0
  60. package/coverage/lcov-report/dist/examples/order-more/business-objects/customers.js.html +99 -0
  61. package/coverage/lcov-report/dist/examples/order-more/business-objects/gender.js.html +144 -0
  62. package/coverage/lcov-report/dist/examples/order-more/business-objects/genders.js.html +99 -0
  63. package/coverage/lcov-report/dist/examples/order-more/business-objects/index.html +344 -0
  64. package/coverage/lcov-report/dist/examples/order-more/business-objects/inventory-level.js.html +192 -0
  65. package/coverage/lcov-report/dist/examples/order-more/business-objects/inventory-levels.js.html +99 -0
  66. package/coverage/lcov-report/dist/examples/order-more/business-objects/line-item.js.html +219 -0
  67. package/coverage/lcov-report/dist/examples/order-more/business-objects/line-items.js.html +99 -0
  68. package/coverage/lcov-report/dist/examples/order-more/business-objects/order.js.html +339 -0
  69. package/coverage/lcov-report/dist/examples/order-more/business-objects/orders.js.html +99 -0
  70. package/coverage/lcov-report/dist/examples/order-more/business-objects/parcel-event.js.html +168 -0
  71. package/coverage/lcov-report/dist/examples/order-more/business-objects/parcel-events.js.html +99 -0
  72. package/coverage/lcov-report/dist/examples/order-more/business-objects/parcel-line-item.js.html +168 -0
  73. package/coverage/lcov-report/dist/examples/order-more/business-objects/parcel-line-items.js.html +99 -0
  74. package/coverage/lcov-report/dist/examples/order-more/business-objects/parcel.js.html +138 -0
  75. package/coverage/lcov-report/dist/examples/order-more/business-objects/parcels.js.html +99 -0
  76. package/coverage/lcov-report/dist/examples/order-more/business-objects/physical-address.js.html +204 -0
  77. package/coverage/lcov-report/dist/examples/order-more/business-objects/physical-addresses.js.html +108 -0
  78. package/coverage/lcov-report/dist/examples/order-more/business-objects/product-variant-image.js.html +174 -0
  79. package/coverage/lcov-report/dist/examples/order-more/business-objects/product-variant-images.js.html +99 -0
  80. package/coverage/lcov-report/dist/examples/order-more/business-objects/product-variant.js.html +258 -0
  81. package/coverage/lcov-report/dist/examples/order-more/business-objects/product-variants.js.html +99 -0
  82. package/coverage/lcov-report/dist/examples/order-more/business-objects/product.js.html +198 -0
  83. package/coverage/lcov-report/dist/examples/order-more/business-objects/products.js.html +99 -0
  84. package/coverage/lcov-report/dist/examples/order-more/business-objects/refund.js.html +198 -0
  85. package/coverage/lcov-report/dist/examples/order-more/business-objects/refunds.js.html +99 -0
  86. package/coverage/lcov-report/dist/examples/order-more/business-objects/shipment-actual-product-variant.js.html +180 -0
  87. package/coverage/lcov-report/dist/examples/order-more/business-objects/shipment-actual-product-variants.js.html +99 -0
  88. package/coverage/lcov-report/dist/examples/order-more/business-objects/shipment.js.html +144 -0
  89. package/coverage/lcov-report/dist/examples/order-more/business-objects/shipments.js.html +99 -0
  90. package/coverage/lcov-report/dist/examples/order-more/business-objects/size.js.html +144 -0
  91. package/coverage/lcov-report/dist/examples/order-more/business-objects/sizes.js.html +99 -0
  92. package/coverage/lcov-report/dist/examples/order-more/business-objects/utm-medium.js.html +144 -0
  93. package/coverage/lcov-report/dist/examples/order-more/business-objects/utm-source.js.html +147 -0
  94. package/coverage/lcov-report/dist/examples/order-more/entities/actual-product-variant.js.html +141 -0
  95. package/coverage/lcov-report/dist/examples/order-more/entities/color.js.html +150 -0
  96. package/coverage/lcov-report/dist/examples/order-more/entities/customer.js.html +141 -0
  97. package/coverage/lcov-report/dist/examples/order-more/entities/gender.js.html +144 -0
  98. package/coverage/lcov-report/dist/examples/order-more/entities/index.html +344 -0
  99. package/coverage/lcov-report/dist/examples/order-more/entities/inventory-level.js.html +192 -0
  100. package/coverage/lcov-report/dist/examples/order-more/entities/line-item.js.html +219 -0
  101. package/coverage/lcov-report/dist/examples/order-more/entities/order.js.html +339 -0
  102. package/coverage/lcov-report/dist/examples/order-more/entities/parcel-event.js.html +168 -0
  103. package/coverage/lcov-report/dist/examples/order-more/entities/parcel-line-item.js.html +168 -0
  104. package/coverage/lcov-report/dist/examples/order-more/entities/parcel.js.html +138 -0
  105. package/coverage/lcov-report/dist/examples/order-more/entities/physical-address.js.html +204 -0
  106. package/coverage/lcov-report/dist/examples/order-more/entities/product-variant-image.js.html +174 -0
  107. package/coverage/lcov-report/dist/examples/order-more/entities/product-variant.js.html +258 -0
  108. package/coverage/lcov-report/dist/examples/order-more/entities/product.js.html +198 -0
  109. package/coverage/lcov-report/dist/examples/order-more/entities/refund.js.html +198 -0
  110. package/coverage/lcov-report/dist/examples/order-more/entities/shipment-actual-product-variant.js.html +180 -0
  111. package/coverage/lcov-report/dist/examples/order-more/entities/shipment.js.html +144 -0
  112. package/coverage/lcov-report/dist/examples/order-more/entities/size.js.html +144 -0
  113. package/coverage/lcov-report/dist/examples/order-more/entities/utm-medium.js.html +144 -0
  114. package/coverage/lcov-report/dist/examples/order-more/entities/utm-source.js.html +147 -0
  115. package/coverage/lcov-report/dist/examples/order-more/index.html +97 -0
  116. package/coverage/lcov-report/dist/examples/order-more/models/actual-product-variant.js.html +141 -0
  117. package/coverage/lcov-report/dist/examples/order-more/models/color.js.html +150 -0
  118. package/coverage/lcov-report/dist/examples/order-more/models/customer.js.html +141 -0
  119. package/coverage/lcov-report/dist/examples/order-more/models/gender.js.html +144 -0
  120. package/coverage/lcov-report/dist/examples/order-more/models/index.html +344 -0
  121. package/coverage/lcov-report/dist/examples/order-more/models/inventory-level.js.html +192 -0
  122. package/coverage/lcov-report/dist/examples/order-more/models/line-item.js.html +219 -0
  123. package/coverage/lcov-report/dist/examples/order-more/models/order.js.html +339 -0
  124. package/coverage/lcov-report/dist/examples/order-more/models/parcel-event.js.html +168 -0
  125. package/coverage/lcov-report/dist/examples/order-more/models/parcel-line-item.js.html +168 -0
  126. package/coverage/lcov-report/dist/examples/order-more/models/parcel.js.html +138 -0
  127. package/coverage/lcov-report/dist/examples/order-more/models/physical-address.js.html +204 -0
  128. package/coverage/lcov-report/dist/examples/order-more/models/product-variant-image.js.html +174 -0
  129. package/coverage/lcov-report/dist/examples/order-more/models/product-variant.js.html +258 -0
  130. package/coverage/lcov-report/dist/examples/order-more/models/product.js.html +198 -0
  131. package/coverage/lcov-report/dist/examples/order-more/models/refund.js.html +198 -0
  132. package/coverage/lcov-report/dist/examples/order-more/models/shipment-actual-product-variant.js.html +180 -0
  133. package/coverage/lcov-report/dist/examples/order-more/models/shipment.js.html +144 -0
  134. package/coverage/lcov-report/dist/examples/order-more/models/size.js.html +144 -0
  135. package/coverage/lcov-report/dist/examples/order-more/models/utm-medium.js.html +144 -0
  136. package/coverage/lcov-report/dist/examples/order-more/models/utm-source.js.html +147 -0
  137. package/coverage/lcov-report/dist/examples/order-more/orm.js.html +216 -0
  138. package/coverage/lcov-report/dist/factory.js.html +501 -0
  139. package/coverage/lcov-report/dist/index.html +123 -0
  140. package/coverage/lcov-report/dist/index.js.html +153 -0
  141. package/coverage/lcov-report/dist/src/business-object.js.html +1218 -0
  142. package/coverage/lcov-report/dist/src/factory.js.html +1605 -0
  143. package/coverage/lcov-report/dist/src/index.html +110 -0
  144. package/coverage/lcov-report/dist/src/index.js.html +84 -0
  145. package/coverage/lcov-report/dist/test-utils/blog/index.html +97 -0
  146. package/coverage/lcov-report/dist/test-utils/blog/models/article.js.html +216 -0
  147. package/coverage/lcov-report/dist/test-utils/blog/models/article_tag.js.html +168 -0
  148. package/coverage/lcov-report/dist/test-utils/blog/models/article_tag.ts.html +192 -0
  149. package/coverage/lcov-report/dist/test-utils/blog/models/index.html +136 -0
  150. package/coverage/lcov-report/dist/test-utils/blog/models/person.js.html +213 -0
  151. package/coverage/lcov-report/dist/test-utils/blog/models/tag.js.html +144 -0
  152. package/coverage/lcov-report/dist/test-utils/blog/models/tag.ts.html +177 -0
  153. package/coverage/lcov-report/dist/test-utils/blog/orm.js.html +105 -0
  154. package/coverage/lcov-report/dist/test-utils/five/business-objects/index.html +149 -0
  155. package/coverage/lcov-report/dist/test-utils/five/business-objects/line-item.js.html +156 -0
  156. package/coverage/lcov-report/dist/test-utils/five/business-objects/line-items.js.html +99 -0
  157. package/coverage/lcov-report/dist/test-utils/five/business-objects/order.js.html +150 -0
  158. package/coverage/lcov-report/dist/test-utils/five/business-objects/orders.js.html +99 -0
  159. package/coverage/lcov-report/dist/test-utils/five/business-objects/parcel-event.js.html +168 -0
  160. package/coverage/lcov-report/dist/test-utils/five/business-objects/parcel-events.js.html +99 -0
  161. package/coverage/lcov-report/dist/test-utils/five/business-objects/parcel-line-item.js.html +168 -0
  162. package/coverage/lcov-report/dist/test-utils/five/business-objects/parcel-line-items.js.html +99 -0
  163. package/coverage/lcov-report/dist/test-utils/five/business-objects/parcel.js.html +138 -0
  164. package/coverage/lcov-report/dist/test-utils/five/business-objects/parcels.js.html +99 -0
  165. package/coverage/lcov-report/dist/test-utils/five/entities/index.html +149 -0
  166. package/coverage/lcov-report/dist/test-utils/five/entities/line-item.js.html +156 -0
  167. package/coverage/lcov-report/dist/test-utils/five/entities/order.js.html +150 -0
  168. package/coverage/lcov-report/dist/test-utils/five/entities/parcel-event.js.html +168 -0
  169. package/coverage/lcov-report/dist/test-utils/five/entities/parcel-line-item.js.html +168 -0
  170. package/coverage/lcov-report/dist/test-utils/five/entities/parcel.js.html +138 -0
  171. package/coverage/lcov-report/dist/test-utils/five/index.html +97 -0
  172. package/coverage/lcov-report/dist/test-utils/five/models/index.html +149 -0
  173. package/coverage/lcov-report/dist/test-utils/five/models/line-item.js.html +156 -0
  174. package/coverage/lcov-report/dist/test-utils/five/models/order.js.html +141 -0
  175. package/coverage/lcov-report/dist/test-utils/five/models/parcel-event.js.html +168 -0
  176. package/coverage/lcov-report/dist/test-utils/five/models/parcel-line-item.js.html +168 -0
  177. package/coverage/lcov-report/dist/test-utils/five/models/parcel.js.html +138 -0
  178. package/coverage/lcov-report/dist/test-utils/five/orm.js.html +126 -0
  179. package/coverage/lcov-report/dist/test-utils/nine/business-objects/feature-switch.js.html +147 -0
  180. package/coverage/lcov-report/dist/test-utils/nine/business-objects/feature-switches.js.html +108 -0
  181. package/coverage/lcov-report/dist/test-utils/nine/business-objects/index.html +97 -0
  182. package/coverage/lcov-report/dist/test-utils/nine/entities/feature-switch.js.html +147 -0
  183. package/coverage/lcov-report/dist/test-utils/nine/entities/index.html +97 -0
  184. package/coverage/lcov-report/dist/test-utils/nine/index.html +97 -0
  185. package/coverage/lcov-report/dist/test-utils/nine/models/feature-switch.js.html +147 -0
  186. package/coverage/lcov-report/dist/test-utils/nine/models/index.html +97 -0
  187. package/coverage/lcov-report/dist/test-utils/nine/orm.js.html +96 -0
  188. package/coverage/lcov-report/dist/test-utils/order/index.html +97 -0
  189. package/coverage/lcov-report/dist/test-utils/order/models/index.html +149 -0
  190. package/coverage/lcov-report/dist/test-utils/order/models/line-item.js.html +219 -0
  191. package/coverage/lcov-report/dist/test-utils/order/models/order.js.html +306 -0
  192. package/coverage/lcov-report/dist/test-utils/order/models/product-variant.js.html +222 -0
  193. package/coverage/lcov-report/dist/test-utils/order/models/product.js.html +192 -0
  194. package/coverage/lcov-report/dist/test-utils/order/models/utm-source.js.html +147 -0
  195. package/coverage/lcov-report/dist/test-utils/order/orm.js.html +126 -0
  196. package/coverage/lcov-report/dist/test-utils/order-more/index.html +97 -0
  197. package/coverage/lcov-report/dist/test-utils/order-more/models/actual-product-variant.js.html +141 -0
  198. package/coverage/lcov-report/dist/test-utils/order-more/models/color.js.html +168 -0
  199. package/coverage/lcov-report/dist/test-utils/order-more/models/customer.js.html +141 -0
  200. package/coverage/lcov-report/dist/test-utils/order-more/models/gender.js.html +144 -0
  201. package/coverage/lcov-report/dist/test-utils/order-more/models/index.html +344 -0
  202. package/coverage/lcov-report/dist/test-utils/order-more/models/inventory-level.js.html +192 -0
  203. package/coverage/lcov-report/dist/test-utils/order-more/models/line-item.js.html +219 -0
  204. package/coverage/lcov-report/dist/test-utils/order-more/models/order.js.html +339 -0
  205. package/coverage/lcov-report/dist/test-utils/order-more/models/parcel-event.js.html +168 -0
  206. package/coverage/lcov-report/dist/test-utils/order-more/models/parcel-line-item.js.html +168 -0
  207. package/coverage/lcov-report/dist/test-utils/order-more/models/parcel.js.html +138 -0
  208. package/coverage/lcov-report/dist/test-utils/order-more/models/physical-address.js.html +204 -0
  209. package/coverage/lcov-report/dist/test-utils/order-more/models/product-variant-image.js.html +174 -0
  210. package/coverage/lcov-report/dist/test-utils/order-more/models/product-variant.js.html +258 -0
  211. package/coverage/lcov-report/dist/test-utils/order-more/models/product.js.html +198 -0
  212. package/coverage/lcov-report/dist/test-utils/order-more/models/refund.js.html +198 -0
  213. package/coverage/lcov-report/dist/test-utils/order-more/models/shipment-actual-product-variant.js.html +180 -0
  214. package/coverage/lcov-report/dist/test-utils/order-more/models/shipment.js.html +156 -0
  215. package/coverage/lcov-report/dist/test-utils/order-more/models/size.js.html +144 -0
  216. package/coverage/lcov-report/dist/test-utils/order-more/models/utm-medium.js.html +144 -0
  217. package/coverage/lcov-report/dist/test-utils/order-more/models/utm-source.js.html +147 -0
  218. package/coverage/lcov-report/dist/test-utils/order-more/orm.js.html +216 -0
  219. package/coverage/lcov-report/dist/test-utils/six/business-objects/customer.js.html +141 -0
  220. package/coverage/lcov-report/dist/test-utils/six/business-objects/customers.js.html +99 -0
  221. package/coverage/lcov-report/dist/test-utils/six/business-objects/index.html +149 -0
  222. package/coverage/lcov-report/dist/test-utils/six/business-objects/line-item.js.html +156 -0
  223. package/coverage/lcov-report/dist/test-utils/six/business-objects/order.js.html +156 -0
  224. package/coverage/lcov-report/dist/test-utils/six/business-objects/orders.js.html +99 -0
  225. package/coverage/lcov-report/dist/test-utils/six/business-objects/parcel-line-item.js.html +168 -0
  226. package/coverage/lcov-report/dist/test-utils/six/business-objects/parcel-line-items.js.html +99 -0
  227. package/coverage/lcov-report/dist/test-utils/six/business-objects/parcel.js.html +138 -0
  228. package/coverage/lcov-report/dist/test-utils/six/business-objects/parcels.js.html +99 -0
  229. package/coverage/lcov-report/dist/test-utils/six/entities/customer.js.html +141 -0
  230. package/coverage/lcov-report/dist/test-utils/six/entities/index.html +149 -0
  231. package/coverage/lcov-report/dist/test-utils/six/entities/line-item.js.html +156 -0
  232. package/coverage/lcov-report/dist/test-utils/six/entities/order.js.html +156 -0
  233. package/coverage/lcov-report/dist/test-utils/six/entities/parcel-line-item.js.html +168 -0
  234. package/coverage/lcov-report/dist/test-utils/six/entities/parcel.js.html +138 -0
  235. package/coverage/lcov-report/dist/test-utils/six/index.html +97 -0
  236. package/coverage/lcov-report/dist/test-utils/six/models/customer.js.html +141 -0
  237. package/coverage/lcov-report/dist/test-utils/six/models/index.html +149 -0
  238. package/coverage/lcov-report/dist/test-utils/six/models/line-item.js.html +156 -0
  239. package/coverage/lcov-report/dist/test-utils/six/models/order.js.html +156 -0
  240. package/coverage/lcov-report/dist/test-utils/six/models/parcel-line-item.js.html +168 -0
  241. package/coverage/lcov-report/dist/test-utils/six/models/parcel.js.html +138 -0
  242. package/coverage/lcov-report/dist/test-utils/six/orm.js.html +126 -0
  243. package/coverage/lcov-report/dist/test-utils/thirteen/business-objects/audience.js.html +144 -0
  244. package/coverage/lcov-report/dist/test-utils/thirteen/business-objects/audiences.js.html +99 -0
  245. package/coverage/lcov-report/dist/test-utils/thirteen/business-objects/brand.js.html +144 -0
  246. package/coverage/lcov-report/dist/test-utils/thirteen/business-objects/brands.js.html +99 -0
  247. package/coverage/lcov-report/dist/test-utils/thirteen/business-objects/categories.js.html +108 -0
  248. package/coverage/lcov-report/dist/test-utils/thirteen/business-objects/category.js.html +144 -0
  249. package/coverage/lcov-report/dist/test-utils/thirteen/business-objects/index.html +188 -0
  250. package/coverage/lcov-report/dist/test-utils/thirteen/business-objects/member.js.html +144 -0
  251. package/coverage/lcov-report/dist/test-utils/thirteen/business-objects/members.js.html +99 -0
  252. package/coverage/lcov-report/dist/test-utils/thirteen/business-objects/passion.js.html +144 -0
  253. package/coverage/lcov-report/dist/test-utils/thirteen/business-objects/passions.js.html +99 -0
  254. package/coverage/lcov-report/dist/test-utils/thirteen/business-objects/product.js.html +156 -0
  255. package/coverage/lcov-report/dist/test-utils/thirteen/business-objects/products.js.html +99 -0
  256. package/coverage/lcov-report/dist/test-utils/thirteen/business-objects/recommendation-audience.js.html +168 -0
  257. package/coverage/lcov-report/dist/test-utils/thirteen/business-objects/recommendation-audiences.js.html +99 -0
  258. package/coverage/lcov-report/dist/test-utils/thirteen/business-objects/recommendation.js.html +204 -0
  259. package/coverage/lcov-report/dist/test-utils/thirteen/business-objects/recommendations.js.html +99 -0
  260. package/coverage/lcov-report/dist/test-utils/thirteen/entities/audience.js.html +144 -0
  261. package/coverage/lcov-report/dist/test-utils/thirteen/entities/brand.js.html +144 -0
  262. package/coverage/lcov-report/dist/test-utils/thirteen/entities/category.js.html +144 -0
  263. package/coverage/lcov-report/dist/test-utils/thirteen/entities/index.html +188 -0
  264. package/coverage/lcov-report/dist/test-utils/thirteen/entities/member.js.html +144 -0
  265. package/coverage/lcov-report/dist/test-utils/thirteen/entities/passion.js.html +144 -0
  266. package/coverage/lcov-report/dist/test-utils/thirteen/entities/product.js.html +156 -0
  267. package/coverage/lcov-report/dist/test-utils/thirteen/entities/recommendation-audience.js.html +168 -0
  268. package/coverage/lcov-report/dist/test-utils/thirteen/entities/recommendation.js.html +204 -0
  269. package/coverage/lcov-report/dist/test-utils/thirteen/index.html +97 -0
  270. package/coverage/lcov-report/dist/test-utils/thirteen/models/audience.js.html +138 -0
  271. package/coverage/lcov-report/dist/test-utils/thirteen/models/brand.js.html +138 -0
  272. package/coverage/lcov-report/dist/test-utils/thirteen/models/category.js.html +138 -0
  273. package/coverage/lcov-report/dist/test-utils/thirteen/models/index.html +188 -0
  274. package/coverage/lcov-report/dist/test-utils/thirteen/models/member.js.html +138 -0
  275. package/coverage/lcov-report/dist/test-utils/thirteen/models/passion.js.html +138 -0
  276. package/coverage/lcov-report/dist/test-utils/thirteen/models/product.js.html +156 -0
  277. package/coverage/lcov-report/dist/test-utils/thirteen/models/recommendation-audience.js.html +168 -0
  278. package/coverage/lcov-report/dist/test-utils/thirteen/models/recommendation.js.html +204 -0
  279. package/coverage/lcov-report/dist/test-utils/thirteen/orm.js.html +144 -0
  280. package/coverage/lcov-report/dist/test-utils/three/index.html +97 -0
  281. package/coverage/lcov-report/dist/test-utils/three/results.js.html +1335 -0
  282. package/coverage/lcov-report/dist/test-utils/twelve/business-objects/index.html +110 -0
  283. package/coverage/lcov-report/dist/test-utils/twelve/business-objects/member.js.html +144 -0
  284. package/coverage/lcov-report/dist/test-utils/twelve/business-objects/members.js.html +99 -0
  285. package/coverage/lcov-report/dist/test-utils/twelve/business-objects/prompt.js.html +165 -0
  286. package/coverage/lcov-report/dist/test-utils/twelve/business-objects/prompts.js.html +99 -0
  287. package/coverage/lcov-report/dist/test-utils/twelve/entities/index.html +110 -0
  288. package/coverage/lcov-report/dist/test-utils/twelve/entities/member.js.html +144 -0
  289. package/coverage/lcov-report/dist/test-utils/twelve/entities/prompt.js.html +165 -0
  290. package/coverage/lcov-report/dist/test-utils/twelve/index.html +97 -0
  291. package/coverage/lcov-report/dist/test-utils/twelve/models/index.html +110 -0
  292. package/coverage/lcov-report/dist/test-utils/twelve/models/member.js.html +138 -0
  293. package/coverage/lcov-report/dist/test-utils/twelve/models/prompt.js.html +165 -0
  294. package/coverage/lcov-report/dist/test-utils/twelve/orm.js.html +99 -0
  295. package/coverage/lcov-report/dist/test-utils/two/index.html +97 -0
  296. package/coverage/lcov-report/dist/test-utils/two/results.js.html +1035 -0
  297. package/coverage/lcov-report/examples/blog/bo/article.js.html +174 -0
  298. package/coverage/lcov-report/examples/blog/bo/article_tag.js.html +150 -0
  299. package/coverage/lcov-report/examples/blog/bo/article_tags.js.html +99 -0
  300. package/coverage/lcov-report/examples/blog/bo/articles.js.html +99 -0
  301. package/coverage/lcov-report/examples/blog/bo/base.js.html +84 -0
  302. package/coverage/lcov-report/examples/blog/bo/index.html +162 -0
  303. package/coverage/lcov-report/examples/blog/bo/person.js.html +153 -0
  304. package/coverage/lcov-report/examples/blog/bo/tag.js.html +114 -0
  305. package/coverage/lcov-report/examples/blog/business-objects/article.js.html +174 -0
  306. package/coverage/lcov-report/examples/blog/business-objects/article.ts.html +264 -0
  307. package/coverage/lcov-report/examples/blog/business-objects/article_tag.js.html +150 -0
  308. package/coverage/lcov-report/examples/blog/business-objects/article_tag.ts.html +192 -0
  309. package/coverage/lcov-report/examples/blog/business-objects/article_tags.js.html +99 -0
  310. package/coverage/lcov-report/examples/blog/business-objects/articles.js.html +72 -0
  311. package/coverage/lcov-report/examples/blog/business-objects/index.html +136 -0
  312. package/coverage/lcov-report/examples/blog/business-objects/person.js.html +153 -0
  313. package/coverage/lcov-report/examples/blog/business-objects/person.ts.html +303 -0
  314. package/coverage/lcov-report/examples/blog/business-objects/tag.js.html +114 -0
  315. package/coverage/lcov-report/examples/blog/business-objects/tag.ts.html +177 -0
  316. package/coverage/lcov-report/examples/blog/business-objects.js.html +99 -0
  317. package/coverage/lcov-report/examples/blog/entities/article.ts.html +264 -0
  318. package/coverage/lcov-report/examples/blog/entities/article_tag.ts.html +192 -0
  319. package/coverage/lcov-report/examples/blog/entities/index.html +136 -0
  320. package/coverage/lcov-report/examples/blog/entities/person.ts.html +303 -0
  321. package/coverage/lcov-report/examples/blog/entities/tag.ts.html +177 -0
  322. package/coverage/lcov-report/examples/blog/index.html +97 -0
  323. package/coverage/lcov-report/examples/blog/models/article.ts.html +264 -0
  324. package/coverage/lcov-report/examples/blog/models/article_tag.ts.html +192 -0
  325. package/coverage/lcov-report/examples/blog/models/index.html +136 -0
  326. package/coverage/lcov-report/examples/blog/models/person.ts.html +303 -0
  327. package/coverage/lcov-report/examples/blog/models/tag.ts.html +177 -0
  328. package/coverage/lcov-report/examples/blog/orm.js.html +111 -0
  329. package/coverage/lcov-report/examples/blog/orm.ts.html +117 -0
  330. package/coverage/lcov-report/examples/order/bo/base.js.html +84 -0
  331. package/coverage/lcov-report/examples/order/bo/index.html +201 -0
  332. package/coverage/lcov-report/examples/order/bo/line-item.js.html +177 -0
  333. package/coverage/lcov-report/examples/order/bo/line-items.js.html +99 -0
  334. package/coverage/lcov-report/examples/order/bo/order.js.html +210 -0
  335. package/coverage/lcov-report/examples/order/bo/orders.js.html +99 -0
  336. package/coverage/lcov-report/examples/order/bo/product-variant.js.html +177 -0
  337. package/coverage/lcov-report/examples/order/bo/product-variants.js.html +99 -0
  338. package/coverage/lcov-report/examples/order/bo/product.js.html +162 -0
  339. package/coverage/lcov-report/examples/order/bo/products.js.html +99 -0
  340. package/coverage/lcov-report/examples/order/bo/utm-source.js.html +114 -0
  341. package/coverage/lcov-report/examples/order/business-objects/index.html +149 -0
  342. package/coverage/lcov-report/examples/order/business-objects/line-item.js.html +177 -0
  343. package/coverage/lcov-report/examples/order/business-objects/line-item.ts.html +267 -0
  344. package/coverage/lcov-report/examples/order/business-objects/line-items.js.html +99 -0
  345. package/coverage/lcov-report/examples/order/business-objects/order.js.html +210 -0
  346. package/coverage/lcov-report/examples/order/business-objects/order.ts.html +390 -0
  347. package/coverage/lcov-report/examples/order/business-objects/orders.js.html +99 -0
  348. package/coverage/lcov-report/examples/order/business-objects/product-variant.js.html +177 -0
  349. package/coverage/lcov-report/examples/order/business-objects/product-variant.ts.html +273 -0
  350. package/coverage/lcov-report/examples/order/business-objects/product-variants.js.html +99 -0
  351. package/coverage/lcov-report/examples/order/business-objects/product.js.html +162 -0
  352. package/coverage/lcov-report/examples/order/business-objects/product.ts.html +228 -0
  353. package/coverage/lcov-report/examples/order/business-objects/products.js.html +99 -0
  354. package/coverage/lcov-report/examples/order/business-objects/utm-source.js.html +114 -0
  355. package/coverage/lcov-report/examples/order/business-objects/utm-source.ts.html +183 -0
  356. package/coverage/lcov-report/examples/order/business-objects.js.html +102 -0
  357. package/coverage/lcov-report/examples/order/entities/index.html +149 -0
  358. package/coverage/lcov-report/examples/order/entities/line-item.ts.html +267 -0
  359. package/coverage/lcov-report/examples/order/entities/order.ts.html +390 -0
  360. package/coverage/lcov-report/examples/order/entities/product-variant.ts.html +273 -0
  361. package/coverage/lcov-report/examples/order/entities/product.ts.html +228 -0
  362. package/coverage/lcov-report/examples/order/entities/utm-source.ts.html +183 -0
  363. package/coverage/lcov-report/examples/order/index.html +97 -0
  364. package/coverage/lcov-report/examples/order/models/index.html +149 -0
  365. package/coverage/lcov-report/examples/order/models/line-item.ts.html +267 -0
  366. package/coverage/lcov-report/examples/order/models/order.ts.html +390 -0
  367. package/coverage/lcov-report/examples/order/models/product-variant.ts.html +273 -0
  368. package/coverage/lcov-report/examples/order/models/product.ts.html +228 -0
  369. package/coverage/lcov-report/examples/order/models/utm-source.ts.html +183 -0
  370. package/coverage/lcov-report/examples/order/orm.js.html +129 -0
  371. package/coverage/lcov-report/examples/order/orm.ts.html +123 -0
  372. package/coverage/lcov-report/examples/order-more/bo/actual-product-variant.js.html +153 -0
  373. package/coverage/lcov-report/examples/order-more/bo/actual-product-variants.js.html +99 -0
  374. package/coverage/lcov-report/examples/order-more/bo/base.js.html +84 -0
  375. package/coverage/lcov-report/examples/order-more/bo/color.js.html +132 -0
  376. package/coverage/lcov-report/examples/order-more/bo/colors.js.html +99 -0
  377. package/coverage/lcov-report/examples/order-more/bo/customer.js.html +132 -0
  378. package/coverage/lcov-report/examples/order-more/bo/customers.js.html +99 -0
  379. package/coverage/lcov-report/examples/order-more/bo/gender.js.html +132 -0
  380. package/coverage/lcov-report/examples/order-more/bo/genders.js.html +99 -0
  381. package/coverage/lcov-report/examples/order-more/bo/index.html +578 -0
  382. package/coverage/lcov-report/examples/order-more/bo/inventory-level.js.html +162 -0
  383. package/coverage/lcov-report/examples/order-more/bo/inventory-levels.js.html +99 -0
  384. package/coverage/lcov-report/examples/order-more/bo/line-item.js.html +177 -0
  385. package/coverage/lcov-report/examples/order-more/bo/line-items.js.html +99 -0
  386. package/coverage/lcov-report/examples/order-more/bo/order.js.html +225 -0
  387. package/coverage/lcov-report/examples/order-more/bo/orders.js.html +99 -0
  388. package/coverage/lcov-report/examples/order-more/bo/parcel-event.js.html +135 -0
  389. package/coverage/lcov-report/examples/order-more/bo/parcel-events.js.html +99 -0
  390. package/coverage/lcov-report/examples/order-more/bo/parcel-line-item.js.html +150 -0
  391. package/coverage/lcov-report/examples/order-more/bo/parcel-line-items.js.html +99 -0
  392. package/coverage/lcov-report/examples/order-more/bo/parcel.js.html +132 -0
  393. package/coverage/lcov-report/examples/order-more/bo/parcels.js.html +99 -0
  394. package/coverage/lcov-report/examples/order-more/bo/physical-address.js.html +168 -0
  395. package/coverage/lcov-report/examples/order-more/bo/physical-addresses.js.html +108 -0
  396. package/coverage/lcov-report/examples/order-more/bo/product-variant-image.js.html +153 -0
  397. package/coverage/lcov-report/examples/order-more/bo/product-variant-images.js.html +99 -0
  398. package/coverage/lcov-report/examples/order-more/bo/product-variant.js.html +195 -0
  399. package/coverage/lcov-report/examples/order-more/bo/product-variants.js.html +99 -0
  400. package/coverage/lcov-report/examples/order-more/bo/product.js.html +165 -0
  401. package/coverage/lcov-report/examples/order-more/bo/products.js.html +99 -0
  402. package/coverage/lcov-report/examples/order-more/bo/refund.js.html +162 -0
  403. package/coverage/lcov-report/examples/order-more/bo/refunds.js.html +99 -0
  404. package/coverage/lcov-report/examples/order-more/bo/shipment-actual-product-variant.js.html +156 -0
  405. package/coverage/lcov-report/examples/order-more/bo/shipment-actual-product-variants.js.html +99 -0
  406. package/coverage/lcov-report/examples/order-more/bo/shipment.js.html +132 -0
  407. package/coverage/lcov-report/examples/order-more/bo/shipments.js.html +99 -0
  408. package/coverage/lcov-report/examples/order-more/bo/size.js.html +132 -0
  409. package/coverage/lcov-report/examples/order-more/bo/sizes.js.html +99 -0
  410. package/coverage/lcov-report/examples/order-more/bo/utm-medium.js.html +114 -0
  411. package/coverage/lcov-report/examples/order-more/bo/utm-source.js.html +114 -0
  412. package/coverage/lcov-report/examples/order-more/business-objects/actual-product-variant.js.html +153 -0
  413. package/coverage/lcov-report/examples/order-more/business-objects/actual-product-variant.ts.html +156 -0
  414. package/coverage/lcov-report/examples/order-more/business-objects/actual-product-variants.js.html +99 -0
  415. package/coverage/lcov-report/examples/order-more/business-objects/color.js.html +132 -0
  416. package/coverage/lcov-report/examples/order-more/business-objects/color.ts.html +174 -0
  417. package/coverage/lcov-report/examples/order-more/business-objects/colors.js.html +99 -0
  418. package/coverage/lcov-report/examples/order-more/business-objects/customer.js.html +132 -0
  419. package/coverage/lcov-report/examples/order-more/business-objects/customer.ts.html +156 -0
  420. package/coverage/lcov-report/examples/order-more/business-objects/customers.js.html +99 -0
  421. package/coverage/lcov-report/examples/order-more/business-objects/gender.js.html +132 -0
  422. package/coverage/lcov-report/examples/order-more/business-objects/gender.ts.html +162 -0
  423. package/coverage/lcov-report/examples/order-more/business-objects/genders.js.html +99 -0
  424. package/coverage/lcov-report/examples/order-more/business-objects/index.html +344 -0
  425. package/coverage/lcov-report/examples/order-more/business-objects/inventory-level.js.html +162 -0
  426. package/coverage/lcov-report/examples/order-more/business-objects/inventory-level.ts.html +231 -0
  427. package/coverage/lcov-report/examples/order-more/business-objects/inventory-levels.js.html +99 -0
  428. package/coverage/lcov-report/examples/order-more/business-objects/line-item.js.html +177 -0
  429. package/coverage/lcov-report/examples/order-more/business-objects/line-item.ts.html +267 -0
  430. package/coverage/lcov-report/examples/order-more/business-objects/line-items.js.html +99 -0
  431. package/coverage/lcov-report/examples/order-more/business-objects/order.js.html +225 -0
  432. package/coverage/lcov-report/examples/order-more/business-objects/order.ts.html +441 -0
  433. package/coverage/lcov-report/examples/order-more/business-objects/orders.js.html +99 -0
  434. package/coverage/lcov-report/examples/order-more/business-objects/parcel-event.js.html +135 -0
  435. package/coverage/lcov-report/examples/order-more/business-objects/parcel-event.ts.html +192 -0
  436. package/coverage/lcov-report/examples/order-more/business-objects/parcel-events.js.html +99 -0
  437. package/coverage/lcov-report/examples/order-more/business-objects/parcel-line-item.js.html +150 -0
  438. package/coverage/lcov-report/examples/order-more/business-objects/parcel-line-item.ts.html +192 -0
  439. package/coverage/lcov-report/examples/order-more/business-objects/parcel-line-items.js.html +99 -0
  440. package/coverage/lcov-report/examples/order-more/business-objects/parcel.js.html +132 -0
  441. package/coverage/lcov-report/examples/order-more/business-objects/parcel.ts.html +150 -0
  442. package/coverage/lcov-report/examples/order-more/business-objects/parcels.js.html +99 -0
  443. package/coverage/lcov-report/examples/order-more/business-objects/physical-address.js.html +168 -0
  444. package/coverage/lcov-report/examples/order-more/business-objects/physical-address.ts.html +246 -0
  445. package/coverage/lcov-report/examples/order-more/business-objects/physical-addresses.js.html +108 -0
  446. package/coverage/lcov-report/examples/order-more/business-objects/product-variant-image.js.html +153 -0
  447. package/coverage/lcov-report/examples/order-more/business-objects/product-variant-image.ts.html +201 -0
  448. package/coverage/lcov-report/examples/order-more/business-objects/product-variant-images.js.html +99 -0
  449. package/coverage/lcov-report/examples/order-more/business-objects/product-variant.js.html +195 -0
  450. package/coverage/lcov-report/examples/order-more/business-objects/product-variant.ts.html +327 -0
  451. package/coverage/lcov-report/examples/order-more/business-objects/product-variants.js.html +99 -0
  452. package/coverage/lcov-report/examples/order-more/business-objects/product.js.html +165 -0
  453. package/coverage/lcov-report/examples/order-more/business-objects/product.ts.html +237 -0
  454. package/coverage/lcov-report/examples/order-more/business-objects/products.js.html +99 -0
  455. package/coverage/lcov-report/examples/order-more/business-objects/refund.js.html +162 -0
  456. package/coverage/lcov-report/examples/order-more/business-objects/refund.ts.html +237 -0
  457. package/coverage/lcov-report/examples/order-more/business-objects/refunds.js.html +99 -0
  458. package/coverage/lcov-report/examples/order-more/business-objects/shipment-actual-product-variant.js.html +156 -0
  459. package/coverage/lcov-report/examples/order-more/business-objects/shipment-actual-product-variant.ts.html +210 -0
  460. package/coverage/lcov-report/examples/order-more/business-objects/shipment-actual-product-variants.js.html +99 -0
  461. package/coverage/lcov-report/examples/order-more/business-objects/shipment.js.html +132 -0
  462. package/coverage/lcov-report/examples/order-more/business-objects/shipment.ts.html +162 -0
  463. package/coverage/lcov-report/examples/order-more/business-objects/shipments.js.html +99 -0
  464. package/coverage/lcov-report/examples/order-more/business-objects/size.js.html +132 -0
  465. package/coverage/lcov-report/examples/order-more/business-objects/size.ts.html +162 -0
  466. package/coverage/lcov-report/examples/order-more/business-objects/sizes.js.html +99 -0
  467. package/coverage/lcov-report/examples/order-more/business-objects/utm-medium.js.html +114 -0
  468. package/coverage/lcov-report/examples/order-more/business-objects/utm-medium.ts.html +162 -0
  469. package/coverage/lcov-report/examples/order-more/business-objects/utm-source.js.html +114 -0
  470. package/coverage/lcov-report/examples/order-more/business-objects/utm-source.ts.html +168 -0
  471. package/coverage/lcov-report/examples/order-more/business-objects.js.html +147 -0
  472. package/coverage/lcov-report/examples/order-more/entities/actual-product-variant.ts.html +156 -0
  473. package/coverage/lcov-report/examples/order-more/entities/color.ts.html +174 -0
  474. package/coverage/lcov-report/examples/order-more/entities/customer.ts.html +156 -0
  475. package/coverage/lcov-report/examples/order-more/entities/gender.ts.html +162 -0
  476. package/coverage/lcov-report/examples/order-more/entities/index.html +344 -0
  477. package/coverage/lcov-report/examples/order-more/entities/inventory-level.ts.html +231 -0
  478. package/coverage/lcov-report/examples/order-more/entities/line-item.ts.html +267 -0
  479. package/coverage/lcov-report/examples/order-more/entities/order.ts.html +441 -0
  480. package/coverage/lcov-report/examples/order-more/entities/parcel-event.ts.html +192 -0
  481. package/coverage/lcov-report/examples/order-more/entities/parcel-line-item.ts.html +192 -0
  482. package/coverage/lcov-report/examples/order-more/entities/parcel.ts.html +150 -0
  483. package/coverage/lcov-report/examples/order-more/entities/physical-address.ts.html +246 -0
  484. package/coverage/lcov-report/examples/order-more/entities/product-variant-image.ts.html +201 -0
  485. package/coverage/lcov-report/examples/order-more/entities/product-variant.ts.html +327 -0
  486. package/coverage/lcov-report/examples/order-more/entities/product.ts.html +237 -0
  487. package/coverage/lcov-report/examples/order-more/entities/refund.ts.html +237 -0
  488. package/coverage/lcov-report/examples/order-more/entities/shipment-actual-product-variant.ts.html +210 -0
  489. package/coverage/lcov-report/examples/order-more/entities/shipment.ts.html +162 -0
  490. package/coverage/lcov-report/examples/order-more/entities/size.ts.html +162 -0
  491. package/coverage/lcov-report/examples/order-more/entities/utm-medium.ts.html +162 -0
  492. package/coverage/lcov-report/examples/order-more/entities/utm-source.ts.html +168 -0
  493. package/coverage/lcov-report/examples/order-more/index.html +97 -0
  494. package/coverage/lcov-report/examples/order-more/models/actual-product-variant.ts.html +156 -0
  495. package/coverage/lcov-report/examples/order-more/models/color.ts.html +174 -0
  496. package/coverage/lcov-report/examples/order-more/models/customer.ts.html +156 -0
  497. package/coverage/lcov-report/examples/order-more/models/gender.ts.html +162 -0
  498. package/coverage/lcov-report/examples/order-more/models/index.html +344 -0
  499. package/coverage/lcov-report/examples/order-more/models/inventory-level.ts.html +231 -0
  500. package/coverage/lcov-report/examples/order-more/models/line-item.ts.html +267 -0
  501. package/coverage/lcov-report/examples/order-more/models/order.ts.html +441 -0
  502. package/coverage/lcov-report/examples/order-more/models/parcel-event.ts.html +192 -0
  503. package/coverage/lcov-report/examples/order-more/models/parcel-line-item.ts.html +192 -0
  504. package/coverage/lcov-report/examples/order-more/models/parcel.ts.html +150 -0
  505. package/coverage/lcov-report/examples/order-more/models/physical-address.ts.html +246 -0
  506. package/coverage/lcov-report/examples/order-more/models/product-variant-image.ts.html +201 -0
  507. package/coverage/lcov-report/examples/order-more/models/product-variant.ts.html +327 -0
  508. package/coverage/lcov-report/examples/order-more/models/product.ts.html +237 -0
  509. package/coverage/lcov-report/examples/order-more/models/refund.ts.html +237 -0
  510. package/coverage/lcov-report/examples/order-more/models/shipment-actual-product-variant.ts.html +210 -0
  511. package/coverage/lcov-report/examples/order-more/models/shipment.ts.html +162 -0
  512. package/coverage/lcov-report/examples/order-more/models/size.ts.html +162 -0
  513. package/coverage/lcov-report/examples/order-more/models/utm-medium.ts.html +162 -0
  514. package/coverage/lcov-report/examples/order-more/models/utm-source.ts.html +168 -0
  515. package/coverage/lcov-report/examples/order-more/orm.js.html +216 -0
  516. package/coverage/lcov-report/examples/order-more/orm.ts.html +213 -0
  517. package/coverage/lcov-report/five/bo/base.js.html +84 -0
  518. package/coverage/lcov-report/five/bo/index.html +227 -0
  519. package/coverage/lcov-report/five/bo/line-item.js.html +135 -0
  520. package/coverage/lcov-report/five/bo/line-items.js.html +96 -0
  521. package/coverage/lcov-report/five/bo/order.js.html +132 -0
  522. package/coverage/lcov-report/five/bo/orders.js.html +96 -0
  523. package/coverage/lcov-report/five/bo/parcel-event.js.html +141 -0
  524. package/coverage/lcov-report/five/bo/parcel-events.js.html +96 -0
  525. package/coverage/lcov-report/five/bo/parcel-line-item.js.html +141 -0
  526. package/coverage/lcov-report/five/bo/parcel-line-items.js.html +96 -0
  527. package/coverage/lcov-report/five/bo/parcel.js.html +129 -0
  528. package/coverage/lcov-report/five/bo/parcels.js.html +96 -0
  529. package/coverage/lcov-report/five/business-objects.js.html +102 -0
  530. package/coverage/lcov-report/five/index.html +97 -0
  531. package/coverage/lcov-report/fixtures/index.html +110 -0
  532. package/coverage/lcov-report/fixtures/three.js.html +1335 -0
  533. package/coverage/lcov-report/fixtures/two.js.html +1035 -0
  534. package/coverage/lcov-report/index.html +578 -0
  535. package/coverage/lcov-report/prettify.css +1 -0
  536. package/coverage/lcov-report/prettify.js +2 -0
  537. package/coverage/lcov-report/six/bo/base.js.html +84 -0
  538. package/coverage/lcov-report/six/bo/customer.js.html +135 -0
  539. package/coverage/lcov-report/six/bo/customers.js.html +96 -0
  540. package/coverage/lcov-report/six/bo/index.html +214 -0
  541. package/coverage/lcov-report/six/bo/line-item.js.html +138 -0
  542. package/coverage/lcov-report/six/bo/order.js.html +138 -0
  543. package/coverage/lcov-report/six/bo/orders.js.html +96 -0
  544. package/coverage/lcov-report/six/bo/parcel-line-item.js.html +144 -0
  545. package/coverage/lcov-report/six/bo/parcel-line-items.js.html +96 -0
  546. package/coverage/lcov-report/six/bo/parcel.js.html +132 -0
  547. package/coverage/lcov-report/six/bo/parcels.js.html +96 -0
  548. package/coverage/lcov-report/six/business-objects.js.html +102 -0
  549. package/coverage/lcov-report/six/index.html +97 -0
  550. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  551. package/coverage/lcov-report/sorter.js +170 -0
  552. package/coverage/lcov-report/src/bo/base-bo-collection.js.html +114 -0
  553. package/coverage/lcov-report/src/bo/base-bo.js.html +1206 -0
  554. package/coverage/lcov-report/src/bo/index.html +110 -0
  555. package/coverage/lcov-report/src/bo.js.html +1248 -0
  556. package/coverage/lcov-report/src/business-object.js.html +1248 -0
  557. package/coverage/lcov-report/src/business-object.ts.html +1596 -0
  558. package/coverage/lcov-report/src/dao/base-dao.js.html +507 -0
  559. package/coverage/lcov-report/src/dao/index.html +97 -0
  560. package/coverage/lcov-report/src/factory.js.html +570 -0
  561. package/coverage/lcov-report/src/factory.ts.html +2280 -0
  562. package/coverage/lcov-report/src/index.html +110 -0
  563. package/coverage/lcov-report/src/index.js.html +219 -0
  564. package/coverage/lcov-report/src/index.ts.html +93 -0
  565. package/coverage/lcov-report/src/util/helpers.js.html +153 -0
  566. package/coverage/lcov-report/src/util/index.html +97 -0
  567. package/coverage/lcov-report/test-utils/blog/index.html +97 -0
  568. package/coverage/lcov-report/test-utils/blog/models/article.ts.html +264 -0
  569. package/coverage/lcov-report/test-utils/blog/models/article_tag.ts.html +192 -0
  570. package/coverage/lcov-report/test-utils/blog/models/index.html +136 -0
  571. package/coverage/lcov-report/test-utils/blog/models/person.ts.html +303 -0
  572. package/coverage/lcov-report/test-utils/blog/models/tag.ts.html +165 -0
  573. package/coverage/lcov-report/test-utils/blog/orm.ts.html +102 -0
  574. package/coverage/lcov-report/test-utils/five/bo/base.js.html +84 -0
  575. package/coverage/lcov-report/test-utils/five/bo/index.html +214 -0
  576. package/coverage/lcov-report/test-utils/five/bo/line-item.js.html +135 -0
  577. package/coverage/lcov-report/test-utils/five/bo/line-items.js.html +99 -0
  578. package/coverage/lcov-report/test-utils/five/bo/order.js.html +132 -0
  579. package/coverage/lcov-report/test-utils/five/bo/orders.js.html +99 -0
  580. package/coverage/lcov-report/test-utils/five/bo/parcel-event.js.html +135 -0
  581. package/coverage/lcov-report/test-utils/five/bo/parcel-events.js.html +99 -0
  582. package/coverage/lcov-report/test-utils/five/bo/parcel-line-item.js.html +150 -0
  583. package/coverage/lcov-report/test-utils/five/bo/parcel-line-items.js.html +99 -0
  584. package/coverage/lcov-report/test-utils/five/bo/parcel.js.html +132 -0
  585. package/coverage/lcov-report/test-utils/five/bo/parcels.js.html +99 -0
  586. package/coverage/lcov-report/test-utils/five/business-objects/index.html +149 -0
  587. package/coverage/lcov-report/test-utils/five/business-objects/line-item.js.html +135 -0
  588. package/coverage/lcov-report/test-utils/five/business-objects/line-item.ts.html +174 -0
  589. package/coverage/lcov-report/test-utils/five/business-objects/line-items.js.html +99 -0
  590. package/coverage/lcov-report/test-utils/five/business-objects/order.js.html +132 -0
  591. package/coverage/lcov-report/test-utils/five/business-objects/order.ts.html +165 -0
  592. package/coverage/lcov-report/test-utils/five/business-objects/orders.js.html +99 -0
  593. package/coverage/lcov-report/test-utils/five/business-objects/parcel-event.js.html +135 -0
  594. package/coverage/lcov-report/test-utils/five/business-objects/parcel-event.ts.html +192 -0
  595. package/coverage/lcov-report/test-utils/five/business-objects/parcel-events.js.html +99 -0
  596. package/coverage/lcov-report/test-utils/five/business-objects/parcel-line-item.js.html +150 -0
  597. package/coverage/lcov-report/test-utils/five/business-objects/parcel-line-item.ts.html +192 -0
  598. package/coverage/lcov-report/test-utils/five/business-objects/parcel-line-items.js.html +99 -0
  599. package/coverage/lcov-report/test-utils/five/business-objects/parcel.js.html +132 -0
  600. package/coverage/lcov-report/test-utils/five/business-objects/parcel.ts.html +150 -0
  601. package/coverage/lcov-report/test-utils/five/business-objects/parcels.js.html +99 -0
  602. package/coverage/lcov-report/test-utils/five/business-objects.js.html +102 -0
  603. package/coverage/lcov-report/test-utils/five/entities/index.html +149 -0
  604. package/coverage/lcov-report/test-utils/five/entities/line-item.ts.html +174 -0
  605. package/coverage/lcov-report/test-utils/five/entities/order.ts.html +165 -0
  606. package/coverage/lcov-report/test-utils/five/entities/parcel-event.ts.html +192 -0
  607. package/coverage/lcov-report/test-utils/five/entities/parcel-line-item.ts.html +192 -0
  608. package/coverage/lcov-report/test-utils/five/entities/parcel.ts.html +150 -0
  609. package/coverage/lcov-report/test-utils/five/index.html +97 -0
  610. package/coverage/lcov-report/test-utils/five/models/index.html +149 -0
  611. package/coverage/lcov-report/test-utils/five/models/line-item.ts.html +174 -0
  612. package/coverage/lcov-report/test-utils/five/models/order.ts.html +156 -0
  613. package/coverage/lcov-report/test-utils/five/models/parcel-event.ts.html +192 -0
  614. package/coverage/lcov-report/test-utils/five/models/parcel-line-item.ts.html +192 -0
  615. package/coverage/lcov-report/test-utils/five/models/parcel.ts.html +150 -0
  616. package/coverage/lcov-report/test-utils/five/orm.js.html +126 -0
  617. package/coverage/lcov-report/test-utils/five/orm.ts.html +120 -0
  618. package/coverage/lcov-report/test-utils/nine/bo/base.js.html +84 -0
  619. package/coverage/lcov-report/test-utils/nine/bo/feature-switch.js.html +132 -0
  620. package/coverage/lcov-report/test-utils/nine/bo/feature-switches.js.html +108 -0
  621. package/coverage/lcov-report/test-utils/nine/bo/index.html +110 -0
  622. package/coverage/lcov-report/test-utils/nine/business-objects/feature-switch.js.html +132 -0
  623. package/coverage/lcov-report/test-utils/nine/business-objects/feature-switch.ts.html +183 -0
  624. package/coverage/lcov-report/test-utils/nine/business-objects/feature-switches.js.html +108 -0
  625. package/coverage/lcov-report/test-utils/nine/business-objects/index.html +97 -0
  626. package/coverage/lcov-report/test-utils/nine/business-objects.js.html +90 -0
  627. package/coverage/lcov-report/test-utils/nine/entities/feature-switch.ts.html +183 -0
  628. package/coverage/lcov-report/test-utils/nine/entities/index.html +97 -0
  629. package/coverage/lcov-report/test-utils/nine/index.html +97 -0
  630. package/coverage/lcov-report/test-utils/nine/models/feature-switch.ts.html +183 -0
  631. package/coverage/lcov-report/test-utils/nine/models/index.html +97 -0
  632. package/coverage/lcov-report/test-utils/nine/orm.js.html +96 -0
  633. package/coverage/lcov-report/test-utils/nine/orm.ts.html +90 -0
  634. package/coverage/lcov-report/test-utils/order/index.html +97 -0
  635. package/coverage/lcov-report/test-utils/order/models/index.html +149 -0
  636. package/coverage/lcov-report/test-utils/order/models/line-item.ts.html +267 -0
  637. package/coverage/lcov-report/test-utils/order/models/order.ts.html +390 -0
  638. package/coverage/lcov-report/test-utils/order/models/product-variant.ts.html +273 -0
  639. package/coverage/lcov-report/test-utils/order/models/product.ts.html +228 -0
  640. package/coverage/lcov-report/test-utils/order/models/utm-source.ts.html +168 -0
  641. package/coverage/lcov-report/test-utils/order/orm.ts.html +123 -0
  642. package/coverage/lcov-report/test-utils/order-more/index.html +97 -0
  643. package/coverage/lcov-report/test-utils/order-more/models/actual-product-variant.ts.html +162 -0
  644. package/coverage/lcov-report/test-utils/order-more/models/color.ts.html +192 -0
  645. package/coverage/lcov-report/test-utils/order-more/models/customer.ts.html +156 -0
  646. package/coverage/lcov-report/test-utils/order-more/models/gender.ts.html +162 -0
  647. package/coverage/lcov-report/test-utils/order-more/models/index.html +344 -0
  648. package/coverage/lcov-report/test-utils/order-more/models/inventory-level.ts.html +231 -0
  649. package/coverage/lcov-report/test-utils/order-more/models/line-item.ts.html +267 -0
  650. package/coverage/lcov-report/test-utils/order-more/models/order.ts.html +441 -0
  651. package/coverage/lcov-report/test-utils/order-more/models/parcel-event.ts.html +192 -0
  652. package/coverage/lcov-report/test-utils/order-more/models/parcel-line-item.ts.html +192 -0
  653. package/coverage/lcov-report/test-utils/order-more/models/parcel.ts.html +150 -0
  654. package/coverage/lcov-report/test-utils/order-more/models/physical-address.ts.html +246 -0
  655. package/coverage/lcov-report/test-utils/order-more/models/product-variant-image.ts.html +201 -0
  656. package/coverage/lcov-report/test-utils/order-more/models/product-variant.ts.html +327 -0
  657. package/coverage/lcov-report/test-utils/order-more/models/product.ts.html +237 -0
  658. package/coverage/lcov-report/test-utils/order-more/models/refund.ts.html +237 -0
  659. package/coverage/lcov-report/test-utils/order-more/models/shipment-actual-product-variant.ts.html +216 -0
  660. package/coverage/lcov-report/test-utils/order-more/models/shipment.ts.html +174 -0
  661. package/coverage/lcov-report/test-utils/order-more/models/size.ts.html +162 -0
  662. package/coverage/lcov-report/test-utils/order-more/models/utm-medium.ts.html +162 -0
  663. package/coverage/lcov-report/test-utils/order-more/models/utm-source.ts.html +168 -0
  664. package/coverage/lcov-report/test-utils/order-more/orm.ts.html +213 -0
  665. package/coverage/lcov-report/test-utils/six/bo/base.js.html +84 -0
  666. package/coverage/lcov-report/test-utils/six/bo/customer.js.html +132 -0
  667. package/coverage/lcov-report/test-utils/six/bo/customers.js.html +99 -0
  668. package/coverage/lcov-report/test-utils/six/bo/index.html +201 -0
  669. package/coverage/lcov-report/test-utils/six/bo/line-item.js.html +135 -0
  670. package/coverage/lcov-report/test-utils/six/bo/order.js.html +135 -0
  671. package/coverage/lcov-report/test-utils/six/bo/orders.js.html +99 -0
  672. package/coverage/lcov-report/test-utils/six/bo/parcel-line-item.js.html +150 -0
  673. package/coverage/lcov-report/test-utils/six/bo/parcel-line-items.js.html +99 -0
  674. package/coverage/lcov-report/test-utils/six/bo/parcel.js.html +132 -0
  675. package/coverage/lcov-report/test-utils/six/bo/parcels.js.html +99 -0
  676. package/coverage/lcov-report/test-utils/six/business-objects/customer.js.html +132 -0
  677. package/coverage/lcov-report/test-utils/six/business-objects/customer.ts.html +156 -0
  678. package/coverage/lcov-report/test-utils/six/business-objects/customers.js.html +99 -0
  679. package/coverage/lcov-report/test-utils/six/business-objects/index.html +149 -0
  680. package/coverage/lcov-report/test-utils/six/business-objects/line-item.js.html +135 -0
  681. package/coverage/lcov-report/test-utils/six/business-objects/line-item.ts.html +174 -0
  682. package/coverage/lcov-report/test-utils/six/business-objects/order.js.html +135 -0
  683. package/coverage/lcov-report/test-utils/six/business-objects/order.ts.html +174 -0
  684. package/coverage/lcov-report/test-utils/six/business-objects/orders.js.html +99 -0
  685. package/coverage/lcov-report/test-utils/six/business-objects/parcel-line-item.js.html +150 -0
  686. package/coverage/lcov-report/test-utils/six/business-objects/parcel-line-item.ts.html +192 -0
  687. package/coverage/lcov-report/test-utils/six/business-objects/parcel-line-items.js.html +99 -0
  688. package/coverage/lcov-report/test-utils/six/business-objects/parcel.js.html +132 -0
  689. package/coverage/lcov-report/test-utils/six/business-objects/parcel.ts.html +150 -0
  690. package/coverage/lcov-report/test-utils/six/business-objects/parcels.js.html +99 -0
  691. package/coverage/lcov-report/test-utils/six/business-objects.js.html +102 -0
  692. package/coverage/lcov-report/test-utils/six/entities/customer.ts.html +156 -0
  693. package/coverage/lcov-report/test-utils/six/entities/index.html +149 -0
  694. package/coverage/lcov-report/test-utils/six/entities/line-item.ts.html +174 -0
  695. package/coverage/lcov-report/test-utils/six/entities/order.ts.html +174 -0
  696. package/coverage/lcov-report/test-utils/six/entities/parcel-line-item.ts.html +192 -0
  697. package/coverage/lcov-report/test-utils/six/entities/parcel.ts.html +150 -0
  698. package/coverage/lcov-report/test-utils/six/index.html +97 -0
  699. package/coverage/lcov-report/test-utils/six/models/customer.ts.html +156 -0
  700. package/coverage/lcov-report/test-utils/six/models/index.html +149 -0
  701. package/coverage/lcov-report/test-utils/six/models/line-item.ts.html +174 -0
  702. package/coverage/lcov-report/test-utils/six/models/order.ts.html +174 -0
  703. package/coverage/lcov-report/test-utils/six/models/parcel-line-item.ts.html +192 -0
  704. package/coverage/lcov-report/test-utils/six/models/parcel.ts.html +150 -0
  705. package/coverage/lcov-report/test-utils/six/orm.js.html +126 -0
  706. package/coverage/lcov-report/test-utils/six/orm.ts.html +120 -0
  707. package/coverage/lcov-report/test-utils/thirteen/bo/audience.js.html +132 -0
  708. package/coverage/lcov-report/test-utils/thirteen/bo/audiences.js.html +99 -0
  709. package/coverage/lcov-report/test-utils/thirteen/bo/base.js.html +84 -0
  710. package/coverage/lcov-report/test-utils/thirteen/bo/brand.js.html +132 -0
  711. package/coverage/lcov-report/test-utils/thirteen/bo/brands.js.html +99 -0
  712. package/coverage/lcov-report/test-utils/thirteen/bo/categories.js.html +108 -0
  713. package/coverage/lcov-report/test-utils/thirteen/bo/category.js.html +132 -0
  714. package/coverage/lcov-report/test-utils/thirteen/bo/index.html +292 -0
  715. package/coverage/lcov-report/test-utils/thirteen/bo/member.js.html +132 -0
  716. package/coverage/lcov-report/test-utils/thirteen/bo/members.js.html +99 -0
  717. package/coverage/lcov-report/test-utils/thirteen/bo/passion.js.html +132 -0
  718. package/coverage/lcov-report/test-utils/thirteen/bo/passions.js.html +99 -0
  719. package/coverage/lcov-report/test-utils/thirteen/bo/product.js.html +135 -0
  720. package/coverage/lcov-report/test-utils/thirteen/bo/products.js.html +99 -0
  721. package/coverage/lcov-report/test-utils/thirteen/bo/recommendation-audience.js.html +150 -0
  722. package/coverage/lcov-report/test-utils/thirteen/bo/recommendation-audiences.js.html +99 -0
  723. package/coverage/lcov-report/test-utils/thirteen/bo/recommendation.js.html +168 -0
  724. package/coverage/lcov-report/test-utils/thirteen/bo/recommendations.js.html +99 -0
  725. package/coverage/lcov-report/test-utils/thirteen/business-objects/audience.js.html +132 -0
  726. package/coverage/lcov-report/test-utils/thirteen/business-objects/audience.ts.html +156 -0
  727. package/coverage/lcov-report/test-utils/thirteen/business-objects/audiences.js.html +99 -0
  728. package/coverage/lcov-report/test-utils/thirteen/business-objects/brand.js.html +132 -0
  729. package/coverage/lcov-report/test-utils/thirteen/business-objects/brand.ts.html +156 -0
  730. package/coverage/lcov-report/test-utils/thirteen/business-objects/brands.js.html +99 -0
  731. package/coverage/lcov-report/test-utils/thirteen/business-objects/categories.js.html +108 -0
  732. package/coverage/lcov-report/test-utils/thirteen/business-objects/category.js.html +132 -0
  733. package/coverage/lcov-report/test-utils/thirteen/business-objects/category.ts.html +156 -0
  734. package/coverage/lcov-report/test-utils/thirteen/business-objects/index.html +188 -0
  735. package/coverage/lcov-report/test-utils/thirteen/business-objects/member.js.html +132 -0
  736. package/coverage/lcov-report/test-utils/thirteen/business-objects/member.ts.html +156 -0
  737. package/coverage/lcov-report/test-utils/thirteen/business-objects/members.js.html +99 -0
  738. package/coverage/lcov-report/test-utils/thirteen/business-objects/passion.js.html +132 -0
  739. package/coverage/lcov-report/test-utils/thirteen/business-objects/passion.ts.html +156 -0
  740. package/coverage/lcov-report/test-utils/thirteen/business-objects/passions.js.html +99 -0
  741. package/coverage/lcov-report/test-utils/thirteen/business-objects/product.js.html +135 -0
  742. package/coverage/lcov-report/test-utils/thirteen/business-objects/product.ts.html +174 -0
  743. package/coverage/lcov-report/test-utils/thirteen/business-objects/products.js.html +99 -0
  744. package/coverage/lcov-report/test-utils/thirteen/business-objects/recommendation-audience.js.html +150 -0
  745. package/coverage/lcov-report/test-utils/thirteen/business-objects/recommendation-audience.ts.html +192 -0
  746. package/coverage/lcov-report/test-utils/thirteen/business-objects/recommendation-audiences.js.html +99 -0
  747. package/coverage/lcov-report/test-utils/thirteen/business-objects/recommendation.js.html +168 -0
  748. package/coverage/lcov-report/test-utils/thirteen/business-objects/recommendation.ts.html +249 -0
  749. package/coverage/lcov-report/test-utils/thirteen/business-objects/recommendations.js.html +99 -0
  750. package/coverage/lcov-report/test-utils/thirteen/business-objects.js.html +111 -0
  751. package/coverage/lcov-report/test-utils/thirteen/entities/audience.ts.html +156 -0
  752. package/coverage/lcov-report/test-utils/thirteen/entities/brand.ts.html +156 -0
  753. package/coverage/lcov-report/test-utils/thirteen/entities/category.ts.html +156 -0
  754. package/coverage/lcov-report/test-utils/thirteen/entities/index.html +188 -0
  755. package/coverage/lcov-report/test-utils/thirteen/entities/member.ts.html +156 -0
  756. package/coverage/lcov-report/test-utils/thirteen/entities/passion.ts.html +156 -0
  757. package/coverage/lcov-report/test-utils/thirteen/entities/product.ts.html +174 -0
  758. package/coverage/lcov-report/test-utils/thirteen/entities/recommendation-audience.ts.html +192 -0
  759. package/coverage/lcov-report/test-utils/thirteen/entities/recommendation.ts.html +249 -0
  760. package/coverage/lcov-report/test-utils/thirteen/index.html +97 -0
  761. package/coverage/lcov-report/test-utils/thirteen/models/audience.ts.html +150 -0
  762. package/coverage/lcov-report/test-utils/thirteen/models/brand.ts.html +150 -0
  763. package/coverage/lcov-report/test-utils/thirteen/models/category.ts.html +150 -0
  764. package/coverage/lcov-report/test-utils/thirteen/models/index.html +188 -0
  765. package/coverage/lcov-report/test-utils/thirteen/models/member.ts.html +150 -0
  766. package/coverage/lcov-report/test-utils/thirteen/models/passion.ts.html +150 -0
  767. package/coverage/lcov-report/test-utils/thirteen/models/product.ts.html +174 -0
  768. package/coverage/lcov-report/test-utils/thirteen/models/recommendation-audience.ts.html +198 -0
  769. package/coverage/lcov-report/test-utils/thirteen/models/recommendation.ts.html +249 -0
  770. package/coverage/lcov-report/test-utils/thirteen/orm.js.html +144 -0
  771. package/coverage/lcov-report/test-utils/thirteen/orm.ts.html +138 -0
  772. package/coverage/lcov-report/test-utils/three/index.html +97 -0
  773. package/coverage/lcov-report/test-utils/three/results.js.html +1335 -0
  774. package/coverage/lcov-report/test-utils/twelve/bo/base.js.html +84 -0
  775. package/coverage/lcov-report/test-utils/twelve/bo/index.html +136 -0
  776. package/coverage/lcov-report/test-utils/twelve/bo/member.js.html +126 -0
  777. package/coverage/lcov-report/test-utils/twelve/bo/members.js.html +99 -0
  778. package/coverage/lcov-report/test-utils/twelve/bo/prompt.js.html +138 -0
  779. package/coverage/lcov-report/test-utils/twelve/bo/prompts.js.html +99 -0
  780. package/coverage/lcov-report/test-utils/twelve/business-objects/index.html +110 -0
  781. package/coverage/lcov-report/test-utils/twelve/business-objects/member.js.html +126 -0
  782. package/coverage/lcov-report/test-utils/twelve/business-objects/member.ts.html +156 -0
  783. package/coverage/lcov-report/test-utils/twelve/business-objects/members.js.html +99 -0
  784. package/coverage/lcov-report/test-utils/twelve/business-objects/prompt.js.html +138 -0
  785. package/coverage/lcov-report/test-utils/twelve/business-objects/prompt.ts.html +189 -0
  786. package/coverage/lcov-report/test-utils/twelve/business-objects/prompts.js.html +99 -0
  787. package/coverage/lcov-report/test-utils/twelve/business-objects.js.html +93 -0
  788. package/coverage/lcov-report/test-utils/twelve/entities/index.html +110 -0
  789. package/coverage/lcov-report/test-utils/twelve/entities/member.ts.html +156 -0
  790. package/coverage/lcov-report/test-utils/twelve/entities/prompt.ts.html +189 -0
  791. package/coverage/lcov-report/test-utils/twelve/index.html +97 -0
  792. package/coverage/lcov-report/test-utils/twelve/models/index.html +110 -0
  793. package/coverage/lcov-report/test-utils/twelve/models/member.ts.html +150 -0
  794. package/coverage/lcov-report/test-utils/twelve/models/prompt.ts.html +189 -0
  795. package/coverage/lcov-report/test-utils/twelve/orm.js.html +99 -0
  796. package/coverage/lcov-report/test-utils/twelve/orm.ts.html +93 -0
  797. package/coverage/lcov-report/test-utils/two/index.html +97 -0
  798. package/coverage/lcov-report/test-utils/two/results.js.html +1035 -0
  799. package/coverage/lcov-report/util/helpers.js.html +153 -0
  800. package/coverage/lcov-report/util/index.html +97 -0
  801. package/coverage/lcov.info +4039 -0
  802. package/dist/example/app.d.ts +1 -0
  803. package/dist/example/app.js +14 -0
  804. package/dist/example/data-access/person.d.ts +2 -0
  805. package/dist/example/data-access/person.js +21 -0
  806. package/dist/example/factories/db.d.ts +2 -0
  807. package/dist/example/factories/db.js +16 -0
  808. package/dist/example/factories/orm.d.ts +47 -0
  809. package/dist/example/factories/orm.js +12 -0
  810. package/dist/example/models/employer.d.ts +23 -0
  811. package/dist/example/models/employer.js +25 -0
  812. package/dist/example/models/job.d.ts +35 -0
  813. package/dist/example/models/job.js +38 -0
  814. package/dist/example/models/person.d.ts +25 -0
  815. package/dist/example/models/person.js +31 -0
  816. package/dist/src/factory.d.ts +99 -0
  817. package/dist/src/factory.js +512 -0
  818. package/dist/src/factory.spec.d.ts +1 -0
  819. package/dist/src/factory.spec.js +566 -0
  820. package/dist/src/index.d.ts +1 -0
  821. package/dist/src/index.js +5 -0
  822. package/dist/test-utils/blog/models/article.d.ts +30 -0
  823. package/dist/test-utils/blog/models/article.js +49 -0
  824. package/dist/test-utils/blog/models/article.ts +65 -0
  825. package/dist/test-utils/blog/models/article_tag.d.ts +23 -0
  826. package/dist/test-utils/blog/models/article_tag.js +33 -0
  827. package/dist/test-utils/blog/models/article_tag.ts +41 -0
  828. package/dist/test-utils/blog/models/person.d.ts +43 -0
  829. package/dist/test-utils/blog/models/person.js +48 -0
  830. package/dist/test-utils/blog/models/person.ts +78 -0
  831. package/dist/test-utils/blog/models/tag.d.ts +19 -0
  832. package/dist/test-utils/blog/models/tag.js +25 -0
  833. package/dist/test-utils/blog/models/tag.ts +32 -0
  834. package/dist/test-utils/blog/orm.d.ts +2 -0
  835. package/dist/test-utils/blog/orm.js +12 -0
  836. package/dist/test-utils/blog/orm.ts +11 -0
  837. package/dist/test-utils/eight/results.json +128 -0
  838. package/dist/test-utils/eleven/results.json +818 -0
  839. package/dist/test-utils/five/models/line-item.d.ts +20 -0
  840. package/dist/test-utils/five/models/line-item.js +29 -0
  841. package/dist/test-utils/five/models/line-item.ts +35 -0
  842. package/dist/test-utils/five/models/order.d.ts +18 -0
  843. package/dist/test-utils/five/models/order.js +24 -0
  844. package/dist/test-utils/five/models/order.ts +29 -0
  845. package/dist/test-utils/five/models/parcel-event.d.ts +22 -0
  846. package/dist/test-utils/five/models/parcel-event.js +33 -0
  847. package/dist/test-utils/five/models/parcel-event.ts +41 -0
  848. package/dist/test-utils/five/models/parcel-line-item.d.ts +23 -0
  849. package/dist/test-utils/five/models/parcel-line-item.js +33 -0
  850. package/dist/test-utils/five/models/parcel-line-item.ts +41 -0
  851. package/dist/test-utils/five/models/parcel.d.ts +17 -0
  852. package/dist/test-utils/five/models/parcel.js +23 -0
  853. package/dist/test-utils/five/models/parcel.ts +27 -0
  854. package/dist/test-utils/five/orm.d.ts +47 -0
  855. package/dist/test-utils/five/orm.js +19 -0
  856. package/dist/test-utils/five/orm.ts +17 -0
  857. package/dist/test-utils/five/results.json +58 -0
  858. package/dist/test-utils/four/results.json +772 -0
  859. package/dist/test-utils/nine/models/feature-switch.d.ts +25 -0
  860. package/dist/test-utils/nine/models/feature-switch.js +26 -0
  861. package/dist/test-utils/nine/models/feature-switch.ts +38 -0
  862. package/dist/test-utils/nine/orm.d.ts +47 -0
  863. package/dist/test-utils/nine/orm.js +9 -0
  864. package/dist/test-utils/nine/orm.ts +7 -0
  865. package/dist/test-utils/nine/results.json +12 -0
  866. package/dist/test-utils/one/results.json +386 -0
  867. package/dist/test-utils/order/models/line-item.d.ts +31 -0
  868. package/dist/test-utils/order/models/line-item.js +50 -0
  869. package/dist/test-utils/order/models/line-item.ts +66 -0
  870. package/dist/test-utils/order/models/order.d.ts +42 -0
  871. package/dist/test-utils/order/models/order.js +79 -0
  872. package/dist/test-utils/order/models/order.ts +107 -0
  873. package/dist/test-utils/order/models/product-variant.d.ts +31 -0
  874. package/dist/test-utils/order/models/product-variant.js +51 -0
  875. package/dist/test-utils/order/models/product-variant.ts +68 -0
  876. package/dist/test-utils/order/models/product.d.ts +25 -0
  877. package/dist/test-utils/order/models/product.js +41 -0
  878. package/dist/test-utils/order/models/product.ts +53 -0
  879. package/dist/test-utils/order/models/utm-source.d.ts +20 -0
  880. package/dist/test-utils/order/models/utm-source.js +26 -0
  881. package/dist/test-utils/order/models/utm-source.ts +33 -0
  882. package/dist/test-utils/order/orm.d.ts +47 -0
  883. package/dist/test-utils/order/orm.js +19 -0
  884. package/dist/test-utils/order/orm.ts +18 -0
  885. package/dist/test-utils/order-more/models/actual-product-variant.d.ts +18 -0
  886. package/dist/test-utils/order-more/models/actual-product-variant.js +24 -0
  887. package/dist/test-utils/order-more/models/actual-product-variant.ts +31 -0
  888. package/dist/test-utils/order-more/models/color.d.ts +21 -0
  889. package/dist/test-utils/order-more/models/color.js +33 -0
  890. package/dist/test-utils/order-more/models/color.ts +41 -0
  891. package/dist/test-utils/order-more/models/customer.d.ts +18 -0
  892. package/dist/test-utils/order-more/models/customer.js +24 -0
  893. package/dist/test-utils/order-more/models/customer.ts +29 -0
  894. package/dist/test-utils/order-more/models/gender.d.ts +19 -0
  895. package/dist/test-utils/order-more/models/gender.js +25 -0
  896. package/dist/test-utils/order-more/models/gender.ts +31 -0
  897. package/dist/test-utils/order-more/models/inventory-level.d.ts +27 -0
  898. package/dist/test-utils/order-more/models/inventory-level.js +41 -0
  899. package/dist/test-utils/order-more/models/inventory-level.ts +54 -0
  900. package/dist/test-utils/order-more/models/line-item.d.ts +31 -0
  901. package/dist/test-utils/order-more/models/line-item.js +50 -0
  902. package/dist/test-utils/order-more/models/line-item.ts +66 -0
  903. package/dist/test-utils/order-more/models/order.d.ts +50 -0
  904. package/dist/test-utils/order-more/models/order.js +90 -0
  905. package/dist/test-utils/order-more/models/order.ts +124 -0
  906. package/dist/test-utils/order-more/models/parcel-event.d.ts +22 -0
  907. package/dist/test-utils/order-more/models/parcel-event.js +33 -0
  908. package/dist/test-utils/order-more/models/parcel-event.ts +41 -0
  909. package/dist/test-utils/order-more/models/parcel-line-item.d.ts +23 -0
  910. package/dist/test-utils/order-more/models/parcel-line-item.js +33 -0
  911. package/dist/test-utils/order-more/models/parcel-line-item.ts +41 -0
  912. package/dist/test-utils/order-more/models/parcel.d.ts +17 -0
  913. package/dist/test-utils/order-more/models/parcel.js +23 -0
  914. package/dist/test-utils/order-more/models/parcel.ts +27 -0
  915. package/dist/test-utils/order-more/models/physical-address.d.ts +27 -0
  916. package/dist/test-utils/order-more/models/physical-address.js +45 -0
  917. package/dist/test-utils/order-more/models/physical-address.ts +59 -0
  918. package/dist/test-utils/order-more/models/product-variant-image.d.ts +23 -0
  919. package/dist/test-utils/order-more/models/product-variant-image.js +35 -0
  920. package/dist/test-utils/order-more/models/product-variant-image.ts +44 -0
  921. package/dist/test-utils/order-more/models/product-variant.d.ts +41 -0
  922. package/dist/test-utils/order-more/models/product-variant.js +63 -0
  923. package/dist/test-utils/order-more/models/product-variant.ts +86 -0
  924. package/dist/test-utils/order-more/models/product.d.ts +26 -0
  925. package/dist/test-utils/order-more/models/product.js +43 -0
  926. package/dist/test-utils/order-more/models/product.ts +56 -0
  927. package/dist/test-utils/order-more/models/refund.d.ts +27 -0
  928. package/dist/test-utils/order-more/models/refund.js +43 -0
  929. package/dist/test-utils/order-more/models/refund.ts +56 -0
  930. package/dist/test-utils/order-more/models/shipment-actual-product-variant.d.ts +25 -0
  931. package/dist/test-utils/order-more/models/shipment-actual-product-variant.js +37 -0
  932. package/dist/test-utils/order-more/models/shipment-actual-product-variant.ts +49 -0
  933. package/dist/test-utils/order-more/models/shipment.d.ts +19 -0
  934. package/dist/test-utils/order-more/models/shipment.js +29 -0
  935. package/dist/test-utils/order-more/models/shipment.ts +35 -0
  936. package/dist/test-utils/order-more/models/size.d.ts +19 -0
  937. package/dist/test-utils/order-more/models/size.js +25 -0
  938. package/dist/test-utils/order-more/models/size.ts +31 -0
  939. package/dist/test-utils/order-more/models/utm-medium.d.ts +19 -0
  940. package/dist/test-utils/order-more/models/utm-medium.js +25 -0
  941. package/dist/test-utils/order-more/models/utm-medium.ts +31 -0
  942. package/dist/test-utils/order-more/models/utm-source.d.ts +20 -0
  943. package/dist/test-utils/order-more/models/utm-source.js +26 -0
  944. package/dist/test-utils/order-more/models/utm-source.ts +33 -0
  945. package/dist/test-utils/order-more/orm.d.ts +47 -0
  946. package/dist/test-utils/order-more/orm.js +49 -0
  947. package/dist/test-utils/order-more/orm.ts +48 -0
  948. package/dist/test-utils/seven/results.json +32 -0
  949. package/dist/test-utils/six/models/customer.d.ts +18 -0
  950. package/dist/test-utils/six/models/customer.js +24 -0
  951. package/dist/test-utils/six/models/customer.ts +29 -0
  952. package/dist/test-utils/six/models/line-item.d.ts +20 -0
  953. package/dist/test-utils/six/models/line-item.js +29 -0
  954. package/dist/test-utils/six/models/line-item.ts +35 -0
  955. package/dist/test-utils/six/models/order.d.ts +20 -0
  956. package/dist/test-utils/six/models/order.js +29 -0
  957. package/dist/test-utils/six/models/order.ts +35 -0
  958. package/dist/test-utils/six/models/parcel-line-item.d.ts +23 -0
  959. package/dist/test-utils/six/models/parcel-line-item.js +33 -0
  960. package/dist/test-utils/six/models/parcel-line-item.ts +41 -0
  961. package/dist/test-utils/six/models/parcel.d.ts +17 -0
  962. package/dist/test-utils/six/models/parcel.js +23 -0
  963. package/dist/test-utils/six/models/parcel.ts +27 -0
  964. package/dist/test-utils/six/orm.d.ts +47 -0
  965. package/dist/test-utils/six/orm.js +19 -0
  966. package/dist/test-utils/six/orm.ts +17 -0
  967. package/dist/test-utils/six/results.json +26 -0
  968. package/dist/test-utils/ten/results.json +899 -0
  969. package/dist/test-utils/thirteen/models/audience.d.ts +17 -0
  970. package/dist/test-utils/thirteen/models/audience.js +23 -0
  971. package/dist/test-utils/thirteen/models/audience.ts +27 -0
  972. package/dist/test-utils/thirteen/models/brand.d.ts +17 -0
  973. package/dist/test-utils/thirteen/models/brand.js +23 -0
  974. package/dist/test-utils/thirteen/models/brand.ts +27 -0
  975. package/dist/test-utils/thirteen/models/category.d.ts +17 -0
  976. package/dist/test-utils/thirteen/models/category.js +23 -0
  977. package/dist/test-utils/thirteen/models/category.ts +27 -0
  978. package/dist/test-utils/thirteen/models/member.d.ts +17 -0
  979. package/dist/test-utils/thirteen/models/member.js +23 -0
  980. package/dist/test-utils/thirteen/models/member.ts +27 -0
  981. package/dist/test-utils/thirteen/models/passion.d.ts +17 -0
  982. package/dist/test-utils/thirteen/models/passion.js +23 -0
  983. package/dist/test-utils/thirteen/models/passion.ts +27 -0
  984. package/dist/test-utils/thirteen/models/product.d.ts +20 -0
  985. package/dist/test-utils/thirteen/models/product.js +29 -0
  986. package/dist/test-utils/thirteen/models/product.ts +35 -0
  987. package/dist/test-utils/thirteen/models/recommendation-audience.d.ts +23 -0
  988. package/dist/test-utils/thirteen/models/recommendation-audience.js +33 -0
  989. package/dist/test-utils/thirteen/models/recommendation-audience.ts +43 -0
  990. package/dist/test-utils/thirteen/models/recommendation.d.ts +32 -0
  991. package/dist/test-utils/thirteen/models/recommendation.js +45 -0
  992. package/dist/test-utils/thirteen/models/recommendation.ts +60 -0
  993. package/dist/test-utils/thirteen/orm.d.ts +47 -0
  994. package/dist/test-utils/thirteen/orm.js +25 -0
  995. package/dist/test-utils/thirteen/orm.ts +23 -0
  996. package/dist/test-utils/thirteen/results.json +74 -0
  997. package/dist/test-utils/three/results.js +422 -0
  998. package/dist/test-utils/twelve/models/member.d.ts +17 -0
  999. package/dist/test-utils/twelve/models/member.js +23 -0
  1000. package/dist/test-utils/twelve/models/member.ts +27 -0
  1001. package/dist/test-utils/twelve/models/prompt.d.ts +22 -0
  1002. package/dist/test-utils/twelve/models/prompt.js +32 -0
  1003. package/dist/test-utils/twelve/models/prompt.ts +40 -0
  1004. package/dist/test-utils/twelve/orm.d.ts +47 -0
  1005. package/dist/test-utils/twelve/orm.js +10 -0
  1006. package/dist/test-utils/twelve/orm.ts +8 -0
  1007. package/dist/test-utils/twelve/results.json +8 -0
  1008. package/dist/test-utils/two/results.js +322 -0
  1009. package/example/README.md +3 -0
  1010. package/example/app.ts +12 -0
  1011. package/example/data-access/person.ts +16 -0
  1012. package/example/factories/db.ts +11 -0
  1013. package/example/factories/orm.ts +10 -0
  1014. package/example/models/employer.ts +36 -0
  1015. package/example/models/job.ts +59 -0
  1016. package/example/models/person.ts +42 -0
  1017. package/package.json +18 -7
  1018. package/src/factory.spec.ts +1048 -0
  1019. package/src/factory.ts +737 -0
  1020. package/src/index.ts +8 -0
  1021. package/test-utils/blog/models/article.ts +65 -0
  1022. package/test-utils/blog/models/article_tag.ts +41 -0
  1023. package/test-utils/blog/models/person.ts +78 -0
  1024. package/test-utils/blog/models/tag.ts +32 -0
  1025. package/test-utils/blog/orm.ts +11 -0
  1026. package/test-utils/five/models/line-item.ts +35 -0
  1027. package/test-utils/five/models/order.ts +29 -0
  1028. package/test-utils/five/models/parcel-event.ts +41 -0
  1029. package/test-utils/five/models/parcel-line-item.ts +41 -0
  1030. package/test-utils/five/models/parcel.ts +27 -0
  1031. package/test-utils/five/orm.ts +17 -0
  1032. package/test-utils/nine/models/feature-switch.ts +38 -0
  1033. package/test-utils/nine/orm.ts +7 -0
  1034. package/test-utils/order/models/line-item.ts +66 -0
  1035. package/test-utils/order/models/order.ts +107 -0
  1036. package/test-utils/order/models/product-variant.ts +68 -0
  1037. package/test-utils/order/models/product.ts +53 -0
  1038. package/test-utils/order/models/utm-source.ts +33 -0
  1039. package/test-utils/order/orm.ts +18 -0
  1040. package/test-utils/order-more/models/actual-product-variant.ts +31 -0
  1041. package/test-utils/order-more/models/color.ts +41 -0
  1042. package/test-utils/order-more/models/customer.ts +29 -0
  1043. package/test-utils/order-more/models/gender.ts +31 -0
  1044. package/test-utils/order-more/models/inventory-level.ts +54 -0
  1045. package/test-utils/order-more/models/line-item.ts +66 -0
  1046. package/test-utils/order-more/models/order.ts +124 -0
  1047. package/test-utils/order-more/models/parcel-event.ts +41 -0
  1048. package/test-utils/order-more/models/parcel-line-item.ts +41 -0
  1049. package/test-utils/order-more/models/parcel.ts +27 -0
  1050. package/test-utils/order-more/models/physical-address.ts +59 -0
  1051. package/test-utils/order-more/models/product-variant-image.ts +44 -0
  1052. package/test-utils/order-more/models/product-variant.ts +86 -0
  1053. package/test-utils/order-more/models/product.ts +56 -0
  1054. package/test-utils/order-more/models/refund.ts +56 -0
  1055. package/test-utils/order-more/models/shipment-actual-product-variant.ts +49 -0
  1056. package/test-utils/order-more/models/shipment.ts +35 -0
  1057. package/test-utils/order-more/models/size.ts +31 -0
  1058. package/test-utils/order-more/models/utm-medium.ts +31 -0
  1059. package/test-utils/order-more/models/utm-source.ts +33 -0
  1060. package/test-utils/order-more/orm.ts +48 -0
  1061. package/test-utils/six/models/customer.ts +29 -0
  1062. package/test-utils/six/models/line-item.ts +35 -0
  1063. package/test-utils/six/models/order.ts +35 -0
  1064. package/test-utils/six/models/parcel-line-item.ts +41 -0
  1065. package/test-utils/six/models/parcel.ts +27 -0
  1066. package/test-utils/six/orm.ts +17 -0
  1067. package/test-utils/thirteen/models/audience.ts +27 -0
  1068. package/test-utils/thirteen/models/brand.ts +27 -0
  1069. package/test-utils/thirteen/models/category.ts +27 -0
  1070. package/test-utils/thirteen/models/member.ts +27 -0
  1071. package/test-utils/thirteen/models/passion.ts +27 -0
  1072. package/test-utils/thirteen/models/product.ts +35 -0
  1073. package/test-utils/thirteen/models/recommendation-audience.ts +43 -0
  1074. package/test-utils/thirteen/models/recommendation.ts +60 -0
  1075. package/test-utils/thirteen/orm.ts +23 -0
  1076. package/test-utils/twelve/models/member.ts +27 -0
  1077. package/test-utils/twelve/models/prompt.ts +40 -0
  1078. package/test-utils/twelve/orm.ts +8 -0
  1079. package/tsconfig.json +15 -0
  1080. package/examples/basic/README.md +0 -3
  1081. package/examples/basic/bo/person.js +0 -14
  1082. package/examples/basic/dao/person.js +0 -20
  1083. package/examples/basic/db.js +0 -16
  1084. package/examples/basic/orm.js +0 -8
  1085. package/examples/blog/bo/article.js +0 -35
  1086. package/examples/blog/bo/article_tag.js +0 -27
  1087. package/examples/blog/bo/article_tags.js +0 -10
  1088. package/examples/blog/bo/articles.js +0 -10
  1089. package/examples/blog/bo/person.js +0 -28
  1090. package/examples/blog/bo/tag.js +0 -15
  1091. package/examples/blog/business-objects.js +0 -1
  1092. package/examples/blog/orm.js +0 -14
  1093. package/examples/order/bo/line-item.js +0 -36
  1094. package/examples/order/bo/line-items.js +0 -10
  1095. package/examples/order/bo/order.js +0 -47
  1096. package/examples/order/bo/orders.js +0 -10
  1097. package/examples/order/bo/product-variant.js +0 -36
  1098. package/examples/order/bo/product-variants.js +0 -10
  1099. package/examples/order/bo/product.js +0 -31
  1100. package/examples/order/bo/products.js +0 -10
  1101. package/examples/order/bo/utm-source.js +0 -15
  1102. package/examples/order/orm.js +0 -20
  1103. package/examples/order-more/bo/actual-product-variant.js +0 -28
  1104. package/examples/order-more/bo/actual-product-variants.js +0 -10
  1105. package/examples/order-more/bo/color.js +0 -21
  1106. package/examples/order-more/bo/colors.js +0 -10
  1107. package/examples/order-more/bo/customer.js +0 -21
  1108. package/examples/order-more/bo/customers.js +0 -10
  1109. package/examples/order-more/bo/gender.js +0 -21
  1110. package/examples/order-more/bo/genders.js +0 -10
  1111. package/examples/order-more/bo/inventory-level.js +0 -31
  1112. package/examples/order-more/bo/inventory-levels.js +0 -10
  1113. package/examples/order-more/bo/line-item.js +0 -36
  1114. package/examples/order-more/bo/line-items.js +0 -10
  1115. package/examples/order-more/bo/order.js +0 -52
  1116. package/examples/order-more/bo/orders.js +0 -10
  1117. package/examples/order-more/bo/parcel-event.js +0 -22
  1118. package/examples/order-more/bo/parcel-events.js +0 -10
  1119. package/examples/order-more/bo/parcel-line-item.js +0 -27
  1120. package/examples/order-more/bo/parcel-line-items.js +0 -10
  1121. package/examples/order-more/bo/parcel.js +0 -21
  1122. package/examples/order-more/bo/parcels.js +0 -10
  1123. package/examples/order-more/bo/physical-address.js +0 -33
  1124. package/examples/order-more/bo/physical-addresses.js +0 -13
  1125. package/examples/order-more/bo/product-variant-image.js +0 -28
  1126. package/examples/order-more/bo/product-variant-images.js +0 -10
  1127. package/examples/order-more/bo/product-variant.js +0 -42
  1128. package/examples/order-more/bo/product-variants.js +0 -10
  1129. package/examples/order-more/bo/product.js +0 -32
  1130. package/examples/order-more/bo/products.js +0 -10
  1131. package/examples/order-more/bo/refund.js +0 -31
  1132. package/examples/order-more/bo/refunds.js +0 -10
  1133. package/examples/order-more/bo/shipment-actual-product-variant.js +0 -29
  1134. package/examples/order-more/bo/shipment-actual-product-variants.js +0 -10
  1135. package/examples/order-more/bo/shipment.js +0 -21
  1136. package/examples/order-more/bo/shipments.js +0 -10
  1137. package/examples/order-more/bo/size.js +0 -21
  1138. package/examples/order-more/bo/sizes.js +0 -10
  1139. package/examples/order-more/bo/utm-medium.js +0 -15
  1140. package/examples/order-more/bo/utm-source.js +0 -15
  1141. package/examples/order-more/orm.js +0 -49
  1142. package/src/bo.js +0 -393
  1143. package/src/bo.spec.js +0 -583
  1144. package/src/factory.js +0 -167
  1145. package/src/factory.spec.js +0 -11
  1146. package/src/index.js +0 -50
  1147. package/test-utils/five/bo/base.js +0 -5
  1148. package/test-utils/five/bo/line-item.js +0 -22
  1149. package/test-utils/five/bo/line-items.js +0 -10
  1150. package/test-utils/five/bo/order.js +0 -21
  1151. package/test-utils/five/bo/orders.js +0 -10
  1152. package/test-utils/five/bo/parcel-event.js +0 -22
  1153. package/test-utils/five/bo/parcel-events.js +0 -10
  1154. package/test-utils/five/bo/parcel-line-item.js +0 -27
  1155. package/test-utils/five/bo/parcel-line-items.js +0 -10
  1156. package/test-utils/five/bo/parcel.js +0 -21
  1157. package/test-utils/five/bo/parcels.js +0 -10
  1158. package/test-utils/five/orm.js +0 -19
  1159. package/test-utils/nine/bo/base.js +0 -5
  1160. package/test-utils/nine/bo/feature-switch.js +0 -21
  1161. package/test-utils/nine/bo/feature-switches.js +0 -13
  1162. package/test-utils/nine/orm.js +0 -9
  1163. package/test-utils/six/bo/base.js +0 -5
  1164. package/test-utils/six/bo/customer.js +0 -21
  1165. package/test-utils/six/bo/customers.js +0 -10
  1166. package/test-utils/six/bo/line-item.js +0 -22
  1167. package/test-utils/six/bo/line-items.js +0 -10
  1168. package/test-utils/six/bo/order.js +0 -22
  1169. package/test-utils/six/bo/orders.js +0 -10
  1170. package/test-utils/six/bo/parcel-line-item.js +0 -27
  1171. package/test-utils/six/bo/parcel-line-items.js +0 -10
  1172. package/test-utils/six/bo/parcel.js +0 -21
  1173. package/test-utils/six/bo/parcels.js +0 -10
  1174. package/test-utils/six/orm.js +0 -19
  1175. package/test-utils/thirteen/bo/audience.js +0 -21
  1176. package/test-utils/thirteen/bo/audiences.js +0 -10
  1177. package/test-utils/thirteen/bo/base.js +0 -5
  1178. package/test-utils/thirteen/bo/brand.js +0 -21
  1179. package/test-utils/thirteen/bo/brands.js +0 -10
  1180. package/test-utils/thirteen/bo/categories.js +0 -13
  1181. package/test-utils/thirteen/bo/category.js +0 -21
  1182. package/test-utils/thirteen/bo/member.js +0 -21
  1183. package/test-utils/thirteen/bo/members.js +0 -10
  1184. package/test-utils/thirteen/bo/passion.js +0 -21
  1185. package/test-utils/thirteen/bo/passions.js +0 -10
  1186. package/test-utils/thirteen/bo/product.js +0 -22
  1187. package/test-utils/thirteen/bo/products.js +0 -10
  1188. package/test-utils/thirteen/bo/recommendation-audience.js +0 -27
  1189. package/test-utils/thirteen/bo/recommendation-audiences.js +0 -10
  1190. package/test-utils/thirteen/bo/recommendation.js +0 -33
  1191. package/test-utils/thirteen/bo/recommendations.js +0 -10
  1192. package/test-utils/thirteen/orm.js +0 -25
  1193. package/test-utils/twelve/bo/base.js +0 -5
  1194. package/test-utils/twelve/bo/member.js +0 -19
  1195. package/test-utils/twelve/bo/members.js +0 -10
  1196. package/test-utils/twelve/bo/prompt.js +0 -23
  1197. package/test-utils/twelve/bo/prompts.js +0 -10
  1198. package/test-utils/twelve/orm.js +0 -10
@@ -0,0 +1,4039 @@
1
+ TN:
2
+ SF:/Users/craigmartin/projects/pure-orm/dist/src/factory.js
3
+ FN:5,(anonymous_0)
4
+ FN:6,(anonymous_1)
5
+ FN:10,(anonymous_2)
6
+ FN:20,(anonymous_3)
7
+ FN:21,(anonymous_4)
8
+ FN:22,(anonymous_5)
9
+ FN:25,(anonymous_6)
10
+ FN:26,(anonymous_7)
11
+ FN:29,(anonymous_8)
12
+ FN:31,(anonymous_9)
13
+ FN:35,(anonymous_10)
14
+ FN:36,(anonymous_11)
15
+ FN:40,(anonymous_12)
16
+ FN:58,(anonymous_13)
17
+ FN:59,(anonymous_14)
18
+ FN:65,(anonymous_15)
19
+ FN:66,(anonymous_16)
20
+ FN:72,(anonymous_17)
21
+ FN:89,(anonymous_18)
22
+ FN:90,(anonymous_19)
23
+ FN:92,(anonymous_20)
24
+ FN:92,(anonymous_21)
25
+ FN:96,(anonymous_22)
26
+ FN:97,(anonymous_23)
27
+ FN:98,(anonymous_24)
28
+ FN:103,(anonymous_25)
29
+ FN:105,(anonymous_26)
30
+ FN:106,(anonymous_27)
31
+ FN:120,(anonymous_28)
32
+ FN:124,(anonymous_29)
33
+ FN:134,(anonymous_30)
34
+ FN:155,(anonymous_31)
35
+ FN:208,(anonymous_32)
36
+ FN:211,(anonymous_33)
37
+ FN:213,(anonymous_34)
38
+ FN:213,(anonymous_35)
39
+ FN:225,(anonymous_36)
40
+ FN:226,(anonymous_37)
41
+ FN:228,(anonymous_38)
42
+ FN:248,(anonymous_39)
43
+ FN:249,(anonymous_40)
44
+ FN:257,(anonymous_41)
45
+ FN:263,(anonymous_42)
46
+ FN:267,(anonymous_43)
47
+ FN:280,(anonymous_44)
48
+ FN:290,(anonymous_45)
49
+ FN:297,(anonymous_46)
50
+ FN:299,(anonymous_47)
51
+ FN:300,(anonymous_48)
52
+ FN:303,(anonymous_49)
53
+ FN:304,(anonymous_50)
54
+ FN:305,(anonymous_51)
55
+ FN:308,(anonymous_52)
56
+ FN:310,(anonymous_53)
57
+ FN:311,(anonymous_54)
58
+ FN:315,(anonymous_55)
59
+ FN:316,(anonymous_56)
60
+ FN:320,(anonymous_57)
61
+ FN:322,(anonymous_58)
62
+ FN:325,(anonymous_59)
63
+ FN:326,(anonymous_60)
64
+ FN:329,(anonymous_61)
65
+ FN:332,(anonymous_62)
66
+ FN:337,(anonymous_63)
67
+ FN:339,(anonymous_64)
68
+ FN:342,(anonymous_65)
69
+ FN:343,(anonymous_66)
70
+ FN:346,(anonymous_67)
71
+ FN:349,(anonymous_68)
72
+ FN:350,(anonymous_69)
73
+ FN:353,(anonymous_70)
74
+ FN:355,(anonymous_71)
75
+ FN:356,(anonymous_72)
76
+ FN:362,(anonymous_73)
77
+ FN:368,(anonymous_74)
78
+ FN:371,(anonymous_75)
79
+ FN:374,(anonymous_76)
80
+ FN:377,(anonymous_77)
81
+ FN:380,(anonymous_78)
82
+ FN:383,(anonymous_79)
83
+ FN:386,(anonymous_80)
84
+ FN:389,(anonymous_81)
85
+ FN:392,(anonymous_82)
86
+ FN:395,(anonymous_83)
87
+ FN:402,(anonymous_84)
88
+ FN:412,(anonymous_85)
89
+ FN:423,(anonymous_86)
90
+ FN:431,(anonymous_87)
91
+ FN:439,(anonymous_88)
92
+ FN:448,(anonymous_89)
93
+ FN:457,(anonymous_90)
94
+ FN:466,(anonymous_91)
95
+ FN:506,(anonymous_92)
96
+ FNF:93
97
+ FNH:43
98
+ FNDA:8,(anonymous_0)
99
+ FNDA:50,(anonymous_1)
100
+ FNDA:271,(anonymous_2)
101
+ FNDA:271,(anonymous_3)
102
+ FNDA:271,(anonymous_4)
103
+ FNDA:271,(anonymous_5)
104
+ FNDA:271,(anonymous_6)
105
+ FNDA:0,(anonymous_7)
106
+ FNDA:2379,(anonymous_8)
107
+ FNDA:2379,(anonymous_9)
108
+ FNDA:271,(anonymous_10)
109
+ FNDA:45,(anonymous_11)
110
+ FNDA:271,(anonymous_12)
111
+ FNDA:1104,(anonymous_13)
112
+ FNDA:10197,(anonymous_14)
113
+ FNDA:38207,(anonymous_15)
114
+ FNDA:404341,(anonymous_16)
115
+ FNDA:0,(anonymous_17)
116
+ FNDA:26,(anonymous_18)
117
+ FNDA:111,(anonymous_19)
118
+ FNDA:111,(anonymous_20)
119
+ FNDA:1104,(anonymous_21)
120
+ FNDA:111,(anonymous_22)
121
+ FNDA:993,(anonymous_23)
122
+ FNDA:18827,(anonymous_24)
123
+ FNDA:27484,(anonymous_25)
124
+ FNDA:26688,(anonymous_26)
125
+ FNDA:26688,(anonymous_27)
126
+ FNDA:11737,(anonymous_28)
127
+ FNDA:48580,(anonymous_29)
128
+ FNDA:5858,(anonymous_30)
129
+ FNDA:91,(anonymous_31)
130
+ FNDA:13,(anonymous_32)
131
+ FNDA:111,(anonymous_33)
132
+ FNDA:111,(anonymous_34)
133
+ FNDA:111,(anonymous_35)
134
+ FNDA:111,(anonymous_36)
135
+ FNDA:1104,(anonymous_37)
136
+ FNDA:3703,(anonymous_38)
137
+ FNDA:111,(anonymous_39)
138
+ FNDA:3703,(anonymous_40)
139
+ FNDA:13,(anonymous_41)
140
+ FNDA:26,(anonymous_42)
141
+ FNDA:4,(anonymous_43)
142
+ FNDA:0,(anonymous_44)
143
+ FNDA:0,(anonymous_45)
144
+ FNDA:0,(anonymous_46)
145
+ FNDA:0,(anonymous_47)
146
+ FNDA:0,(anonymous_48)
147
+ FNDA:0,(anonymous_49)
148
+ FNDA:0,(anonymous_50)
149
+ FNDA:0,(anonymous_51)
150
+ FNDA:0,(anonymous_52)
151
+ FNDA:0,(anonymous_53)
152
+ FNDA:0,(anonymous_54)
153
+ FNDA:0,(anonymous_55)
154
+ FNDA:0,(anonymous_56)
155
+ FNDA:0,(anonymous_57)
156
+ FNDA:0,(anonymous_58)
157
+ FNDA:0,(anonymous_59)
158
+ FNDA:0,(anonymous_60)
159
+ FNDA:0,(anonymous_61)
160
+ FNDA:0,(anonymous_62)
161
+ FNDA:0,(anonymous_63)
162
+ FNDA:0,(anonymous_64)
163
+ FNDA:0,(anonymous_65)
164
+ FNDA:0,(anonymous_66)
165
+ FNDA:0,(anonymous_67)
166
+ FNDA:0,(anonymous_68)
167
+ FNDA:0,(anonymous_69)
168
+ FNDA:0,(anonymous_70)
169
+ FNDA:0,(anonymous_71)
170
+ FNDA:0,(anonymous_72)
171
+ FNDA:0,(anonymous_73)
172
+ FNDA:0,(anonymous_74)
173
+ FNDA:0,(anonymous_75)
174
+ FNDA:0,(anonymous_76)
175
+ FNDA:0,(anonymous_77)
176
+ FNDA:0,(anonymous_78)
177
+ FNDA:0,(anonymous_79)
178
+ FNDA:0,(anonymous_80)
179
+ FNDA:0,(anonymous_81)
180
+ FNDA:0,(anonymous_82)
181
+ FNDA:0,(anonymous_83)
182
+ FNDA:0,(anonymous_84)
183
+ FNDA:0,(anonymous_85)
184
+ FNDA:0,(anonymous_86)
185
+ FNDA:0,(anonymous_87)
186
+ FNDA:0,(anonymous_88)
187
+ FNDA:0,(anonymous_89)
188
+ FNDA:0,(anonymous_90)
189
+ FNDA:0,(anonymous_91)
190
+ FNDA:50,(anonymous_92)
191
+ DA:2,1
192
+ DA:3,1
193
+ DA:4,1
194
+ DA:5,1
195
+ DA:6,8
196
+ DA:7,50
197
+ DA:8,50
198
+ DA:9,50
199
+ DA:10,50
200
+ DA:11,271
201
+ DA:12,226
202
+ DA:18,45
203
+ DA:20,271
204
+ DA:21,271
205
+ DA:22,271
206
+ DA:23,50
207
+ DA:24,50
208
+ DA:25,271
209
+ DA:26,50
210
+ DA:27,50
211
+ DA:29,50
212
+ DA:30,2379
213
+ DA:31,2379
214
+ DA:34,50
215
+ DA:35,271
216
+ DA:36,45
217
+ DA:39,50
218
+ DA:40,271
219
+ DA:42,50
220
+ DA:58,8
221
+ DA:59,10197
222
+ DA:60,1104
223
+ DA:61,0
224
+ DA:63,1104
225
+ DA:65,8
226
+ DA:66,404341
227
+ DA:67,38207
228
+ DA:68,0
229
+ DA:70,38207
230
+ DA:72,8
231
+ DA:73,0
232
+ DA:74,0
233
+ DA:75,0
234
+ DA:78,0
235
+ DA:89,8
236
+ DA:90,111
237
+ DA:91,26
238
+ DA:92,1104
239
+ DA:93,26
240
+ DA:94,26
241
+ DA:96,26
242
+ DA:97,111
243
+ DA:98,18827
244
+ DA:101,993
245
+ DA:102,993
246
+ DA:103,993
247
+ DA:104,27484
248
+ DA:105,26688
249
+ DA:106,26688
250
+ DA:107,27484
251
+ DA:108,26812
252
+ DA:110,672
253
+ DA:111,673
254
+ DA:112,673
255
+ DA:113,646
256
+ DA:116,26
257
+ DA:120,993
258
+ DA:121,11737
259
+ DA:122,9876
260
+ DA:124,48580
261
+ DA:125,1861
262
+ DA:126,963
263
+ DA:128,898
264
+ DA:130,993
265
+ DA:134,993
266
+ DA:135,5858
267
+ DA:136,5858
268
+ DA:137,5526
269
+ DA:139,332
270
+ DA:140,332
271
+ DA:142,993
272
+ DA:143,538
273
+ DA:144,75
274
+ DA:145,75
275
+ DA:152,463
276
+ DA:153,463
277
+ DA:155,463
278
+ DA:156,61
279
+ DA:157,61
280
+ DA:161,857
281
+ DA:162,585
282
+ DA:164,272
283
+ DA:165,151
284
+ DA:166,151
285
+ DA:167,85
286
+ DA:170,66
287
+ DA:171,66
288
+ DA:178,121
289
+ DA:180,121
290
+ DA:182,0
291
+ DA:184,736
292
+ DA:187,26
293
+ DA:208,8
294
+ DA:209,13
295
+ DA:210,13
296
+ DA:211,13
297
+ DA:212,111
298
+ DA:213,111
299
+ DA:215,111
300
+ DA:216,85
301
+ DA:219,26
302
+ DA:221,111
303
+ DA:223,13
304
+ DA:225,8
305
+ DA:226,111
306
+ DA:227,1104
307
+ DA:228,1104
308
+ DA:229,3703
309
+ DA:230,3703
310
+ DA:231,0
311
+ DA:232,0
312
+ DA:235,0
313
+ DA:238,3703
314
+ DA:239,3703
315
+ DA:241,1104
316
+ DA:248,8
317
+ DA:249,111
318
+ DA:250,3703
319
+ DA:251,3703
320
+ DA:252,3703
321
+ DA:253,3703
322
+ DA:254,3703
323
+ DA:257,8
324
+ DA:258,13
325
+ DA:259,13
326
+ DA:260,13
327
+ DA:261,13
328
+ DA:262,13
329
+ DA:263,26
330
+ DA:264,13
331
+ DA:265,13
332
+ DA:267,8
333
+ DA:268,4
334
+ DA:269,4
335
+ DA:270,0
336
+ DA:272,4
337
+ DA:273,0
338
+ DA:275,4
339
+ DA:276,0
340
+ DA:278,4
341
+ DA:280,8
342
+ DA:281,0
343
+ DA:282,0
344
+ DA:284,0
345
+ DA:285,0
346
+ DA:286,0
347
+ DA:288,0
348
+ DA:290,8
349
+ DA:291,0
350
+ DA:292,0
351
+ DA:293,0
352
+ DA:295,0
353
+ DA:297,8
354
+ DA:298,0
355
+ DA:299,0
356
+ DA:300,0
357
+ DA:302,0
358
+ DA:303,0
359
+ DA:304,0
360
+ DA:305,0
361
+ DA:306,0
362
+ DA:308,8
363
+ DA:309,0
364
+ DA:310,0
365
+ DA:311,0
366
+ DA:312,0
367
+ DA:313,0
368
+ DA:314,0
369
+ DA:315,0
370
+ DA:316,0
371
+ DA:317,0
372
+ DA:318,0
373
+ DA:320,8
374
+ DA:321,0
375
+ DA:322,0
376
+ DA:325,0
377
+ DA:326,0
378
+ DA:328,0
379
+ DA:329,0
380
+ DA:332,0
381
+ DA:333,0
382
+ DA:337,8
383
+ DA:338,0
384
+ DA:339,0
385
+ DA:342,0
386
+ DA:343,0
387
+ DA:345,0
388
+ DA:346,0
389
+ DA:349,0
390
+ DA:350,0
391
+ DA:351,0
392
+ DA:353,8
393
+ DA:354,0
394
+ DA:355,0
395
+ DA:356,0
396
+ DA:357,0
397
+ DA:358,0
398
+ DA:360,0
399
+ DA:362,8
400
+ DA:363,0
401
+ DA:368,8
402
+ DA:369,0
403
+ DA:371,0
404
+ DA:374,8
405
+ DA:375,0
406
+ DA:377,0
407
+ DA:380,8
408
+ DA:381,0
409
+ DA:383,0
410
+ DA:386,8
411
+ DA:387,0
412
+ DA:389,0
413
+ DA:392,8
414
+ DA:393,0
415
+ DA:395,0
416
+ DA:402,8
417
+ DA:403,0
418
+ DA:404,0
419
+ DA:409,0
420
+ DA:412,8
421
+ DA:413,0
422
+ DA:414,0
423
+ DA:420,0
424
+ DA:423,8
425
+ DA:424,0
426
+ DA:425,0
427
+ DA:429,0
428
+ DA:431,8
429
+ DA:432,0
430
+ DA:433,0
431
+ DA:437,0
432
+ DA:439,8
433
+ DA:440,0
434
+ DA:441,0
435
+ DA:446,0
436
+ DA:448,8
437
+ DA:449,0
438
+ DA:450,0
439
+ DA:455,0
440
+ DA:457,8
441
+ DA:458,0
442
+ DA:459,0
443
+ DA:464,0
444
+ DA:466,8
445
+ DA:467,0
446
+ DA:468,0
447
+ DA:473,0
448
+ DA:475,8
449
+ DA:507,50
450
+ DA:508,50
451
+ DA:512,1
452
+ LF:261
453
+ LH:162
454
+ BRDA:8,0,0,50
455
+ BRDA:8,0,1,50
456
+ BRDA:9,1,0,50
457
+ BRDA:9,1,1,50
458
+ BRDA:11,2,0,226
459
+ BRDA:11,2,1,45
460
+ BRDA:18,3,0,45
461
+ BRDA:18,3,1,45
462
+ BRDA:18,4,0,45
463
+ BRDA:18,4,1,45
464
+ BRDA:18,5,0,45
465
+ BRDA:18,5,1,0
466
+ BRDA:27,6,0,0
467
+ BRDA:27,6,1,50
468
+ BRDA:60,7,0,0
469
+ BRDA:60,7,1,1104
470
+ BRDA:67,8,0,0
471
+ BRDA:67,8,1,38207
472
+ BRDA:73,9,0,0
473
+ BRDA:73,9,1,0
474
+ BRDA:74,10,0,0
475
+ BRDA:74,10,1,0
476
+ BRDA:98,11,0,18827
477
+ BRDA:98,11,1,1129
478
+ BRDA:101,12,0,993
479
+ BRDA:101,12,1,455
480
+ BRDA:105,13,0,720
481
+ BRDA:105,13,1,25968
482
+ BRDA:107,14,0,26812
483
+ BRDA:107,14,1,672
484
+ BRDA:112,15,0,646
485
+ BRDA:112,15,1,27
486
+ BRDA:120,16,0,993
487
+ BRDA:120,16,1,143
488
+ BRDA:121,17,0,9876
489
+ BRDA:121,17,1,1861
490
+ BRDA:125,18,0,963
491
+ BRDA:125,18,1,898
492
+ BRDA:136,19,0,5526
493
+ BRDA:136,19,1,332
494
+ BRDA:142,20,0,538
495
+ BRDA:142,20,1,455
496
+ BRDA:143,21,0,75
497
+ BRDA:143,21,1,463
498
+ BRDA:143,22,0,538
499
+ BRDA:143,22,1,123
500
+ BRDA:152,23,0,463
501
+ BRDA:152,23,1,0
502
+ BRDA:155,24,0,61
503
+ BRDA:155,24,1,402
504
+ BRDA:155,25,0,463
505
+ BRDA:155,25,1,61
506
+ BRDA:161,26,0,585
507
+ BRDA:161,26,1,272
508
+ BRDA:164,27,0,151
509
+ BRDA:164,27,1,121
510
+ BRDA:166,28,0,85
511
+ BRDA:166,28,1,66
512
+ BRDA:178,29,0,121
513
+ BRDA:178,29,1,0
514
+ BRDA:213,30,0,0
515
+ BRDA:213,30,1,111
516
+ BRDA:213,31,0,111
517
+ BRDA:213,31,1,111
518
+ BRDA:215,32,0,85
519
+ BRDA:215,32,1,26
520
+ BRDA:230,33,0,0
521
+ BRDA:230,33,1,3703
522
+ BRDA:231,34,0,0
523
+ BRDA:231,34,1,0
524
+ BRDA:252,35,0,3703
525
+ BRDA:252,35,1,1104
526
+ BRDA:258,36,0,13
527
+ BRDA:258,36,1,0
528
+ BRDA:265,37,0,13
529
+ BRDA:265,37,1,0
530
+ BRDA:269,38,0,0
531
+ BRDA:269,38,1,4
532
+ BRDA:272,39,0,0
533
+ BRDA:272,39,1,4
534
+ BRDA:272,40,0,4
535
+ BRDA:272,40,1,4
536
+ BRDA:275,41,0,0
537
+ BRDA:275,41,1,4
538
+ BRDA:281,42,0,0
539
+ BRDA:281,42,1,0
540
+ BRDA:285,43,0,0
541
+ BRDA:285,43,1,0
542
+ BRDA:285,44,0,0
543
+ BRDA:285,44,1,0
544
+ BRDA:288,45,0,0
545
+ BRDA:288,45,1,0
546
+ BRDA:292,46,0,0
547
+ BRDA:292,46,1,0
548
+ BRDA:292,47,0,0
549
+ BRDA:292,47,1,0
550
+ BRDA:308,48,0,0
551
+ BRDA:322,49,0,0
552
+ BRDA:322,49,1,0
553
+ BRDA:329,50,0,0
554
+ BRDA:329,50,1,0
555
+ BRDA:339,51,0,0
556
+ BRDA:339,51,1,0
557
+ BRDA:346,52,0,0
558
+ BRDA:346,52,1,0
559
+ BRDA:368,53,0,0
560
+ BRDA:374,54,0,0
561
+ BRDA:380,55,0,0
562
+ BRDA:386,56,0,0
563
+ BRDA:392,57,0,0
564
+ BRDA:412,58,0,0
565
+ BRDA:412,59,0,0
566
+ BRF:112
567
+ BRH:65
568
+ end_of_record
569
+ TN:
570
+ SF:/Users/craigmartin/projects/pure-orm/dist/src/index.js
571
+ FN:5,(anonymous_0)
572
+ FNF:1
573
+ FNH:1
574
+ FNDA:8,(anonymous_0)
575
+ DA:2,1
576
+ DA:3,1
577
+ DA:4,1
578
+ DA:5,8
579
+ LF:4
580
+ LH:4
581
+ BRF:0
582
+ BRH:0
583
+ end_of_record
584
+ TN:
585
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/blog/orm.js
586
+ FNF:0
587
+ FNH:0
588
+ DA:2,1
589
+ DA:3,1
590
+ DA:4,1
591
+ DA:5,1
592
+ DA:6,1
593
+ DA:7,1
594
+ DA:8,1
595
+ DA:12,1
596
+ LF:8
597
+ LH:8
598
+ BRF:0
599
+ BRH:0
600
+ end_of_record
601
+ TN:
602
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/blog/models/article.js
603
+ FN:21,(anonymous_0)
604
+ FN:39,(anonymous_1)
605
+ FNF:2
606
+ FNH:2
607
+ FNDA:23,(anonymous_0)
608
+ FNDA:2,(anonymous_1)
609
+ DA:2,1
610
+ DA:3,1
611
+ DA:4,1
612
+ DA:5,1
613
+ DA:6,1
614
+ DA:22,23
615
+ DA:23,23
616
+ DA:24,23
617
+ DA:25,23
618
+ DA:26,23
619
+ DA:27,23
620
+ DA:28,23
621
+ DA:29,23
622
+ DA:30,23
623
+ DA:31,23
624
+ DA:32,23
625
+ DA:33,23
626
+ DA:34,23
627
+ DA:37,1
628
+ DA:40,2
629
+ DA:43,1
630
+ DA:44,1
631
+ LF:22
632
+ LH:22
633
+ BRF:0
634
+ BRH:0
635
+ end_of_record
636
+ TN:
637
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/blog/models/article_tag.js
638
+ FN:13,(anonymous_0)
639
+ FN:23,(anonymous_1)
640
+ FNF:2
641
+ FNH:2
642
+ FNDA:23,(anonymous_0)
643
+ FNDA:3,(anonymous_1)
644
+ DA:2,1
645
+ DA:3,1
646
+ DA:4,1
647
+ DA:5,1
648
+ DA:6,1
649
+ DA:7,1
650
+ DA:14,23
651
+ DA:15,23
652
+ DA:16,23
653
+ DA:17,23
654
+ DA:18,23
655
+ DA:21,1
656
+ DA:24,3
657
+ DA:27,1
658
+ DA:28,1
659
+ LF:15
660
+ LH:15
661
+ BRF:0
662
+ BRH:0
663
+ end_of_record
664
+ TN:
665
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/blog/models/person.js
666
+ FN:20,(anonymous_0)
667
+ FN:37,(anonymous_1)
668
+ FNF:2
669
+ FNH:1
670
+ FNDA:23,(anonymous_0)
671
+ FNDA:0,(anonymous_1)
672
+ DA:2,1
673
+ DA:3,1
674
+ DA:4,1
675
+ DA:5,1
676
+ DA:21,23
677
+ DA:22,23
678
+ DA:23,23
679
+ DA:24,23
680
+ DA:25,23
681
+ DA:26,23
682
+ DA:27,23
683
+ DA:28,23
684
+ DA:29,23
685
+ DA:30,23
686
+ DA:31,23
687
+ DA:32,23
688
+ DA:35,1
689
+ DA:38,0
690
+ DA:39,0
691
+ DA:42,1
692
+ DA:43,1
693
+ LF:21
694
+ LH:19
695
+ BRF:0
696
+ BRH:0
697
+ end_of_record
698
+ TN:
699
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/blog/models/tag.js
700
+ FN:7,(anonymous_0)
701
+ FN:15,(anonymous_1)
702
+ FNF:2
703
+ FNH:1
704
+ FNDA:23,(anonymous_0)
705
+ FNDA:0,(anonymous_1)
706
+ DA:2,1
707
+ DA:3,1
708
+ DA:4,1
709
+ DA:5,1
710
+ DA:8,23
711
+ DA:9,23
712
+ DA:10,23
713
+ DA:13,1
714
+ DA:16,0
715
+ DA:19,1
716
+ DA:20,1
717
+ LF:11
718
+ LH:10
719
+ BRF:0
720
+ BRH:0
721
+ end_of_record
722
+ TN:
723
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/five/orm.js
724
+ FNF:0
725
+ FNH:0
726
+ DA:2,1
727
+ DA:3,1
728
+ DA:4,1
729
+ DA:5,1
730
+ DA:6,1
731
+ DA:7,1
732
+ DA:8,1
733
+ DA:9,1
734
+ DA:19,1
735
+ LF:9
736
+ LH:9
737
+ BRF:0
738
+ BRH:0
739
+ end_of_record
740
+ TN:
741
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/five/models/line-item.js
742
+ FN:11,(anonymous_0)
743
+ FN:19,(anonymous_1)
744
+ FNF:2
745
+ FNH:2
746
+ FNDA:4,(anonymous_0)
747
+ FNDA:2,(anonymous_1)
748
+ DA:2,1
749
+ DA:3,1
750
+ DA:4,1
751
+ DA:5,1
752
+ DA:6,1
753
+ DA:12,4
754
+ DA:13,4
755
+ DA:14,4
756
+ DA:17,1
757
+ DA:20,2
758
+ DA:23,1
759
+ DA:24,1
760
+ LF:12
761
+ LH:12
762
+ BRF:0
763
+ BRH:0
764
+ end_of_record
765
+ TN:
766
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/five/models/order.js
767
+ FN:7,(anonymous_0)
768
+ FN:14,(anonymous_1)
769
+ FNF:2
770
+ FNH:2
771
+ FNDA:4,(anonymous_0)
772
+ FNDA:1,(anonymous_1)
773
+ DA:2,1
774
+ DA:3,1
775
+ DA:4,1
776
+ DA:5,1
777
+ DA:8,4
778
+ DA:9,4
779
+ DA:12,1
780
+ DA:15,1
781
+ DA:18,1
782
+ DA:19,1
783
+ LF:10
784
+ LH:10
785
+ BRF:0
786
+ BRH:0
787
+ end_of_record
788
+ TN:
789
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/five/models/parcel-event.js
790
+ FN:13,(anonymous_0)
791
+ FN:23,(anonymous_1)
792
+ FNF:2
793
+ FNH:2
794
+ FNDA:4,(anonymous_0)
795
+ FNDA:1,(anonymous_1)
796
+ DA:2,1
797
+ DA:3,1
798
+ DA:4,1
799
+ DA:5,1
800
+ DA:6,1
801
+ DA:14,4
802
+ DA:15,4
803
+ DA:16,4
804
+ DA:17,4
805
+ DA:18,4
806
+ DA:21,1
807
+ DA:24,1
808
+ DA:27,1
809
+ DA:28,1
810
+ LF:14
811
+ LH:14
812
+ BRF:0
813
+ BRH:0
814
+ end_of_record
815
+ TN:
816
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/five/models/parcel-line-item.js
817
+ FN:13,(anonymous_0)
818
+ FN:23,(anonymous_1)
819
+ FNF:2
820
+ FNH:2
821
+ FNDA:4,(anonymous_0)
822
+ FNDA:1,(anonymous_1)
823
+ DA:2,1
824
+ DA:3,1
825
+ DA:4,1
826
+ DA:5,1
827
+ DA:6,1
828
+ DA:7,1
829
+ DA:14,4
830
+ DA:15,4
831
+ DA:16,4
832
+ DA:17,4
833
+ DA:18,4
834
+ DA:21,1
835
+ DA:24,1
836
+ DA:27,1
837
+ DA:28,1
838
+ LF:15
839
+ LH:15
840
+ BRF:0
841
+ BRH:0
842
+ end_of_record
843
+ TN:
844
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/five/models/parcel.js
845
+ FN:7,(anonymous_0)
846
+ FN:13,(anonymous_1)
847
+ FNF:2
848
+ FNH:1
849
+ FNDA:4,(anonymous_0)
850
+ FNDA:0,(anonymous_1)
851
+ DA:2,1
852
+ DA:3,1
853
+ DA:4,1
854
+ DA:5,1
855
+ DA:8,4
856
+ DA:11,1
857
+ DA:14,0
858
+ DA:17,1
859
+ DA:18,1
860
+ LF:9
861
+ LH:8
862
+ BRF:0
863
+ BRH:0
864
+ end_of_record
865
+ TN:
866
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/nine/orm.js
867
+ FNF:0
868
+ FNH:0
869
+ DA:2,1
870
+ DA:3,1
871
+ DA:4,1
872
+ DA:5,1
873
+ DA:9,1
874
+ LF:5
875
+ LH:5
876
+ BRF:0
877
+ BRH:0
878
+ end_of_record
879
+ TN:
880
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/nine/models/feature-switch.js
881
+ FN:7,(anonymous_0)
882
+ FN:15,(anonymous_1)
883
+ FNF:2
884
+ FNH:2
885
+ FNDA:2,(anonymous_0)
886
+ FNDA:1,(anonymous_1)
887
+ DA:2,1
888
+ DA:3,1
889
+ DA:4,1
890
+ DA:5,1
891
+ DA:8,2
892
+ DA:9,2
893
+ DA:10,2
894
+ DA:13,1
895
+ DA:16,1
896
+ DA:17,1
897
+ DA:20,1
898
+ DA:21,1
899
+ LF:12
900
+ LH:12
901
+ BRF:0
902
+ BRH:0
903
+ end_of_record
904
+ TN:
905
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/order/orm.js
906
+ FNF:0
907
+ FNH:0
908
+ DA:2,1
909
+ DA:3,1
910
+ DA:4,1
911
+ DA:5,1
912
+ DA:6,1
913
+ DA:7,1
914
+ DA:8,1
915
+ DA:9,1
916
+ DA:19,1
917
+ LF:9
918
+ LH:9
919
+ BRF:0
920
+ BRH:0
921
+ end_of_record
922
+ TN:
923
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/order-more/orm.js
924
+ FNF:0
925
+ FNH:0
926
+ DA:2,1
927
+ DA:3,1
928
+ DA:4,1
929
+ DA:5,1
930
+ DA:6,1
931
+ DA:7,1
932
+ DA:8,1
933
+ DA:9,1
934
+ DA:10,1
935
+ DA:11,1
936
+ DA:12,1
937
+ DA:13,1
938
+ DA:14,1
939
+ DA:15,1
940
+ DA:16,1
941
+ DA:17,1
942
+ DA:18,1
943
+ DA:19,1
944
+ DA:20,1
945
+ DA:21,1
946
+ DA:22,1
947
+ DA:23,1
948
+ DA:24,1
949
+ DA:49,1
950
+ LF:24
951
+ LH:24
952
+ BRF:0
953
+ BRH:0
954
+ end_of_record
955
+ TN:
956
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/order-more/models/actual-product-variant.js
957
+ FN:7,(anonymous_0)
958
+ FN:14,(anonymous_1)
959
+ FNF:2
960
+ FNH:1
961
+ FNDA:22,(anonymous_0)
962
+ FNDA:0,(anonymous_1)
963
+ DA:2,1
964
+ DA:3,1
965
+ DA:4,1
966
+ DA:5,1
967
+ DA:8,22
968
+ DA:9,22
969
+ DA:12,1
970
+ DA:15,0
971
+ DA:18,1
972
+ DA:19,1
973
+ LF:10
974
+ LH:9
975
+ BRF:0
976
+ BRH:0
977
+ end_of_record
978
+ TN:
979
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/order-more/models/color.js
980
+ FN:13,(anonymous_0)
981
+ FN:23,(anonymous_1)
982
+ FNF:2
983
+ FNH:1
984
+ FNDA:69,(anonymous_0)
985
+ FNDA:0,(anonymous_1)
986
+ DA:2,1
987
+ DA:3,1
988
+ DA:4,1
989
+ DA:5,1
990
+ DA:14,69
991
+ DA:15,69
992
+ DA:16,69
993
+ DA:17,69
994
+ DA:18,69
995
+ DA:21,1
996
+ DA:24,0
997
+ DA:27,1
998
+ DA:28,1
999
+ LF:13
1000
+ LH:12
1001
+ BRF:0
1002
+ BRH:0
1003
+ end_of_record
1004
+ TN:
1005
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/order-more/models/customer.js
1006
+ FN:7,(anonymous_0)
1007
+ FN:14,(anonymous_1)
1008
+ FNF:2
1009
+ FNH:1
1010
+ FNDA:47,(anonymous_0)
1011
+ FNDA:0,(anonymous_1)
1012
+ DA:2,1
1013
+ DA:3,1
1014
+ DA:4,1
1015
+ DA:5,1
1016
+ DA:8,47
1017
+ DA:9,47
1018
+ DA:12,1
1019
+ DA:15,0
1020
+ DA:18,1
1021
+ DA:19,1
1022
+ LF:10
1023
+ LH:9
1024
+ BRF:0
1025
+ BRH:0
1026
+ end_of_record
1027
+ TN:
1028
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/order-more/models/gender.js
1029
+ FN:7,(anonymous_0)
1030
+ FN:15,(anonymous_1)
1031
+ FNF:2
1032
+ FNH:1
1033
+ FNDA:45,(anonymous_0)
1034
+ FNDA:0,(anonymous_1)
1035
+ DA:2,1
1036
+ DA:3,1
1037
+ DA:4,1
1038
+ DA:5,1
1039
+ DA:8,45
1040
+ DA:9,45
1041
+ DA:10,45
1042
+ DA:13,1
1043
+ DA:16,0
1044
+ DA:19,1
1045
+ DA:20,1
1046
+ LF:11
1047
+ LH:10
1048
+ BRF:0
1049
+ BRH:0
1050
+ end_of_record
1051
+ TN:
1052
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/order-more/models/inventory-level.js
1053
+ FN:17,(anonymous_0)
1054
+ FN:31,(anonymous_1)
1055
+ FNF:2
1056
+ FNH:2
1057
+ FNDA:16,(anonymous_0)
1058
+ FNDA:2,(anonymous_1)
1059
+ DA:2,1
1060
+ DA:3,1
1061
+ DA:4,1
1062
+ DA:5,1
1063
+ DA:6,1
1064
+ DA:7,1
1065
+ DA:18,16
1066
+ DA:19,16
1067
+ DA:20,16
1068
+ DA:21,16
1069
+ DA:22,16
1070
+ DA:23,16
1071
+ DA:24,16
1072
+ DA:25,16
1073
+ DA:26,16
1074
+ DA:29,1
1075
+ DA:32,2
1076
+ DA:35,1
1077
+ DA:36,1
1078
+ LF:19
1079
+ LH:19
1080
+ BRF:0
1081
+ BRH:0
1082
+ end_of_record
1083
+ TN:
1084
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/order-more/models/line-item.js
1085
+ FN:22,(anonymous_0)
1086
+ FN:40,(anonymous_1)
1087
+ FNF:2
1088
+ FNH:2
1089
+ FNDA:47,(anonymous_0)
1090
+ FNDA:10,(anonymous_1)
1091
+ DA:2,1
1092
+ DA:3,1
1093
+ DA:4,1
1094
+ DA:5,1
1095
+ DA:6,1
1096
+ DA:7,1
1097
+ DA:23,47
1098
+ DA:24,47
1099
+ DA:25,47
1100
+ DA:26,47
1101
+ DA:27,47
1102
+ DA:28,47
1103
+ DA:29,47
1104
+ DA:30,47
1105
+ DA:31,47
1106
+ DA:32,47
1107
+ DA:33,47
1108
+ DA:34,47
1109
+ DA:35,47
1110
+ DA:38,1
1111
+ DA:41,10
1112
+ DA:44,1
1113
+ DA:45,1
1114
+ LF:23
1115
+ LH:23
1116
+ BRF:0
1117
+ BRH:0
1118
+ end_of_record
1119
+ TN:
1120
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/order-more/models/order.js
1121
+ FN:38,(anonymous_0)
1122
+ FN:80,(anonymous_1)
1123
+ FNF:2
1124
+ FNH:2
1125
+ FNDA:47,(anonymous_0)
1126
+ FNDA:2,(anonymous_1)
1127
+ DA:2,1
1128
+ DA:3,1
1129
+ DA:4,1
1130
+ DA:5,1
1131
+ DA:6,1
1132
+ DA:7,1
1133
+ DA:8,1
1134
+ DA:39,47
1135
+ DA:40,47
1136
+ DA:41,47
1137
+ DA:42,47
1138
+ DA:43,47
1139
+ DA:44,47
1140
+ DA:45,47
1141
+ DA:46,47
1142
+ DA:47,47
1143
+ DA:48,47
1144
+ DA:49,47
1145
+ DA:50,47
1146
+ DA:51,47
1147
+ DA:52,47
1148
+ DA:53,47
1149
+ DA:54,47
1150
+ DA:55,47
1151
+ DA:56,47
1152
+ DA:57,47
1153
+ DA:58,47
1154
+ DA:59,47
1155
+ DA:60,47
1156
+ DA:61,47
1157
+ DA:62,47
1158
+ DA:63,47
1159
+ DA:64,47
1160
+ DA:65,47
1161
+ DA:66,47
1162
+ DA:67,47
1163
+ DA:68,47
1164
+ DA:69,47
1165
+ DA:70,47
1166
+ DA:71,47
1167
+ DA:72,47
1168
+ DA:73,47
1169
+ DA:74,47
1170
+ DA:75,47
1171
+ DA:78,1
1172
+ DA:81,2
1173
+ DA:84,1
1174
+ DA:85,1
1175
+ LF:48
1176
+ LH:48
1177
+ BRF:0
1178
+ BRH:0
1179
+ end_of_record
1180
+ TN:
1181
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/order-more/models/parcel-event.js
1182
+ FN:13,(anonymous_0)
1183
+ FN:23,(anonymous_1)
1184
+ FNF:2
1185
+ FNH:2
1186
+ FNDA:47,(anonymous_0)
1187
+ FNDA:8,(anonymous_1)
1188
+ DA:2,1
1189
+ DA:3,1
1190
+ DA:4,1
1191
+ DA:5,1
1192
+ DA:6,1
1193
+ DA:14,47
1194
+ DA:15,47
1195
+ DA:16,47
1196
+ DA:17,47
1197
+ DA:18,47
1198
+ DA:21,1
1199
+ DA:24,8
1200
+ DA:27,1
1201
+ DA:28,1
1202
+ LF:14
1203
+ LH:14
1204
+ BRF:0
1205
+ BRH:0
1206
+ end_of_record
1207
+ TN:
1208
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/order-more/models/parcel-line-item.js
1209
+ FN:13,(anonymous_0)
1210
+ FN:23,(anonymous_1)
1211
+ FNF:2
1212
+ FNH:2
1213
+ FNDA:47,(anonymous_0)
1214
+ FNDA:8,(anonymous_1)
1215
+ DA:2,1
1216
+ DA:3,1
1217
+ DA:4,1
1218
+ DA:5,1
1219
+ DA:6,1
1220
+ DA:7,1
1221
+ DA:14,47
1222
+ DA:15,47
1223
+ DA:16,47
1224
+ DA:17,47
1225
+ DA:18,47
1226
+ DA:21,1
1227
+ DA:24,8
1228
+ DA:27,1
1229
+ DA:28,1
1230
+ LF:15
1231
+ LH:15
1232
+ BRF:0
1233
+ BRH:0
1234
+ end_of_record
1235
+ TN:
1236
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/order-more/models/parcel.js
1237
+ FN:7,(anonymous_0)
1238
+ FN:13,(anonymous_1)
1239
+ FNF:2
1240
+ FNH:1
1241
+ FNDA:47,(anonymous_0)
1242
+ FNDA:0,(anonymous_1)
1243
+ DA:2,1
1244
+ DA:3,1
1245
+ DA:4,1
1246
+ DA:5,1
1247
+ DA:8,47
1248
+ DA:11,1
1249
+ DA:14,0
1250
+ DA:17,1
1251
+ DA:18,1
1252
+ LF:9
1253
+ LH:8
1254
+ BRF:0
1255
+ BRH:0
1256
+ end_of_record
1257
+ TN:
1258
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/order-more/models/physical-address.js
1259
+ FN:19,(anonymous_0)
1260
+ FN:35,(anonymous_1)
1261
+ FNF:2
1262
+ FNH:1
1263
+ FNDA:47,(anonymous_0)
1264
+ FNDA:0,(anonymous_1)
1265
+ DA:2,1
1266
+ DA:3,1
1267
+ DA:4,1
1268
+ DA:5,1
1269
+ DA:20,47
1270
+ DA:21,47
1271
+ DA:22,47
1272
+ DA:23,47
1273
+ DA:24,47
1274
+ DA:25,47
1275
+ DA:26,47
1276
+ DA:27,47
1277
+ DA:28,47
1278
+ DA:29,47
1279
+ DA:30,47
1280
+ DA:33,1
1281
+ DA:36,0
1282
+ DA:39,1
1283
+ DA:40,1
1284
+ LF:19
1285
+ LH:18
1286
+ BRF:0
1287
+ BRH:0
1288
+ end_of_record
1289
+ TN:
1290
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/order-more/models/product-variant-image.js
1291
+ FN:14,(anonymous_0)
1292
+ FN:25,(anonymous_1)
1293
+ FNF:2
1294
+ FNH:2
1295
+ FNDA:61,(anonymous_0)
1296
+ FNDA:14,(anonymous_1)
1297
+ DA:2,1
1298
+ DA:3,1
1299
+ DA:4,1
1300
+ DA:5,1
1301
+ DA:6,1
1302
+ DA:15,61
1303
+ DA:16,61
1304
+ DA:17,61
1305
+ DA:18,61
1306
+ DA:19,61
1307
+ DA:20,61
1308
+ DA:23,1
1309
+ DA:26,14
1310
+ DA:29,1
1311
+ DA:30,1
1312
+ LF:15
1313
+ LH:15
1314
+ BRF:0
1315
+ BRH:0
1316
+ end_of_record
1317
+ TN:
1318
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/order-more/models/product-variant.js
1319
+ FN:28,(anonymous_0)
1320
+ FN:53,(anonymous_1)
1321
+ FNF:2
1322
+ FNH:2
1323
+ FNDA:69,(anonymous_0)
1324
+ FNDA:6,(anonymous_1)
1325
+ DA:2,1
1326
+ DA:3,1
1327
+ DA:4,1
1328
+ DA:5,1
1329
+ DA:6,1
1330
+ DA:7,1
1331
+ DA:8,1
1332
+ DA:9,1
1333
+ DA:10,1
1334
+ DA:29,69
1335
+ DA:30,69
1336
+ DA:31,69
1337
+ DA:32,69
1338
+ DA:33,69
1339
+ DA:34,69
1340
+ DA:35,69
1341
+ DA:36,69
1342
+ DA:37,69
1343
+ DA:38,69
1344
+ DA:39,69
1345
+ DA:40,69
1346
+ DA:41,69
1347
+ DA:42,69
1348
+ DA:43,69
1349
+ DA:44,69
1350
+ DA:45,69
1351
+ DA:46,69
1352
+ DA:47,69
1353
+ DA:48,69
1354
+ DA:51,1
1355
+ DA:54,6
1356
+ DA:57,1
1357
+ DA:58,1
1358
+ LF:33
1359
+ LH:33
1360
+ BRF:0
1361
+ BRH:0
1362
+ end_of_record
1363
+ TN:
1364
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/order-more/models/product.js
1365
+ FN:18,(anonymous_0)
1366
+ FN:33,(anonymous_1)
1367
+ FNF:2
1368
+ FNH:1
1369
+ FNDA:69,(anonymous_0)
1370
+ FNDA:0,(anonymous_1)
1371
+ DA:2,1
1372
+ DA:3,1
1373
+ DA:4,1
1374
+ DA:5,1
1375
+ DA:19,69
1376
+ DA:20,69
1377
+ DA:21,69
1378
+ DA:22,69
1379
+ DA:23,69
1380
+ DA:24,69
1381
+ DA:25,69
1382
+ DA:26,69
1383
+ DA:27,69
1384
+ DA:28,69
1385
+ DA:31,1
1386
+ DA:34,0
1387
+ DA:37,1
1388
+ DA:38,1
1389
+ LF:18
1390
+ LH:17
1391
+ BRF:0
1392
+ BRH:0
1393
+ end_of_record
1394
+ TN:
1395
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/order-more/models/refund.js
1396
+ FN:18,(anonymous_0)
1397
+ FN:33,(anonymous_1)
1398
+ FNF:2
1399
+ FNH:2
1400
+ FNDA:47,(anonymous_0)
1401
+ FNDA:4,(anonymous_1)
1402
+ DA:2,1
1403
+ DA:3,1
1404
+ DA:4,1
1405
+ DA:5,1
1406
+ DA:6,1
1407
+ DA:19,47
1408
+ DA:20,47
1409
+ DA:21,47
1410
+ DA:22,47
1411
+ DA:23,47
1412
+ DA:24,47
1413
+ DA:25,47
1414
+ DA:26,47
1415
+ DA:27,47
1416
+ DA:28,47
1417
+ DA:31,1
1418
+ DA:34,4
1419
+ DA:37,1
1420
+ DA:38,1
1421
+ LF:19
1422
+ LH:19
1423
+ BRF:0
1424
+ BRH:0
1425
+ end_of_record
1426
+ TN:
1427
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/order-more/models/shipment-actual-product-variant.js
1428
+ FN:15,(anonymous_0)
1429
+ FN:27,(anonymous_1)
1430
+ FNF:2
1431
+ FNH:2
1432
+ FNDA:6,(anonymous_0)
1433
+ FNDA:2,(anonymous_1)
1434
+ DA:2,1
1435
+ DA:3,1
1436
+ DA:4,1
1437
+ DA:5,1
1438
+ DA:6,1
1439
+ DA:7,1
1440
+ DA:16,6
1441
+ DA:17,6
1442
+ DA:18,6
1443
+ DA:19,6
1444
+ DA:20,6
1445
+ DA:21,6
1446
+ DA:22,6
1447
+ DA:25,1
1448
+ DA:28,2
1449
+ DA:31,1
1450
+ DA:32,1
1451
+ LF:17
1452
+ LH:17
1453
+ BRF:0
1454
+ BRH:0
1455
+ end_of_record
1456
+ TN:
1457
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/order-more/models/shipment.js
1458
+ FN:11,(anonymous_0)
1459
+ FN:19,(anonymous_1)
1460
+ FNF:2
1461
+ FNH:2
1462
+ FNDA:20,(anonymous_0)
1463
+ FNDA:1,(anonymous_1)
1464
+ DA:2,1
1465
+ DA:3,1
1466
+ DA:4,1
1467
+ DA:5,1
1468
+ DA:12,20
1469
+ DA:13,20
1470
+ DA:14,20
1471
+ DA:17,1
1472
+ DA:20,1
1473
+ DA:23,1
1474
+ DA:24,1
1475
+ LF:11
1476
+ LH:11
1477
+ BRF:0
1478
+ BRH:0
1479
+ end_of_record
1480
+ TN:
1481
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/order-more/models/size.js
1482
+ FN:7,(anonymous_0)
1483
+ FN:15,(anonymous_1)
1484
+ FNF:2
1485
+ FNH:1
1486
+ FNDA:69,(anonymous_0)
1487
+ FNDA:0,(anonymous_1)
1488
+ DA:2,1
1489
+ DA:3,1
1490
+ DA:4,1
1491
+ DA:5,1
1492
+ DA:8,69
1493
+ DA:9,69
1494
+ DA:10,69
1495
+ DA:13,1
1496
+ DA:16,0
1497
+ DA:19,1
1498
+ DA:20,1
1499
+ LF:11
1500
+ LH:10
1501
+ BRF:0
1502
+ BRH:0
1503
+ end_of_record
1504
+ TN:
1505
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/order-more/models/utm-medium.js
1506
+ FN:7,(anonymous_0)
1507
+ FN:15,(anonymous_1)
1508
+ FNF:2
1509
+ FNH:1
1510
+ FNDA:47,(anonymous_0)
1511
+ FNDA:0,(anonymous_1)
1512
+ DA:2,1
1513
+ DA:3,1
1514
+ DA:4,1
1515
+ DA:5,1
1516
+ DA:8,47
1517
+ DA:9,47
1518
+ DA:10,47
1519
+ DA:13,1
1520
+ DA:16,0
1521
+ DA:19,1
1522
+ DA:20,1
1523
+ LF:11
1524
+ LH:10
1525
+ BRF:0
1526
+ BRH:0
1527
+ end_of_record
1528
+ TN:
1529
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/order-more/models/utm-source.js
1530
+ FN:7,(anonymous_0)
1531
+ FN:16,(anonymous_1)
1532
+ FNF:2
1533
+ FNH:1
1534
+ FNDA:47,(anonymous_0)
1535
+ FNDA:0,(anonymous_1)
1536
+ DA:2,1
1537
+ DA:3,1
1538
+ DA:4,1
1539
+ DA:5,1
1540
+ DA:8,47
1541
+ DA:9,47
1542
+ DA:10,47
1543
+ DA:11,47
1544
+ DA:14,1
1545
+ DA:17,0
1546
+ DA:20,1
1547
+ DA:21,1
1548
+ LF:12
1549
+ LH:11
1550
+ BRF:0
1551
+ BRH:0
1552
+ end_of_record
1553
+ TN:
1554
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/order/models/line-item.js
1555
+ FN:22,(anonymous_0)
1556
+ FN:40,(anonymous_1)
1557
+ FNF:2
1558
+ FNH:2
1559
+ FNDA:6,(anonymous_0)
1560
+ FNDA:1,(anonymous_1)
1561
+ DA:2,1
1562
+ DA:3,1
1563
+ DA:4,1
1564
+ DA:5,1
1565
+ DA:6,1
1566
+ DA:7,1
1567
+ DA:23,6
1568
+ DA:24,6
1569
+ DA:25,6
1570
+ DA:26,6
1571
+ DA:27,6
1572
+ DA:28,6
1573
+ DA:29,6
1574
+ DA:30,6
1575
+ DA:31,6
1576
+ DA:32,6
1577
+ DA:33,6
1578
+ DA:34,6
1579
+ DA:35,6
1580
+ DA:38,1
1581
+ DA:41,1
1582
+ DA:44,1
1583
+ DA:45,1
1584
+ LF:23
1585
+ LH:23
1586
+ BRF:0
1587
+ BRH:0
1588
+ end_of_record
1589
+ TN:
1590
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/order/models/order.js
1591
+ FN:33,(anonymous_0)
1592
+ FN:69,(anonymous_1)
1593
+ FNF:2
1594
+ FNH:2
1595
+ FNDA:6,(anonymous_0)
1596
+ FNDA:1,(anonymous_1)
1597
+ DA:2,1
1598
+ DA:3,1
1599
+ DA:4,1
1600
+ DA:5,1
1601
+ DA:6,1
1602
+ DA:34,6
1603
+ DA:35,6
1604
+ DA:36,6
1605
+ DA:37,6
1606
+ DA:38,6
1607
+ DA:39,6
1608
+ DA:40,6
1609
+ DA:41,6
1610
+ DA:42,6
1611
+ DA:43,6
1612
+ DA:44,6
1613
+ DA:45,6
1614
+ DA:46,6
1615
+ DA:47,6
1616
+ DA:48,6
1617
+ DA:49,6
1618
+ DA:50,6
1619
+ DA:51,6
1620
+ DA:52,6
1621
+ DA:53,6
1622
+ DA:54,6
1623
+ DA:55,6
1624
+ DA:56,6
1625
+ DA:57,6
1626
+ DA:58,6
1627
+ DA:59,6
1628
+ DA:60,6
1629
+ DA:61,6
1630
+ DA:62,6
1631
+ DA:63,6
1632
+ DA:64,6
1633
+ DA:67,1
1634
+ DA:70,1
1635
+ DA:73,1
1636
+ DA:74,1
1637
+ LF:40
1638
+ LH:40
1639
+ BRF:0
1640
+ BRH:0
1641
+ end_of_record
1642
+ TN:
1643
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/order/models/product-variant.js
1644
+ FN:22,(anonymous_0)
1645
+ FN:41,(anonymous_1)
1646
+ FNF:2
1647
+ FNH:1
1648
+ FNDA:6,(anonymous_0)
1649
+ FNDA:0,(anonymous_1)
1650
+ DA:2,1
1651
+ DA:3,1
1652
+ DA:4,1
1653
+ DA:5,1
1654
+ DA:6,1
1655
+ DA:23,6
1656
+ DA:24,6
1657
+ DA:25,6
1658
+ DA:26,6
1659
+ DA:27,6
1660
+ DA:28,6
1661
+ DA:29,6
1662
+ DA:30,6
1663
+ DA:31,6
1664
+ DA:32,6
1665
+ DA:33,6
1666
+ DA:34,6
1667
+ DA:35,6
1668
+ DA:36,6
1669
+ DA:39,1
1670
+ DA:42,0
1671
+ DA:45,1
1672
+ DA:46,1
1673
+ LF:23
1674
+ LH:22
1675
+ BRF:0
1676
+ BRH:0
1677
+ end_of_record
1678
+ TN:
1679
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/order/models/product.js
1680
+ FN:17,(anonymous_0)
1681
+ FN:31,(anonymous_1)
1682
+ FNF:2
1683
+ FNH:1
1684
+ FNDA:6,(anonymous_0)
1685
+ FNDA:0,(anonymous_1)
1686
+ DA:2,1
1687
+ DA:3,1
1688
+ DA:4,1
1689
+ DA:5,1
1690
+ DA:18,6
1691
+ DA:19,6
1692
+ DA:20,6
1693
+ DA:21,6
1694
+ DA:22,6
1695
+ DA:23,6
1696
+ DA:24,6
1697
+ DA:25,6
1698
+ DA:26,6
1699
+ DA:29,1
1700
+ DA:32,0
1701
+ DA:35,1
1702
+ DA:36,1
1703
+ LF:17
1704
+ LH:16
1705
+ BRF:0
1706
+ BRH:0
1707
+ end_of_record
1708
+ TN:
1709
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/order/models/utm-source.js
1710
+ FN:7,(anonymous_0)
1711
+ FN:16,(anonymous_1)
1712
+ FNF:2
1713
+ FNH:1
1714
+ FNDA:6,(anonymous_0)
1715
+ FNDA:0,(anonymous_1)
1716
+ DA:2,1
1717
+ DA:3,1
1718
+ DA:4,1
1719
+ DA:5,1
1720
+ DA:8,6
1721
+ DA:9,6
1722
+ DA:10,6
1723
+ DA:11,6
1724
+ DA:14,1
1725
+ DA:17,0
1726
+ DA:20,1
1727
+ DA:21,1
1728
+ LF:12
1729
+ LH:11
1730
+ BRF:0
1731
+ BRH:0
1732
+ end_of_record
1733
+ TN:
1734
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/six/orm.js
1735
+ FNF:0
1736
+ FNH:0
1737
+ DA:2,1
1738
+ DA:3,1
1739
+ DA:4,1
1740
+ DA:5,1
1741
+ DA:6,1
1742
+ DA:7,1
1743
+ DA:8,1
1744
+ DA:9,1
1745
+ DA:19,1
1746
+ LF:9
1747
+ LH:9
1748
+ BRF:0
1749
+ BRH:0
1750
+ end_of_record
1751
+ TN:
1752
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/six/models/customer.js
1753
+ FN:7,(anonymous_0)
1754
+ FN:14,(anonymous_1)
1755
+ FNF:2
1756
+ FNH:1
1757
+ FNDA:2,(anonymous_0)
1758
+ FNDA:0,(anonymous_1)
1759
+ DA:2,1
1760
+ DA:3,1
1761
+ DA:4,1
1762
+ DA:5,1
1763
+ DA:8,2
1764
+ DA:9,2
1765
+ DA:12,1
1766
+ DA:15,0
1767
+ DA:18,1
1768
+ DA:19,1
1769
+ LF:10
1770
+ LH:9
1771
+ BRF:0
1772
+ BRH:0
1773
+ end_of_record
1774
+ TN:
1775
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/six/models/line-item.js
1776
+ FN:11,(anonymous_0)
1777
+ FN:19,(anonymous_1)
1778
+ FNF:2
1779
+ FNH:1
1780
+ FNDA:2,(anonymous_0)
1781
+ FNDA:0,(anonymous_1)
1782
+ DA:2,1
1783
+ DA:3,1
1784
+ DA:4,1
1785
+ DA:5,1
1786
+ DA:6,1
1787
+ DA:12,2
1788
+ DA:13,2
1789
+ DA:14,2
1790
+ DA:17,1
1791
+ DA:20,0
1792
+ DA:23,1
1793
+ DA:24,1
1794
+ LF:12
1795
+ LH:11
1796
+ BRF:0
1797
+ BRH:0
1798
+ end_of_record
1799
+ TN:
1800
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/six/models/order.js
1801
+ FN:11,(anonymous_0)
1802
+ FN:19,(anonymous_1)
1803
+ FNF:2
1804
+ FNH:1
1805
+ FNDA:2,(anonymous_0)
1806
+ FNDA:0,(anonymous_1)
1807
+ DA:2,1
1808
+ DA:3,1
1809
+ DA:4,1
1810
+ DA:5,1
1811
+ DA:6,1
1812
+ DA:12,2
1813
+ DA:13,2
1814
+ DA:14,2
1815
+ DA:17,1
1816
+ DA:20,0
1817
+ DA:23,1
1818
+ DA:24,1
1819
+ LF:12
1820
+ LH:11
1821
+ BRF:0
1822
+ BRH:0
1823
+ end_of_record
1824
+ TN:
1825
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/six/models/parcel-line-item.js
1826
+ FN:13,(anonymous_0)
1827
+ FN:23,(anonymous_1)
1828
+ FNF:2
1829
+ FNH:2
1830
+ FNDA:2,(anonymous_0)
1831
+ FNDA:1,(anonymous_1)
1832
+ DA:2,1
1833
+ DA:3,1
1834
+ DA:4,1
1835
+ DA:5,1
1836
+ DA:6,1
1837
+ DA:7,1
1838
+ DA:14,2
1839
+ DA:15,2
1840
+ DA:16,2
1841
+ DA:17,2
1842
+ DA:18,2
1843
+ DA:21,1
1844
+ DA:24,1
1845
+ DA:27,1
1846
+ DA:28,1
1847
+ LF:15
1848
+ LH:15
1849
+ BRF:0
1850
+ BRH:0
1851
+ end_of_record
1852
+ TN:
1853
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/six/models/parcel.js
1854
+ FN:7,(anonymous_0)
1855
+ FN:13,(anonymous_1)
1856
+ FNF:2
1857
+ FNH:2
1858
+ FNDA:2,(anonymous_0)
1859
+ FNDA:1,(anonymous_1)
1860
+ DA:2,1
1861
+ DA:3,1
1862
+ DA:4,1
1863
+ DA:5,1
1864
+ DA:8,2
1865
+ DA:11,1
1866
+ DA:14,1
1867
+ DA:17,1
1868
+ DA:18,1
1869
+ LF:9
1870
+ LH:9
1871
+ BRF:0
1872
+ BRH:0
1873
+ end_of_record
1874
+ TN:
1875
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/thirteen/orm.js
1876
+ FNF:0
1877
+ FNH:0
1878
+ DA:2,1
1879
+ DA:3,1
1880
+ DA:4,1
1881
+ DA:5,1
1882
+ DA:6,1
1883
+ DA:7,1
1884
+ DA:8,1
1885
+ DA:9,1
1886
+ DA:10,1
1887
+ DA:11,1
1888
+ DA:12,1
1889
+ DA:25,1
1890
+ LF:12
1891
+ LH:12
1892
+ BRF:0
1893
+ BRH:0
1894
+ end_of_record
1895
+ TN:
1896
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/thirteen/models/audience.js
1897
+ FN:7,(anonymous_0)
1898
+ FN:13,(anonymous_1)
1899
+ FNF:2
1900
+ FNH:1
1901
+ FNDA:4,(anonymous_0)
1902
+ FNDA:0,(anonymous_1)
1903
+ DA:2,1
1904
+ DA:3,1
1905
+ DA:4,1
1906
+ DA:5,1
1907
+ DA:8,4
1908
+ DA:11,1
1909
+ DA:14,0
1910
+ DA:17,1
1911
+ DA:18,1
1912
+ LF:9
1913
+ LH:8
1914
+ BRF:0
1915
+ BRH:0
1916
+ end_of_record
1917
+ TN:
1918
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/thirteen/models/brand.js
1919
+ FN:7,(anonymous_0)
1920
+ FN:13,(anonymous_1)
1921
+ FNF:2
1922
+ FNH:1
1923
+ FNDA:4,(anonymous_0)
1924
+ FNDA:0,(anonymous_1)
1925
+ DA:2,1
1926
+ DA:3,1
1927
+ DA:4,1
1928
+ DA:5,1
1929
+ DA:8,4
1930
+ DA:11,1
1931
+ DA:14,0
1932
+ DA:17,1
1933
+ DA:18,1
1934
+ LF:9
1935
+ LH:8
1936
+ BRF:0
1937
+ BRH:0
1938
+ end_of_record
1939
+ TN:
1940
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/thirteen/models/category.js
1941
+ FN:7,(anonymous_0)
1942
+ FN:13,(anonymous_1)
1943
+ FNF:2
1944
+ FNH:1
1945
+ FNDA:4,(anonymous_0)
1946
+ FNDA:0,(anonymous_1)
1947
+ DA:2,1
1948
+ DA:3,1
1949
+ DA:4,1
1950
+ DA:5,1
1951
+ DA:8,4
1952
+ DA:11,1
1953
+ DA:14,0
1954
+ DA:17,1
1955
+ DA:18,1
1956
+ LF:9
1957
+ LH:8
1958
+ BRF:0
1959
+ BRH:0
1960
+ end_of_record
1961
+ TN:
1962
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/thirteen/models/member.js
1963
+ FN:7,(anonymous_0)
1964
+ FN:13,(anonymous_1)
1965
+ FNF:2
1966
+ FNH:2
1967
+ FNDA:4,(anonymous_0)
1968
+ FNDA:1,(anonymous_1)
1969
+ DA:2,1
1970
+ DA:3,1
1971
+ DA:4,1
1972
+ DA:5,1
1973
+ DA:8,4
1974
+ DA:11,1
1975
+ DA:14,1
1976
+ DA:17,1
1977
+ DA:18,1
1978
+ LF:9
1979
+ LH:9
1980
+ BRF:0
1981
+ BRH:0
1982
+ end_of_record
1983
+ TN:
1984
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/thirteen/models/passion.js
1985
+ FN:7,(anonymous_0)
1986
+ FN:13,(anonymous_1)
1987
+ FNF:2
1988
+ FNH:1
1989
+ FNDA:4,(anonymous_0)
1990
+ FNDA:0,(anonymous_1)
1991
+ DA:2,1
1992
+ DA:3,1
1993
+ DA:4,1
1994
+ DA:5,1
1995
+ DA:8,4
1996
+ DA:11,1
1997
+ DA:14,0
1998
+ DA:17,1
1999
+ DA:18,1
2000
+ LF:9
2001
+ LH:8
2002
+ BRF:0
2003
+ BRH:0
2004
+ end_of_record
2005
+ TN:
2006
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/thirteen/models/product.js
2007
+ FN:11,(anonymous_0)
2008
+ FN:19,(anonymous_1)
2009
+ FNF:2
2010
+ FNH:1
2011
+ FNDA:4,(anonymous_0)
2012
+ FNDA:0,(anonymous_1)
2013
+ DA:2,1
2014
+ DA:3,1
2015
+ DA:4,1
2016
+ DA:5,1
2017
+ DA:6,1
2018
+ DA:12,4
2019
+ DA:13,4
2020
+ DA:14,4
2021
+ DA:17,1
2022
+ DA:20,0
2023
+ DA:23,1
2024
+ DA:24,1
2025
+ LF:12
2026
+ LH:11
2027
+ BRF:0
2028
+ BRH:0
2029
+ end_of_record
2030
+ TN:
2031
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/thirteen/models/recommendation-audience.js
2032
+ FN:13,(anonymous_0)
2033
+ FN:23,(anonymous_1)
2034
+ FNF:2
2035
+ FNH:2
2036
+ FNDA:4,(anonymous_0)
2037
+ FNDA:4,(anonymous_1)
2038
+ DA:2,1
2039
+ DA:3,1
2040
+ DA:4,1
2041
+ DA:5,1
2042
+ DA:6,1
2043
+ DA:7,1
2044
+ DA:14,4
2045
+ DA:15,4
2046
+ DA:16,4
2047
+ DA:17,4
2048
+ DA:18,4
2049
+ DA:21,1
2050
+ DA:24,4
2051
+ DA:27,1
2052
+ DA:28,1
2053
+ LF:15
2054
+ LH:15
2055
+ BRF:0
2056
+ BRH:0
2057
+ end_of_record
2058
+ TN:
2059
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/thirteen/models/recommendation.js
2060
+ FN:19,(anonymous_0)
2061
+ FN:35,(anonymous_1)
2062
+ FNF:2
2063
+ FNH:2
2064
+ FNDA:4,(anonymous_0)
2065
+ FNDA:1,(anonymous_1)
2066
+ DA:2,1
2067
+ DA:3,1
2068
+ DA:4,1
2069
+ DA:5,1
2070
+ DA:6,1
2071
+ DA:7,1
2072
+ DA:8,1
2073
+ DA:9,1
2074
+ DA:10,1
2075
+ DA:20,4
2076
+ DA:21,4
2077
+ DA:22,4
2078
+ DA:23,4
2079
+ DA:24,4
2080
+ DA:25,4
2081
+ DA:26,4
2082
+ DA:27,4
2083
+ DA:28,4
2084
+ DA:29,4
2085
+ DA:30,4
2086
+ DA:33,1
2087
+ DA:36,1
2088
+ DA:39,1
2089
+ DA:40,1
2090
+ LF:24
2091
+ LH:24
2092
+ BRF:0
2093
+ BRH:0
2094
+ end_of_record
2095
+ TN:
2096
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/three/results.js
2097
+ FNF:0
2098
+ FNH:0
2099
+ DA:1,1
2100
+ LF:1
2101
+ LH:1
2102
+ BRF:0
2103
+ BRH:0
2104
+ end_of_record
2105
+ TN:
2106
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/twelve/orm.js
2107
+ FNF:0
2108
+ FNH:0
2109
+ DA:2,1
2110
+ DA:3,1
2111
+ DA:4,1
2112
+ DA:5,1
2113
+ DA:6,1
2114
+ DA:10,1
2115
+ LF:6
2116
+ LH:6
2117
+ BRF:0
2118
+ BRH:0
2119
+ end_of_record
2120
+ TN:
2121
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/twelve/models/member.js
2122
+ FN:7,(anonymous_0)
2123
+ FN:13,(anonymous_1)
2124
+ FNF:2
2125
+ FNH:1
2126
+ FNDA:1,(anonymous_0)
2127
+ FNDA:0,(anonymous_1)
2128
+ DA:2,1
2129
+ DA:3,1
2130
+ DA:4,1
2131
+ DA:5,1
2132
+ DA:8,1
2133
+ DA:11,1
2134
+ DA:14,0
2135
+ DA:17,1
2136
+ DA:18,1
2137
+ LF:9
2138
+ LH:8
2139
+ BRF:0
2140
+ BRH:0
2141
+ end_of_record
2142
+ TN:
2143
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/twelve/models/prompt.js
2144
+ FN:12,(anonymous_0)
2145
+ FN:22,(anonymous_1)
2146
+ FNF:2
2147
+ FNH:2
2148
+ FNDA:1,(anonymous_0)
2149
+ FNDA:1,(anonymous_1)
2150
+ DA:2,1
2151
+ DA:3,1
2152
+ DA:4,1
2153
+ DA:5,1
2154
+ DA:6,1
2155
+ DA:13,1
2156
+ DA:14,1
2157
+ DA:15,1
2158
+ DA:16,1
2159
+ DA:17,1
2160
+ DA:20,1
2161
+ DA:23,1
2162
+ DA:26,1
2163
+ DA:27,1
2164
+ LF:14
2165
+ LH:14
2166
+ BRF:0
2167
+ BRH:0
2168
+ end_of_record
2169
+ TN:
2170
+ SF:/Users/craigmartin/projects/pure-orm/dist/test-utils/two/results.js
2171
+ FNF:0
2172
+ FNH:0
2173
+ DA:1,1
2174
+ LF:1
2175
+ LH:1
2176
+ BRF:0
2177
+ BRH:0
2178
+ end_of_record
2179
+ TN:
2180
+ SF:/Users/craigmartin/projects/pure-orm/src/factory.ts
2181
+ FN:63,(anonymous_0)
2182
+ FN:69,(anonymous_1)
2183
+ FN:74,(anonymous_2)
2184
+ FN:90,(anonymous_3)
2185
+ FN:92,(anonymous_4)
2186
+ FN:94,(anonymous_5)
2187
+ FN:100,(anonymous_6)
2188
+ FN:102,(anonymous_7)
2189
+ FN:106,(anonymous_8)
2190
+ FN:108,(anonymous_9)
2191
+ FN:113,(anonymous_10)
2192
+ FN:115,(anonymous_11)
2193
+ FN:124,(anonymous_12)
2194
+ FN:147,(anonymous_13)
2195
+ FN:148,(anonymous_14)
2196
+ FN:155,(anonymous_15)
2197
+ FN:156,(anonymous_16)
2198
+ FN:163,(anonymous_17)
2199
+ FN:181,(anonymous_18)
2200
+ FN:182,(anonymous_19)
2201
+ FN:184,(anonymous_20)
2202
+ FN:185,(anonymous_21)
2203
+ FN:192,(anonymous_22)
2204
+ FN:193,(anonymous_23)
2205
+ FN:195,(anonymous_24)
2206
+ FN:202,(anonymous_25)
2207
+ FN:204,(anonymous_26)
2208
+ FN:207,(anonymous_27)
2209
+ FN:224,(anonymous_28)
2210
+ FN:229,(anonymous_29)
2211
+ FN:240,(anonymous_30)
2212
+ FN:268,(anonymous_31)
2213
+ FN:325,(anonymous_32)
2214
+ FN:330,(anonymous_33)
2215
+ FN:333,(anonymous_34)
2216
+ FN:334,(anonymous_35)
2217
+ FN:347,(anonymous_36)
2218
+ FN:348,(anonymous_37)
2219
+ FN:351,(anonymous_38)
2220
+ FN:376,(anonymous_39)
2221
+ FN:377,(anonymous_40)
2222
+ FN:386,(anonymous_41)
2223
+ FN:394,(anonymous_42)
2224
+ FN:399,(anonymous_43)
2225
+ FN:412,(anonymous_44)
2226
+ FN:425,(anonymous_45)
2227
+ FN:435,(anonymous_46)
2228
+ FN:438,(anonymous_47)
2229
+ FN:443,(anonymous_48)
2230
+ FN:447,(anonymous_49)
2231
+ FN:449,(anonymous_50)
2232
+ FN:451,(anonymous_51)
2233
+ FN:456,(anonymous_52)
2234
+ FN:459,(anonymous_53)
2235
+ FN:465,(anonymous_54)
2236
+ FN:471,(anonymous_55)
2237
+ FN:473,(anonymous_56)
2238
+ FN:478,(anonymous_57)
2239
+ FN:480,(anonymous_58)
2240
+ FN:487,(anonymous_59)
2241
+ FN:488,(anonymous_60)
2242
+ FN:491,(anonymous_61)
2243
+ FN:496,(anonymous_62)
2244
+ FN:502,(anonymous_63)
2245
+ FN:504,(anonymous_64)
2246
+ FN:511,(anonymous_65)
2247
+ FN:512,(anonymous_66)
2248
+ FN:515,(anonymous_67)
2249
+ FN:520,(anonymous_68)
2250
+ FN:522,(anonymous_69)
2251
+ FN:529,(anonymous_70)
2252
+ FN:532,(anonymous_71)
2253
+ FN:538,(anonymous_72)
2254
+ FN:547,(anonymous_73)
2255
+ FN:558,(anonymous_74)
2256
+ FN:565,(anonymous_75)
2257
+ FN:569,(anonymous_76)
2258
+ FN:576,(anonymous_77)
2259
+ FN:580,(anonymous_78)
2260
+ FN:587,(anonymous_79)
2261
+ FN:591,(anonymous_80)
2262
+ FN:598,(anonymous_81)
2263
+ FN:602,(anonymous_82)
2264
+ FN:609,(anonymous_83)
2265
+ FN:618,(anonymous_84)
2266
+ FN:629,(anonymous_85)
2267
+ FN:641,(anonymous_86)
2268
+ FN:650,(anonymous_87)
2269
+ FN:659,(anonymous_88)
2270
+ FN:669,(anonymous_89)
2271
+ FN:679,(anonymous_90)
2272
+ FN:691,(anonymous_91)
2273
+ FN:732,(anonymous_92)
2274
+ FNF:93
2275
+ FNH:43
2276
+ FNDA:8,(anonymous_0)
2277
+ FNDA:50,(anonymous_1)
2278
+ FNDA:271,(anonymous_2)
2279
+ FNDA:271,(anonymous_3)
2280
+ FNDA:271,(anonymous_4)
2281
+ FNDA:271,(anonymous_5)
2282
+ FNDA:271,(anonymous_6)
2283
+ FNDA:0,(anonymous_7)
2284
+ FNDA:2379,(anonymous_8)
2285
+ FNDA:2379,(anonymous_9)
2286
+ FNDA:271,(anonymous_10)
2287
+ FNDA:45,(anonymous_11)
2288
+ FNDA:271,(anonymous_12)
2289
+ FNDA:1104,(anonymous_13)
2290
+ FNDA:10197,(anonymous_14)
2291
+ FNDA:38207,(anonymous_15)
2292
+ FNDA:404341,(anonymous_16)
2293
+ FNDA:0,(anonymous_17)
2294
+ FNDA:26,(anonymous_18)
2295
+ FNDA:111,(anonymous_19)
2296
+ FNDA:111,(anonymous_20)
2297
+ FNDA:1104,(anonymous_21)
2298
+ FNDA:111,(anonymous_22)
2299
+ FNDA:993,(anonymous_23)
2300
+ FNDA:18827,(anonymous_24)
2301
+ FNDA:27484,(anonymous_25)
2302
+ FNDA:26688,(anonymous_26)
2303
+ FNDA:26688,(anonymous_27)
2304
+ FNDA:11737,(anonymous_28)
2305
+ FNDA:48580,(anonymous_29)
2306
+ FNDA:5858,(anonymous_30)
2307
+ FNDA:91,(anonymous_31)
2308
+ FNDA:13,(anonymous_32)
2309
+ FNDA:111,(anonymous_33)
2310
+ FNDA:111,(anonymous_34)
2311
+ FNDA:111,(anonymous_35)
2312
+ FNDA:111,(anonymous_36)
2313
+ FNDA:1104,(anonymous_37)
2314
+ FNDA:3703,(anonymous_38)
2315
+ FNDA:111,(anonymous_39)
2316
+ FNDA:3703,(anonymous_40)
2317
+ FNDA:13,(anonymous_41)
2318
+ FNDA:26,(anonymous_42)
2319
+ FNDA:4,(anonymous_43)
2320
+ FNDA:0,(anonymous_44)
2321
+ FNDA:0,(anonymous_45)
2322
+ FNDA:0,(anonymous_46)
2323
+ FNDA:0,(anonymous_47)
2324
+ FNDA:0,(anonymous_48)
2325
+ FNDA:0,(anonymous_49)
2326
+ FNDA:0,(anonymous_50)
2327
+ FNDA:0,(anonymous_51)
2328
+ FNDA:0,(anonymous_52)
2329
+ FNDA:0,(anonymous_53)
2330
+ FNDA:0,(anonymous_54)
2331
+ FNDA:0,(anonymous_55)
2332
+ FNDA:0,(anonymous_56)
2333
+ FNDA:0,(anonymous_57)
2334
+ FNDA:0,(anonymous_58)
2335
+ FNDA:0,(anonymous_59)
2336
+ FNDA:0,(anonymous_60)
2337
+ FNDA:0,(anonymous_61)
2338
+ FNDA:0,(anonymous_62)
2339
+ FNDA:0,(anonymous_63)
2340
+ FNDA:0,(anonymous_64)
2341
+ FNDA:0,(anonymous_65)
2342
+ FNDA:0,(anonymous_66)
2343
+ FNDA:0,(anonymous_67)
2344
+ FNDA:0,(anonymous_68)
2345
+ FNDA:0,(anonymous_69)
2346
+ FNDA:0,(anonymous_70)
2347
+ FNDA:0,(anonymous_71)
2348
+ FNDA:0,(anonymous_72)
2349
+ FNDA:0,(anonymous_73)
2350
+ FNDA:0,(anonymous_74)
2351
+ FNDA:0,(anonymous_75)
2352
+ FNDA:0,(anonymous_76)
2353
+ FNDA:0,(anonymous_77)
2354
+ FNDA:0,(anonymous_78)
2355
+ FNDA:0,(anonymous_79)
2356
+ FNDA:0,(anonymous_80)
2357
+ FNDA:0,(anonymous_81)
2358
+ FNDA:0,(anonymous_82)
2359
+ FNDA:0,(anonymous_83)
2360
+ FNDA:0,(anonymous_84)
2361
+ FNDA:0,(anonymous_85)
2362
+ FNDA:0,(anonymous_86)
2363
+ FNDA:0,(anonymous_87)
2364
+ FNDA:0,(anonymous_88)
2365
+ FNDA:0,(anonymous_89)
2366
+ FNDA:0,(anonymous_90)
2367
+ FNDA:0,(anonymous_91)
2368
+ FNDA:50,(anonymous_92)
2369
+ DA:1,1
2370
+ DA:63,1
2371
+ DA:68,8
2372
+ DA:70,50
2373
+ DA:71,50
2374
+ DA:73,50
2375
+ DA:74,50
2376
+ DA:75,271
2377
+ DA:76,226
2378
+ DA:82,45
2379
+ DA:89,50
2380
+ DA:90,271
2381
+ DA:92,271
2382
+ DA:93,50
2383
+ DA:94,271
2384
+ DA:96,50
2385
+ DA:97,50
2386
+ DA:99,50
2387
+ DA:100,271
2388
+ DA:102,50
2389
+ DA:103,50
2390
+ DA:106,50
2391
+ DA:107,2379
2392
+ DA:108,2379
2393
+ DA:112,50
2394
+ DA:113,271
2395
+ DA:116,45
2396
+ DA:122,50
2397
+ DA:125,271
2398
+ DA:129,50
2399
+ DA:147,8
2400
+ DA:148,10197
2401
+ DA:149,1104
2402
+ DA:150,0
2403
+ DA:152,1104
2404
+ DA:155,8
2405
+ DA:156,404341
2406
+ DA:157,38207
2407
+ DA:158,0
2408
+ DA:160,38207
2409
+ DA:163,8
2410
+ DA:164,0
2411
+ DA:165,0
2412
+ DA:166,0
2413
+ DA:169,0
2414
+ DA:181,8
2415
+ DA:182,111
2416
+ DA:183,26
2417
+ DA:184,26
2418
+ DA:185,1104
2419
+ DA:187,26
2420
+ DA:189,26
2421
+ DA:192,26
2422
+ DA:193,111
2423
+ DA:194,993
2424
+ DA:196,18827
2425
+ DA:200,993
2426
+ DA:201,993
2427
+ DA:202,993
2428
+ DA:203,27484
2429
+ DA:205,26688
2430
+ DA:207,26688
2431
+ DA:208,27484
2432
+ DA:209,26812
2433
+ DA:211,672
2434
+ DA:212,673
2435
+ DA:215,673
2436
+ DA:216,646
2437
+ DA:219,26
2438
+ DA:224,993
2439
+ DA:225,11737
2440
+ DA:226,9876
2441
+ DA:228,1861
2442
+ DA:229,48580
2443
+ DA:231,1861
2444
+ DA:232,963
2445
+ DA:234,898
2446
+ DA:236,993
2447
+ DA:240,993
2448
+ DA:241,5858
2449
+ DA:244,5858
2450
+ DA:245,5526
2451
+ DA:247,332
2452
+ DA:250,332
2453
+ DA:252,993
2454
+ DA:253,538
2455
+ DA:254,75
2456
+ DA:255,75
2457
+ DA:262,463
2458
+ DA:264,463
2459
+ DA:268,463
2460
+ DA:269,61
2461
+ DA:270,61
2462
+ DA:274,857
2463
+ DA:275,585
2464
+ DA:276,272
2465
+ DA:278,151
2466
+ DA:279,151
2467
+ DA:280,85
2468
+ DA:282,66
2469
+ DA:283,66
2470
+ DA:289,121
2471
+ DA:291,121
2472
+ DA:293,0
2473
+ DA:299,736
2474
+ DA:303,26
2475
+ DA:325,8
2476
+ DA:328,13
2477
+ DA:329,13
2478
+ DA:330,13
2479
+ DA:331,111
2480
+ DA:334,111
2481
+ DA:337,111
2482
+ DA:338,85
2483
+ DA:340,26
2484
+ DA:342,111
2485
+ DA:344,13
2486
+ DA:347,8
2487
+ DA:348,111
2488
+ DA:349,1104
2489
+ DA:350,1104
2490
+ DA:353,3703
2491
+ DA:354,3703
2492
+ DA:355,0
2493
+ DA:356,0
2494
+ DA:358,0
2495
+ DA:363,3703
2496
+ DA:364,3703
2497
+ DA:368,1104
2498
+ DA:376,8
2499
+ DA:377,111
2500
+ DA:378,3703
2501
+ DA:379,3703
2502
+ DA:380,3703
2503
+ DA:381,3703
2504
+ DA:382,3703
2505
+ DA:386,8
2506
+ DA:389,13
2507
+ DA:390,13
2508
+ DA:391,13
2509
+ DA:392,13
2510
+ DA:393,13
2511
+ DA:394,26
2512
+ DA:395,13
2513
+ DA:396,13
2514
+ DA:399,8
2515
+ DA:400,4
2516
+ DA:401,4
2517
+ DA:402,0
2518
+ DA:404,4
2519
+ DA:405,0
2520
+ DA:406,4
2521
+ DA:407,0
2522
+ DA:409,4
2523
+ DA:412,8
2524
+ DA:415,0
2525
+ DA:416,0
2526
+ DA:418,0
2527
+ DA:419,0
2528
+ DA:420,0
2529
+ DA:422,0
2530
+ DA:425,8
2531
+ DA:428,0
2532
+ DA:429,0
2533
+ DA:430,0
2534
+ DA:432,0
2535
+ DA:435,8
2536
+ DA:436,0
2537
+ DA:439,0
2538
+ DA:443,0
2539
+ DA:445,0
2540
+ DA:447,0
2541
+ DA:449,0
2542
+ DA:450,0
2543
+ DA:451,0
2544
+ DA:453,0
2545
+ DA:456,8
2546
+ DA:457,0
2547
+ DA:460,0
2548
+ DA:465,0
2549
+ DA:467,0
2550
+ DA:468,0
2551
+ DA:469,0
2552
+ DA:471,0
2553
+ DA:473,0
2554
+ DA:474,0
2555
+ DA:475,0
2556
+ DA:478,8
2557
+ DA:479,0
2558
+ DA:481,0
2559
+ DA:487,0
2560
+ DA:488,0
2561
+ DA:490,0
2562
+ DA:492,0
2563
+ DA:496,0
2564
+ DA:497,0
2565
+ DA:502,8
2566
+ DA:503,0
2567
+ DA:505,0
2568
+ DA:511,0
2569
+ DA:512,0
2570
+ DA:514,0
2571
+ DA:516,0
2572
+ DA:520,0
2573
+ DA:523,0
2574
+ DA:526,0
2575
+ DA:529,8
2576
+ DA:530,0
2577
+ DA:531,0
2578
+ DA:533,0
2579
+ DA:537,0
2580
+ DA:539,0
2581
+ DA:540,0
2582
+ DA:544,0
2583
+ DA:547,8
2584
+ DA:548,0
2585
+ DA:558,8
2586
+ DA:563,0
2587
+ DA:565,0
2588
+ DA:569,8
2589
+ DA:574,0
2590
+ DA:576,0
2591
+ DA:580,8
2592
+ DA:585,0
2593
+ DA:587,0
2594
+ DA:591,8
2595
+ DA:596,0
2596
+ DA:598,0
2597
+ DA:602,8
2598
+ DA:607,0
2599
+ DA:609,0
2600
+ DA:618,8
2601
+ DA:619,0
2602
+ DA:620,0
2603
+ DA:625,0
2604
+ DA:629,8
2605
+ DA:630,0
2606
+ DA:631,0
2607
+ DA:637,0
2608
+ DA:641,8
2609
+ DA:642,0
2610
+ DA:643,0
2611
+ DA:647,0
2612
+ DA:650,8
2613
+ DA:651,0
2614
+ DA:652,0
2615
+ DA:656,0
2616
+ DA:659,8
2617
+ DA:660,0
2618
+ DA:661,0
2619
+ DA:666,0
2620
+ DA:669,8
2621
+ DA:670,0
2622
+ DA:671,0
2623
+ DA:676,0
2624
+ DA:679,8
2625
+ DA:682,0
2626
+ DA:683,0
2627
+ DA:688,0
2628
+ DA:691,8
2629
+ DA:692,0
2630
+ DA:693,0
2631
+ DA:698,0
2632
+ DA:701,8
2633
+ DA:733,50
2634
+ DA:734,50
2635
+ LF:266
2636
+ LH:165
2637
+ BRDA:71,0,0,50
2638
+ BRDA:71,0,1,50
2639
+ BRDA:73,1,0,50
2640
+ BRDA:73,1,1,50
2641
+ BRDA:75,2,0,226
2642
+ BRDA:75,2,1,45
2643
+ BRDA:84,3,0,45
2644
+ BRDA:84,3,1,45
2645
+ BRDA:85,4,0,45
2646
+ BRDA:85,4,1,45
2647
+ BRDA:86,5,0,45
2648
+ BRDA:86,5,1,0
2649
+ BRDA:103,6,0,0
2650
+ BRDA:103,6,1,50
2651
+ BRDA:149,7,0,0
2652
+ BRDA:149,7,1,1104
2653
+ BRDA:157,8,0,0
2654
+ BRDA:157,8,1,38207
2655
+ BRDA:164,9,0,0
2656
+ BRDA:164,9,1,0
2657
+ BRDA:165,10,0,0
2658
+ BRDA:165,10,1,0
2659
+ BRDA:196,11,0,18827
2660
+ BRDA:196,11,1,1129
2661
+ BRDA:200,12,0,993
2662
+ BRDA:200,12,1,455
2663
+ BRDA:205,13,0,720
2664
+ BRDA:205,13,1,25968
2665
+ BRDA:208,14,0,26812
2666
+ BRDA:208,14,1,672
2667
+ BRDA:215,15,0,646
2668
+ BRDA:215,15,1,27
2669
+ BRDA:224,16,0,993
2670
+ BRDA:224,16,1,143
2671
+ BRDA:225,17,0,9876
2672
+ BRDA:225,17,1,1861
2673
+ BRDA:231,18,0,963
2674
+ BRDA:231,18,1,898
2675
+ BRDA:244,19,0,5526
2676
+ BRDA:244,19,1,332
2677
+ BRDA:252,20,0,538
2678
+ BRDA:252,20,1,455
2679
+ BRDA:253,21,0,75
2680
+ BRDA:253,21,1,463
2681
+ BRDA:253,22,0,538
2682
+ BRDA:253,22,1,123
2683
+ BRDA:262,23,0,463
2684
+ BRDA:262,23,1,0
2685
+ BRDA:268,24,0,61
2686
+ BRDA:268,24,1,402
2687
+ BRDA:268,25,0,463
2688
+ BRDA:268,25,1,61
2689
+ BRDA:274,26,0,585
2690
+ BRDA:274,26,1,272
2691
+ BRDA:276,27,0,151
2692
+ BRDA:276,27,1,121
2693
+ BRDA:279,28,0,85
2694
+ BRDA:279,28,1,66
2695
+ BRDA:289,29,0,121
2696
+ BRDA:289,29,1,0
2697
+ BRDA:337,30,0,85
2698
+ BRDA:337,30,1,26
2699
+ BRDA:354,31,0,0
2700
+ BRDA:354,31,1,3703
2701
+ BRDA:355,32,0,0
2702
+ BRDA:355,32,1,0
2703
+ BRDA:380,33,0,3703
2704
+ BRDA:380,33,1,1104
2705
+ BRDA:389,34,0,13
2706
+ BRDA:389,34,1,0
2707
+ BRDA:396,35,0,13
2708
+ BRDA:396,35,1,0
2709
+ BRDA:401,36,0,0
2710
+ BRDA:401,36,1,4
2711
+ BRDA:404,37,0,0
2712
+ BRDA:404,37,1,4
2713
+ BRDA:404,38,0,4
2714
+ BRDA:404,38,1,4
2715
+ BRDA:406,39,0,0
2716
+ BRDA:406,39,1,4
2717
+ BRDA:415,40,0,0
2718
+ BRDA:415,40,1,0
2719
+ BRDA:419,41,0,0
2720
+ BRDA:419,41,1,0
2721
+ BRDA:419,42,0,0
2722
+ BRDA:419,42,1,0
2723
+ BRDA:422,43,0,0
2724
+ BRDA:422,43,1,0
2725
+ BRDA:429,44,0,0
2726
+ BRDA:429,44,1,0
2727
+ BRDA:429,45,0,0
2728
+ BRDA:429,45,1,0
2729
+ BRDA:456,46,0,0
2730
+ BRDA:481,47,0,0
2731
+ BRDA:481,47,1,0
2732
+ BRDA:492,48,0,0
2733
+ BRDA:492,48,1,0
2734
+ BRDA:505,49,0,0
2735
+ BRDA:505,49,1,0
2736
+ BRDA:516,50,0,0
2737
+ BRDA:516,50,1,0
2738
+ BRDA:561,51,0,0
2739
+ BRDA:572,52,0,0
2740
+ BRDA:583,53,0,0
2741
+ BRDA:594,54,0,0
2742
+ BRDA:605,55,0,0
2743
+ BRDA:629,56,0,0
2744
+ BRDA:629,57,0,0
2745
+ BRF:108
2746
+ BRH:62
2747
+ end_of_record
2748
+ TN:
2749
+ SF:/Users/craigmartin/projects/pure-orm/src/index.ts
2750
+ FNF:0
2751
+ FNH:0
2752
+ LF:0
2753
+ LH:0
2754
+ BRF:0
2755
+ BRH:0
2756
+ end_of_record
2757
+ TN:
2758
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/blog/orm.ts
2759
+ FNF:0
2760
+ FNH:0
2761
+ DA:1,1
2762
+ DA:2,1
2763
+ DA:3,1
2764
+ DA:4,1
2765
+ DA:5,1
2766
+ DA:7,1
2767
+ LF:6
2768
+ LH:6
2769
+ BRF:0
2770
+ BRH:0
2771
+ end_of_record
2772
+ TN:
2773
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/blog/models/article.ts
2774
+ FN:36,(anonymous_0)
2775
+ FN:55,(anonymous_1)
2776
+ FNF:2
2777
+ FNH:2
2778
+ FNDA:23,(anonymous_0)
2779
+ FNDA:2,(anonymous_1)
2780
+ DA:4,1
2781
+ DA:6,1
2782
+ DA:37,23
2783
+ DA:38,23
2784
+ DA:39,23
2785
+ DA:40,23
2786
+ DA:41,23
2787
+ DA:42,23
2788
+ DA:43,23
2789
+ DA:44,23
2790
+ DA:45,23
2791
+ DA:46,23
2792
+ DA:47,23
2793
+ DA:48,23
2794
+ DA:49,23
2795
+ DA:56,2
2796
+ DA:60,1
2797
+ LF:17
2798
+ LH:17
2799
+ BRF:0
2800
+ BRH:0
2801
+ end_of_record
2802
+ TN:
2803
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/blog/models/article_tag.ts
2804
+ FN:20,(anonymous_0)
2805
+ FN:31,(anonymous_1)
2806
+ FNF:2
2807
+ FNH:2
2808
+ FNDA:23,(anonymous_0)
2809
+ FNDA:3,(anonymous_1)
2810
+ DA:5,1
2811
+ DA:7,1
2812
+ DA:21,23
2813
+ DA:22,23
2814
+ DA:23,23
2815
+ DA:24,23
2816
+ DA:25,23
2817
+ DA:32,3
2818
+ DA:36,1
2819
+ LF:9
2820
+ LH:9
2821
+ BRF:0
2822
+ BRH:0
2823
+ end_of_record
2824
+ TN:
2825
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/blog/models/person.ts
2826
+ FN:49,(anonymous_0)
2827
+ FN:67,(anonymous_1)
2828
+ FNF:2
2829
+ FNH:1
2830
+ FNDA:23,(anonymous_0)
2831
+ FNDA:0,(anonymous_1)
2832
+ DA:3,1
2833
+ DA:5,1
2834
+ DA:50,23
2835
+ DA:51,23
2836
+ DA:52,23
2837
+ DA:53,23
2838
+ DA:54,23
2839
+ DA:55,23
2840
+ DA:56,23
2841
+ DA:57,23
2842
+ DA:58,23
2843
+ DA:59,23
2844
+ DA:60,23
2845
+ DA:61,23
2846
+ DA:68,0
2847
+ DA:69,0
2848
+ DA:73,1
2849
+ LF:17
2850
+ LH:15
2851
+ BRF:0
2852
+ BRH:0
2853
+ end_of_record
2854
+ TN:
2855
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/blog/models/tag.ts
2856
+ FN:13,(anonymous_0)
2857
+ FN:22,(anonymous_1)
2858
+ FNF:2
2859
+ FNH:1
2860
+ FNDA:23,(anonymous_0)
2861
+ FNDA:0,(anonymous_1)
2862
+ DA:4,1
2863
+ DA:6,1
2864
+ DA:14,23
2865
+ DA:15,23
2866
+ DA:16,23
2867
+ DA:23,0
2868
+ DA:27,1
2869
+ LF:7
2870
+ LH:6
2871
+ BRF:0
2872
+ BRH:0
2873
+ end_of_record
2874
+ TN:
2875
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/five/orm.ts
2876
+ FNF:0
2877
+ FNH:0
2878
+ DA:7,1
2879
+ LF:1
2880
+ LH:1
2881
+ BRF:0
2882
+ BRH:0
2883
+ end_of_record
2884
+ TN:
2885
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/five/models/line-item.ts
2886
+ FN:16,(anonymous_0)
2887
+ FN:25,(anonymous_1)
2888
+ FNF:2
2889
+ FNH:2
2890
+ FNDA:4,(anonymous_0)
2891
+ FNDA:2,(anonymous_1)
2892
+ DA:4,1
2893
+ DA:6,1
2894
+ DA:17,4
2895
+ DA:18,4
2896
+ DA:19,4
2897
+ DA:26,2
2898
+ DA:30,1
2899
+ LF:7
2900
+ LH:7
2901
+ BRF:0
2902
+ BRH:0
2903
+ end_of_record
2904
+ TN:
2905
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/five/models/order.ts
2906
+ FN:11,(anonymous_0)
2907
+ FN:19,(anonymous_1)
2908
+ FNF:2
2909
+ FNH:2
2910
+ FNDA:4,(anonymous_0)
2911
+ FNDA:1,(anonymous_1)
2912
+ DA:3,1
2913
+ DA:5,1
2914
+ DA:12,4
2915
+ DA:13,4
2916
+ DA:20,1
2917
+ DA:24,1
2918
+ LF:6
2919
+ LH:6
2920
+ BRF:0
2921
+ BRH:0
2922
+ end_of_record
2923
+ TN:
2924
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/five/models/parcel-event.ts
2925
+ FN:20,(anonymous_0)
2926
+ FN:31,(anonymous_1)
2927
+ FNF:2
2928
+ FNH:2
2929
+ FNDA:4,(anonymous_0)
2930
+ FNDA:1,(anonymous_1)
2931
+ DA:4,1
2932
+ DA:6,1
2933
+ DA:21,4
2934
+ DA:22,4
2935
+ DA:23,4
2936
+ DA:24,4
2937
+ DA:25,4
2938
+ DA:32,1
2939
+ DA:36,1
2940
+ LF:9
2941
+ LH:9
2942
+ BRF:0
2943
+ BRH:0
2944
+ end_of_record
2945
+ TN:
2946
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/five/models/parcel-line-item.ts
2947
+ FN:20,(anonymous_0)
2948
+ FN:31,(anonymous_1)
2949
+ FNF:2
2950
+ FNH:2
2951
+ FNDA:4,(anonymous_0)
2952
+ FNDA:1,(anonymous_1)
2953
+ DA:5,1
2954
+ DA:7,1
2955
+ DA:21,4
2956
+ DA:22,4
2957
+ DA:23,4
2958
+ DA:24,4
2959
+ DA:25,4
2960
+ DA:32,1
2961
+ DA:36,1
2962
+ LF:9
2963
+ LH:9
2964
+ BRF:0
2965
+ BRH:0
2966
+ end_of_record
2967
+ TN:
2968
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/five/models/parcel.ts
2969
+ FN:10,(anonymous_0)
2970
+ FN:17,(anonymous_1)
2971
+ FNF:2
2972
+ FNH:1
2973
+ FNDA:4,(anonymous_0)
2974
+ FNDA:0,(anonymous_1)
2975
+ DA:3,1
2976
+ DA:5,1
2977
+ DA:11,4
2978
+ DA:18,0
2979
+ DA:22,1
2980
+ LF:5
2981
+ LH:4
2982
+ BRF:0
2983
+ BRH:0
2984
+ end_of_record
2985
+ TN:
2986
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/nine/orm.ts
2987
+ FNF:0
2988
+ FNH:0
2989
+ DA:3,1
2990
+ LF:1
2991
+ LH:1
2992
+ BRF:0
2993
+ BRH:0
2994
+ end_of_record
2995
+ TN:
2996
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/nine/models/feature-switch.ts
2997
+ FN:18,(anonymous_0)
2998
+ FN:27,(anonymous_1)
2999
+ FNF:2
3000
+ FNH:2
3001
+ FNDA:2,(anonymous_0)
3002
+ FNDA:1,(anonymous_1)
3003
+ DA:3,1
3004
+ DA:5,1
3005
+ DA:19,2
3006
+ DA:20,2
3007
+ DA:21,2
3008
+ DA:28,1
3009
+ DA:29,1
3010
+ DA:33,1
3011
+ LF:8
3012
+ LH:8
3013
+ BRF:0
3014
+ BRH:0
3015
+ end_of_record
3016
+ TN:
3017
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/order/orm.ts
3018
+ FNF:0
3019
+ FNH:0
3020
+ DA:8,1
3021
+ LF:1
3022
+ LH:1
3023
+ BRF:0
3024
+ BRH:0
3025
+ end_of_record
3026
+ TN:
3027
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/order-more/orm.ts
3028
+ FNF:0
3029
+ FNH:0
3030
+ DA:23,1
3031
+ LF:1
3032
+ LH:1
3033
+ BRF:0
3034
+ BRH:0
3035
+ end_of_record
3036
+ TN:
3037
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/order-more/models/actual-product-variant.ts
3038
+ FN:11,(anonymous_0)
3039
+ FN:21,(anonymous_1)
3040
+ FNF:2
3041
+ FNH:1
3042
+ FNDA:22,(anonymous_0)
3043
+ FNDA:0,(anonymous_1)
3044
+ DA:3,1
3045
+ DA:5,1
3046
+ DA:12,22
3047
+ DA:13,22
3048
+ DA:22,0
3049
+ DA:26,1
3050
+ LF:6
3051
+ LH:5
3052
+ BRF:0
3053
+ BRH:0
3054
+ end_of_record
3055
+ TN:
3056
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/order-more/models/color.ts
3057
+ FN:20,(anonymous_0)
3058
+ FN:31,(anonymous_1)
3059
+ FNF:2
3060
+ FNH:1
3061
+ FNDA:69,(anonymous_0)
3062
+ FNDA:0,(anonymous_1)
3063
+ DA:3,1
3064
+ DA:5,1
3065
+ DA:21,69
3066
+ DA:22,69
3067
+ DA:23,69
3068
+ DA:24,69
3069
+ DA:25,69
3070
+ DA:32,0
3071
+ DA:36,1
3072
+ LF:9
3073
+ LH:8
3074
+ BRF:0
3075
+ BRH:0
3076
+ end_of_record
3077
+ TN:
3078
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/order-more/models/customer.ts
3079
+ FN:11,(anonymous_0)
3080
+ FN:19,(anonymous_1)
3081
+ FNF:2
3082
+ FNH:1
3083
+ FNDA:47,(anonymous_0)
3084
+ FNDA:0,(anonymous_1)
3085
+ DA:3,1
3086
+ DA:5,1
3087
+ DA:12,47
3088
+ DA:13,47
3089
+ DA:20,0
3090
+ DA:24,1
3091
+ LF:6
3092
+ LH:5
3093
+ BRF:0
3094
+ BRH:0
3095
+ end_of_record
3096
+ TN:
3097
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/order-more/models/gender.ts
3098
+ FN:12,(anonymous_0)
3099
+ FN:21,(anonymous_1)
3100
+ FNF:2
3101
+ FNH:1
3102
+ FNDA:45,(anonymous_0)
3103
+ FNDA:0,(anonymous_1)
3104
+ DA:3,1
3105
+ DA:5,1
3106
+ DA:13,45
3107
+ DA:14,45
3108
+ DA:15,45
3109
+ DA:22,0
3110
+ DA:26,1
3111
+ LF:7
3112
+ LH:6
3113
+ BRF:0
3114
+ BRH:0
3115
+ end_of_record
3116
+ TN:
3117
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/order-more/models/inventory-level.ts
3118
+ FN:29,(anonymous_0)
3119
+ FN:44,(anonymous_1)
3120
+ FNF:2
3121
+ FNH:2
3122
+ FNDA:16,(anonymous_0)
3123
+ FNDA:2,(anonymous_1)
3124
+ DA:6,1
3125
+ DA:8,1
3126
+ DA:30,16
3127
+ DA:31,16
3128
+ DA:32,16
3129
+ DA:33,16
3130
+ DA:34,16
3131
+ DA:35,16
3132
+ DA:36,16
3133
+ DA:37,16
3134
+ DA:38,16
3135
+ DA:45,2
3136
+ DA:49,1
3137
+ LF:13
3138
+ LH:13
3139
+ BRF:0
3140
+ BRH:0
3141
+ end_of_record
3142
+ TN:
3143
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/order-more/models/line-item.ts
3144
+ FN:37,(anonymous_0)
3145
+ FN:56,(anonymous_1)
3146
+ FNF:2
3147
+ FNH:2
3148
+ FNDA:47,(anonymous_0)
3149
+ FNDA:10,(anonymous_1)
3150
+ DA:5,1
3151
+ DA:7,1
3152
+ DA:38,47
3153
+ DA:39,47
3154
+ DA:40,47
3155
+ DA:41,47
3156
+ DA:42,47
3157
+ DA:43,47
3158
+ DA:44,47
3159
+ DA:45,47
3160
+ DA:46,47
3161
+ DA:47,47
3162
+ DA:48,47
3163
+ DA:49,47
3164
+ DA:50,47
3165
+ DA:57,10
3166
+ DA:61,1
3167
+ LF:17
3168
+ LH:17
3169
+ BRF:0
3170
+ BRH:0
3171
+ end_of_record
3172
+ TN:
3173
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/order-more/models/order.ts
3174
+ FN:71,(anonymous_0)
3175
+ FN:114,(anonymous_1)
3176
+ FNF:2
3177
+ FNH:2
3178
+ FNDA:47,(anonymous_0)
3179
+ FNDA:2,(anonymous_1)
3180
+ DA:6,1
3181
+ DA:8,1
3182
+ DA:72,47
3183
+ DA:73,47
3184
+ DA:74,47
3185
+ DA:75,47
3186
+ DA:76,47
3187
+ DA:77,47
3188
+ DA:78,47
3189
+ DA:79,47
3190
+ DA:80,47
3191
+ DA:81,47
3192
+ DA:82,47
3193
+ DA:83,47
3194
+ DA:84,47
3195
+ DA:85,47
3196
+ DA:86,47
3197
+ DA:87,47
3198
+ DA:88,47
3199
+ DA:89,47
3200
+ DA:90,47
3201
+ DA:91,47
3202
+ DA:92,47
3203
+ DA:93,47
3204
+ DA:94,47
3205
+ DA:95,47
3206
+ DA:96,47
3207
+ DA:97,47
3208
+ DA:98,47
3209
+ DA:99,47
3210
+ DA:100,47
3211
+ DA:101,47
3212
+ DA:102,47
3213
+ DA:103,47
3214
+ DA:104,47
3215
+ DA:105,47
3216
+ DA:106,47
3217
+ DA:107,47
3218
+ DA:108,47
3219
+ DA:115,2
3220
+ DA:119,1
3221
+ LF:41
3222
+ LH:41
3223
+ BRF:0
3224
+ BRH:0
3225
+ end_of_record
3226
+ TN:
3227
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/order-more/models/parcel-event.ts
3228
+ FN:20,(anonymous_0)
3229
+ FN:31,(anonymous_1)
3230
+ FNF:2
3231
+ FNH:2
3232
+ FNDA:47,(anonymous_0)
3233
+ FNDA:8,(anonymous_1)
3234
+ DA:4,1
3235
+ DA:6,1
3236
+ DA:21,47
3237
+ DA:22,47
3238
+ DA:23,47
3239
+ DA:24,47
3240
+ DA:25,47
3241
+ DA:32,8
3242
+ DA:36,1
3243
+ LF:9
3244
+ LH:9
3245
+ BRF:0
3246
+ BRH:0
3247
+ end_of_record
3248
+ TN:
3249
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/order-more/models/parcel-line-item.ts
3250
+ FN:20,(anonymous_0)
3251
+ FN:31,(anonymous_1)
3252
+ FNF:2
3253
+ FNH:2
3254
+ FNDA:47,(anonymous_0)
3255
+ FNDA:8,(anonymous_1)
3256
+ DA:5,1
3257
+ DA:7,1
3258
+ DA:21,47
3259
+ DA:22,47
3260
+ DA:23,47
3261
+ DA:24,47
3262
+ DA:25,47
3263
+ DA:32,8
3264
+ DA:36,1
3265
+ LF:9
3266
+ LH:9
3267
+ BRF:0
3268
+ BRH:0
3269
+ end_of_record
3270
+ TN:
3271
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/order-more/models/parcel.ts
3272
+ FN:10,(anonymous_0)
3273
+ FN:17,(anonymous_1)
3274
+ FNF:2
3275
+ FNH:1
3276
+ FNDA:47,(anonymous_0)
3277
+ FNDA:0,(anonymous_1)
3278
+ DA:3,1
3279
+ DA:5,1
3280
+ DA:11,47
3281
+ DA:18,0
3282
+ DA:22,1
3283
+ LF:5
3284
+ LH:4
3285
+ BRF:0
3286
+ BRH:0
3287
+ end_of_record
3288
+ TN:
3289
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/order-more/models/physical-address.ts
3290
+ FN:32,(anonymous_0)
3291
+ FN:49,(anonymous_1)
3292
+ FNF:2
3293
+ FNH:1
3294
+ FNDA:47,(anonymous_0)
3295
+ FNDA:0,(anonymous_1)
3296
+ DA:3,1
3297
+ DA:5,1
3298
+ DA:33,47
3299
+ DA:34,47
3300
+ DA:35,47
3301
+ DA:36,47
3302
+ DA:37,47
3303
+ DA:38,47
3304
+ DA:39,47
3305
+ DA:40,47
3306
+ DA:41,47
3307
+ DA:42,47
3308
+ DA:43,47
3309
+ DA:50,0
3310
+ DA:54,1
3311
+ LF:15
3312
+ LH:14
3313
+ BRF:0
3314
+ BRH:0
3315
+ end_of_record
3316
+ TN:
3317
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/order-more/models/product-variant-image.ts
3318
+ FN:22,(anonymous_0)
3319
+ FN:34,(anonymous_1)
3320
+ FNF:2
3321
+ FNH:2
3322
+ FNDA:61,(anonymous_0)
3323
+ FNDA:14,(anonymous_1)
3324
+ DA:4,1
3325
+ DA:6,1
3326
+ DA:23,61
3327
+ DA:24,61
3328
+ DA:25,61
3329
+ DA:26,61
3330
+ DA:27,61
3331
+ DA:28,61
3332
+ DA:35,14
3333
+ DA:39,1
3334
+ LF:10
3335
+ LH:10
3336
+ BRF:0
3337
+ BRH:0
3338
+ end_of_record
3339
+ TN:
3340
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/order-more/models/product-variant.ts
3341
+ FN:50,(anonymous_0)
3342
+ FN:76,(anonymous_1)
3343
+ FNF:2
3344
+ FNH:2
3345
+ FNDA:69,(anonymous_0)
3346
+ FNDA:6,(anonymous_1)
3347
+ DA:8,1
3348
+ DA:10,1
3349
+ DA:51,69
3350
+ DA:52,69
3351
+ DA:53,69
3352
+ DA:54,69
3353
+ DA:55,69
3354
+ DA:56,69
3355
+ DA:57,69
3356
+ DA:58,69
3357
+ DA:59,69
3358
+ DA:60,69
3359
+ DA:61,69
3360
+ DA:62,69
3361
+ DA:63,69
3362
+ DA:64,69
3363
+ DA:65,69
3364
+ DA:66,69
3365
+ DA:67,69
3366
+ DA:68,69
3367
+ DA:69,69
3368
+ DA:70,69
3369
+ DA:77,6
3370
+ DA:81,1
3371
+ LF:24
3372
+ LH:24
3373
+ BRF:0
3374
+ BRH:0
3375
+ end_of_record
3376
+ TN:
3377
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/order-more/models/product.ts
3378
+ FN:30,(anonymous_0)
3379
+ FN:46,(anonymous_1)
3380
+ FNF:2
3381
+ FNH:1
3382
+ FNDA:69,(anonymous_0)
3383
+ FNDA:0,(anonymous_1)
3384
+ DA:3,1
3385
+ DA:5,1
3386
+ DA:31,69
3387
+ DA:32,69
3388
+ DA:33,69
3389
+ DA:34,69
3390
+ DA:35,69
3391
+ DA:36,69
3392
+ DA:37,69
3393
+ DA:38,69
3394
+ DA:39,69
3395
+ DA:40,69
3396
+ DA:47,0
3397
+ DA:51,1
3398
+ LF:14
3399
+ LH:13
3400
+ BRF:0
3401
+ BRH:0
3402
+ end_of_record
3403
+ TN:
3404
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/order-more/models/refund.ts
3405
+ FN:30,(anonymous_0)
3406
+ FN:46,(anonymous_1)
3407
+ FNF:2
3408
+ FNH:2
3409
+ FNDA:47,(anonymous_0)
3410
+ FNDA:4,(anonymous_1)
3411
+ DA:4,1
3412
+ DA:6,1
3413
+ DA:31,47
3414
+ DA:32,47
3415
+ DA:33,47
3416
+ DA:34,47
3417
+ DA:35,47
3418
+ DA:36,47
3419
+ DA:37,47
3420
+ DA:38,47
3421
+ DA:39,47
3422
+ DA:40,47
3423
+ DA:47,4
3424
+ DA:51,1
3425
+ LF:14
3426
+ LH:14
3427
+ BRF:0
3428
+ BRH:0
3429
+ end_of_record
3430
+ TN:
3431
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/order-more/models/shipment-actual-product-variant.ts
3432
+ FN:24,(anonymous_0)
3433
+ FN:39,(anonymous_1)
3434
+ FNF:2
3435
+ FNH:2
3436
+ FNDA:6,(anonymous_0)
3437
+ FNDA:2,(anonymous_1)
3438
+ DA:5,1
3439
+ DA:7,1
3440
+ DA:25,6
3441
+ DA:26,6
3442
+ DA:27,6
3443
+ DA:28,6
3444
+ DA:29,6
3445
+ DA:30,6
3446
+ DA:31,6
3447
+ DA:40,2
3448
+ DA:44,1
3449
+ LF:11
3450
+ LH:11
3451
+ BRF:0
3452
+ BRH:0
3453
+ end_of_record
3454
+ TN:
3455
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/order-more/models/shipment.ts
3456
+ FN:16,(anonymous_0)
3457
+ FN:25,(anonymous_1)
3458
+ FNF:2
3459
+ FNH:2
3460
+ FNDA:20,(anonymous_0)
3461
+ FNDA:1,(anonymous_1)
3462
+ DA:3,1
3463
+ DA:5,1
3464
+ DA:17,20
3465
+ DA:18,20
3466
+ DA:19,20
3467
+ DA:26,1
3468
+ DA:30,1
3469
+ LF:7
3470
+ LH:7
3471
+ BRF:0
3472
+ BRH:0
3473
+ end_of_record
3474
+ TN:
3475
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/order-more/models/size.ts
3476
+ FN:12,(anonymous_0)
3477
+ FN:21,(anonymous_1)
3478
+ FNF:2
3479
+ FNH:1
3480
+ FNDA:69,(anonymous_0)
3481
+ FNDA:0,(anonymous_1)
3482
+ DA:3,1
3483
+ DA:5,1
3484
+ DA:13,69
3485
+ DA:14,69
3486
+ DA:15,69
3487
+ DA:22,0
3488
+ DA:26,1
3489
+ LF:7
3490
+ LH:6
3491
+ BRF:0
3492
+ BRH:0
3493
+ end_of_record
3494
+ TN:
3495
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/order-more/models/utm-medium.ts
3496
+ FN:12,(anonymous_0)
3497
+ FN:21,(anonymous_1)
3498
+ FNF:2
3499
+ FNH:1
3500
+ FNDA:47,(anonymous_0)
3501
+ FNDA:0,(anonymous_1)
3502
+ DA:3,1
3503
+ DA:5,1
3504
+ DA:13,47
3505
+ DA:14,47
3506
+ DA:15,47
3507
+ DA:22,0
3508
+ DA:26,1
3509
+ LF:7
3510
+ LH:6
3511
+ BRF:0
3512
+ BRH:0
3513
+ end_of_record
3514
+ TN:
3515
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/order-more/models/utm-source.ts
3516
+ FN:13,(anonymous_0)
3517
+ FN:23,(anonymous_1)
3518
+ FNF:2
3519
+ FNH:1
3520
+ FNDA:47,(anonymous_0)
3521
+ FNDA:0,(anonymous_1)
3522
+ DA:3,1
3523
+ DA:5,1
3524
+ DA:14,47
3525
+ DA:15,47
3526
+ DA:16,47
3527
+ DA:17,47
3528
+ DA:24,0
3529
+ DA:28,1
3530
+ LF:8
3531
+ LH:7
3532
+ BRF:0
3533
+ BRH:0
3534
+ end_of_record
3535
+ TN:
3536
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/order/models/line-item.ts
3537
+ FN:37,(anonymous_0)
3538
+ FN:56,(anonymous_1)
3539
+ FNF:2
3540
+ FNH:2
3541
+ FNDA:6,(anonymous_0)
3542
+ FNDA:1,(anonymous_1)
3543
+ DA:5,1
3544
+ DA:7,1
3545
+ DA:38,6
3546
+ DA:39,6
3547
+ DA:40,6
3548
+ DA:41,6
3549
+ DA:42,6
3550
+ DA:43,6
3551
+ DA:44,6
3552
+ DA:45,6
3553
+ DA:46,6
3554
+ DA:47,6
3555
+ DA:48,6
3556
+ DA:49,6
3557
+ DA:50,6
3558
+ DA:57,1
3559
+ DA:61,1
3560
+ LF:17
3561
+ LH:17
3562
+ BRF:0
3563
+ BRH:0
3564
+ end_of_record
3565
+ TN:
3566
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/order/models/order.ts
3567
+ FN:60,(anonymous_0)
3568
+ FN:97,(anonymous_1)
3569
+ FNF:2
3570
+ FNH:2
3571
+ FNDA:6,(anonymous_0)
3572
+ FNDA:1,(anonymous_1)
3573
+ DA:4,1
3574
+ DA:6,1
3575
+ DA:61,6
3576
+ DA:62,6
3577
+ DA:63,6
3578
+ DA:64,6
3579
+ DA:65,6
3580
+ DA:66,6
3581
+ DA:67,6
3582
+ DA:68,6
3583
+ DA:69,6
3584
+ DA:70,6
3585
+ DA:71,6
3586
+ DA:72,6
3587
+ DA:73,6
3588
+ DA:74,6
3589
+ DA:75,6
3590
+ DA:76,6
3591
+ DA:77,6
3592
+ DA:78,6
3593
+ DA:79,6
3594
+ DA:80,6
3595
+ DA:81,6
3596
+ DA:82,6
3597
+ DA:83,6
3598
+ DA:84,6
3599
+ DA:85,6
3600
+ DA:86,6
3601
+ DA:87,6
3602
+ DA:88,6
3603
+ DA:89,6
3604
+ DA:90,6
3605
+ DA:91,6
3606
+ DA:98,1
3607
+ DA:102,1
3608
+ LF:35
3609
+ LH:35
3610
+ BRF:0
3611
+ BRH:0
3612
+ end_of_record
3613
+ TN:
3614
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/order/models/product-variant.ts
3615
+ FN:38,(anonymous_0)
3616
+ FN:58,(anonymous_1)
3617
+ FNF:2
3618
+ FNH:1
3619
+ FNDA:6,(anonymous_0)
3620
+ FNDA:0,(anonymous_1)
3621
+ DA:4,1
3622
+ DA:6,1
3623
+ DA:39,6
3624
+ DA:40,6
3625
+ DA:41,6
3626
+ DA:42,6
3627
+ DA:43,6
3628
+ DA:44,6
3629
+ DA:45,6
3630
+ DA:46,6
3631
+ DA:47,6
3632
+ DA:48,6
3633
+ DA:49,6
3634
+ DA:50,6
3635
+ DA:51,6
3636
+ DA:52,6
3637
+ DA:59,0
3638
+ DA:63,1
3639
+ LF:18
3640
+ LH:17
3641
+ BRF:0
3642
+ BRH:0
3643
+ end_of_record
3644
+ TN:
3645
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/order/models/product.ts
3646
+ FN:28,(anonymous_0)
3647
+ FN:43,(anonymous_1)
3648
+ FNF:2
3649
+ FNH:1
3650
+ FNDA:6,(anonymous_0)
3651
+ FNDA:0,(anonymous_1)
3652
+ DA:3,1
3653
+ DA:5,1
3654
+ DA:29,6
3655
+ DA:30,6
3656
+ DA:31,6
3657
+ DA:32,6
3658
+ DA:33,6
3659
+ DA:34,6
3660
+ DA:35,6
3661
+ DA:36,6
3662
+ DA:37,6
3663
+ DA:44,0
3664
+ DA:48,1
3665
+ LF:13
3666
+ LH:12
3667
+ BRF:0
3668
+ BRH:0
3669
+ end_of_record
3670
+ TN:
3671
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/order/models/utm-source.ts
3672
+ FN:13,(anonymous_0)
3673
+ FN:23,(anonymous_1)
3674
+ FNF:2
3675
+ FNH:1
3676
+ FNDA:6,(anonymous_0)
3677
+ FNDA:0,(anonymous_1)
3678
+ DA:3,1
3679
+ DA:5,1
3680
+ DA:14,6
3681
+ DA:15,6
3682
+ DA:16,6
3683
+ DA:17,6
3684
+ DA:24,0
3685
+ DA:28,1
3686
+ LF:8
3687
+ LH:7
3688
+ BRF:0
3689
+ BRH:0
3690
+ end_of_record
3691
+ TN:
3692
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/six/orm.ts
3693
+ FNF:0
3694
+ FNH:0
3695
+ DA:7,1
3696
+ LF:1
3697
+ LH:1
3698
+ BRF:0
3699
+ BRH:0
3700
+ end_of_record
3701
+ TN:
3702
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/six/models/customer.ts
3703
+ FN:11,(anonymous_0)
3704
+ FN:19,(anonymous_1)
3705
+ FNF:2
3706
+ FNH:1
3707
+ FNDA:2,(anonymous_0)
3708
+ FNDA:0,(anonymous_1)
3709
+ DA:3,1
3710
+ DA:5,1
3711
+ DA:12,2
3712
+ DA:13,2
3713
+ DA:20,0
3714
+ DA:24,1
3715
+ LF:6
3716
+ LH:5
3717
+ BRF:0
3718
+ BRH:0
3719
+ end_of_record
3720
+ TN:
3721
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/six/models/line-item.ts
3722
+ FN:16,(anonymous_0)
3723
+ FN:25,(anonymous_1)
3724
+ FNF:2
3725
+ FNH:1
3726
+ FNDA:2,(anonymous_0)
3727
+ FNDA:0,(anonymous_1)
3728
+ DA:4,1
3729
+ DA:6,1
3730
+ DA:17,2
3731
+ DA:18,2
3732
+ DA:19,2
3733
+ DA:26,0
3734
+ DA:30,1
3735
+ LF:7
3736
+ LH:6
3737
+ BRF:0
3738
+ BRH:0
3739
+ end_of_record
3740
+ TN:
3741
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/six/models/order.ts
3742
+ FN:16,(anonymous_0)
3743
+ FN:25,(anonymous_1)
3744
+ FNF:2
3745
+ FNH:1
3746
+ FNDA:2,(anonymous_0)
3747
+ FNDA:0,(anonymous_1)
3748
+ DA:4,1
3749
+ DA:6,1
3750
+ DA:17,2
3751
+ DA:18,2
3752
+ DA:19,2
3753
+ DA:26,0
3754
+ DA:30,1
3755
+ LF:7
3756
+ LH:6
3757
+ BRF:0
3758
+ BRH:0
3759
+ end_of_record
3760
+ TN:
3761
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/six/models/parcel-line-item.ts
3762
+ FN:20,(anonymous_0)
3763
+ FN:31,(anonymous_1)
3764
+ FNF:2
3765
+ FNH:2
3766
+ FNDA:2,(anonymous_0)
3767
+ FNDA:1,(anonymous_1)
3768
+ DA:5,1
3769
+ DA:7,1
3770
+ DA:21,2
3771
+ DA:22,2
3772
+ DA:23,2
3773
+ DA:24,2
3774
+ DA:25,2
3775
+ DA:32,1
3776
+ DA:36,1
3777
+ LF:9
3778
+ LH:9
3779
+ BRF:0
3780
+ BRH:0
3781
+ end_of_record
3782
+ TN:
3783
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/six/models/parcel.ts
3784
+ FN:10,(anonymous_0)
3785
+ FN:17,(anonymous_1)
3786
+ FNF:2
3787
+ FNH:2
3788
+ FNDA:2,(anonymous_0)
3789
+ FNDA:1,(anonymous_1)
3790
+ DA:3,1
3791
+ DA:5,1
3792
+ DA:11,2
3793
+ DA:18,1
3794
+ DA:22,1
3795
+ LF:5
3796
+ LH:5
3797
+ BRF:0
3798
+ BRH:0
3799
+ end_of_record
3800
+ TN:
3801
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/thirteen/orm.ts
3802
+ FNF:0
3803
+ FNH:0
3804
+ DA:10,1
3805
+ LF:1
3806
+ LH:1
3807
+ BRF:0
3808
+ BRH:0
3809
+ end_of_record
3810
+ TN:
3811
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/thirteen/models/audience.ts
3812
+ FN:10,(anonymous_0)
3813
+ FN:17,(anonymous_1)
3814
+ FNF:2
3815
+ FNH:1
3816
+ FNDA:4,(anonymous_0)
3817
+ FNDA:0,(anonymous_1)
3818
+ DA:3,1
3819
+ DA:5,1
3820
+ DA:11,4
3821
+ DA:18,0
3822
+ DA:22,1
3823
+ LF:5
3824
+ LH:4
3825
+ BRF:0
3826
+ BRH:0
3827
+ end_of_record
3828
+ TN:
3829
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/thirteen/models/brand.ts
3830
+ FN:10,(anonymous_0)
3831
+ FN:17,(anonymous_1)
3832
+ FNF:2
3833
+ FNH:1
3834
+ FNDA:4,(anonymous_0)
3835
+ FNDA:0,(anonymous_1)
3836
+ DA:3,1
3837
+ DA:5,1
3838
+ DA:11,4
3839
+ DA:18,0
3840
+ DA:22,1
3841
+ LF:5
3842
+ LH:4
3843
+ BRF:0
3844
+ BRH:0
3845
+ end_of_record
3846
+ TN:
3847
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/thirteen/models/category.ts
3848
+ FN:10,(anonymous_0)
3849
+ FN:17,(anonymous_1)
3850
+ FNF:2
3851
+ FNH:1
3852
+ FNDA:4,(anonymous_0)
3853
+ FNDA:0,(anonymous_1)
3854
+ DA:3,1
3855
+ DA:5,1
3856
+ DA:11,4
3857
+ DA:18,0
3858
+ DA:22,1
3859
+ LF:5
3860
+ LH:4
3861
+ BRF:0
3862
+ BRH:0
3863
+ end_of_record
3864
+ TN:
3865
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/thirteen/models/member.ts
3866
+ FN:10,(anonymous_0)
3867
+ FN:17,(anonymous_1)
3868
+ FNF:2
3869
+ FNH:2
3870
+ FNDA:4,(anonymous_0)
3871
+ FNDA:1,(anonymous_1)
3872
+ DA:3,1
3873
+ DA:5,1
3874
+ DA:11,4
3875
+ DA:18,1
3876
+ DA:22,1
3877
+ LF:5
3878
+ LH:5
3879
+ BRF:0
3880
+ BRH:0
3881
+ end_of_record
3882
+ TN:
3883
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/thirteen/models/passion.ts
3884
+ FN:10,(anonymous_0)
3885
+ FN:17,(anonymous_1)
3886
+ FNF:2
3887
+ FNH:1
3888
+ FNDA:4,(anonymous_0)
3889
+ FNDA:0,(anonymous_1)
3890
+ DA:3,1
3891
+ DA:5,1
3892
+ DA:11,4
3893
+ DA:18,0
3894
+ DA:22,1
3895
+ LF:5
3896
+ LH:4
3897
+ BRF:0
3898
+ BRH:0
3899
+ end_of_record
3900
+ TN:
3901
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/thirteen/models/product.ts
3902
+ FN:16,(anonymous_0)
3903
+ FN:25,(anonymous_1)
3904
+ FNF:2
3905
+ FNH:1
3906
+ FNDA:4,(anonymous_0)
3907
+ FNDA:0,(anonymous_1)
3908
+ DA:4,1
3909
+ DA:6,1
3910
+ DA:17,4
3911
+ DA:18,4
3912
+ DA:19,4
3913
+ DA:26,0
3914
+ DA:30,1
3915
+ LF:7
3916
+ LH:6
3917
+ BRF:0
3918
+ BRH:0
3919
+ end_of_record
3920
+ TN:
3921
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/thirteen/models/recommendation-audience.ts
3922
+ FN:20,(anonymous_0)
3923
+ FN:33,(anonymous_1)
3924
+ FNF:2
3925
+ FNH:2
3926
+ FNDA:4,(anonymous_0)
3927
+ FNDA:4,(anonymous_1)
3928
+ DA:5,1
3929
+ DA:7,1
3930
+ DA:21,4
3931
+ DA:22,4
3932
+ DA:23,4
3933
+ DA:24,4
3934
+ DA:25,4
3935
+ DA:34,4
3936
+ DA:38,1
3937
+ LF:9
3938
+ LH:9
3939
+ BRF:0
3940
+ BRH:0
3941
+ end_of_record
3942
+ TN:
3943
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/thirteen/models/recommendation.ts
3944
+ FN:33,(anonymous_0)
3945
+ FN:50,(anonymous_1)
3946
+ FNF:2
3947
+ FNH:2
3948
+ FNDA:4,(anonymous_0)
3949
+ FNDA:1,(anonymous_1)
3950
+ DA:9,1
3951
+ DA:11,1
3952
+ DA:34,4
3953
+ DA:35,4
3954
+ DA:36,4
3955
+ DA:37,4
3956
+ DA:38,4
3957
+ DA:39,4
3958
+ DA:40,4
3959
+ DA:41,4
3960
+ DA:42,4
3961
+ DA:43,4
3962
+ DA:44,4
3963
+ DA:51,1
3964
+ DA:55,1
3965
+ LF:15
3966
+ LH:15
3967
+ BRF:0
3968
+ BRH:0
3969
+ end_of_record
3970
+ TN:
3971
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/three/results.js
3972
+ FNF:0
3973
+ FNH:0
3974
+ DA:1,1
3975
+ LF:1
3976
+ LH:1
3977
+ BRF:0
3978
+ BRH:0
3979
+ end_of_record
3980
+ TN:
3981
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/twelve/orm.ts
3982
+ FNF:0
3983
+ FNH:0
3984
+ DA:4,1
3985
+ LF:1
3986
+ LH:1
3987
+ BRF:0
3988
+ BRH:0
3989
+ end_of_record
3990
+ TN:
3991
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/twelve/models/member.ts
3992
+ FN:10,(anonymous_0)
3993
+ FN:17,(anonymous_1)
3994
+ FNF:2
3995
+ FNH:1
3996
+ FNDA:1,(anonymous_0)
3997
+ FNDA:0,(anonymous_1)
3998
+ DA:3,1
3999
+ DA:5,1
4000
+ DA:11,1
4001
+ DA:18,0
4002
+ DA:22,1
4003
+ LF:5
4004
+ LH:4
4005
+ BRF:0
4006
+ BRH:0
4007
+ end_of_record
4008
+ TN:
4009
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/twelve/models/prompt.ts
4010
+ FN:19,(anonymous_0)
4011
+ FN:30,(anonymous_1)
4012
+ FNF:2
4013
+ FNH:2
4014
+ FNDA:1,(anonymous_0)
4015
+ FNDA:1,(anonymous_1)
4016
+ DA:4,1
4017
+ DA:6,1
4018
+ DA:20,1
4019
+ DA:21,1
4020
+ DA:22,1
4021
+ DA:23,1
4022
+ DA:24,1
4023
+ DA:31,1
4024
+ DA:35,1
4025
+ LF:9
4026
+ LH:9
4027
+ BRF:0
4028
+ BRH:0
4029
+ end_of_record
4030
+ TN:
4031
+ SF:/Users/craigmartin/projects/pure-orm/test-utils/two/results.js
4032
+ FNF:0
4033
+ FNH:0
4034
+ DA:1,1
4035
+ LF:1
4036
+ LH:1
4037
+ BRF:0
4038
+ BRH:0
4039
+ end_of_record