@reachu/database 1.0.22 → 1.0.24
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 +6 -5
- 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 +28 -0
- package/dist/entity/modules/templates/TemplateEcommerce.js +130 -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/1681258240525-template-channel-update-2.d.ts +6 -0
- package/dist/migrations/1681258240525-template-channel-update-2.js +33 -0
- package/dist/migrations/1681258240525-template-channel-update-2.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/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 +10 -13
- 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 +154 -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/1681258240525-template-channel-update-2.ts +18 -0
- package/src/migrations/1681485048240-template-ecommerce.ts +71 -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": "e8dba2c0d38345a6e34c68f6a0b8cd343e583839eab64839f962aaac3444469c",
|
|
2681
|
+
"signature": "f8b33d32f518b8148b6bae018c89bcaeaf3ae7f33debe98976b0eedcdf66e6e1",
|
|
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": {
|
|
@@ -3126,6 +3126,16 @@
|
|
|
3126
3126
|
"signature": "752a11918507b981b24a4cfb6587bc507b5591037fee8e54e9db9c6c67bb4c75",
|
|
3127
3127
|
"affectsGlobalScope": false
|
|
3128
3128
|
},
|
|
3129
|
+
"../src/migrations/1681258240525-template-channel-update-2.ts": {
|
|
3130
|
+
"version": "941310b27f0b39041030ef5be62d79852fcb2d440d4a30661fd09c5b0bcd5de2",
|
|
3131
|
+
"signature": "a1059a3289266257eb87416c5903388fb40803a39f1ff1567d7f36cad8bae994",
|
|
3132
|
+
"affectsGlobalScope": false
|
|
3133
|
+
},
|
|
3134
|
+
"../src/migrations/1681485048240-template-ecommerce.ts": {
|
|
3135
|
+
"version": "dd22be4c5db45a3294a262d15d1431a44d04f9e0d123caed9118d1183355c731",
|
|
3136
|
+
"signature": "1d703d70b320ef1ecf2f304877e53f68f1fe6a14de4f80db592b8472705ca997",
|
|
3137
|
+
"affectsGlobalScope": false
|
|
3138
|
+
},
|
|
3129
3139
|
"../src/migrations/execute/index.ts": {
|
|
3130
3140
|
"version": "8b5bf13d095aeb57afd593adf3d799681176a13c327e2f77e0028e178c4ee3b9",
|
|
3131
3141
|
"signature": "8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881",
|
|
@@ -5272,18 +5282,18 @@
|
|
|
5272
5282
|
"../src/entity/modules/shopcart/pricedata.ts",
|
|
5273
5283
|
"../src/entity/modules/templates/authinfo.ts",
|
|
5274
5284
|
"../src/entity/modules/templates/authmethod.ts",
|
|
5275
|
-
"../src/entity/modules/templates/
|
|
5285
|
+
"../src/entity/modules/templates/endpointtemplateecommerce.ts",
|
|
5276
5286
|
"../src/entity/modules/templates/schemeorder/reachuschemeconfigorder.ts",
|
|
5277
|
-
"../src/entity/modules/templates/schemeorder/
|
|
5278
|
-
"../src/entity/modules/templates/schemeorder/
|
|
5287
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigorder.ts",
|
|
5288
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigordermapped.ts",
|
|
5279
5289
|
"../src/entity/modules/templates/schemeproduct/reachuschemeconfigproduct.ts",
|
|
5280
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
5281
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
5290
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproduct.ts",
|
|
5291
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproductmapped.ts",
|
|
5282
5292
|
"../src/entity/modules/templates/schemevariant/reachuschemeconfigvariant.ts",
|
|
5283
|
-
"../src/entity/modules/templates/schemevariant/
|
|
5284
|
-
"../src/entity/modules/templates/schemevariant/
|
|
5285
|
-
"../src/entity/modules/templates/
|
|
5286
|
-
"../src/entity/modules/templates/
|
|
5293
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariant.ts",
|
|
5294
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariantmapped.ts",
|
|
5295
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
5296
|
+
"../src/entity/modules/templates/usertemplateecommerce.ts",
|
|
5287
5297
|
"../src/entity/notification.ts",
|
|
5288
5298
|
"../src/entity/option.ts",
|
|
5289
5299
|
"../src/entity/order.ts",
|
|
@@ -5378,93 +5388,93 @@
|
|
|
5378
5388
|
"../src/entity/modules/templates/authinfo.ts": [
|
|
5379
5389
|
"../node_modules/typeorm/index.d.ts",
|
|
5380
5390
|
"../src/entity/auditedmodel.ts",
|
|
5381
|
-
"../src/entity/modules/templates/
|
|
5391
|
+
"../src/entity/modules/templates/usertemplateecommerce.ts"
|
|
5382
5392
|
],
|
|
5383
5393
|
"../src/entity/modules/templates/authmethod.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/templateecommerce.ts"
|
|
5387
5397
|
],
|
|
5388
|
-
"../src/entity/modules/templates/
|
|
5398
|
+
"../src/entity/modules/templates/endpointtemplateecommerce.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/usertemplateecommerce.ts"
|
|
5392
5402
|
],
|
|
5393
5403
|
"../src/entity/modules/templates/schemeorder/reachuschemeconfigorder.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/templateecommerce.ts",
|
|
5397
5407
|
"../src/entity/user.ts"
|
|
5398
5408
|
],
|
|
5399
|
-
"../src/entity/modules/templates/schemeorder/
|
|
5409
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigorder.ts": [
|
|
5400
5410
|
"../node_modules/typeorm/index.d.ts",
|
|
5401
5411
|
"../src/entity/auditedmodel.ts",
|
|
5402
|
-
"../src/entity/modules/templates/
|
|
5412
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
5403
5413
|
"../src/entity/user.ts"
|
|
5404
5414
|
],
|
|
5405
|
-
"../src/entity/modules/templates/schemeorder/
|
|
5415
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigordermapped.ts": [
|
|
5406
5416
|
"../node_modules/typeorm/index.d.ts",
|
|
5407
5417
|
"../src/entity/auditedmodel.ts",
|
|
5408
|
-
"../src/entity/modules/templates/
|
|
5418
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
5409
5419
|
"../src/entity/user.ts"
|
|
5410
5420
|
],
|
|
5411
5421
|
"../src/entity/modules/templates/schemeproduct/reachuschemeconfigproduct.ts": [
|
|
5412
5422
|
"../node_modules/typeorm/index.d.ts",
|
|
5413
5423
|
"../src/entity/auditedmodel.ts",
|
|
5414
|
-
"../src/entity/modules/templates/
|
|
5424
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
5415
5425
|
"../src/entity/user.ts"
|
|
5416
5426
|
],
|
|
5417
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
5427
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproduct.ts": [
|
|
5418
5428
|
"../node_modules/typeorm/index.d.ts",
|
|
5419
5429
|
"../src/entity/auditedmodel.ts",
|
|
5420
|
-
"../src/entity/modules/templates/
|
|
5430
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
5421
5431
|
"../src/entity/user.ts"
|
|
5422
5432
|
],
|
|
5423
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
5433
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproductmapped.ts": [
|
|
5424
5434
|
"../node_modules/typeorm/index.d.ts",
|
|
5425
5435
|
"../src/entity/auditedmodel.ts",
|
|
5426
|
-
"../src/entity/modules/templates/
|
|
5436
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
5427
5437
|
"../src/entity/user.ts"
|
|
5428
5438
|
],
|
|
5429
5439
|
"../src/entity/modules/templates/schemevariant/reachuschemeconfigvariant.ts": [
|
|
5430
5440
|
"../node_modules/typeorm/index.d.ts",
|
|
5431
5441
|
"../src/entity/auditedmodel.ts",
|
|
5432
|
-
"../src/entity/modules/templates/
|
|
5442
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
5433
5443
|
"../src/entity/user.ts"
|
|
5434
5444
|
],
|
|
5435
|
-
"../src/entity/modules/templates/schemevariant/
|
|
5445
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariant.ts": [
|
|
5436
5446
|
"../node_modules/typeorm/index.d.ts",
|
|
5437
5447
|
"../src/entity/auditedmodel.ts",
|
|
5438
|
-
"../src/entity/modules/templates/
|
|
5448
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
5439
5449
|
"../src/entity/user.ts"
|
|
5440
5450
|
],
|
|
5441
|
-
"../src/entity/modules/templates/schemevariant/
|
|
5451
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariantmapped.ts": [
|
|
5442
5452
|
"../node_modules/typeorm/index.d.ts",
|
|
5443
5453
|
"../src/entity/auditedmodel.ts",
|
|
5444
|
-
"../src/entity/modules/templates/
|
|
5454
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
5445
5455
|
"../src/entity/user.ts"
|
|
5446
5456
|
],
|
|
5447
|
-
"../src/entity/modules/templates/
|
|
5457
|
+
"../src/entity/modules/templates/templateecommerce.ts": [
|
|
5448
5458
|
"../node_modules/typeorm/index.d.ts",
|
|
5449
5459
|
"../src/entity/auditedmodel.ts",
|
|
5450
5460
|
"../src/entity/modules/templates/authmethod.ts",
|
|
5451
5461
|
"../src/entity/modules/templates/schemeorder/reachuschemeconfigorder.ts",
|
|
5452
|
-
"../src/entity/modules/templates/schemeorder/
|
|
5453
|
-
"../src/entity/modules/templates/schemeorder/
|
|
5462
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigorder.ts",
|
|
5463
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigordermapped.ts",
|
|
5454
5464
|
"../src/entity/modules/templates/schemeproduct/reachuschemeconfigproduct.ts",
|
|
5455
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
5456
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
5465
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproduct.ts",
|
|
5466
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproductmapped.ts",
|
|
5457
5467
|
"../src/entity/modules/templates/schemevariant/reachuschemeconfigvariant.ts",
|
|
5458
|
-
"../src/entity/modules/templates/schemevariant/
|
|
5459
|
-
"../src/entity/modules/templates/schemevariant/
|
|
5460
|
-
"../src/entity/modules/templates/
|
|
5468
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariant.ts",
|
|
5469
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariantmapped.ts",
|
|
5470
|
+
"../src/entity/modules/templates/usertemplateecommerce.ts"
|
|
5461
5471
|
],
|
|
5462
|
-
"../src/entity/modules/templates/
|
|
5472
|
+
"../src/entity/modules/templates/usertemplateecommerce.ts": [
|
|
5463
5473
|
"../node_modules/typeorm/index.d.ts",
|
|
5464
5474
|
"../src/entity/auditedmodel.ts",
|
|
5465
5475
|
"../src/entity/modules/templates/authinfo.ts",
|
|
5466
|
-
"../src/entity/modules/templates/
|
|
5467
|
-
"../src/entity/modules/templates/
|
|
5476
|
+
"../src/entity/modules/templates/endpointtemplateecommerce.ts",
|
|
5477
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
5468
5478
|
"../src/entity/user.ts"
|
|
5469
5479
|
],
|
|
5470
5480
|
"../src/entity/notification.ts": [
|
|
@@ -5843,6 +5853,12 @@
|
|
|
5843
5853
|
"../src/migrations/1681236978678-template-channel-update.ts": [
|
|
5844
5854
|
"../node_modules/typeorm/index.d.ts"
|
|
5845
5855
|
],
|
|
5856
|
+
"../src/migrations/1681258240525-template-channel-update-2.ts": [
|
|
5857
|
+
"../node_modules/typeorm/index.d.ts"
|
|
5858
|
+
],
|
|
5859
|
+
"../src/migrations/1681485048240-template-ecommerce.ts": [
|
|
5860
|
+
"../node_modules/typeorm/index.d.ts"
|
|
5861
|
+
],
|
|
5846
5862
|
"../src/migrations/execute/index.ts": [
|
|
5847
5863
|
"../src/config/connect.ts"
|
|
5848
5864
|
],
|
|
@@ -5937,18 +5953,18 @@
|
|
|
5937
5953
|
"../node_modules/typeorm/index.d.ts",
|
|
5938
5954
|
"../src/entity/modules/templates/authinfo.ts",
|
|
5939
5955
|
"../src/entity/modules/templates/authmethod.ts",
|
|
5940
|
-
"../src/entity/modules/templates/
|
|
5956
|
+
"../src/entity/modules/templates/endpointtemplateecommerce.ts",
|
|
5941
5957
|
"../src/entity/modules/templates/schemeorder/reachuschemeconfigorder.ts",
|
|
5942
|
-
"../src/entity/modules/templates/schemeorder/
|
|
5943
|
-
"../src/entity/modules/templates/schemeorder/
|
|
5958
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigorder.ts",
|
|
5959
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigordermapped.ts",
|
|
5944
5960
|
"../src/entity/modules/templates/schemeproduct/reachuschemeconfigproduct.ts",
|
|
5945
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
5946
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
5961
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproduct.ts",
|
|
5962
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproductmapped.ts",
|
|
5947
5963
|
"../src/entity/modules/templates/schemevariant/reachuschemeconfigvariant.ts",
|
|
5948
|
-
"../src/entity/modules/templates/schemevariant/
|
|
5949
|
-
"../src/entity/modules/templates/schemevariant/
|
|
5950
|
-
"../src/entity/modules/templates/
|
|
5951
|
-
"../src/entity/modules/templates/
|
|
5964
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariant.ts",
|
|
5965
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariantmapped.ts",
|
|
5966
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
5967
|
+
"../src/entity/modules/templates/usertemplateecommerce.ts"
|
|
5952
5968
|
],
|
|
5953
5969
|
"../src/staticdata/index.ts": [
|
|
5954
5970
|
"../src/staticdata/channelname.ts",
|
|
@@ -7928,18 +7944,18 @@
|
|
|
7928
7944
|
"../src/entity/modules/shopcart/pricedata.ts",
|
|
7929
7945
|
"../src/entity/modules/templates/authinfo.ts",
|
|
7930
7946
|
"../src/entity/modules/templates/authmethod.ts",
|
|
7931
|
-
"../src/entity/modules/templates/
|
|
7947
|
+
"../src/entity/modules/templates/endpointtemplateecommerce.ts",
|
|
7932
7948
|
"../src/entity/modules/templates/schemeorder/reachuschemeconfigorder.ts",
|
|
7933
|
-
"../src/entity/modules/templates/schemeorder/
|
|
7934
|
-
"../src/entity/modules/templates/schemeorder/
|
|
7949
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigorder.ts",
|
|
7950
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigordermapped.ts",
|
|
7935
7951
|
"../src/entity/modules/templates/schemeproduct/reachuschemeconfigproduct.ts",
|
|
7936
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
7937
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
7952
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproduct.ts",
|
|
7953
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproductmapped.ts",
|
|
7938
7954
|
"../src/entity/modules/templates/schemevariant/reachuschemeconfigvariant.ts",
|
|
7939
|
-
"../src/entity/modules/templates/schemevariant/
|
|
7940
|
-
"../src/entity/modules/templates/schemevariant/
|
|
7941
|
-
"../src/entity/modules/templates/
|
|
7942
|
-
"../src/entity/modules/templates/
|
|
7955
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariant.ts",
|
|
7956
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariantmapped.ts",
|
|
7957
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
7958
|
+
"../src/entity/modules/templates/usertemplateecommerce.ts",
|
|
7943
7959
|
"../src/entity/notification.ts",
|
|
7944
7960
|
"../src/entity/option.ts",
|
|
7945
7961
|
"../src/entity/order.ts",
|
|
@@ -8020,80 +8036,80 @@
|
|
|
8020
8036
|
],
|
|
8021
8037
|
"../src/entity/modules/templates/authinfo.ts": [
|
|
8022
8038
|
"../src/entity/auditedmodel.ts",
|
|
8023
|
-
"../src/entity/modules/templates/
|
|
8039
|
+
"../src/entity/modules/templates/usertemplateecommerce.ts"
|
|
8024
8040
|
],
|
|
8025
8041
|
"../src/entity/modules/templates/authmethod.ts": [
|
|
8026
8042
|
"../src/entity/auditedmodel.ts",
|
|
8027
|
-
"../src/entity/modules/templates/
|
|
8043
|
+
"../src/entity/modules/templates/templateecommerce.ts"
|
|
8028
8044
|
],
|
|
8029
|
-
"../src/entity/modules/templates/
|
|
8045
|
+
"../src/entity/modules/templates/endpointtemplateecommerce.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/schemeorder/reachuschemeconfigorder.ts": [
|
|
8034
8050
|
"../src/entity/auditedmodel.ts",
|
|
8035
|
-
"../src/entity/modules/templates/
|
|
8051
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
8036
8052
|
"../src/entity/user.ts"
|
|
8037
8053
|
],
|
|
8038
|
-
"../src/entity/modules/templates/schemeorder/
|
|
8054
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigorder.ts": [
|
|
8039
8055
|
"../src/entity/auditedmodel.ts",
|
|
8040
|
-
"../src/entity/modules/templates/
|
|
8056
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
8041
8057
|
"../src/entity/user.ts"
|
|
8042
8058
|
],
|
|
8043
|
-
"../src/entity/modules/templates/schemeorder/
|
|
8059
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigordermapped.ts": [
|
|
8044
8060
|
"../src/entity/auditedmodel.ts",
|
|
8045
|
-
"../src/entity/modules/templates/
|
|
8061
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
8046
8062
|
"../src/entity/user.ts"
|
|
8047
8063
|
],
|
|
8048
8064
|
"../src/entity/modules/templates/schemeproduct/reachuschemeconfigproduct.ts": [
|
|
8049
8065
|
"../src/entity/auditedmodel.ts",
|
|
8050
|
-
"../src/entity/modules/templates/
|
|
8066
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
8051
8067
|
"../src/entity/user.ts"
|
|
8052
8068
|
],
|
|
8053
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
8069
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproduct.ts": [
|
|
8054
8070
|
"../src/entity/auditedmodel.ts",
|
|
8055
|
-
"../src/entity/modules/templates/
|
|
8071
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
8056
8072
|
"../src/entity/user.ts"
|
|
8057
8073
|
],
|
|
8058
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
8074
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproductmapped.ts": [
|
|
8059
8075
|
"../src/entity/auditedmodel.ts",
|
|
8060
|
-
"../src/entity/modules/templates/
|
|
8076
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
8061
8077
|
"../src/entity/user.ts"
|
|
8062
8078
|
],
|
|
8063
8079
|
"../src/entity/modules/templates/schemevariant/reachuschemeconfigvariant.ts": [
|
|
8064
8080
|
"../src/entity/auditedmodel.ts",
|
|
8065
|
-
"../src/entity/modules/templates/
|
|
8081
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
8066
8082
|
"../src/entity/user.ts"
|
|
8067
8083
|
],
|
|
8068
|
-
"../src/entity/modules/templates/schemevariant/
|
|
8084
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariant.ts": [
|
|
8069
8085
|
"../src/entity/auditedmodel.ts",
|
|
8070
|
-
"../src/entity/modules/templates/
|
|
8086
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
8071
8087
|
"../src/entity/user.ts"
|
|
8072
8088
|
],
|
|
8073
|
-
"../src/entity/modules/templates/schemevariant/
|
|
8089
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariantmapped.ts": [
|
|
8074
8090
|
"../src/entity/auditedmodel.ts",
|
|
8075
|
-
"../src/entity/modules/templates/
|
|
8091
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
8076
8092
|
"../src/entity/user.ts"
|
|
8077
8093
|
],
|
|
8078
|
-
"../src/entity/modules/templates/
|
|
8094
|
+
"../src/entity/modules/templates/templateecommerce.ts": [
|
|
8079
8095
|
"../src/entity/auditedmodel.ts",
|
|
8080
8096
|
"../src/entity/modules/templates/authmethod.ts",
|
|
8081
8097
|
"../src/entity/modules/templates/schemeorder/reachuschemeconfigorder.ts",
|
|
8082
|
-
"../src/entity/modules/templates/schemeorder/
|
|
8083
|
-
"../src/entity/modules/templates/schemeorder/
|
|
8098
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigorder.ts",
|
|
8099
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigordermapped.ts",
|
|
8084
8100
|
"../src/entity/modules/templates/schemeproduct/reachuschemeconfigproduct.ts",
|
|
8085
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
8086
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
8101
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproduct.ts",
|
|
8102
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproductmapped.ts",
|
|
8087
8103
|
"../src/entity/modules/templates/schemevariant/reachuschemeconfigvariant.ts",
|
|
8088
|
-
"../src/entity/modules/templates/schemevariant/
|
|
8089
|
-
"../src/entity/modules/templates/schemevariant/
|
|
8090
|
-
"../src/entity/modules/templates/
|
|
8104
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariant.ts",
|
|
8105
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariantmapped.ts",
|
|
8106
|
+
"../src/entity/modules/templates/usertemplateecommerce.ts"
|
|
8091
8107
|
],
|
|
8092
|
-
"../src/entity/modules/templates/
|
|
8108
|
+
"../src/entity/modules/templates/usertemplateecommerce.ts": [
|
|
8093
8109
|
"../src/entity/auditedmodel.ts",
|
|
8094
8110
|
"../src/entity/modules/templates/authinfo.ts",
|
|
8095
|
-
"../src/entity/modules/templates/
|
|
8096
|
-
"../src/entity/modules/templates/
|
|
8111
|
+
"../src/entity/modules/templates/endpointtemplateecommerce.ts",
|
|
8112
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
8097
8113
|
"../src/entity/user.ts"
|
|
8098
8114
|
],
|
|
8099
8115
|
"../src/entity/notification.ts": [
|
|
@@ -8412,6 +8428,12 @@
|
|
|
8412
8428
|
"../src/migrations/1681236978678-template-channel-update.ts": [
|
|
8413
8429
|
"../node_modules/typeorm/index.d.ts"
|
|
8414
8430
|
],
|
|
8431
|
+
"../src/migrations/1681258240525-template-channel-update-2.ts": [
|
|
8432
|
+
"../node_modules/typeorm/index.d.ts"
|
|
8433
|
+
],
|
|
8434
|
+
"../src/migrations/1681485048240-template-ecommerce.ts": [
|
|
8435
|
+
"../node_modules/typeorm/index.d.ts"
|
|
8436
|
+
],
|
|
8415
8437
|
"../src/migrations/index.ts": [
|
|
8416
8438
|
"../src/migrations/1628474597284-initialschema.ts",
|
|
8417
8439
|
"../src/migrations/1630077596132-removemangopay.ts",
|
|
@@ -8503,18 +8525,18 @@
|
|
|
8503
8525
|
"../node_modules/typeorm/index.d.ts",
|
|
8504
8526
|
"../src/entity/modules/templates/authinfo.ts",
|
|
8505
8527
|
"../src/entity/modules/templates/authmethod.ts",
|
|
8506
|
-
"../src/entity/modules/templates/
|
|
8528
|
+
"../src/entity/modules/templates/endpointtemplateecommerce.ts",
|
|
8507
8529
|
"../src/entity/modules/templates/schemeorder/reachuschemeconfigorder.ts",
|
|
8508
|
-
"../src/entity/modules/templates/schemeorder/
|
|
8509
|
-
"../src/entity/modules/templates/schemeorder/
|
|
8530
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigorder.ts",
|
|
8531
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigordermapped.ts",
|
|
8510
8532
|
"../src/entity/modules/templates/schemeproduct/reachuschemeconfigproduct.ts",
|
|
8511
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
8512
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
8533
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproduct.ts",
|
|
8534
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproductmapped.ts",
|
|
8513
8535
|
"../src/entity/modules/templates/schemevariant/reachuschemeconfigvariant.ts",
|
|
8514
|
-
"../src/entity/modules/templates/schemevariant/
|
|
8515
|
-
"../src/entity/modules/templates/schemevariant/
|
|
8516
|
-
"../src/entity/modules/templates/
|
|
8517
|
-
"../src/entity/modules/templates/
|
|
8536
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariant.ts",
|
|
8537
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariantmapped.ts",
|
|
8538
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
8539
|
+
"../src/entity/modules/templates/usertemplateecommerce.ts"
|
|
8518
8540
|
],
|
|
8519
8541
|
"../src/staticdata/index.ts": [
|
|
8520
8542
|
"../src/staticdata/channelname.ts",
|
|
@@ -9073,18 +9095,18 @@
|
|
|
9073
9095
|
"../src/entity/modules/shopcart/pricedata.ts",
|
|
9074
9096
|
"../src/entity/modules/templates/authinfo.ts",
|
|
9075
9097
|
"../src/entity/modules/templates/authmethod.ts",
|
|
9076
|
-
"../src/entity/modules/templates/
|
|
9098
|
+
"../src/entity/modules/templates/endpointtemplateecommerce.ts",
|
|
9077
9099
|
"../src/entity/modules/templates/schemeorder/reachuschemeconfigorder.ts",
|
|
9078
|
-
"../src/entity/modules/templates/schemeorder/
|
|
9079
|
-
"../src/entity/modules/templates/schemeorder/
|
|
9100
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigorder.ts",
|
|
9101
|
+
"../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigordermapped.ts",
|
|
9080
9102
|
"../src/entity/modules/templates/schemeproduct/reachuschemeconfigproduct.ts",
|
|
9081
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
9082
|
-
"../src/entity/modules/templates/schemeproduct/
|
|
9103
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproduct.ts",
|
|
9104
|
+
"../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproductmapped.ts",
|
|
9083
9105
|
"../src/entity/modules/templates/schemevariant/reachuschemeconfigvariant.ts",
|
|
9084
|
-
"../src/entity/modules/templates/schemevariant/
|
|
9085
|
-
"../src/entity/modules/templates/schemevariant/
|
|
9086
|
-
"../src/entity/modules/templates/
|
|
9087
|
-
"../src/entity/modules/templates/
|
|
9106
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariant.ts",
|
|
9107
|
+
"../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariantmapped.ts",
|
|
9108
|
+
"../src/entity/modules/templates/templateecommerce.ts",
|
|
9109
|
+
"../src/entity/modules/templates/usertemplateecommerce.ts",
|
|
9088
9110
|
"../src/entity/notification.ts",
|
|
9089
9111
|
"../src/entity/option.ts",
|
|
9090
9112
|
"../src/entity/order.ts",
|
|
@@ -9175,6 +9197,8 @@
|
|
|
9175
9197
|
"../src/migrations/1681167494090-template-channel-name.ts",
|
|
9176
9198
|
"../src/migrations/1681170372251-template-channel-fix.ts",
|
|
9177
9199
|
"../src/migrations/1681236978678-template-channel-update.ts",
|
|
9200
|
+
"../src/migrations/1681258240525-template-channel-update-2.ts",
|
|
9201
|
+
"../src/migrations/1681485048240-template-ecommerce.ts",
|
|
9178
9202
|
"../src/migrations/execute/index.ts",
|
|
9179
9203
|
"../src/migrations/index.ts",
|
|
9180
9204
|
"../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.24",
|
|
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.24",
|
|
25
|
+
"@reachu/utils": "1.0.24",
|
|
26
26
|
"dotenv": "8.0.0",
|
|
27
27
|
"express": "4.17.1",
|
|
28
28
|
"mysql2": "1.5.2",
|