@reachu/database 1.0.23 → 1.0.25
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/dist/entity/index.d.ts +10 -10
- package/dist/entity/index.js +19 -19
- package/dist/entity/index.js.map +1 -1
- package/dist/entity/modules/templates/AuthInfo.d.ts +2 -2
- package/dist/entity/modules/templates/AuthInfo.js +3 -3
- package/dist/entity/modules/templates/AuthInfo.js.map +1 -1
- package/dist/entity/modules/templates/AuthMethod.d.ts +2 -2
- package/dist/entity/modules/templates/AuthMethod.js +3 -3
- package/dist/entity/modules/templates/AuthMethod.js.map +1 -1
- package/dist/entity/modules/templates/EndpointTemplateEcommerce.d.ts +10 -0
- package/dist/entity/modules/templates/{EndpointTemplateChannel.js → EndpointTemplateEcommerce.js} +14 -14
- package/dist/entity/modules/templates/EndpointTemplateEcommerce.js.map +1 -0
- package/dist/entity/modules/templates/TemplateEcommerce.d.ts +30 -0
- package/dist/entity/modules/templates/TemplateEcommerce.js +138 -0
- package/dist/entity/modules/templates/TemplateEcommerce.js.map +1 -0
- package/dist/entity/modules/templates/UserTemplateEcommerce.d.ts +13 -0
- package/dist/entity/modules/templates/{UserTemplateChannel.js → UserTemplateEcommerce.js} +16 -16
- package/dist/entity/modules/templates/UserTemplateEcommerce.js.map +1 -0
- package/dist/entity/modules/templates/schemeOrder/ReachuSchemeConfigOrder.d.ts +2 -2
- package/dist/entity/modules/templates/schemeOrder/ReachuSchemeConfigOrder.js +3 -3
- package/dist/entity/modules/templates/schemeOrder/ReachuSchemeConfigOrder.js.map +1 -1
- package/dist/entity/modules/templates/{schemeVariant/TemplateChannelSchemeConfigVariant.d.ts → schemeOrder/TemplateEcommerceSchemeConfigOrder.d.ts} +3 -3
- package/dist/entity/modules/templates/{schemeVariant/TemplateChannelSchemeConfigVariant.js → schemeOrder/TemplateEcommerceSchemeConfigOrder.js} +14 -14
- package/dist/entity/modules/templates/schemeOrder/TemplateEcommerceSchemeConfigOrder.js.map +1 -0
- package/dist/entity/modules/templates/{schemeVariant/TemplateChannelSchemeConfigVariantMapped.d.ts → schemeOrder/TemplateEcommerceSchemeConfigOrderMapped.d.ts} +3 -3
- package/dist/entity/modules/templates/{schemeVariant/TemplateChannelSchemeConfigVariantMapped.js → schemeOrder/TemplateEcommerceSchemeConfigOrderMapped.js} +14 -14
- package/dist/entity/modules/templates/schemeOrder/TemplateEcommerceSchemeConfigOrderMapped.js.map +1 -0
- package/dist/entity/modules/templates/schemeProduct/ReachuSchemeConfigProduct.d.ts +2 -2
- package/dist/entity/modules/templates/schemeProduct/ReachuSchemeConfigProduct.js +3 -3
- package/dist/entity/modules/templates/schemeProduct/ReachuSchemeConfigProduct.js.map +1 -1
- package/dist/entity/modules/templates/schemeProduct/TemplateEcommerceSchemeConfigProduct.d.ts +11 -0
- package/dist/entity/modules/templates/schemeProduct/{TemplateChannelSchemeConfigProduct.js → TemplateEcommerceSchemeConfigProduct.js} +13 -13
- package/dist/entity/modules/templates/schemeProduct/TemplateEcommerceSchemeConfigProduct.js.map +1 -0
- package/dist/entity/modules/templates/schemeProduct/TemplateEcommerceSchemeConfigProductMapped.d.ts +11 -0
- package/dist/entity/modules/templates/schemeProduct/{TemplateChannelSchemeConfigProductMapped.js → TemplateEcommerceSchemeConfigProductMapped.js} +13 -13
- package/dist/entity/modules/templates/schemeProduct/TemplateEcommerceSchemeConfigProductMapped.js.map +1 -0
- package/dist/entity/modules/templates/schemeVariant/ReachuSchemeConfigVariant.d.ts +2 -2
- package/dist/entity/modules/templates/schemeVariant/ReachuSchemeConfigVariant.js +3 -3
- package/dist/entity/modules/templates/schemeVariant/ReachuSchemeConfigVariant.js.map +1 -1
- package/dist/entity/modules/templates/{schemeOrder/TemplateChannelSchemeConfigOrder.d.ts → schemeVariant/TemplateEcommerceSchemeConfigVariant.d.ts} +3 -3
- package/dist/entity/modules/templates/{schemeOrder/TemplateChannelSchemeConfigOrder.js → schemeVariant/TemplateEcommerceSchemeConfigVariant.js} +14 -14
- package/dist/entity/modules/templates/schemeVariant/TemplateEcommerceSchemeConfigVariant.js.map +1 -0
- package/dist/entity/modules/templates/{schemeOrder/TemplateChannelSchemeConfigOrderMapped.d.ts → schemeVariant/TemplateEcommerceSchemeConfigVariantMapped.d.ts} +3 -3
- package/dist/entity/modules/templates/{schemeOrder/TemplateChannelSchemeConfigOrderMapped.js → schemeVariant/TemplateEcommerceSchemeConfigVariantMapped.js} +14 -14
- package/dist/entity/modules/templates/schemeVariant/TemplateEcommerceSchemeConfigVariantMapped.js.map +1 -0
- package/dist/migrations/1681485048240-template-ecommerce.d.ts +6 -0
- package/dist/migrations/1681485048240-template-ecommerce.js +86 -0
- package/dist/migrations/1681485048240-template-ecommerce.js.map +1 -0
- package/dist/migrations/1681485990275-template-ecommerce-two.d.ts +6 -0
- package/dist/migrations/1681485990275-template-ecommerce-two.js +31 -0
- package/dist/migrations/1681485990275-template-ecommerce-two.js.map +1 -0
- package/dist/repositories/index.d.ts +2 -2
- package/dist/repositories/index.js +10 -10
- package/dist/repositories/index.js.map +1 -1
- package/dist/repositories/templates/index.d.ts +18 -18
- package/dist/repositories/templates/index.js +64 -64
- package/dist/repositories/templates/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +172 -148
- package/package.json +3 -3
- package/src/entity/index.ts +18 -18
- package/src/entity/modules/templates/AuthInfo.ts +4 -4
- package/src/entity/modules/templates/AuthMethod.ts +4 -4
- package/src/entity/modules/templates/{EndpointTemplateChannel.ts → EndpointTemplateEcommerce.ts} +6 -5
- package/src/entity/modules/templates/TemplateEcommerce.ts +160 -0
- package/src/entity/modules/templates/{UserTemplateChannel.ts → UserTemplateEcommerce.ts} +10 -10
- package/src/entity/modules/templates/schemeOrder/ReachuSchemeConfigOrder.ts +4 -4
- package/src/entity/modules/templates/{schemeVariant/TemplateChannelSchemeConfigVariant.ts → schemeOrder/TemplateEcommerceSchemeConfigOrder.ts} +5 -6
- package/src/entity/modules/templates/{schemeVariant/TemplateChannelSchemeConfigVariantMapped.ts → schemeOrder/TemplateEcommerceSchemeConfigOrderMapped.ts} +6 -6
- package/src/entity/modules/templates/schemeProduct/ReachuSchemeConfigProduct.ts +4 -4
- package/src/entity/modules/templates/schemeProduct/{TemplateChannelSchemeConfigProduct.ts → TemplateEcommerceSchemeConfigProduct.ts} +6 -5
- package/src/entity/modules/templates/schemeProduct/{TemplateChannelSchemeConfigProductMapped.ts → TemplateEcommerceSchemeConfigProductMapped.ts} +6 -5
- package/src/entity/modules/templates/schemeVariant/ReachuSchemeConfigVariant.ts +4 -5
- package/src/entity/modules/templates/{schemeOrder/TemplateChannelSchemeConfigOrder.ts → schemeVariant/TemplateEcommerceSchemeConfigVariant.ts} +6 -6
- package/src/entity/modules/templates/{schemeOrder/TemplateChannelSchemeConfigOrderMapped.ts → schemeVariant/TemplateEcommerceSchemeConfigVariantMapped.ts} +6 -5
- package/src/migrations/1681485048240-template-ecommerce.ts +71 -0
- package/src/migrations/1681485990275-template-ecommerce-two.ts +16 -0
- package/src/repositories/index.ts +18 -18
- package/src/repositories/templates/index.ts +27 -27
- package/dist/entity/modules/templates/EndpointTemplateChannel.d.ts +0 -10
- package/dist/entity/modules/templates/EndpointTemplateChannel.js.map +0 -1
- package/dist/entity/modules/templates/TemplateChannel.d.ts +0 -28
- package/dist/entity/modules/templates/TemplateChannel.js +0 -130
- package/dist/entity/modules/templates/TemplateChannel.js.map +0 -1
- package/dist/entity/modules/templates/UserTemplateChannel.d.ts +0 -13
- package/dist/entity/modules/templates/UserTemplateChannel.js.map +0 -1
- package/dist/entity/modules/templates/schemeOrder/TemplateChannelSchemeConfigOrder.js.map +0 -1
- package/dist/entity/modules/templates/schemeOrder/TemplateChannelSchemeConfigOrderMapped.js.map +0 -1
- package/dist/entity/modules/templates/schemeProduct/TemplateChannelSchemeConfigProduct.d.ts +0 -11
- package/dist/entity/modules/templates/schemeProduct/TemplateChannelSchemeConfigProduct.js.map +0 -1
- package/dist/entity/modules/templates/schemeProduct/TemplateChannelSchemeConfigProductMapped.d.ts +0 -11
- package/dist/entity/modules/templates/schemeProduct/TemplateChannelSchemeConfigProductMapped.js.map +0 -1
- package/dist/entity/modules/templates/schemeVariant/TemplateChannelSchemeConfigVariant.js.map +0 -1
- package/dist/entity/modules/templates/schemeVariant/TemplateChannelSchemeConfigVariantMapped.js.map +0 -1
- package/src/entity/modules/templates/TemplateChannel.ts +0 -154
|
@@ -2621,79 +2621,79 @@
|
|
|
2621
2621
|
"signature": "edfc427eed5128dec1fecd84338bbbf23d9737b2b637ef70601411e733545186",
|
|
2622
2622
|
"affectsGlobalScope": false
|
|
2623
2623
|
},
|
|
2624
|
-
"../src/entity/modules/templates/
|
|
2625
|
-
"version": "
|
|
2626
|
-
"signature": "
|
|
2624
|
+
"../src/entity/modules/templates/endpointtemplateecommerce.ts": {
|
|
2625
|
+
"version": "3f2087a47674670eec0ea9ce95b916ff464a30e6b4e96f00216e0e8cfbc3af45",
|
|
2626
|
+
"signature": "78be799e286e35e9a4006d0974e5c73b85a5a7b73f7c7ae3302834f690dc5d92",
|
|
2627
2627
|
"affectsGlobalScope": false
|
|
2628
2628
|
},
|
|
2629
2629
|
"../src/entity/modules/templates/schemeproduct/reachuschemeconfigproduct.ts": {
|
|
2630
|
-
"version": "
|
|
2631
|
-
"signature": "
|
|
2630
|
+
"version": "b5be1707eed5d2d6664ebdc597636dbe503c22479433effc9f293dd955e59afb",
|
|
2631
|
+
"signature": "fbff0b8646eeceba98cf2657fa67d3eb63854ab1d7e6d43da288e355fd0233ea",
|
|
2632
2632
|
"affectsGlobalScope": false
|
|
2633
2633
|
},
|
|
2634
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
2635
|
-
"version": "
|
|
2636
|
-
"signature": "
|
|
2634
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproduct.ts": {
|
|
2635
|
+
"version": "75acda8ad1cf31912a2f934cac4fb152713041d9808931fbdf6c61310760168b",
|
|
2636
|
+
"signature": "d1e1bed07d8c19b2c2a4981b4c066ad3e7ea6160ff9aae094746df461e7b8d8e",
|
|
2637
2637
|
"affectsGlobalScope": false
|
|
2638
2638
|
},
|
|
2639
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
2640
|
-
"version": "
|
|
2641
|
-
"signature": "
|
|
2639
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproductmapped.ts": {
|
|
2640
|
+
"version": "d230af21d9d0a814f5827d84c1a05cd43eb77827de95510335209c41c69d472d",
|
|
2641
|
+
"signature": "c128877d78b5e66ae89d59823347aaff1a430386b6e2182043ccd4ad75640ca4",
|
|
2642
2642
|
"affectsGlobalScope": false
|
|
2643
2643
|
},
|
|
2644
2644
|
"../src/entity/modules/templates/schemevariant/reachuschemeconfigvariant.ts": {
|
|
2645
|
-
"version": "
|
|
2646
|
-
"signature": "
|
|
2645
|
+
"version": "1a6d55f998eef2b5fa52506063037abc6953b63a57ec27a3336de1fddb02c288",
|
|
2646
|
+
"signature": "23d0abc85b0ca769679f78dc4322cd953ad451ac9990b62948f37814bed4574d",
|
|
2647
2647
|
"affectsGlobalScope": false
|
|
2648
2648
|
},
|
|
2649
|
-
"../src/entity/modules/templates/schemevariant/
|
|
2650
|
-
"version": "
|
|
2651
|
-
"signature": "
|
|
2649
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariant.ts": {
|
|
2650
|
+
"version": "b1de36f6a601373362d7f6fde5022253f2ce3a7777662a839469714aea213fe2",
|
|
2651
|
+
"signature": "a6e1cf00982fb6c708d3ef6d82ea9878d48b8bfa9f5b9d8b148a145a67b77371",
|
|
2652
2652
|
"affectsGlobalScope": false
|
|
2653
2653
|
},
|
|
2654
|
-
"../src/entity/modules/templates/schemevariant/
|
|
2655
|
-
"version": "
|
|
2656
|
-
"signature": "
|
|
2654
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariantmapped.ts": {
|
|
2655
|
+
"version": "5806986f8516e2639e900c1deb3300bf8ae2154a20550e894914bb33132bfabd",
|
|
2656
|
+
"signature": "c358ddf41d8c7bc7a9eec4e2c493258b70181a49d8c4df9996b46db021256635",
|
|
2657
2657
|
"affectsGlobalScope": false
|
|
2658
2658
|
},
|
|
2659
2659
|
"../src/entity/modules/templates/schemeorder/reachuschemeconfigorder.ts": {
|
|
2660
|
-
"version": "
|
|
2661
|
-
"signature": "
|
|
2660
|
+
"version": "d17a664ddaf442968409926650f78443aa51df077abb3cf2b5b2f1e07309afff",
|
|
2661
|
+
"signature": "51c4a0dd981338105a0e627f0e426ebe7962d5689d68f921da736ded4b0a8a57",
|
|
2662
2662
|
"affectsGlobalScope": false
|
|
2663
2663
|
},
|
|
2664
|
-
"../src/entity/modules/templates/schemeorder/
|
|
2665
|
-
"version": "
|
|
2666
|
-
"signature": "
|
|
2664
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigorder.ts": {
|
|
2665
|
+
"version": "b9e93773601a7ad7e690f173bc7a5f6e8d734174de0354bfb80b24f6370e86ad",
|
|
2666
|
+
"signature": "e10f2d0de50e0115c16edc38fc71c0d41859a364d6ba12322ccabf1e521e8833",
|
|
2667
2667
|
"affectsGlobalScope": false
|
|
2668
2668
|
},
|
|
2669
|
-
"../src/entity/modules/templates/schemeorder/
|
|
2670
|
-
"version": "
|
|
2671
|
-
"signature": "
|
|
2669
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigordermapped.ts": {
|
|
2670
|
+
"version": "29c43271a7f2f0408f69a364620991fbcca49759e26ae4a80db621bdfb0d1607",
|
|
2671
|
+
"signature": "45de6be614b1c480b8fc33e3b6a74e3a06e5ec2f1c5c9711e1c7b67d6fa617c9",
|
|
2672
2672
|
"affectsGlobalScope": false
|
|
2673
2673
|
},
|
|
2674
2674
|
"../src/entity/modules/templates/authmethod.ts": {
|
|
2675
|
-
"version": "
|
|
2676
|
-
"signature": "
|
|
2675
|
+
"version": "55f861e137ad10c8f6c2a40efd9c77f84f948c818cbb1bca4573bb744ffd830f",
|
|
2676
|
+
"signature": "8bb48b1fe66a6cceef7d1c30570f4a0da08abd7e44208081b0e5447f76389d49",
|
|
2677
2677
|
"affectsGlobalScope": false
|
|
2678
2678
|
},
|
|
2679
|
-
"../src/entity/modules/templates/
|
|
2680
|
-
"version": "
|
|
2681
|
-
"signature": "
|
|
2679
|
+
"../src/entity/modules/templates/templateecommerce.ts": {
|
|
2680
|
+
"version": "9720d4da04ca1b275803c62a03a39233272d0dfa51904e188093abe284d64074",
|
|
2681
|
+
"signature": "6a67837b865232d7582f049e46601a26c9467784ecce29739c01974128831377",
|
|
2682
2682
|
"affectsGlobalScope": false
|
|
2683
2683
|
},
|
|
2684
|
-
"../src/entity/modules/templates/
|
|
2685
|
-
"version": "
|
|
2686
|
-
"signature": "
|
|
2684
|
+
"../src/entity/modules/templates/usertemplateecommerce.ts": {
|
|
2685
|
+
"version": "015707cf0068f04583707b681220536776e27f42f6f7f3ea0e3c13059400a47f",
|
|
2686
|
+
"signature": "73db4688729aa8d3958e9477e696b53d2c60619c05bc9c8fe1ada36d5f82ad75",
|
|
2687
2687
|
"affectsGlobalScope": false
|
|
2688
2688
|
},
|
|
2689
2689
|
"../src/entity/modules/templates/authinfo.ts": {
|
|
2690
|
-
"version": "
|
|
2691
|
-
"signature": "
|
|
2690
|
+
"version": "f64cb65016e7b6865e1425e70d295b683ab3f4ea5506f5734933c795cc0c6f8f",
|
|
2691
|
+
"signature": "60080c55ede647941c0ab1932f7a3484fb629cd4ba5d90dbe4e10e5c37b5cda6",
|
|
2692
2692
|
"affectsGlobalScope": false
|
|
2693
2693
|
},
|
|
2694
2694
|
"../src/entity/index.ts": {
|
|
2695
|
-
"version": "
|
|
2696
|
-
"signature": "
|
|
2695
|
+
"version": "cf2970757dcdeb8014445e23ee40bd2a77586a3e5ad1630964cdf92b74958a8b",
|
|
2696
|
+
"signature": "2b8844a84ee9d0ff9cfa0ea5fe337f4b42db98b6e8c595eb46c92d0cb9a2ccf8",
|
|
2697
2697
|
"affectsGlobalScope": false
|
|
2698
2698
|
},
|
|
2699
2699
|
"../src/staticdata/productorigin.ts": {
|
|
@@ -2762,13 +2762,13 @@
|
|
|
2762
2762
|
"affectsGlobalScope": false
|
|
2763
2763
|
},
|
|
2764
2764
|
"../src/repositories/templates/index.ts": {
|
|
2765
|
-
"version": "
|
|
2766
|
-
"signature": "
|
|
2765
|
+
"version": "2071156e68d64fec135d20c802a4304d7c9c23345577a0e88226d48553985161",
|
|
2766
|
+
"signature": "fd822c40807b9622276013800239377094976c7abc6dd30837569da3097afee7",
|
|
2767
2767
|
"affectsGlobalScope": false
|
|
2768
2768
|
},
|
|
2769
2769
|
"../src/repositories/index.ts": {
|
|
2770
|
-
"version": "
|
|
2771
|
-
"signature": "
|
|
2770
|
+
"version": "520c47138fa6ed95c5b2a5db32cfebda8b45cdffe585424cbe7f3700f06f9bae",
|
|
2771
|
+
"signature": "84ed3da60023ec7770a53aba65e0a2273d986acae6b35cf7e543218036d270e0",
|
|
2772
2772
|
"affectsGlobalScope": false
|
|
2773
2773
|
},
|
|
2774
2774
|
"../src/subscribers/productsubscriber.ts": {
|
|
@@ -3131,6 +3131,16 @@
|
|
|
3131
3131
|
"signature": "a1059a3289266257eb87416c5903388fb40803a39f1ff1567d7f36cad8bae994",
|
|
3132
3132
|
"affectsGlobalScope": false
|
|
3133
3133
|
},
|
|
3134
|
+
"../src/migrations/1681485048240-template-ecommerce.ts": {
|
|
3135
|
+
"version": "dd22be4c5db45a3294a262d15d1431a44d04f9e0d123caed9118d1183355c731",
|
|
3136
|
+
"signature": "1d703d70b320ef1ecf2f304877e53f68f1fe6a14de4f80db592b8472705ca997",
|
|
3137
|
+
"affectsGlobalScope": false
|
|
3138
|
+
},
|
|
3139
|
+
"../src/migrations/1681485990275-template-ecommerce-two.ts": {
|
|
3140
|
+
"version": "1990c308d7caccbbda7706ea9b70bc8d7a09fee7729a083b8dd87ff3c552b72f",
|
|
3141
|
+
"signature": "c954fe3cd013dd874cd5754bef83552b5600b19563092a8c699b2c490a9c9cb4",
|
|
3142
|
+
"affectsGlobalScope": false
|
|
3143
|
+
},
|
|
3134
3144
|
"../src/migrations/execute/index.ts": {
|
|
3135
3145
|
"version": "8b5bf13d095aeb57afd593adf3d799681176a13c327e2f77e0028e178c4ee3b9",
|
|
3136
3146
|
"signature": "8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881",
|
|
@@ -5277,18 +5287,18 @@
|
|
|
5277
5287
|
"../src/entity/modules/shopcart/pricedata.ts",
|
|
5278
5288
|
"../src/entity/modules/templates/authinfo.ts",
|
|
5279
5289
|
"../src/entity/modules/templates/authmethod.ts",
|
|
5280
|
-
"../src/entity/modules/templates/
|
|
5290
|
+
"../src/entity/modules/templates/endpointtemplateecommerce.ts",
|
|
5281
5291
|
"../src/entity/modules/templates/schemeorder/reachuschemeconfigorder.ts",
|
|
5282
|
-
"../src/entity/modules/templates/schemeorder/
|
|
5283
|
-
"../src/entity/modules/templates/schemeorder/
|
|
5292
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigorder.ts",
|
|
5293
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigordermapped.ts",
|
|
5284
5294
|
"../src/entity/modules/templates/schemeproduct/reachuschemeconfigproduct.ts",
|
|
5285
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
5286
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
5295
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproduct.ts",
|
|
5296
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproductmapped.ts",
|
|
5287
5297
|
"../src/entity/modules/templates/schemevariant/reachuschemeconfigvariant.ts",
|
|
5288
|
-
"../src/entity/modules/templates/schemevariant/
|
|
5289
|
-
"../src/entity/modules/templates/schemevariant/
|
|
5290
|
-
"../src/entity/modules/templates/
|
|
5291
|
-
"../src/entity/modules/templates/
|
|
5298
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariant.ts",
|
|
5299
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariantmapped.ts",
|
|
5300
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
5301
|
+
"../src/entity/modules/templates/usertemplateecommerce.ts",
|
|
5292
5302
|
"../src/entity/notification.ts",
|
|
5293
5303
|
"../src/entity/option.ts",
|
|
5294
5304
|
"../src/entity/order.ts",
|
|
@@ -5383,93 +5393,93 @@
|
|
|
5383
5393
|
"../src/entity/modules/templates/authinfo.ts": [
|
|
5384
5394
|
"../node_modules/typeorm/index.d.ts",
|
|
5385
5395
|
"../src/entity/auditedmodel.ts",
|
|
5386
|
-
"../src/entity/modules/templates/
|
|
5396
|
+
"../src/entity/modules/templates/usertemplateecommerce.ts"
|
|
5387
5397
|
],
|
|
5388
5398
|
"../src/entity/modules/templates/authmethod.ts": [
|
|
5389
5399
|
"../node_modules/typeorm/index.d.ts",
|
|
5390
5400
|
"../src/entity/auditedmodel.ts",
|
|
5391
|
-
"../src/entity/modules/templates/
|
|
5401
|
+
"../src/entity/modules/templates/templateecommerce.ts"
|
|
5392
5402
|
],
|
|
5393
|
-
"../src/entity/modules/templates/
|
|
5403
|
+
"../src/entity/modules/templates/endpointtemplateecommerce.ts": [
|
|
5394
5404
|
"../node_modules/typeorm/index.d.ts",
|
|
5395
5405
|
"../src/entity/auditedmodel.ts",
|
|
5396
|
-
"../src/entity/modules/templates/
|
|
5406
|
+
"../src/entity/modules/templates/usertemplateecommerce.ts"
|
|
5397
5407
|
],
|
|
5398
5408
|
"../src/entity/modules/templates/schemeorder/reachuschemeconfigorder.ts": [
|
|
5399
5409
|
"../node_modules/typeorm/index.d.ts",
|
|
5400
5410
|
"../src/entity/auditedmodel.ts",
|
|
5401
|
-
"../src/entity/modules/templates/
|
|
5411
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
5402
5412
|
"../src/entity/user.ts"
|
|
5403
5413
|
],
|
|
5404
|
-
"../src/entity/modules/templates/schemeorder/
|
|
5414
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigorder.ts": [
|
|
5405
5415
|
"../node_modules/typeorm/index.d.ts",
|
|
5406
5416
|
"../src/entity/auditedmodel.ts",
|
|
5407
|
-
"../src/entity/modules/templates/
|
|
5417
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
5408
5418
|
"../src/entity/user.ts"
|
|
5409
5419
|
],
|
|
5410
|
-
"../src/entity/modules/templates/schemeorder/
|
|
5420
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigordermapped.ts": [
|
|
5411
5421
|
"../node_modules/typeorm/index.d.ts",
|
|
5412
5422
|
"../src/entity/auditedmodel.ts",
|
|
5413
|
-
"../src/entity/modules/templates/
|
|
5423
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
5414
5424
|
"../src/entity/user.ts"
|
|
5415
5425
|
],
|
|
5416
5426
|
"../src/entity/modules/templates/schemeproduct/reachuschemeconfigproduct.ts": [
|
|
5417
5427
|
"../node_modules/typeorm/index.d.ts",
|
|
5418
5428
|
"../src/entity/auditedmodel.ts",
|
|
5419
|
-
"../src/entity/modules/templates/
|
|
5429
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
5420
5430
|
"../src/entity/user.ts"
|
|
5421
5431
|
],
|
|
5422
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
5432
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproduct.ts": [
|
|
5423
5433
|
"../node_modules/typeorm/index.d.ts",
|
|
5424
5434
|
"../src/entity/auditedmodel.ts",
|
|
5425
|
-
"../src/entity/modules/templates/
|
|
5435
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
5426
5436
|
"../src/entity/user.ts"
|
|
5427
5437
|
],
|
|
5428
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
5438
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproductmapped.ts": [
|
|
5429
5439
|
"../node_modules/typeorm/index.d.ts",
|
|
5430
5440
|
"../src/entity/auditedmodel.ts",
|
|
5431
|
-
"../src/entity/modules/templates/
|
|
5441
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
5432
5442
|
"../src/entity/user.ts"
|
|
5433
5443
|
],
|
|
5434
5444
|
"../src/entity/modules/templates/schemevariant/reachuschemeconfigvariant.ts": [
|
|
5435
5445
|
"../node_modules/typeorm/index.d.ts",
|
|
5436
5446
|
"../src/entity/auditedmodel.ts",
|
|
5437
|
-
"../src/entity/modules/templates/
|
|
5447
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
5438
5448
|
"../src/entity/user.ts"
|
|
5439
5449
|
],
|
|
5440
|
-
"../src/entity/modules/templates/schemevariant/
|
|
5450
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariant.ts": [
|
|
5441
5451
|
"../node_modules/typeorm/index.d.ts",
|
|
5442
5452
|
"../src/entity/auditedmodel.ts",
|
|
5443
|
-
"../src/entity/modules/templates/
|
|
5453
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
5444
5454
|
"../src/entity/user.ts"
|
|
5445
5455
|
],
|
|
5446
|
-
"../src/entity/modules/templates/schemevariant/
|
|
5456
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariantmapped.ts": [
|
|
5447
5457
|
"../node_modules/typeorm/index.d.ts",
|
|
5448
5458
|
"../src/entity/auditedmodel.ts",
|
|
5449
|
-
"../src/entity/modules/templates/
|
|
5459
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
5450
5460
|
"../src/entity/user.ts"
|
|
5451
5461
|
],
|
|
5452
|
-
"../src/entity/modules/templates/
|
|
5462
|
+
"../src/entity/modules/templates/templateecommerce.ts": [
|
|
5453
5463
|
"../node_modules/typeorm/index.d.ts",
|
|
5454
5464
|
"../src/entity/auditedmodel.ts",
|
|
5455
5465
|
"../src/entity/modules/templates/authmethod.ts",
|
|
5456
5466
|
"../src/entity/modules/templates/schemeorder/reachuschemeconfigorder.ts",
|
|
5457
|
-
"../src/entity/modules/templates/schemeorder/
|
|
5458
|
-
"../src/entity/modules/templates/schemeorder/
|
|
5467
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigorder.ts",
|
|
5468
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigordermapped.ts",
|
|
5459
5469
|
"../src/entity/modules/templates/schemeproduct/reachuschemeconfigproduct.ts",
|
|
5460
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
5461
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
5470
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproduct.ts",
|
|
5471
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproductmapped.ts",
|
|
5462
5472
|
"../src/entity/modules/templates/schemevariant/reachuschemeconfigvariant.ts",
|
|
5463
|
-
"../src/entity/modules/templates/schemevariant/
|
|
5464
|
-
"../src/entity/modules/templates/schemevariant/
|
|
5465
|
-
"../src/entity/modules/templates/
|
|
5473
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariant.ts",
|
|
5474
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariantmapped.ts",
|
|
5475
|
+
"../src/entity/modules/templates/usertemplateecommerce.ts"
|
|
5466
5476
|
],
|
|
5467
|
-
"../src/entity/modules/templates/
|
|
5477
|
+
"../src/entity/modules/templates/usertemplateecommerce.ts": [
|
|
5468
5478
|
"../node_modules/typeorm/index.d.ts",
|
|
5469
5479
|
"../src/entity/auditedmodel.ts",
|
|
5470
5480
|
"../src/entity/modules/templates/authinfo.ts",
|
|
5471
|
-
"../src/entity/modules/templates/
|
|
5472
|
-
"../src/entity/modules/templates/
|
|
5481
|
+
"../src/entity/modules/templates/endpointtemplateecommerce.ts",
|
|
5482
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
5473
5483
|
"../src/entity/user.ts"
|
|
5474
5484
|
],
|
|
5475
5485
|
"../src/entity/notification.ts": [
|
|
@@ -5851,6 +5861,12 @@
|
|
|
5851
5861
|
"../src/migrations/1681258240525-template-channel-update-2.ts": [
|
|
5852
5862
|
"../node_modules/typeorm/index.d.ts"
|
|
5853
5863
|
],
|
|
5864
|
+
"../src/migrations/1681485048240-template-ecommerce.ts": [
|
|
5865
|
+
"../node_modules/typeorm/index.d.ts"
|
|
5866
|
+
],
|
|
5867
|
+
"../src/migrations/1681485990275-template-ecommerce-two.ts": [
|
|
5868
|
+
"../node_modules/typeorm/index.d.ts"
|
|
5869
|
+
],
|
|
5854
5870
|
"../src/migrations/execute/index.ts": [
|
|
5855
5871
|
"../src/config/connect.ts"
|
|
5856
5872
|
],
|
|
@@ -5945,18 +5961,18 @@
|
|
|
5945
5961
|
"../node_modules/typeorm/index.d.ts",
|
|
5946
5962
|
"../src/entity/modules/templates/authinfo.ts",
|
|
5947
5963
|
"../src/entity/modules/templates/authmethod.ts",
|
|
5948
|
-
"../src/entity/modules/templates/
|
|
5964
|
+
"../src/entity/modules/templates/endpointtemplateecommerce.ts",
|
|
5949
5965
|
"../src/entity/modules/templates/schemeorder/reachuschemeconfigorder.ts",
|
|
5950
|
-
"../src/entity/modules/templates/schemeorder/
|
|
5951
|
-
"../src/entity/modules/templates/schemeorder/
|
|
5966
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigorder.ts",
|
|
5967
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigordermapped.ts",
|
|
5952
5968
|
"../src/entity/modules/templates/schemeproduct/reachuschemeconfigproduct.ts",
|
|
5953
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
5954
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
5969
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproduct.ts",
|
|
5970
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproductmapped.ts",
|
|
5955
5971
|
"../src/entity/modules/templates/schemevariant/reachuschemeconfigvariant.ts",
|
|
5956
|
-
"../src/entity/modules/templates/schemevariant/
|
|
5957
|
-
"../src/entity/modules/templates/schemevariant/
|
|
5958
|
-
"../src/entity/modules/templates/
|
|
5959
|
-
"../src/entity/modules/templates/
|
|
5972
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariant.ts",
|
|
5973
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariantmapped.ts",
|
|
5974
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
5975
|
+
"../src/entity/modules/templates/usertemplateecommerce.ts"
|
|
5960
5976
|
],
|
|
5961
5977
|
"../src/staticdata/index.ts": [
|
|
5962
5978
|
"../src/staticdata/channelname.ts",
|
|
@@ -7936,18 +7952,18 @@
|
|
|
7936
7952
|
"../src/entity/modules/shopcart/pricedata.ts",
|
|
7937
7953
|
"../src/entity/modules/templates/authinfo.ts",
|
|
7938
7954
|
"../src/entity/modules/templates/authmethod.ts",
|
|
7939
|
-
"../src/entity/modules/templates/
|
|
7955
|
+
"../src/entity/modules/templates/endpointtemplateecommerce.ts",
|
|
7940
7956
|
"../src/entity/modules/templates/schemeorder/reachuschemeconfigorder.ts",
|
|
7941
|
-
"../src/entity/modules/templates/schemeorder/
|
|
7942
|
-
"../src/entity/modules/templates/schemeorder/
|
|
7957
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigorder.ts",
|
|
7958
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigordermapped.ts",
|
|
7943
7959
|
"../src/entity/modules/templates/schemeproduct/reachuschemeconfigproduct.ts",
|
|
7944
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
7945
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
7960
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproduct.ts",
|
|
7961
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproductmapped.ts",
|
|
7946
7962
|
"../src/entity/modules/templates/schemevariant/reachuschemeconfigvariant.ts",
|
|
7947
|
-
"../src/entity/modules/templates/schemevariant/
|
|
7948
|
-
"../src/entity/modules/templates/schemevariant/
|
|
7949
|
-
"../src/entity/modules/templates/
|
|
7950
|
-
"../src/entity/modules/templates/
|
|
7963
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariant.ts",
|
|
7964
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariantmapped.ts",
|
|
7965
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
7966
|
+
"../src/entity/modules/templates/usertemplateecommerce.ts",
|
|
7951
7967
|
"../src/entity/notification.ts",
|
|
7952
7968
|
"../src/entity/option.ts",
|
|
7953
7969
|
"../src/entity/order.ts",
|
|
@@ -8028,80 +8044,80 @@
|
|
|
8028
8044
|
],
|
|
8029
8045
|
"../src/entity/modules/templates/authinfo.ts": [
|
|
8030
8046
|
"../src/entity/auditedmodel.ts",
|
|
8031
|
-
"../src/entity/modules/templates/
|
|
8047
|
+
"../src/entity/modules/templates/usertemplateecommerce.ts"
|
|
8032
8048
|
],
|
|
8033
8049
|
"../src/entity/modules/templates/authmethod.ts": [
|
|
8034
8050
|
"../src/entity/auditedmodel.ts",
|
|
8035
|
-
"../src/entity/modules/templates/
|
|
8051
|
+
"../src/entity/modules/templates/templateecommerce.ts"
|
|
8036
8052
|
],
|
|
8037
|
-
"../src/entity/modules/templates/
|
|
8053
|
+
"../src/entity/modules/templates/endpointtemplateecommerce.ts": [
|
|
8038
8054
|
"../src/entity/auditedmodel.ts",
|
|
8039
|
-
"../src/entity/modules/templates/
|
|
8055
|
+
"../src/entity/modules/templates/usertemplateecommerce.ts"
|
|
8040
8056
|
],
|
|
8041
8057
|
"../src/entity/modules/templates/schemeorder/reachuschemeconfigorder.ts": [
|
|
8042
8058
|
"../src/entity/auditedmodel.ts",
|
|
8043
|
-
"../src/entity/modules/templates/
|
|
8059
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
8044
8060
|
"../src/entity/user.ts"
|
|
8045
8061
|
],
|
|
8046
|
-
"../src/entity/modules/templates/schemeorder/
|
|
8062
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigorder.ts": [
|
|
8047
8063
|
"../src/entity/auditedmodel.ts",
|
|
8048
|
-
"../src/entity/modules/templates/
|
|
8064
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
8049
8065
|
"../src/entity/user.ts"
|
|
8050
8066
|
],
|
|
8051
|
-
"../src/entity/modules/templates/schemeorder/
|
|
8067
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigordermapped.ts": [
|
|
8052
8068
|
"../src/entity/auditedmodel.ts",
|
|
8053
|
-
"../src/entity/modules/templates/
|
|
8069
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
8054
8070
|
"../src/entity/user.ts"
|
|
8055
8071
|
],
|
|
8056
8072
|
"../src/entity/modules/templates/schemeproduct/reachuschemeconfigproduct.ts": [
|
|
8057
8073
|
"../src/entity/auditedmodel.ts",
|
|
8058
|
-
"../src/entity/modules/templates/
|
|
8074
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
8059
8075
|
"../src/entity/user.ts"
|
|
8060
8076
|
],
|
|
8061
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
8077
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproduct.ts": [
|
|
8062
8078
|
"../src/entity/auditedmodel.ts",
|
|
8063
|
-
"../src/entity/modules/templates/
|
|
8079
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
8064
8080
|
"../src/entity/user.ts"
|
|
8065
8081
|
],
|
|
8066
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
8082
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproductmapped.ts": [
|
|
8067
8083
|
"../src/entity/auditedmodel.ts",
|
|
8068
|
-
"../src/entity/modules/templates/
|
|
8084
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
8069
8085
|
"../src/entity/user.ts"
|
|
8070
8086
|
],
|
|
8071
8087
|
"../src/entity/modules/templates/schemevariant/reachuschemeconfigvariant.ts": [
|
|
8072
8088
|
"../src/entity/auditedmodel.ts",
|
|
8073
|
-
"../src/entity/modules/templates/
|
|
8089
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
8074
8090
|
"../src/entity/user.ts"
|
|
8075
8091
|
],
|
|
8076
|
-
"../src/entity/modules/templates/schemevariant/
|
|
8092
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariant.ts": [
|
|
8077
8093
|
"../src/entity/auditedmodel.ts",
|
|
8078
|
-
"../src/entity/modules/templates/
|
|
8094
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
8079
8095
|
"../src/entity/user.ts"
|
|
8080
8096
|
],
|
|
8081
|
-
"../src/entity/modules/templates/schemevariant/
|
|
8097
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariantmapped.ts": [
|
|
8082
8098
|
"../src/entity/auditedmodel.ts",
|
|
8083
|
-
"../src/entity/modules/templates/
|
|
8099
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
8084
8100
|
"../src/entity/user.ts"
|
|
8085
8101
|
],
|
|
8086
|
-
"../src/entity/modules/templates/
|
|
8102
|
+
"../src/entity/modules/templates/templateecommerce.ts": [
|
|
8087
8103
|
"../src/entity/auditedmodel.ts",
|
|
8088
8104
|
"../src/entity/modules/templates/authmethod.ts",
|
|
8089
8105
|
"../src/entity/modules/templates/schemeorder/reachuschemeconfigorder.ts",
|
|
8090
|
-
"../src/entity/modules/templates/schemeorder/
|
|
8091
|
-
"../src/entity/modules/templates/schemeorder/
|
|
8106
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigorder.ts",
|
|
8107
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigordermapped.ts",
|
|
8092
8108
|
"../src/entity/modules/templates/schemeproduct/reachuschemeconfigproduct.ts",
|
|
8093
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
8094
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
8109
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproduct.ts",
|
|
8110
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproductmapped.ts",
|
|
8095
8111
|
"../src/entity/modules/templates/schemevariant/reachuschemeconfigvariant.ts",
|
|
8096
|
-
"../src/entity/modules/templates/schemevariant/
|
|
8097
|
-
"../src/entity/modules/templates/schemevariant/
|
|
8098
|
-
"../src/entity/modules/templates/
|
|
8112
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariant.ts",
|
|
8113
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariantmapped.ts",
|
|
8114
|
+
"../src/entity/modules/templates/usertemplateecommerce.ts"
|
|
8099
8115
|
],
|
|
8100
|
-
"../src/entity/modules/templates/
|
|
8116
|
+
"../src/entity/modules/templates/usertemplateecommerce.ts": [
|
|
8101
8117
|
"../src/entity/auditedmodel.ts",
|
|
8102
8118
|
"../src/entity/modules/templates/authinfo.ts",
|
|
8103
|
-
"../src/entity/modules/templates/
|
|
8104
|
-
"../src/entity/modules/templates/
|
|
8119
|
+
"../src/entity/modules/templates/endpointtemplateecommerce.ts",
|
|
8120
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
8105
8121
|
"../src/entity/user.ts"
|
|
8106
8122
|
],
|
|
8107
8123
|
"../src/entity/notification.ts": [
|
|
@@ -8423,6 +8439,12 @@
|
|
|
8423
8439
|
"../src/migrations/1681258240525-template-channel-update-2.ts": [
|
|
8424
8440
|
"../node_modules/typeorm/index.d.ts"
|
|
8425
8441
|
],
|
|
8442
|
+
"../src/migrations/1681485048240-template-ecommerce.ts": [
|
|
8443
|
+
"../node_modules/typeorm/index.d.ts"
|
|
8444
|
+
],
|
|
8445
|
+
"../src/migrations/1681485990275-template-ecommerce-two.ts": [
|
|
8446
|
+
"../node_modules/typeorm/index.d.ts"
|
|
8447
|
+
],
|
|
8426
8448
|
"../src/migrations/index.ts": [
|
|
8427
8449
|
"../src/migrations/1628474597284-initialschema.ts",
|
|
8428
8450
|
"../src/migrations/1630077596132-removemangopay.ts",
|
|
@@ -8514,18 +8536,18 @@
|
|
|
8514
8536
|
"../node_modules/typeorm/index.d.ts",
|
|
8515
8537
|
"../src/entity/modules/templates/authinfo.ts",
|
|
8516
8538
|
"../src/entity/modules/templates/authmethod.ts",
|
|
8517
|
-
"../src/entity/modules/templates/
|
|
8539
|
+
"../src/entity/modules/templates/endpointtemplateecommerce.ts",
|
|
8518
8540
|
"../src/entity/modules/templates/schemeorder/reachuschemeconfigorder.ts",
|
|
8519
|
-
"../src/entity/modules/templates/schemeorder/
|
|
8520
|
-
"../src/entity/modules/templates/schemeorder/
|
|
8541
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigorder.ts",
|
|
8542
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigordermapped.ts",
|
|
8521
8543
|
"../src/entity/modules/templates/schemeproduct/reachuschemeconfigproduct.ts",
|
|
8522
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
8523
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
8544
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproduct.ts",
|
|
8545
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproductmapped.ts",
|
|
8524
8546
|
"../src/entity/modules/templates/schemevariant/reachuschemeconfigvariant.ts",
|
|
8525
|
-
"../src/entity/modules/templates/schemevariant/
|
|
8526
|
-
"../src/entity/modules/templates/schemevariant/
|
|
8527
|
-
"../src/entity/modules/templates/
|
|
8528
|
-
"../src/entity/modules/templates/
|
|
8547
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariant.ts",
|
|
8548
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariantmapped.ts",
|
|
8549
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
8550
|
+
"../src/entity/modules/templates/usertemplateecommerce.ts"
|
|
8529
8551
|
],
|
|
8530
8552
|
"../src/staticdata/index.ts": [
|
|
8531
8553
|
"../src/staticdata/channelname.ts",
|
|
@@ -9084,18 +9106,18 @@
|
|
|
9084
9106
|
"../src/entity/modules/shopcart/pricedata.ts",
|
|
9085
9107
|
"../src/entity/modules/templates/authinfo.ts",
|
|
9086
9108
|
"../src/entity/modules/templates/authmethod.ts",
|
|
9087
|
-
"../src/entity/modules/templates/
|
|
9109
|
+
"../src/entity/modules/templates/endpointtemplateecommerce.ts",
|
|
9088
9110
|
"../src/entity/modules/templates/schemeorder/reachuschemeconfigorder.ts",
|
|
9089
|
-
"../src/entity/modules/templates/schemeorder/
|
|
9090
|
-
"../src/entity/modules/templates/schemeorder/
|
|
9111
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigorder.ts",
|
|
9112
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigordermapped.ts",
|
|
9091
9113
|
"../src/entity/modules/templates/schemeproduct/reachuschemeconfigproduct.ts",
|
|
9092
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
9093
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
9114
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproduct.ts",
|
|
9115
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproductmapped.ts",
|
|
9094
9116
|
"../src/entity/modules/templates/schemevariant/reachuschemeconfigvariant.ts",
|
|
9095
|
-
"../src/entity/modules/templates/schemevariant/
|
|
9096
|
-
"../src/entity/modules/templates/schemevariant/
|
|
9097
|
-
"../src/entity/modules/templates/
|
|
9098
|
-
"../src/entity/modules/templates/
|
|
9117
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariant.ts",
|
|
9118
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariantmapped.ts",
|
|
9119
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
9120
|
+
"../src/entity/modules/templates/usertemplateecommerce.ts",
|
|
9099
9121
|
"../src/entity/notification.ts",
|
|
9100
9122
|
"../src/entity/option.ts",
|
|
9101
9123
|
"../src/entity/order.ts",
|
|
@@ -9187,6 +9209,8 @@
|
|
|
9187
9209
|
"../src/migrations/1681170372251-template-channel-fix.ts",
|
|
9188
9210
|
"../src/migrations/1681236978678-template-channel-update.ts",
|
|
9189
9211
|
"../src/migrations/1681258240525-template-channel-update-2.ts",
|
|
9212
|
+
"../src/migrations/1681485048240-template-ecommerce.ts",
|
|
9213
|
+
"../src/migrations/1681485990275-template-ecommerce-two.ts",
|
|
9190
9214
|
"../src/migrations/execute/index.ts",
|
|
9191
9215
|
"../src/migrations/index.ts",
|
|
9192
9216
|
"../src/repositories/index.ts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reachu/database",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.25",
|
|
4
4
|
"description": "reachu-database",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"author": "reachu",
|
|
22
22
|
"license": "ISC",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@reachu/logger": "1.0.
|
|
25
|
-
"@reachu/utils": "1.0.
|
|
24
|
+
"@reachu/logger": "1.0.25",
|
|
25
|
+
"@reachu/utils": "1.0.25",
|
|
26
26
|
"dotenv": "8.0.0",
|
|
27
27
|
"express": "4.17.1",
|
|
28
28
|
"mysql2": "1.5.2",
|