pure-orm 4.0.0-0 → 4.0.0-1

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