pure-orm 4.0.0-5 → 4.0.0-8
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.
- package/README.md +14 -20
- package/coverage/clover.xml +375 -577
- package/coverage/coverage-final.json +18 -20
- package/coverage/lcov-report/dist/src/core.js.html +1038 -0
- package/coverage/lcov-report/dist/src/drivers/index.html +97 -0
- package/coverage/lcov-report/dist/src/drivers/pgp.js.html +240 -0
- package/coverage/lcov-report/dist/src/factory.js.html +293 -197
- package/coverage/lcov-report/dist/src/index.html +20 -33
- package/coverage/lcov-report/dist/src/index.js.html +16 -10
- package/coverage/lcov-report/dist/src/orm.js.html +645 -0
- package/coverage/lcov-report/dist/test-utils/blog/entities.js.html +108 -0
- package/coverage/lcov-report/dist/test-utils/blog/index.html +6 -6
- package/coverage/lcov-report/dist/test-utils/blog/models/article.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/blog/models/article_tag.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/blog/models/index.html +1 -1
- package/coverage/lcov-report/dist/test-utils/blog/models/person.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/blog/models/tag.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/blog/orm.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/five/entities.js.html +114 -0
- package/coverage/lcov-report/dist/test-utils/five/index.html +6 -6
- package/coverage/lcov-report/dist/test-utils/five/models/index.html +1 -1
- package/coverage/lcov-report/dist/test-utils/five/models/line-item.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/five/models/order.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/five/models/parcel-event.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/five/models/parcel-line-item.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/five/models/parcel.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/five/orm.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/nine/entities.js.html +84 -0
- package/coverage/lcov-report/dist/test-utils/nine/index.html +6 -6
- package/coverage/lcov-report/dist/test-utils/nine/models/feature-switch.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/nine/models/index.html +1 -1
- package/coverage/lcov-report/dist/test-utils/nine/orm.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order/entities.js.html +114 -0
- package/coverage/lcov-report/dist/test-utils/order/index.html +6 -6
- package/coverage/lcov-report/dist/test-utils/order/models/index.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order/models/line-item.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order/models/order.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order/models/product-variant.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order/models/product.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order/models/utm-source.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order/orm.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/entities.js.html +204 -0
- package/coverage/lcov-report/dist/test-utils/order-more/index.html +6 -6
- package/coverage/lcov-report/dist/test-utils/order-more/models/actual-product-variant.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/color.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/customer.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/gender.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/index.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/inventory-level.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/line-item.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/order.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/parcel-event.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/parcel-line-item.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/parcel.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/physical-address.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/product-variant-image.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/product-variant.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/product.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/refund.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/shipment-actual-product-variant.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/shipment.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/size.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/utm-medium.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/models/utm-source.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/order-more/orm.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/six/entities.js.html +114 -0
- package/coverage/lcov-report/dist/test-utils/six/index.html +6 -6
- package/coverage/lcov-report/dist/test-utils/six/models/customer.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/six/models/index.html +1 -1
- package/coverage/lcov-report/dist/test-utils/six/models/line-item.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/six/models/order.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/six/models/parcel-line-item.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/six/models/parcel.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/six/orm.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/thirteen/entities.js.html +132 -0
- package/coverage/lcov-report/dist/test-utils/thirteen/index.html +6 -6
- package/coverage/lcov-report/dist/test-utils/thirteen/models/audience.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/thirteen/models/brand.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/thirteen/models/category.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/thirteen/models/index.html +1 -1
- package/coverage/lcov-report/dist/test-utils/thirteen/models/member.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/thirteen/models/passion.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/thirteen/models/product.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/thirteen/models/recommendation-audience.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/thirteen/models/recommendation.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/thirteen/orm.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/three/index.html +1 -1
- package/coverage/lcov-report/dist/test-utils/three/results.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/twelve/entities.js.html +87 -0
- package/coverage/lcov-report/dist/test-utils/twelve/index.html +6 -6
- package/coverage/lcov-report/dist/test-utils/twelve/models/index.html +1 -1
- package/coverage/lcov-report/dist/test-utils/twelve/models/member.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/twelve/models/prompt.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/twelve/orm.js.html +1 -1
- package/coverage/lcov-report/dist/test-utils/two/index.html +1 -1
- package/coverage/lcov-report/dist/test-utils/two/results.js.html +1 -1
- package/coverage/lcov-report/index.html +47 -47
- package/coverage/lcov-report/src/core.ts.html +1593 -0
- package/coverage/lcov-report/src/drivers/index.html +97 -0
- package/coverage/lcov-report/src/drivers/pgp.ts.html +516 -0
- package/coverage/lcov-report/src/factory.ts.html +436 -250
- package/coverage/lcov-report/src/index.html +20 -33
- package/coverage/lcov-report/src/index.ts.html +23 -5
- package/coverage/lcov-report/src/orm.ts.html +954 -0
- package/coverage/lcov-report/test-utils/blog/entities.ts.html +102 -0
- package/coverage/lcov-report/test-utils/blog/index.html +6 -6
- package/coverage/lcov-report/test-utils/blog/models/article.ts.html +1 -1
- package/coverage/lcov-report/test-utils/blog/models/article_tag.ts.html +1 -1
- package/coverage/lcov-report/test-utils/blog/models/index.html +1 -1
- package/coverage/lcov-report/test-utils/blog/models/person.ts.html +1 -1
- package/coverage/lcov-report/test-utils/blog/models/tag.ts.html +1 -1
- package/coverage/lcov-report/test-utils/blog/orm.ts.html +1 -1
- package/coverage/lcov-report/test-utils/five/entities.ts.html +105 -0
- package/coverage/lcov-report/test-utils/five/index.html +2 -2
- package/coverage/lcov-report/test-utils/five/models/index.html +1 -1
- package/coverage/lcov-report/test-utils/five/models/line-item.ts.html +1 -1
- package/coverage/lcov-report/test-utils/five/models/order.ts.html +1 -1
- package/coverage/lcov-report/test-utils/five/models/parcel-event.ts.html +1 -1
- package/coverage/lcov-report/test-utils/five/models/parcel-line-item.ts.html +1 -1
- package/coverage/lcov-report/test-utils/five/models/parcel.ts.html +1 -1
- package/coverage/lcov-report/test-utils/five/orm.ts.html +1 -1
- package/coverage/lcov-report/test-utils/nine/entities.ts.html +75 -0
- package/coverage/lcov-report/test-utils/nine/index.html +2 -2
- package/coverage/lcov-report/test-utils/nine/models/feature-switch.ts.html +1 -1
- package/coverage/lcov-report/test-utils/nine/models/index.html +1 -1
- package/coverage/lcov-report/test-utils/nine/orm.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order/entities.ts.html +108 -0
- package/coverage/lcov-report/test-utils/order/index.html +2 -2
- package/coverage/lcov-report/test-utils/order/models/index.html +1 -1
- package/coverage/lcov-report/test-utils/order/models/line-item.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order/models/order.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order/models/product-variant.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order/models/product.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order/models/utm-source.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order/orm.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/entities.ts.html +198 -0
- package/coverage/lcov-report/test-utils/order-more/index.html +2 -2
- package/coverage/lcov-report/test-utils/order-more/models/actual-product-variant.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/color.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/customer.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/gender.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/index.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/inventory-level.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/line-item.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/order.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/parcel-event.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/parcel-line-item.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/parcel.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/physical-address.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/product-variant-image.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/product-variant.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/product.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/refund.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/shipment-actual-product-variant.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/shipment.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/size.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/utm-medium.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/models/utm-source.ts.html +1 -1
- package/coverage/lcov-report/test-utils/order-more/orm.ts.html +1 -1
- package/coverage/lcov-report/test-utils/six/entities.ts.html +105 -0
- package/coverage/lcov-report/test-utils/six/index.html +2 -2
- package/coverage/lcov-report/test-utils/six/models/customer.ts.html +1 -1
- package/coverage/lcov-report/test-utils/six/models/index.html +1 -1
- package/coverage/lcov-report/test-utils/six/models/line-item.ts.html +1 -1
- package/coverage/lcov-report/test-utils/six/models/order.ts.html +1 -1
- package/coverage/lcov-report/test-utils/six/models/parcel-line-item.ts.html +1 -1
- package/coverage/lcov-report/test-utils/six/models/parcel.ts.html +1 -1
- package/coverage/lcov-report/test-utils/six/orm.ts.html +1 -1
- package/coverage/lcov-report/test-utils/thirteen/entities.ts.html +123 -0
- package/coverage/lcov-report/test-utils/thirteen/index.html +2 -2
- package/coverage/lcov-report/test-utils/thirteen/models/audience.ts.html +1 -1
- package/coverage/lcov-report/test-utils/thirteen/models/brand.ts.html +1 -1
- package/coverage/lcov-report/test-utils/thirteen/models/category.ts.html +1 -1
- package/coverage/lcov-report/test-utils/thirteen/models/index.html +1 -1
- package/coverage/lcov-report/test-utils/thirteen/models/member.ts.html +1 -1
- package/coverage/lcov-report/test-utils/thirteen/models/passion.ts.html +1 -1
- package/coverage/lcov-report/test-utils/thirteen/models/product.ts.html +1 -1
- package/coverage/lcov-report/test-utils/thirteen/models/recommendation-audience.ts.html +1 -1
- package/coverage/lcov-report/test-utils/thirteen/models/recommendation.ts.html +1 -1
- package/coverage/lcov-report/test-utils/thirteen/orm.ts.html +1 -1
- package/coverage/lcov-report/test-utils/three/index.html +1 -1
- package/coverage/lcov-report/test-utils/three/results.js.html +1 -1
- package/coverage/lcov-report/test-utils/twelve/entities.ts.html +78 -0
- package/coverage/lcov-report/test-utils/twelve/index.html +2 -2
- package/coverage/lcov-report/test-utils/twelve/models/index.html +1 -1
- package/coverage/lcov-report/test-utils/twelve/models/member.ts.html +1 -1
- package/coverage/lcov-report/test-utils/twelve/models/prompt.ts.html +1 -1
- package/coverage/lcov-report/test-utils/twelve/orm.ts.html +1 -1
- package/coverage/lcov-report/test-utils/two/index.html +1 -1
- package/coverage/lcov-report/test-utils/two/results.js.html +1 -1
- package/coverage/lcov.info +726 -1143
- package/dist/example/factories/orm.d.ts +1 -47
- package/dist/example/models/employer.d.ts +1 -1
- package/dist/example/models/job.d.ts +1 -1
- package/dist/example/models/person.d.ts +1 -1
- package/dist/src/core.d.ts +66 -0
- package/dist/src/{factory.js → core.js} +51 -245
- package/dist/src/{factory.spec.d.ts → core.spec.d.ts} +0 -0
- package/dist/src/{factory.spec.js → core.spec.js} +56 -43
- package/dist/src/driver-integrations/index.d.ts +13 -0
- package/dist/src/driver-integrations/index.js +2 -0
- package/dist/src/driver-integrations/pgp.d.ts +2 -0
- package/dist/src/driver-integrations/pgp.js +57 -0
- package/dist/src/index.d.ts +2 -1
- package/dist/src/index.js +5 -3
- package/dist/src/orm.d.ts +20 -0
- package/dist/src/orm.js +190 -0
- package/dist/test-utils/blog/entities.d.ts +1 -0
- package/dist/test-utils/blog/{orm.js → entities.js} +7 -6
- package/dist/test-utils/blog/{orm.ts → entities.ts} +6 -6
- package/dist/test-utils/blog/models/article.d.ts +1 -1
- package/dist/test-utils/blog/models/article_tag.d.ts +1 -1
- package/dist/test-utils/blog/models/person.d.ts +1 -1
- package/dist/test-utils/blog/models/tag.d.ts +1 -1
- package/dist/test-utils/five/entities.d.ts +6 -0
- package/dist/test-utils/five/{orm.js → entities.js} +8 -12
- package/dist/test-utils/five/{orm.ts → entities.ts} +7 -12
- package/dist/test-utils/five/models/line-item.d.ts +1 -1
- package/dist/test-utils/five/models/order.d.ts +1 -1
- package/dist/test-utils/five/models/parcel-event.d.ts +1 -1
- package/dist/test-utils/five/models/parcel-line-item.d.ts +1 -1
- package/dist/test-utils/five/models/parcel.d.ts +1 -1
- package/dist/test-utils/nine/entities.d.ts +6 -0
- package/dist/test-utils/nine/entities.js +5 -0
- package/dist/test-utils/nine/entities.ts +2 -0
- package/dist/test-utils/nine/models/feature-switch.d.ts +1 -1
- package/dist/test-utils/order/entities.d.ts +26 -0
- package/dist/test-utils/order/{orm.js → entities.js} +8 -12
- package/{test-utils/order/orm.ts → dist/test-utils/order/entities.ts} +7 -12
- package/dist/test-utils/order/models/line-item.d.ts +1 -1
- package/dist/test-utils/order/models/order.d.ts +1 -1
- package/dist/test-utils/order/models/product-variant.d.ts +1 -1
- package/dist/test-utils/order/models/product.d.ts +1 -1
- package/dist/test-utils/order/models/utm-source.d.ts +1 -1
- package/dist/test-utils/order-more/entities.d.ts +6 -0
- package/dist/test-utils/order-more/{orm.js → entities.js} +23 -27
- package/dist/test-utils/order-more/{orm.ts → entities.ts} +22 -27
- package/dist/test-utils/order-more/models/actual-product-variant.d.ts +1 -1
- package/dist/test-utils/order-more/models/color.d.ts +1 -1
- package/dist/test-utils/order-more/models/customer.d.ts +1 -1
- package/dist/test-utils/order-more/models/gender.d.ts +1 -1
- package/dist/test-utils/order-more/models/inventory-level.d.ts +1 -1
- package/dist/test-utils/order-more/models/line-item.d.ts +1 -1
- package/dist/test-utils/order-more/models/order.d.ts +1 -1
- package/dist/test-utils/order-more/models/parcel-event.d.ts +1 -1
- package/dist/test-utils/order-more/models/parcel-line-item.d.ts +1 -1
- package/dist/test-utils/order-more/models/parcel.d.ts +1 -1
- package/dist/test-utils/order-more/models/physical-address.d.ts +1 -1
- package/dist/test-utils/order-more/models/product-variant-image.d.ts +1 -1
- package/dist/test-utils/order-more/models/product-variant.d.ts +1 -1
- package/dist/test-utils/order-more/models/product.d.ts +1 -1
- package/dist/test-utils/order-more/models/refund.d.ts +1 -1
- package/dist/test-utils/order-more/models/shipment-actual-product-variant.d.ts +1 -1
- package/dist/test-utils/order-more/models/shipment.d.ts +1 -1
- package/dist/test-utils/order-more/models/size.d.ts +1 -1
- package/dist/test-utils/order-more/models/utm-medium.d.ts +1 -1
- package/dist/test-utils/order-more/models/utm-source.d.ts +1 -1
- package/dist/test-utils/six/entities.d.ts +6 -0
- package/dist/test-utils/six/{orm.js → entities.js} +8 -12
- package/{test-utils/six/orm.ts → dist/test-utils/six/entities.ts} +7 -12
- package/dist/test-utils/six/models/customer.d.ts +1 -1
- package/dist/test-utils/six/models/line-item.d.ts +1 -1
- package/dist/test-utils/six/models/order.d.ts +1 -1
- package/dist/test-utils/six/models/parcel-line-item.d.ts +1 -1
- package/dist/test-utils/six/models/parcel.d.ts +1 -1
- package/dist/test-utils/thirteen/entities.d.ts +6 -0
- package/dist/test-utils/thirteen/{orm.js → entities.js} +11 -15
- package/dist/test-utils/thirteen/{orm.ts → entities.ts} +10 -15
- package/dist/test-utils/thirteen/models/audience.d.ts +1 -1
- package/dist/test-utils/thirteen/models/brand.d.ts +1 -1
- package/dist/test-utils/thirteen/models/category.d.ts +1 -1
- package/dist/test-utils/thirteen/models/member.d.ts +1 -1
- package/dist/test-utils/thirteen/models/passion.d.ts +1 -1
- package/dist/test-utils/thirteen/models/product.d.ts +1 -1
- package/dist/test-utils/thirteen/models/recommendation-audience.d.ts +1 -1
- package/dist/test-utils/thirteen/models/recommendation.d.ts +1 -1
- package/dist/test-utils/twelve/entities.d.ts +6 -0
- package/dist/test-utils/twelve/entities.js +6 -0
- package/dist/test-utils/twelve/entities.ts +3 -0
- package/dist/test-utils/twelve/models/member.d.ts +1 -1
- package/dist/test-utils/twelve/models/prompt.d.ts +1 -1
- package/package.json +4 -3
- package/src/{factory.spec.ts → core.spec.ts} +55 -41
- package/src/{factory.ts → core.ts} +102 -338
- package/src/driver-integrations/index.ts +56 -0
- package/src/driver-integrations/pgp.ts +92 -0
- package/src/index.ts +5 -3
- package/src/orm.ts +291 -0
- package/test-utils/blog/{orm.ts → entities.ts} +6 -6
- package/test-utils/five/{orm.ts → entities.ts} +7 -12
- package/test-utils/nine/entities.ts +2 -0
- package/{dist/test-utils/order/orm.ts → test-utils/order/entities.ts} +7 -12
- package/test-utils/order-more/{orm.ts → entities.ts} +22 -27
- package/{dist/test-utils/six/orm.ts → test-utils/six/entities.ts} +7 -12
- package/test-utils/thirteen/{orm.ts → entities.ts} +10 -15
- package/test-utils/twelve/entities.ts +3 -0
- package/dist/src/factory.d.ts +0 -100
- package/dist/test-utils/blog/orm.d.ts +0 -2
- package/dist/test-utils/five/orm.d.ts +0 -48
- package/dist/test-utils/nine/orm.d.ts +0 -48
- package/dist/test-utils/nine/orm.js +0 -9
- package/dist/test-utils/nine/orm.ts +0 -7
- package/dist/test-utils/order/orm.d.ts +0 -48
- package/dist/test-utils/order-more/orm.d.ts +0 -48
- package/dist/test-utils/six/orm.d.ts +0 -48
- package/dist/test-utils/thirteen/orm.d.ts +0 -48
- package/dist/test-utils/twelve/orm.d.ts +0 -48
- package/dist/test-utils/twelve/orm.js +0 -10
- package/dist/test-utils/twelve/orm.ts +0 -8
- package/test-utils/nine/orm.ts +0 -7
- package/test-utils/twelve/orm.ts +0 -8
|
@@ -1,19 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
3
|
+
exports.entities = void 0;
|
|
4
4
|
const order_1 = require("./models/order");
|
|
5
5
|
const line_item_1 = require("./models/line-item");
|
|
6
6
|
const parcel_line_item_1 = require("./models/parcel-line-item");
|
|
7
7
|
const parcel_1 = require("./models/parcel");
|
|
8
8
|
const parcel_event_1 = require("./models/parcel-event");
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
],
|
|
17
|
-
db: void 0
|
|
18
|
-
});
|
|
19
|
-
exports.default = orm;
|
|
9
|
+
exports.entities = [
|
|
10
|
+
order_1.orderEntity,
|
|
11
|
+
line_item_1.lineItemEntity,
|
|
12
|
+
parcel_line_item_1.parcelLineItemEntity,
|
|
13
|
+
parcel_1.parcelEntity,
|
|
14
|
+
parcel_event_1.parcelEventEntity
|
|
15
|
+
];
|
|
@@ -1,17 +1,12 @@
|
|
|
1
|
-
import { create } from '../../src/index';
|
|
2
1
|
import { orderEntity } from './models/order';
|
|
3
2
|
import { lineItemEntity } from './models/line-item';
|
|
4
3
|
import { parcelLineItemEntity } from './models/parcel-line-item';
|
|
5
4
|
import { parcelEntity } from './models/parcel';
|
|
6
5
|
import { parcelEventEntity } from './models/parcel-event';
|
|
7
|
-
const
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
],
|
|
15
|
-
db: void 0
|
|
16
|
-
});
|
|
17
|
-
export default orm;
|
|
6
|
+
export const entities = [
|
|
7
|
+
orderEntity,
|
|
8
|
+
lineItemEntity,
|
|
9
|
+
parcelLineItemEntity,
|
|
10
|
+
parcelEntity,
|
|
11
|
+
parcelEventEntity
|
|
12
|
+
];
|
|
@@ -14,7 +14,7 @@ export declare class LineItems implements ICollection<LineItem> {
|
|
|
14
14
|
}
|
|
15
15
|
export declare const lineItemEntity: {
|
|
16
16
|
tableName: string;
|
|
17
|
-
columns: import("../../../src/
|
|
17
|
+
columns: import("../../../src/core").IColumn[];
|
|
18
18
|
Model: typeof LineItem;
|
|
19
19
|
Collection: typeof LineItems;
|
|
20
20
|
};
|
|
@@ -12,7 +12,7 @@ export declare class Orders implements ICollection<Order> {
|
|
|
12
12
|
}
|
|
13
13
|
export declare const orderEntity: {
|
|
14
14
|
tableName: string;
|
|
15
|
-
columns: import("../../../src/
|
|
15
|
+
columns: import("../../../src/core").IColumn[];
|
|
16
16
|
Model: typeof Order;
|
|
17
17
|
Collection: typeof Orders;
|
|
18
18
|
};
|
|
@@ -16,7 +16,7 @@ export declare class ParcelEvents implements ICollection<ParcelEvent> {
|
|
|
16
16
|
}
|
|
17
17
|
export declare const parcelEventEntity: {
|
|
18
18
|
tableName: string;
|
|
19
|
-
columns: import("../../../src/
|
|
19
|
+
columns: import("../../../src/core").IColumn[];
|
|
20
20
|
Model: typeof ParcelEvent;
|
|
21
21
|
Collection: typeof ParcelEvents;
|
|
22
22
|
};
|
|
@@ -17,7 +17,7 @@ export declare class ParcelLineItems implements ICollection<ParcelLineItem> {
|
|
|
17
17
|
}
|
|
18
18
|
export declare const parcelLineItemEntity: {
|
|
19
19
|
tableName: string;
|
|
20
|
-
columns: import("../../../src/
|
|
20
|
+
columns: import("../../../src/core").IColumn[];
|
|
21
21
|
Model: typeof ParcelLineItem;
|
|
22
22
|
Collection: typeof ParcelLineItems;
|
|
23
23
|
};
|
|
@@ -11,7 +11,7 @@ export declare class Parcels implements ICollection<Parcel> {
|
|
|
11
11
|
}
|
|
12
12
|
export declare const parcelEntity: {
|
|
13
13
|
tableName: string;
|
|
14
|
-
columns: import("../../../src/
|
|
14
|
+
columns: import("../../../src/core").IColumn[];
|
|
15
15
|
Model: typeof Parcel;
|
|
16
16
|
Collection: typeof Parcels;
|
|
17
17
|
};
|
|
@@ -18,7 +18,7 @@ export declare class FeatureSwitches implements ICollection<FeatureSwitch> {
|
|
|
18
18
|
}
|
|
19
19
|
export declare const featureSwitchEntity: {
|
|
20
20
|
tableName: string;
|
|
21
|
-
columns: import("../../../src/
|
|
21
|
+
columns: import("../../../src/core").IColumn[];
|
|
22
22
|
Model: typeof FeatureSwitch;
|
|
23
23
|
Collection: typeof FeatureSwitches;
|
|
24
24
|
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export declare const entities: ({
|
|
2
|
+
tableName: string;
|
|
3
|
+
columns: import("../../src/core").IColumn[];
|
|
4
|
+
Model: typeof import("./models/utm-source").UtmSource;
|
|
5
|
+
Collection: typeof import("./models/utm-source").UtmSources;
|
|
6
|
+
} | {
|
|
7
|
+
tableName: string;
|
|
8
|
+
columns: import("../../src/core").IColumn[];
|
|
9
|
+
Model: typeof import("./models/order").Order;
|
|
10
|
+
Collection: typeof import("./models/order").Orders;
|
|
11
|
+
} | {
|
|
12
|
+
tableName: string;
|
|
13
|
+
columns: import("../../src/core").IColumn[];
|
|
14
|
+
Model: typeof import("./models/product").Product;
|
|
15
|
+
Collection: typeof import("./models/product").Products;
|
|
16
|
+
} | {
|
|
17
|
+
tableName: string;
|
|
18
|
+
columns: import("../../src/core").IColumn[];
|
|
19
|
+
Model: typeof import("./models/product-variant").ProductVariant;
|
|
20
|
+
Collection: typeof import("./models/product-variant").ProductVariants;
|
|
21
|
+
} | {
|
|
22
|
+
tableName: string;
|
|
23
|
+
columns: import("../../src/core").IColumn[];
|
|
24
|
+
Model: typeof import("./models/line-item").LineItem;
|
|
25
|
+
Collection: typeof import("./models/line-item").LineItems;
|
|
26
|
+
})[];
|
|
@@ -1,19 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
3
|
+
exports.entities = void 0;
|
|
4
4
|
const utm_source_1 = require("./models/utm-source");
|
|
5
5
|
const order_1 = require("./models/order");
|
|
6
6
|
const line_item_1 = require("./models/line-item");
|
|
7
7
|
const product_variant_1 = require("./models/product-variant");
|
|
8
8
|
const product_1 = require("./models/product");
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
],
|
|
17
|
-
db: void 0
|
|
18
|
-
});
|
|
19
|
-
exports.default = orm;
|
|
9
|
+
exports.entities = [
|
|
10
|
+
utm_source_1.utmSourceEntity,
|
|
11
|
+
order_1.orderEntity,
|
|
12
|
+
line_item_1.lineItemEntity,
|
|
13
|
+
product_variant_1.productVariantEntity,
|
|
14
|
+
product_1.productEntity
|
|
15
|
+
];
|
|
@@ -1,18 +1,13 @@
|
|
|
1
|
-
import { create } from '../../src/index';
|
|
2
1
|
import { utmSourceEntity } from './models/utm-source';
|
|
3
2
|
import { orderEntity } from './models/order';
|
|
4
3
|
import { lineItemEntity } from './models/line-item';
|
|
5
4
|
import { productVariantEntity } from './models/product-variant';
|
|
6
5
|
import { productEntity } from './models/product';
|
|
7
6
|
|
|
8
|
-
const
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
],
|
|
16
|
-
db: void 0
|
|
17
|
-
});
|
|
18
|
-
export default orm;
|
|
7
|
+
export const entities = [
|
|
8
|
+
utmSourceEntity,
|
|
9
|
+
orderEntity,
|
|
10
|
+
lineItemEntity,
|
|
11
|
+
productVariantEntity,
|
|
12
|
+
productEntity
|
|
13
|
+
];
|
|
@@ -25,7 +25,7 @@ export declare class LineItems implements ICollection<LineItem> {
|
|
|
25
25
|
}
|
|
26
26
|
export declare const lineItemEntity: {
|
|
27
27
|
tableName: string;
|
|
28
|
-
columns: import("../../../src/
|
|
28
|
+
columns: import("../../../src/core").IColumn[];
|
|
29
29
|
Model: typeof LineItem;
|
|
30
30
|
Collection: typeof LineItems;
|
|
31
31
|
};
|
|
@@ -36,7 +36,7 @@ export declare class Orders implements ICollection<Order> {
|
|
|
36
36
|
}
|
|
37
37
|
export declare const orderEntity: {
|
|
38
38
|
tableName: string;
|
|
39
|
-
columns: import("../../../src/
|
|
39
|
+
columns: import("../../../src/core").IColumn[];
|
|
40
40
|
Model: typeof Order;
|
|
41
41
|
Collection: typeof Orders;
|
|
42
42
|
};
|
|
@@ -25,7 +25,7 @@ export declare class ProductVariants implements ICollection<ProductVariant> {
|
|
|
25
25
|
}
|
|
26
26
|
export declare const productVariantEntity: {
|
|
27
27
|
tableName: string;
|
|
28
|
-
columns: import("../../../src/
|
|
28
|
+
columns: import("../../../src/core").IColumn[];
|
|
29
29
|
Model: typeof ProductVariant;
|
|
30
30
|
Collection: typeof ProductVariants;
|
|
31
31
|
};
|
|
@@ -19,7 +19,7 @@ export declare class Products implements ICollection<Product> {
|
|
|
19
19
|
}
|
|
20
20
|
export declare const productEntity: {
|
|
21
21
|
tableName: string;
|
|
22
|
-
columns: import("../../../src/
|
|
22
|
+
columns: import("../../../src/core").IColumn[];
|
|
23
23
|
Model: typeof Product;
|
|
24
24
|
Collection: typeof Products;
|
|
25
25
|
};
|
|
@@ -14,7 +14,7 @@ export declare class UtmSources implements ICollection<UtmSource> {
|
|
|
14
14
|
}
|
|
15
15
|
export declare const utmSourceEntity: {
|
|
16
16
|
tableName: string;
|
|
17
|
-
columns: import("../../../src/
|
|
17
|
+
columns: import("../../../src/core").IColumn[];
|
|
18
18
|
Model: typeof UtmSource;
|
|
19
19
|
Collection: typeof UtmSources;
|
|
20
20
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
3
|
+
exports.entities = void 0;
|
|
4
4
|
const inventory_level_1 = require("./models/inventory-level");
|
|
5
5
|
const actual_product_variant_1 = require("./models/actual-product-variant");
|
|
6
6
|
const product_variant_1 = require("./models/product-variant");
|
|
@@ -21,29 +21,25 @@ const utm_medium_1 = require("./models/utm-medium");
|
|
|
21
21
|
const parcel_line_item_1 = require("./models/parcel-line-item");
|
|
22
22
|
const parcel_1 = require("./models/parcel");
|
|
23
23
|
const parcel_event_1 = require("./models/parcel-event");
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
],
|
|
47
|
-
db: void 0
|
|
48
|
-
});
|
|
49
|
-
exports.default = orm;
|
|
24
|
+
exports.entities = [
|
|
25
|
+
inventory_level_1.inventoryLevelEntity,
|
|
26
|
+
actual_product_variant_1.actualProductVariantEntity,
|
|
27
|
+
product_variant_1.productVariantEntity,
|
|
28
|
+
product_variant_image_1.productVariantImageEntity,
|
|
29
|
+
product_1.productEntity,
|
|
30
|
+
size_1.sizeEntity,
|
|
31
|
+
color_1.colorEntity,
|
|
32
|
+
gender_1.genderEntity,
|
|
33
|
+
shipment_1.shipmentEntity,
|
|
34
|
+
shipment_actual_product_variant_1.shipmentActualProductVariantEntity,
|
|
35
|
+
refund_1.refundEntity,
|
|
36
|
+
order_1.orderEntity,
|
|
37
|
+
line_item_1.lineItemEntity,
|
|
38
|
+
customer_1.customerEntity,
|
|
39
|
+
physical_address_1.physicalAddressEntity,
|
|
40
|
+
utm_source_1.utmSourceEntity,
|
|
41
|
+
utm_medium_1.utmMediumEntity,
|
|
42
|
+
parcel_line_item_1.parcelLineItemEntity,
|
|
43
|
+
parcel_1.parcelEntity,
|
|
44
|
+
parcel_event_1.parcelEventEntity
|
|
45
|
+
];
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { create } from '../../src/index';
|
|
2
1
|
import { inventoryLevelEntity } from './models/inventory-level';
|
|
3
2
|
import { actualProductVariantEntity } from './models/actual-product-variant';
|
|
4
3
|
import { productVariantEntity } from './models/product-variant';
|
|
@@ -20,29 +19,25 @@ import { parcelLineItemEntity } from './models/parcel-line-item';
|
|
|
20
19
|
import { parcelEntity } from './models/parcel';
|
|
21
20
|
import { parcelEventEntity } from './models/parcel-event';
|
|
22
21
|
|
|
23
|
-
const
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
],
|
|
46
|
-
db: void 0
|
|
47
|
-
});
|
|
48
|
-
export default orm;
|
|
22
|
+
export const entities = [
|
|
23
|
+
inventoryLevelEntity,
|
|
24
|
+
actualProductVariantEntity,
|
|
25
|
+
productVariantEntity,
|
|
26
|
+
productVariantImageEntity,
|
|
27
|
+
productEntity,
|
|
28
|
+
sizeEntity,
|
|
29
|
+
colorEntity,
|
|
30
|
+
genderEntity,
|
|
31
|
+
shipmentEntity,
|
|
32
|
+
shipmentActualProductVariantEntity,
|
|
33
|
+
refundEntity,
|
|
34
|
+
orderEntity,
|
|
35
|
+
lineItemEntity,
|
|
36
|
+
customerEntity,
|
|
37
|
+
physicalAddressEntity,
|
|
38
|
+
utmSourceEntity,
|
|
39
|
+
utmMediumEntity,
|
|
40
|
+
parcelLineItemEntity,
|
|
41
|
+
parcelEntity,
|
|
42
|
+
parcelEventEntity
|
|
43
|
+
];
|
|
@@ -12,7 +12,7 @@ export declare class ActualProductVariants implements ICollection<ActualProductV
|
|
|
12
12
|
}
|
|
13
13
|
export declare const actualProductVariantEntity: {
|
|
14
14
|
tableName: string;
|
|
15
|
-
columns: import("../../../src/
|
|
15
|
+
columns: import("../../../src/core").IColumn[];
|
|
16
16
|
Model: typeof ActualProductVariant;
|
|
17
17
|
Collection: typeof ActualProductVariants;
|
|
18
18
|
};
|
|
@@ -15,7 +15,7 @@ export declare class Colors implements ICollection<Color> {
|
|
|
15
15
|
}
|
|
16
16
|
export declare const colorEntity: {
|
|
17
17
|
tableName: string;
|
|
18
|
-
columns: import("../../../src/
|
|
18
|
+
columns: import("../../../src/core").IColumn[];
|
|
19
19
|
Model: typeof Color;
|
|
20
20
|
Collection: typeof Colors;
|
|
21
21
|
};
|
|
@@ -12,7 +12,7 @@ export declare class Customers implements ICollection<Customer> {
|
|
|
12
12
|
}
|
|
13
13
|
export declare const customerEntity: {
|
|
14
14
|
tableName: string;
|
|
15
|
-
columns: import("../../../src/
|
|
15
|
+
columns: import("../../../src/core").IColumn[];
|
|
16
16
|
Model: typeof Customer;
|
|
17
17
|
Collection: typeof Customers;
|
|
18
18
|
};
|
|
@@ -13,7 +13,7 @@ export declare class Genders implements ICollection<Gender> {
|
|
|
13
13
|
}
|
|
14
14
|
export declare const genderEntity: {
|
|
15
15
|
tableName: string;
|
|
16
|
-
columns: import("../../../src/
|
|
16
|
+
columns: import("../../../src/core").IColumn[];
|
|
17
17
|
Model: typeof Gender;
|
|
18
18
|
Collection: typeof Genders;
|
|
19
19
|
};
|
|
@@ -21,7 +21,7 @@ export declare class InventoryLevels implements ICollection<InventoryLevel> {
|
|
|
21
21
|
}
|
|
22
22
|
export declare const inventoryLevelEntity: {
|
|
23
23
|
tableName: string;
|
|
24
|
-
columns: import("../../../src/
|
|
24
|
+
columns: import("../../../src/core").IColumn[];
|
|
25
25
|
Model: typeof InventoryLevel;
|
|
26
26
|
Collection: typeof InventoryLevels;
|
|
27
27
|
};
|
|
@@ -25,7 +25,7 @@ export declare class LineItems implements ICollection<LineItem> {
|
|
|
25
25
|
}
|
|
26
26
|
export declare const lineItemEntity: {
|
|
27
27
|
tableName: string;
|
|
28
|
-
columns: import("../../../src/
|
|
28
|
+
columns: import("../../../src/core").IColumn[];
|
|
29
29
|
Model: typeof LineItem;
|
|
30
30
|
Collection: typeof LineItems;
|
|
31
31
|
};
|
|
@@ -44,7 +44,7 @@ export declare class Orders implements ICollection<Order> {
|
|
|
44
44
|
}
|
|
45
45
|
export declare const orderEntity: {
|
|
46
46
|
tableName: string;
|
|
47
|
-
columns: import("../../../src/
|
|
47
|
+
columns: import("../../../src/core").IColumn[];
|
|
48
48
|
Model: typeof Order;
|
|
49
49
|
Collection: typeof Orders;
|
|
50
50
|
};
|
|
@@ -16,7 +16,7 @@ export declare class ParcelEvents implements ICollection<ParcelEvent> {
|
|
|
16
16
|
}
|
|
17
17
|
export declare const parcelEventEntity: {
|
|
18
18
|
tableName: string;
|
|
19
|
-
columns: import("../../../src/
|
|
19
|
+
columns: import("../../../src/core").IColumn[];
|
|
20
20
|
Model: typeof ParcelEvent;
|
|
21
21
|
Collection: typeof ParcelEvents;
|
|
22
22
|
};
|
|
@@ -17,7 +17,7 @@ export declare class ParcelLineItems implements ICollection<ParcelLineItem> {
|
|
|
17
17
|
}
|
|
18
18
|
export declare const parcelLineItemEntity: {
|
|
19
19
|
tableName: string;
|
|
20
|
-
columns: import("../../../src/
|
|
20
|
+
columns: import("../../../src/core").IColumn[];
|
|
21
21
|
Model: typeof ParcelLineItem;
|
|
22
22
|
Collection: typeof ParcelLineItems;
|
|
23
23
|
};
|
|
@@ -11,7 +11,7 @@ export declare class Parcels implements ICollection<Parcel> {
|
|
|
11
11
|
}
|
|
12
12
|
export declare const parcelEntity: {
|
|
13
13
|
tableName: string;
|
|
14
|
-
columns: import("../../../src/
|
|
14
|
+
columns: import("../../../src/core").IColumn[];
|
|
15
15
|
Model: typeof Parcel;
|
|
16
16
|
Collection: typeof Parcels;
|
|
17
17
|
};
|
|
@@ -21,7 +21,7 @@ export declare class PhysicalAddresses implements ICollection<PhysicalAddress> {
|
|
|
21
21
|
}
|
|
22
22
|
export declare const physicalAddressEntity: {
|
|
23
23
|
tableName: string;
|
|
24
|
-
columns: import("../../../src/
|
|
24
|
+
columns: import("../../../src/core").IColumn[];
|
|
25
25
|
Model: typeof PhysicalAddress;
|
|
26
26
|
Collection: typeof PhysicalAddresses;
|
|
27
27
|
};
|
|
@@ -17,7 +17,7 @@ export declare class ProductVariantImages implements ICollection<ProductVariantI
|
|
|
17
17
|
}
|
|
18
18
|
export declare const productVariantImageEntity: {
|
|
19
19
|
tableName: string;
|
|
20
|
-
columns: import("../../../src/
|
|
20
|
+
columns: import("../../../src/core").IColumn[];
|
|
21
21
|
Model: typeof ProductVariantImage;
|
|
22
22
|
Collection: typeof ProductVariantImages;
|
|
23
23
|
};
|
|
@@ -35,7 +35,7 @@ export declare class ProductVariants implements ICollection<ProductVariant> {
|
|
|
35
35
|
}
|
|
36
36
|
export declare const productVariantEntity: {
|
|
37
37
|
tableName: string;
|
|
38
|
-
columns: import("../../../src/
|
|
38
|
+
columns: import("../../../src/core").IColumn[];
|
|
39
39
|
Model: typeof ProductVariant;
|
|
40
40
|
Collection: typeof ProductVariants;
|
|
41
41
|
};
|
|
@@ -20,7 +20,7 @@ export declare class Products implements ICollection<Product> {
|
|
|
20
20
|
}
|
|
21
21
|
export declare const productEntity: {
|
|
22
22
|
tableName: string;
|
|
23
|
-
columns: import("../../../src/
|
|
23
|
+
columns: import("../../../src/core").IColumn[];
|
|
24
24
|
Model: typeof Product;
|
|
25
25
|
Collection: typeof Products;
|
|
26
26
|
};
|
|
@@ -21,7 +21,7 @@ export declare class Refunds implements ICollection<Refund> {
|
|
|
21
21
|
}
|
|
22
22
|
export declare const refundEntity: {
|
|
23
23
|
tableName: string;
|
|
24
|
-
columns: import("../../../src/
|
|
24
|
+
columns: import("../../../src/core").IColumn[];
|
|
25
25
|
Model: typeof Refund;
|
|
26
26
|
Collection: typeof Refunds;
|
|
27
27
|
};
|
|
@@ -19,7 +19,7 @@ export declare class ShipmentActualProductVariants implements ICollection<Shipme
|
|
|
19
19
|
}
|
|
20
20
|
export declare const shipmentActualProductVariantEntity: {
|
|
21
21
|
tableName: string;
|
|
22
|
-
columns: import("../../../src/
|
|
22
|
+
columns: import("../../../src/core").IColumn[];
|
|
23
23
|
Model: typeof ShipmentActualProductVariant;
|
|
24
24
|
Collection: typeof ShipmentActualProductVariants;
|
|
25
25
|
};
|
|
@@ -13,7 +13,7 @@ export declare class Shipments implements ICollection<Shipment> {
|
|
|
13
13
|
}
|
|
14
14
|
export declare const shipmentEntity: {
|
|
15
15
|
tableName: string;
|
|
16
|
-
columns: import("../../../src/
|
|
16
|
+
columns: import("../../../src/core").IColumn[];
|
|
17
17
|
Model: typeof Shipment;
|
|
18
18
|
Collection: typeof Shipments;
|
|
19
19
|
};
|
|
@@ -13,7 +13,7 @@ export declare class Sizes implements ICollection<Size> {
|
|
|
13
13
|
}
|
|
14
14
|
export declare const sizeEntity: {
|
|
15
15
|
tableName: string;
|
|
16
|
-
columns: import("../../../src/
|
|
16
|
+
columns: import("../../../src/core").IColumn[];
|
|
17
17
|
Model: typeof Size;
|
|
18
18
|
Collection: typeof Sizes;
|
|
19
19
|
};
|
|
@@ -13,7 +13,7 @@ export declare class UtmMediums implements ICollection<UtmMedium> {
|
|
|
13
13
|
}
|
|
14
14
|
export declare const utmMediumEntity: {
|
|
15
15
|
tableName: string;
|
|
16
|
-
columns: import("../../../src/
|
|
16
|
+
columns: import("../../../src/core").IColumn[];
|
|
17
17
|
Model: typeof UtmMedium;
|
|
18
18
|
Collection: typeof UtmMediums;
|
|
19
19
|
};
|
|
@@ -14,7 +14,7 @@ export declare class UtmSources implements ICollection<UtmSource> {
|
|
|
14
14
|
}
|
|
15
15
|
export declare const utmSourceEntity: {
|
|
16
16
|
tableName: string;
|
|
17
|
-
columns: import("../../../src/
|
|
17
|
+
columns: import("../../../src/core").IColumn[];
|
|
18
18
|
Model: typeof UtmSource;
|
|
19
19
|
Collection: typeof UtmSources;
|
|
20
20
|
};
|