@reachu/database 1.0.23 → 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.
Files changed (90) hide show
  1. package/dist/entity/index.d.ts +10 -10
  2. package/dist/entity/index.js +19 -19
  3. package/dist/entity/index.js.map +1 -1
  4. package/dist/entity/modules/templates/AuthInfo.d.ts +2 -2
  5. package/dist/entity/modules/templates/AuthInfo.js +3 -3
  6. package/dist/entity/modules/templates/AuthInfo.js.map +1 -1
  7. package/dist/entity/modules/templates/AuthMethod.d.ts +2 -2
  8. package/dist/entity/modules/templates/AuthMethod.js +3 -3
  9. package/dist/entity/modules/templates/AuthMethod.js.map +1 -1
  10. package/dist/entity/modules/templates/EndpointTemplateEcommerce.d.ts +10 -0
  11. package/dist/entity/modules/templates/{EndpointTemplateChannel.js → EndpointTemplateEcommerce.js} +14 -14
  12. package/dist/entity/modules/templates/EndpointTemplateEcommerce.js.map +1 -0
  13. package/dist/entity/modules/templates/TemplateEcommerce.d.ts +28 -0
  14. package/dist/entity/modules/templates/TemplateEcommerce.js +130 -0
  15. package/dist/entity/modules/templates/TemplateEcommerce.js.map +1 -0
  16. package/dist/entity/modules/templates/UserTemplateEcommerce.d.ts +13 -0
  17. package/dist/entity/modules/templates/{UserTemplateChannel.js → UserTemplateEcommerce.js} +16 -16
  18. package/dist/entity/modules/templates/UserTemplateEcommerce.js.map +1 -0
  19. package/dist/entity/modules/templates/schemeOrder/ReachuSchemeConfigOrder.d.ts +2 -2
  20. package/dist/entity/modules/templates/schemeOrder/ReachuSchemeConfigOrder.js +3 -3
  21. package/dist/entity/modules/templates/schemeOrder/ReachuSchemeConfigOrder.js.map +1 -1
  22. package/dist/entity/modules/templates/{schemeVariant/TemplateChannelSchemeConfigVariant.d.ts → schemeOrder/TemplateEcommerceSchemeConfigOrder.d.ts} +3 -3
  23. package/dist/entity/modules/templates/{schemeVariant/TemplateChannelSchemeConfigVariant.js → schemeOrder/TemplateEcommerceSchemeConfigOrder.js} +14 -14
  24. package/dist/entity/modules/templates/schemeOrder/TemplateEcommerceSchemeConfigOrder.js.map +1 -0
  25. package/dist/entity/modules/templates/{schemeVariant/TemplateChannelSchemeConfigVariantMapped.d.ts → schemeOrder/TemplateEcommerceSchemeConfigOrderMapped.d.ts} +3 -3
  26. package/dist/entity/modules/templates/{schemeVariant/TemplateChannelSchemeConfigVariantMapped.js → schemeOrder/TemplateEcommerceSchemeConfigOrderMapped.js} +14 -14
  27. package/dist/entity/modules/templates/schemeOrder/TemplateEcommerceSchemeConfigOrderMapped.js.map +1 -0
  28. package/dist/entity/modules/templates/schemeProduct/ReachuSchemeConfigProduct.d.ts +2 -2
  29. package/dist/entity/modules/templates/schemeProduct/ReachuSchemeConfigProduct.js +3 -3
  30. package/dist/entity/modules/templates/schemeProduct/ReachuSchemeConfigProduct.js.map +1 -1
  31. package/dist/entity/modules/templates/schemeProduct/TemplateEcommerceSchemeConfigProduct.d.ts +11 -0
  32. package/dist/entity/modules/templates/schemeProduct/{TemplateChannelSchemeConfigProduct.js → TemplateEcommerceSchemeConfigProduct.js} +13 -13
  33. package/dist/entity/modules/templates/schemeProduct/TemplateEcommerceSchemeConfigProduct.js.map +1 -0
  34. package/dist/entity/modules/templates/schemeProduct/TemplateEcommerceSchemeConfigProductMapped.d.ts +11 -0
  35. package/dist/entity/modules/templates/schemeProduct/{TemplateChannelSchemeConfigProductMapped.js → TemplateEcommerceSchemeConfigProductMapped.js} +13 -13
  36. package/dist/entity/modules/templates/schemeProduct/TemplateEcommerceSchemeConfigProductMapped.js.map +1 -0
  37. package/dist/entity/modules/templates/schemeVariant/ReachuSchemeConfigVariant.d.ts +2 -2
  38. package/dist/entity/modules/templates/schemeVariant/ReachuSchemeConfigVariant.js +3 -3
  39. package/dist/entity/modules/templates/schemeVariant/ReachuSchemeConfigVariant.js.map +1 -1
  40. package/dist/entity/modules/templates/{schemeOrder/TemplateChannelSchemeConfigOrder.d.ts → schemeVariant/TemplateEcommerceSchemeConfigVariant.d.ts} +3 -3
  41. package/dist/entity/modules/templates/{schemeOrder/TemplateChannelSchemeConfigOrder.js → schemeVariant/TemplateEcommerceSchemeConfigVariant.js} +14 -14
  42. package/dist/entity/modules/templates/schemeVariant/TemplateEcommerceSchemeConfigVariant.js.map +1 -0
  43. package/dist/entity/modules/templates/{schemeOrder/TemplateChannelSchemeConfigOrderMapped.d.ts → schemeVariant/TemplateEcommerceSchemeConfigVariantMapped.d.ts} +3 -3
  44. package/dist/entity/modules/templates/{schemeOrder/TemplateChannelSchemeConfigOrderMapped.js → schemeVariant/TemplateEcommerceSchemeConfigVariantMapped.js} +14 -14
  45. package/dist/entity/modules/templates/schemeVariant/TemplateEcommerceSchemeConfigVariantMapped.js.map +1 -0
  46. package/dist/migrations/1681485048240-template-ecommerce.d.ts +6 -0
  47. package/dist/migrations/1681485048240-template-ecommerce.js +86 -0
  48. package/dist/migrations/1681485048240-template-ecommerce.js.map +1 -0
  49. package/dist/repositories/index.d.ts +2 -2
  50. package/dist/repositories/index.js +10 -10
  51. package/dist/repositories/index.js.map +1 -1
  52. package/dist/repositories/templates/index.d.ts +18 -18
  53. package/dist/repositories/templates/index.js +64 -64
  54. package/dist/repositories/templates/index.js.map +1 -1
  55. package/dist/tsconfig.tsbuildinfo +160 -148
  56. package/package.json +3 -3
  57. package/src/entity/index.ts +18 -18
  58. package/src/entity/modules/templates/AuthInfo.ts +4 -4
  59. package/src/entity/modules/templates/AuthMethod.ts +4 -4
  60. package/src/entity/modules/templates/{EndpointTemplateChannel.ts → EndpointTemplateEcommerce.ts} +6 -5
  61. package/src/entity/modules/templates/TemplateEcommerce.ts +154 -0
  62. package/src/entity/modules/templates/{UserTemplateChannel.ts → UserTemplateEcommerce.ts} +10 -10
  63. package/src/entity/modules/templates/schemeOrder/ReachuSchemeConfigOrder.ts +4 -4
  64. package/src/entity/modules/templates/{schemeVariant/TemplateChannelSchemeConfigVariant.ts → schemeOrder/TemplateEcommerceSchemeConfigOrder.ts} +5 -6
  65. package/src/entity/modules/templates/{schemeVariant/TemplateChannelSchemeConfigVariantMapped.ts → schemeOrder/TemplateEcommerceSchemeConfigOrderMapped.ts} +6 -6
  66. package/src/entity/modules/templates/schemeProduct/ReachuSchemeConfigProduct.ts +4 -4
  67. package/src/entity/modules/templates/schemeProduct/{TemplateChannelSchemeConfigProduct.ts → TemplateEcommerceSchemeConfigProduct.ts} +6 -5
  68. package/src/entity/modules/templates/schemeProduct/{TemplateChannelSchemeConfigProductMapped.ts → TemplateEcommerceSchemeConfigProductMapped.ts} +6 -5
  69. package/src/entity/modules/templates/schemeVariant/ReachuSchemeConfigVariant.ts +4 -5
  70. package/src/entity/modules/templates/{schemeOrder/TemplateChannelSchemeConfigOrder.ts → schemeVariant/TemplateEcommerceSchemeConfigVariant.ts} +6 -6
  71. package/src/entity/modules/templates/{schemeOrder/TemplateChannelSchemeConfigOrderMapped.ts → schemeVariant/TemplateEcommerceSchemeConfigVariantMapped.ts} +6 -5
  72. package/src/migrations/1681485048240-template-ecommerce.ts +71 -0
  73. package/src/repositories/index.ts +18 -18
  74. package/src/repositories/templates/index.ts +27 -27
  75. package/dist/entity/modules/templates/EndpointTemplateChannel.d.ts +0 -10
  76. package/dist/entity/modules/templates/EndpointTemplateChannel.js.map +0 -1
  77. package/dist/entity/modules/templates/TemplateChannel.d.ts +0 -28
  78. package/dist/entity/modules/templates/TemplateChannel.js +0 -130
  79. package/dist/entity/modules/templates/TemplateChannel.js.map +0 -1
  80. package/dist/entity/modules/templates/UserTemplateChannel.d.ts +0 -13
  81. package/dist/entity/modules/templates/UserTemplateChannel.js.map +0 -1
  82. package/dist/entity/modules/templates/schemeOrder/TemplateChannelSchemeConfigOrder.js.map +0 -1
  83. package/dist/entity/modules/templates/schemeOrder/TemplateChannelSchemeConfigOrderMapped.js.map +0 -1
  84. package/dist/entity/modules/templates/schemeProduct/TemplateChannelSchemeConfigProduct.d.ts +0 -11
  85. package/dist/entity/modules/templates/schemeProduct/TemplateChannelSchemeConfigProduct.js.map +0 -1
  86. package/dist/entity/modules/templates/schemeProduct/TemplateChannelSchemeConfigProductMapped.d.ts +0 -11
  87. package/dist/entity/modules/templates/schemeProduct/TemplateChannelSchemeConfigProductMapped.js.map +0 -1
  88. package/dist/entity/modules/templates/schemeVariant/TemplateChannelSchemeConfigVariant.js.map +0 -1
  89. package/dist/entity/modules/templates/schemeVariant/TemplateChannelSchemeConfigVariantMapped.js.map +0 -1
  90. 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/endpointtemplatechannel.ts": {
2625
- "version": "977b019efe1c8a4277ca66e1821fd8930f464e82902425cc64286e84804d09c1",
2626
- "signature": "6d19c60e5a1ee07815d067bce52ff06a79b32c9e7a5ad0657c7cbdbd5962c3b8",
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": "9a2d68655273467bb096730dffcf37e2bc2f48730158740b146ff4b4cdf3deaa",
2631
- "signature": "5fe631cd5c4032607d7a917ff8711062adee853b93212053b270854084bca568",
2630
+ "version": "b5be1707eed5d2d6664ebdc597636dbe503c22479433effc9f293dd955e59afb",
2631
+ "signature": "fbff0b8646eeceba98cf2657fa67d3eb63854ab1d7e6d43da288e355fd0233ea",
2632
2632
  "affectsGlobalScope": false
2633
2633
  },
2634
- "../src/entity/modules/templates/schemeproduct/templatechannelschemeconfigproduct.ts": {
2635
- "version": "9b8e6372daf7f396cc5eed57c6ce17a5ca829bcb48b3fc760930680b1e40d067",
2636
- "signature": "c15d6e6660f17d68878f1bbca0a1d97c8dee2c97ed5771afea83f8c75282bf2b",
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/templatechannelschemeconfigproductmapped.ts": {
2640
- "version": "40da270b1e1e35b345c9db825a99bcb71b12857eed78f67f3442578239f19ca1",
2641
- "signature": "54c71592420960c6a0b0ce0beb2be64ce7d115e44e8cef3dcb523a41b4b3f404",
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": "3a032b11d7a0b53de9784aa90be7a2a181bba951e7be01b45eba37625a596ee2",
2646
- "signature": "3b7bf3d20b1ff4b4a294e89b42bf9ee9e8649cf4529f48025c22638ae0a97063",
2645
+ "version": "1a6d55f998eef2b5fa52506063037abc6953b63a57ec27a3336de1fddb02c288",
2646
+ "signature": "23d0abc85b0ca769679f78dc4322cd953ad451ac9990b62948f37814bed4574d",
2647
2647
  "affectsGlobalScope": false
2648
2648
  },
2649
- "../src/entity/modules/templates/schemevariant/templatechannelschemeconfigvariant.ts": {
2650
- "version": "6fd7708b4f0f2506ffc22e664ea9f1298e7009992120af8ffa51076792ea7c5d",
2651
- "signature": "eaba217931299141fb4a8b07485f4c36ee2e7fad767243f87003883a2bbdd06b",
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/templatechannelschemeconfigvariantmapped.ts": {
2655
- "version": "d10c4c15d37dc16f967aced39551838e30d329810e061cd2d1acf18060a53272",
2656
- "signature": "d8a2ff39cdc21a2a639e456fb11eb4913d68eceff1112285cb89f87ebaa75f7f",
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": "7f9a31e5e2ae9c37b43deae14ba7d47d5fe941fd0fb3203d70b8bf8a620b092e",
2661
- "signature": "22467b3580476674f26837d554b784e8aae0d243d82a3639ad069ebc1139b2b6",
2660
+ "version": "d17a664ddaf442968409926650f78443aa51df077abb3cf2b5b2f1e07309afff",
2661
+ "signature": "51c4a0dd981338105a0e627f0e426ebe7962d5689d68f921da736ded4b0a8a57",
2662
2662
  "affectsGlobalScope": false
2663
2663
  },
2664
- "../src/entity/modules/templates/schemeorder/templatechannelschemeconfigorder.ts": {
2665
- "version": "3035f71f765c044dd28de12a2867b4e2468d6b9dc86d2512b6d9b188989c677a",
2666
- "signature": "87a0bcc2c882e0bc2f496d66d095e43fa1027c9679ab4d17fee48a4bc6b4fd2a",
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/templatechannelschemeconfigordermapped.ts": {
2670
- "version": "36428ad86314bcadb4a162c56aae0b32d6193043395a27be9ac4b2315edf8da8",
2671
- "signature": "71483e0e940e4e87919df3817678a6d67d5a580aaff62d484ebde5d76d64f4c3",
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": "27a6e6d4cec135f4f3bfed190af2e36f8e648bae3051b30a69080fbf4e27b6f5",
2676
- "signature": "7b7b1f755661d2c537215d87f95d2114d960391e1835054bbb5ec1739778df7b",
2675
+ "version": "55f861e137ad10c8f6c2a40efd9c77f84f948c818cbb1bca4573bb744ffd830f",
2676
+ "signature": "8bb48b1fe66a6cceef7d1c30570f4a0da08abd7e44208081b0e5447f76389d49",
2677
2677
  "affectsGlobalScope": false
2678
2678
  },
2679
- "../src/entity/modules/templates/templatechannel.ts": {
2680
- "version": "f1961c6544b251bef9a7142ede9fbd0ff1851128e2f0ce92e4a60435bdab70a6",
2681
- "signature": "7d02f291329fa4ff18ca8782779cacf3a2989bc64fdb564ca7d7c0c6d0298bd3",
2679
+ "../src/entity/modules/templates/templateecommerce.ts": {
2680
+ "version": "e8dba2c0d38345a6e34c68f6a0b8cd343e583839eab64839f962aaac3444469c",
2681
+ "signature": "f8b33d32f518b8148b6bae018c89bcaeaf3ae7f33debe98976b0eedcdf66e6e1",
2682
2682
  "affectsGlobalScope": false
2683
2683
  },
2684
- "../src/entity/modules/templates/usertemplatechannel.ts": {
2685
- "version": "d30027cc5078aaf3f688d641e3490740fe811f9754839bb81e10326fb28ba3c5",
2686
- "signature": "3057428477650166b0d907b96c0e758f357ec9dfe6c1be82fb8ce27976ee51b7",
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": "cf831c8fea3b85f0c43964688a7c880235828ceb0511203e10e671d642fdacd9",
2691
- "signature": "e0decd06165d68e0e1cf02fd2d5720dd321e90337eb173a85d4ca79af8bcc68a",
2690
+ "version": "f64cb65016e7b6865e1425e70d295b683ab3f4ea5506f5734933c795cc0c6f8f",
2691
+ "signature": "60080c55ede647941c0ab1932f7a3484fb629cd4ba5d90dbe4e10e5c37b5cda6",
2692
2692
  "affectsGlobalScope": false
2693
2693
  },
2694
2694
  "../src/entity/index.ts": {
2695
- "version": "44b6e23be4361ce7e32c94b031f5639fe44ab6f62ee4f96b7f25985b2cef01dd",
2696
- "signature": "1393566f8bbd78b86cafeb5da7171f9abd1f77bbc09ad59114699a5de0c624c6",
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": "1da2e1c9c1cef78cd4049e41cf50c0059397a6caef98aa3db7ef606d3bde7a89",
2766
- "signature": "b21e38e24e414d949ca746e7e65ac4b21cdef9e0b40ee051057af83f031c07b3",
2765
+ "version": "2071156e68d64fec135d20c802a4304d7c9c23345577a0e88226d48553985161",
2766
+ "signature": "fd822c40807b9622276013800239377094976c7abc6dd30837569da3097afee7",
2767
2767
  "affectsGlobalScope": false
2768
2768
  },
2769
2769
  "../src/repositories/index.ts": {
2770
- "version": "79dc05ecd603f6c3637b43b224fda3b0891cc3666ce875fba5263348dd39571d",
2771
- "signature": "33071b6d0d9486189e6a62040ad8ed4e4c3b7fa196a34d730cb4ef2dfa2a6f6c",
2770
+ "version": "520c47138fa6ed95c5b2a5db32cfebda8b45cdffe585424cbe7f3700f06f9bae",
2771
+ "signature": "84ed3da60023ec7770a53aba65e0a2273d986acae6b35cf7e543218036d270e0",
2772
2772
  "affectsGlobalScope": false
2773
2773
  },
2774
2774
  "../src/subscribers/productsubscriber.ts": {
@@ -3131,6 +3131,11 @@
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
+ },
3134
3139
  "../src/migrations/execute/index.ts": {
3135
3140
  "version": "8b5bf13d095aeb57afd593adf3d799681176a13c327e2f77e0028e178c4ee3b9",
3136
3141
  "signature": "8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881",
@@ -5277,18 +5282,18 @@
5277
5282
  "../src/entity/modules/shopcart/pricedata.ts",
5278
5283
  "../src/entity/modules/templates/authinfo.ts",
5279
5284
  "../src/entity/modules/templates/authmethod.ts",
5280
- "../src/entity/modules/templates/endpointtemplatechannel.ts",
5285
+ "../src/entity/modules/templates/endpointtemplateecommerce.ts",
5281
5286
  "../src/entity/modules/templates/schemeorder/reachuschemeconfigorder.ts",
5282
- "../src/entity/modules/templates/schemeorder/templatechannelschemeconfigorder.ts",
5283
- "../src/entity/modules/templates/schemeorder/templatechannelschemeconfigordermapped.ts",
5287
+ "../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigorder.ts",
5288
+ "../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigordermapped.ts",
5284
5289
  "../src/entity/modules/templates/schemeproduct/reachuschemeconfigproduct.ts",
5285
- "../src/entity/modules/templates/schemeproduct/templatechannelschemeconfigproduct.ts",
5286
- "../src/entity/modules/templates/schemeproduct/templatechannelschemeconfigproductmapped.ts",
5290
+ "../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproduct.ts",
5291
+ "../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproductmapped.ts",
5287
5292
  "../src/entity/modules/templates/schemevariant/reachuschemeconfigvariant.ts",
5288
- "../src/entity/modules/templates/schemevariant/templatechannelschemeconfigvariant.ts",
5289
- "../src/entity/modules/templates/schemevariant/templatechannelschemeconfigvariantmapped.ts",
5290
- "../src/entity/modules/templates/templatechannel.ts",
5291
- "../src/entity/modules/templates/usertemplatechannel.ts",
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",
5292
5297
  "../src/entity/notification.ts",
5293
5298
  "../src/entity/option.ts",
5294
5299
  "../src/entity/order.ts",
@@ -5383,93 +5388,93 @@
5383
5388
  "../src/entity/modules/templates/authinfo.ts": [
5384
5389
  "../node_modules/typeorm/index.d.ts",
5385
5390
  "../src/entity/auditedmodel.ts",
5386
- "../src/entity/modules/templates/usertemplatechannel.ts"
5391
+ "../src/entity/modules/templates/usertemplateecommerce.ts"
5387
5392
  ],
5388
5393
  "../src/entity/modules/templates/authmethod.ts": [
5389
5394
  "../node_modules/typeorm/index.d.ts",
5390
5395
  "../src/entity/auditedmodel.ts",
5391
- "../src/entity/modules/templates/templatechannel.ts"
5396
+ "../src/entity/modules/templates/templateecommerce.ts"
5392
5397
  ],
5393
- "../src/entity/modules/templates/endpointtemplatechannel.ts": [
5398
+ "../src/entity/modules/templates/endpointtemplateecommerce.ts": [
5394
5399
  "../node_modules/typeorm/index.d.ts",
5395
5400
  "../src/entity/auditedmodel.ts",
5396
- "../src/entity/modules/templates/usertemplatechannel.ts"
5401
+ "../src/entity/modules/templates/usertemplateecommerce.ts"
5397
5402
  ],
5398
5403
  "../src/entity/modules/templates/schemeorder/reachuschemeconfigorder.ts": [
5399
5404
  "../node_modules/typeorm/index.d.ts",
5400
5405
  "../src/entity/auditedmodel.ts",
5401
- "../src/entity/modules/templates/templatechannel.ts",
5406
+ "../src/entity/modules/templates/templateecommerce.ts",
5402
5407
  "../src/entity/user.ts"
5403
5408
  ],
5404
- "../src/entity/modules/templates/schemeorder/templatechannelschemeconfigorder.ts": [
5409
+ "../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigorder.ts": [
5405
5410
  "../node_modules/typeorm/index.d.ts",
5406
5411
  "../src/entity/auditedmodel.ts",
5407
- "../src/entity/modules/templates/templatechannel.ts",
5412
+ "../src/entity/modules/templates/templateecommerce.ts",
5408
5413
  "../src/entity/user.ts"
5409
5414
  ],
5410
- "../src/entity/modules/templates/schemeorder/templatechannelschemeconfigordermapped.ts": [
5415
+ "../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigordermapped.ts": [
5411
5416
  "../node_modules/typeorm/index.d.ts",
5412
5417
  "../src/entity/auditedmodel.ts",
5413
- "../src/entity/modules/templates/templatechannel.ts",
5418
+ "../src/entity/modules/templates/templateecommerce.ts",
5414
5419
  "../src/entity/user.ts"
5415
5420
  ],
5416
5421
  "../src/entity/modules/templates/schemeproduct/reachuschemeconfigproduct.ts": [
5417
5422
  "../node_modules/typeorm/index.d.ts",
5418
5423
  "../src/entity/auditedmodel.ts",
5419
- "../src/entity/modules/templates/templatechannel.ts",
5424
+ "../src/entity/modules/templates/templateecommerce.ts",
5420
5425
  "../src/entity/user.ts"
5421
5426
  ],
5422
- "../src/entity/modules/templates/schemeproduct/templatechannelschemeconfigproduct.ts": [
5427
+ "../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproduct.ts": [
5423
5428
  "../node_modules/typeorm/index.d.ts",
5424
5429
  "../src/entity/auditedmodel.ts",
5425
- "../src/entity/modules/templates/templatechannel.ts",
5430
+ "../src/entity/modules/templates/templateecommerce.ts",
5426
5431
  "../src/entity/user.ts"
5427
5432
  ],
5428
- "../src/entity/modules/templates/schemeproduct/templatechannelschemeconfigproductmapped.ts": [
5433
+ "../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproductmapped.ts": [
5429
5434
  "../node_modules/typeorm/index.d.ts",
5430
5435
  "../src/entity/auditedmodel.ts",
5431
- "../src/entity/modules/templates/templatechannel.ts",
5436
+ "../src/entity/modules/templates/templateecommerce.ts",
5432
5437
  "../src/entity/user.ts"
5433
5438
  ],
5434
5439
  "../src/entity/modules/templates/schemevariant/reachuschemeconfigvariant.ts": [
5435
5440
  "../node_modules/typeorm/index.d.ts",
5436
5441
  "../src/entity/auditedmodel.ts",
5437
- "../src/entity/modules/templates/templatechannel.ts",
5442
+ "../src/entity/modules/templates/templateecommerce.ts",
5438
5443
  "../src/entity/user.ts"
5439
5444
  ],
5440
- "../src/entity/modules/templates/schemevariant/templatechannelschemeconfigvariant.ts": [
5445
+ "../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariant.ts": [
5441
5446
  "../node_modules/typeorm/index.d.ts",
5442
5447
  "../src/entity/auditedmodel.ts",
5443
- "../src/entity/modules/templates/templatechannel.ts",
5448
+ "../src/entity/modules/templates/templateecommerce.ts",
5444
5449
  "../src/entity/user.ts"
5445
5450
  ],
5446
- "../src/entity/modules/templates/schemevariant/templatechannelschemeconfigvariantmapped.ts": [
5451
+ "../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariantmapped.ts": [
5447
5452
  "../node_modules/typeorm/index.d.ts",
5448
5453
  "../src/entity/auditedmodel.ts",
5449
- "../src/entity/modules/templates/templatechannel.ts",
5454
+ "../src/entity/modules/templates/templateecommerce.ts",
5450
5455
  "../src/entity/user.ts"
5451
5456
  ],
5452
- "../src/entity/modules/templates/templatechannel.ts": [
5457
+ "../src/entity/modules/templates/templateecommerce.ts": [
5453
5458
  "../node_modules/typeorm/index.d.ts",
5454
5459
  "../src/entity/auditedmodel.ts",
5455
5460
  "../src/entity/modules/templates/authmethod.ts",
5456
5461
  "../src/entity/modules/templates/schemeorder/reachuschemeconfigorder.ts",
5457
- "../src/entity/modules/templates/schemeorder/templatechannelschemeconfigorder.ts",
5458
- "../src/entity/modules/templates/schemeorder/templatechannelschemeconfigordermapped.ts",
5462
+ "../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigorder.ts",
5463
+ "../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigordermapped.ts",
5459
5464
  "../src/entity/modules/templates/schemeproduct/reachuschemeconfigproduct.ts",
5460
- "../src/entity/modules/templates/schemeproduct/templatechannelschemeconfigproduct.ts",
5461
- "../src/entity/modules/templates/schemeproduct/templatechannelschemeconfigproductmapped.ts",
5465
+ "../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproduct.ts",
5466
+ "../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproductmapped.ts",
5462
5467
  "../src/entity/modules/templates/schemevariant/reachuschemeconfigvariant.ts",
5463
- "../src/entity/modules/templates/schemevariant/templatechannelschemeconfigvariant.ts",
5464
- "../src/entity/modules/templates/schemevariant/templatechannelschemeconfigvariantmapped.ts",
5465
- "../src/entity/modules/templates/usertemplatechannel.ts"
5468
+ "../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariant.ts",
5469
+ "../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariantmapped.ts",
5470
+ "../src/entity/modules/templates/usertemplateecommerce.ts"
5466
5471
  ],
5467
- "../src/entity/modules/templates/usertemplatechannel.ts": [
5472
+ "../src/entity/modules/templates/usertemplateecommerce.ts": [
5468
5473
  "../node_modules/typeorm/index.d.ts",
5469
5474
  "../src/entity/auditedmodel.ts",
5470
5475
  "../src/entity/modules/templates/authinfo.ts",
5471
- "../src/entity/modules/templates/endpointtemplatechannel.ts",
5472
- "../src/entity/modules/templates/templatechannel.ts",
5476
+ "../src/entity/modules/templates/endpointtemplateecommerce.ts",
5477
+ "../src/entity/modules/templates/templateecommerce.ts",
5473
5478
  "../src/entity/user.ts"
5474
5479
  ],
5475
5480
  "../src/entity/notification.ts": [
@@ -5851,6 +5856,9 @@
5851
5856
  "../src/migrations/1681258240525-template-channel-update-2.ts": [
5852
5857
  "../node_modules/typeorm/index.d.ts"
5853
5858
  ],
5859
+ "../src/migrations/1681485048240-template-ecommerce.ts": [
5860
+ "../node_modules/typeorm/index.d.ts"
5861
+ ],
5854
5862
  "../src/migrations/execute/index.ts": [
5855
5863
  "../src/config/connect.ts"
5856
5864
  ],
@@ -5945,18 +5953,18 @@
5945
5953
  "../node_modules/typeorm/index.d.ts",
5946
5954
  "../src/entity/modules/templates/authinfo.ts",
5947
5955
  "../src/entity/modules/templates/authmethod.ts",
5948
- "../src/entity/modules/templates/endpointtemplatechannel.ts",
5956
+ "../src/entity/modules/templates/endpointtemplateecommerce.ts",
5949
5957
  "../src/entity/modules/templates/schemeorder/reachuschemeconfigorder.ts",
5950
- "../src/entity/modules/templates/schemeorder/templatechannelschemeconfigorder.ts",
5951
- "../src/entity/modules/templates/schemeorder/templatechannelschemeconfigordermapped.ts",
5958
+ "../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigorder.ts",
5959
+ "../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigordermapped.ts",
5952
5960
  "../src/entity/modules/templates/schemeproduct/reachuschemeconfigproduct.ts",
5953
- "../src/entity/modules/templates/schemeproduct/templatechannelschemeconfigproduct.ts",
5954
- "../src/entity/modules/templates/schemeproduct/templatechannelschemeconfigproductmapped.ts",
5961
+ "../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproduct.ts",
5962
+ "../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproductmapped.ts",
5955
5963
  "../src/entity/modules/templates/schemevariant/reachuschemeconfigvariant.ts",
5956
- "../src/entity/modules/templates/schemevariant/templatechannelschemeconfigvariant.ts",
5957
- "../src/entity/modules/templates/schemevariant/templatechannelschemeconfigvariantmapped.ts",
5958
- "../src/entity/modules/templates/templatechannel.ts",
5959
- "../src/entity/modules/templates/usertemplatechannel.ts"
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"
5960
5968
  ],
5961
5969
  "../src/staticdata/index.ts": [
5962
5970
  "../src/staticdata/channelname.ts",
@@ -7936,18 +7944,18 @@
7936
7944
  "../src/entity/modules/shopcart/pricedata.ts",
7937
7945
  "../src/entity/modules/templates/authinfo.ts",
7938
7946
  "../src/entity/modules/templates/authmethod.ts",
7939
- "../src/entity/modules/templates/endpointtemplatechannel.ts",
7947
+ "../src/entity/modules/templates/endpointtemplateecommerce.ts",
7940
7948
  "../src/entity/modules/templates/schemeorder/reachuschemeconfigorder.ts",
7941
- "../src/entity/modules/templates/schemeorder/templatechannelschemeconfigorder.ts",
7942
- "../src/entity/modules/templates/schemeorder/templatechannelschemeconfigordermapped.ts",
7949
+ "../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigorder.ts",
7950
+ "../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigordermapped.ts",
7943
7951
  "../src/entity/modules/templates/schemeproduct/reachuschemeconfigproduct.ts",
7944
- "../src/entity/modules/templates/schemeproduct/templatechannelschemeconfigproduct.ts",
7945
- "../src/entity/modules/templates/schemeproduct/templatechannelschemeconfigproductmapped.ts",
7952
+ "../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproduct.ts",
7953
+ "../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproductmapped.ts",
7946
7954
  "../src/entity/modules/templates/schemevariant/reachuschemeconfigvariant.ts",
7947
- "../src/entity/modules/templates/schemevariant/templatechannelschemeconfigvariant.ts",
7948
- "../src/entity/modules/templates/schemevariant/templatechannelschemeconfigvariantmapped.ts",
7949
- "../src/entity/modules/templates/templatechannel.ts",
7950
- "../src/entity/modules/templates/usertemplatechannel.ts",
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",
7951
7959
  "../src/entity/notification.ts",
7952
7960
  "../src/entity/option.ts",
7953
7961
  "../src/entity/order.ts",
@@ -8028,80 +8036,80 @@
8028
8036
  ],
8029
8037
  "../src/entity/modules/templates/authinfo.ts": [
8030
8038
  "../src/entity/auditedmodel.ts",
8031
- "../src/entity/modules/templates/usertemplatechannel.ts"
8039
+ "../src/entity/modules/templates/usertemplateecommerce.ts"
8032
8040
  ],
8033
8041
  "../src/entity/modules/templates/authmethod.ts": [
8034
8042
  "../src/entity/auditedmodel.ts",
8035
- "../src/entity/modules/templates/templatechannel.ts"
8043
+ "../src/entity/modules/templates/templateecommerce.ts"
8036
8044
  ],
8037
- "../src/entity/modules/templates/endpointtemplatechannel.ts": [
8045
+ "../src/entity/modules/templates/endpointtemplateecommerce.ts": [
8038
8046
  "../src/entity/auditedmodel.ts",
8039
- "../src/entity/modules/templates/usertemplatechannel.ts"
8047
+ "../src/entity/modules/templates/usertemplateecommerce.ts"
8040
8048
  ],
8041
8049
  "../src/entity/modules/templates/schemeorder/reachuschemeconfigorder.ts": [
8042
8050
  "../src/entity/auditedmodel.ts",
8043
- "../src/entity/modules/templates/templatechannel.ts",
8051
+ "../src/entity/modules/templates/templateecommerce.ts",
8044
8052
  "../src/entity/user.ts"
8045
8053
  ],
8046
- "../src/entity/modules/templates/schemeorder/templatechannelschemeconfigorder.ts": [
8054
+ "../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigorder.ts": [
8047
8055
  "../src/entity/auditedmodel.ts",
8048
- "../src/entity/modules/templates/templatechannel.ts",
8056
+ "../src/entity/modules/templates/templateecommerce.ts",
8049
8057
  "../src/entity/user.ts"
8050
8058
  ],
8051
- "../src/entity/modules/templates/schemeorder/templatechannelschemeconfigordermapped.ts": [
8059
+ "../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigordermapped.ts": [
8052
8060
  "../src/entity/auditedmodel.ts",
8053
- "../src/entity/modules/templates/templatechannel.ts",
8061
+ "../src/entity/modules/templates/templateecommerce.ts",
8054
8062
  "../src/entity/user.ts"
8055
8063
  ],
8056
8064
  "../src/entity/modules/templates/schemeproduct/reachuschemeconfigproduct.ts": [
8057
8065
  "../src/entity/auditedmodel.ts",
8058
- "../src/entity/modules/templates/templatechannel.ts",
8066
+ "../src/entity/modules/templates/templateecommerce.ts",
8059
8067
  "../src/entity/user.ts"
8060
8068
  ],
8061
- "../src/entity/modules/templates/schemeproduct/templatechannelschemeconfigproduct.ts": [
8069
+ "../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproduct.ts": [
8062
8070
  "../src/entity/auditedmodel.ts",
8063
- "../src/entity/modules/templates/templatechannel.ts",
8071
+ "../src/entity/modules/templates/templateecommerce.ts",
8064
8072
  "../src/entity/user.ts"
8065
8073
  ],
8066
- "../src/entity/modules/templates/schemeproduct/templatechannelschemeconfigproductmapped.ts": [
8074
+ "../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproductmapped.ts": [
8067
8075
  "../src/entity/auditedmodel.ts",
8068
- "../src/entity/modules/templates/templatechannel.ts",
8076
+ "../src/entity/modules/templates/templateecommerce.ts",
8069
8077
  "../src/entity/user.ts"
8070
8078
  ],
8071
8079
  "../src/entity/modules/templates/schemevariant/reachuschemeconfigvariant.ts": [
8072
8080
  "../src/entity/auditedmodel.ts",
8073
- "../src/entity/modules/templates/templatechannel.ts",
8081
+ "../src/entity/modules/templates/templateecommerce.ts",
8074
8082
  "../src/entity/user.ts"
8075
8083
  ],
8076
- "../src/entity/modules/templates/schemevariant/templatechannelschemeconfigvariant.ts": [
8084
+ "../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariant.ts": [
8077
8085
  "../src/entity/auditedmodel.ts",
8078
- "../src/entity/modules/templates/templatechannel.ts",
8086
+ "../src/entity/modules/templates/templateecommerce.ts",
8079
8087
  "../src/entity/user.ts"
8080
8088
  ],
8081
- "../src/entity/modules/templates/schemevariant/templatechannelschemeconfigvariantmapped.ts": [
8089
+ "../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariantmapped.ts": [
8082
8090
  "../src/entity/auditedmodel.ts",
8083
- "../src/entity/modules/templates/templatechannel.ts",
8091
+ "../src/entity/modules/templates/templateecommerce.ts",
8084
8092
  "../src/entity/user.ts"
8085
8093
  ],
8086
- "../src/entity/modules/templates/templatechannel.ts": [
8094
+ "../src/entity/modules/templates/templateecommerce.ts": [
8087
8095
  "../src/entity/auditedmodel.ts",
8088
8096
  "../src/entity/modules/templates/authmethod.ts",
8089
8097
  "../src/entity/modules/templates/schemeorder/reachuschemeconfigorder.ts",
8090
- "../src/entity/modules/templates/schemeorder/templatechannelschemeconfigorder.ts",
8091
- "../src/entity/modules/templates/schemeorder/templatechannelschemeconfigordermapped.ts",
8098
+ "../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigorder.ts",
8099
+ "../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigordermapped.ts",
8092
8100
  "../src/entity/modules/templates/schemeproduct/reachuschemeconfigproduct.ts",
8093
- "../src/entity/modules/templates/schemeproduct/templatechannelschemeconfigproduct.ts",
8094
- "../src/entity/modules/templates/schemeproduct/templatechannelschemeconfigproductmapped.ts",
8101
+ "../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproduct.ts",
8102
+ "../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproductmapped.ts",
8095
8103
  "../src/entity/modules/templates/schemevariant/reachuschemeconfigvariant.ts",
8096
- "../src/entity/modules/templates/schemevariant/templatechannelschemeconfigvariant.ts",
8097
- "../src/entity/modules/templates/schemevariant/templatechannelschemeconfigvariantmapped.ts",
8098
- "../src/entity/modules/templates/usertemplatechannel.ts"
8104
+ "../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariant.ts",
8105
+ "../src/entity/modules/templates/schemevariant/templateecommerceschemeconfigvariantmapped.ts",
8106
+ "../src/entity/modules/templates/usertemplateecommerce.ts"
8099
8107
  ],
8100
- "../src/entity/modules/templates/usertemplatechannel.ts": [
8108
+ "../src/entity/modules/templates/usertemplateecommerce.ts": [
8101
8109
  "../src/entity/auditedmodel.ts",
8102
8110
  "../src/entity/modules/templates/authinfo.ts",
8103
- "../src/entity/modules/templates/endpointtemplatechannel.ts",
8104
- "../src/entity/modules/templates/templatechannel.ts",
8111
+ "../src/entity/modules/templates/endpointtemplateecommerce.ts",
8112
+ "../src/entity/modules/templates/templateecommerce.ts",
8105
8113
  "../src/entity/user.ts"
8106
8114
  ],
8107
8115
  "../src/entity/notification.ts": [
@@ -8423,6 +8431,9 @@
8423
8431
  "../src/migrations/1681258240525-template-channel-update-2.ts": [
8424
8432
  "../node_modules/typeorm/index.d.ts"
8425
8433
  ],
8434
+ "../src/migrations/1681485048240-template-ecommerce.ts": [
8435
+ "../node_modules/typeorm/index.d.ts"
8436
+ ],
8426
8437
  "../src/migrations/index.ts": [
8427
8438
  "../src/migrations/1628474597284-initialschema.ts",
8428
8439
  "../src/migrations/1630077596132-removemangopay.ts",
@@ -8514,18 +8525,18 @@
8514
8525
  "../node_modules/typeorm/index.d.ts",
8515
8526
  "../src/entity/modules/templates/authinfo.ts",
8516
8527
  "../src/entity/modules/templates/authmethod.ts",
8517
- "../src/entity/modules/templates/endpointtemplatechannel.ts",
8528
+ "../src/entity/modules/templates/endpointtemplateecommerce.ts",
8518
8529
  "../src/entity/modules/templates/schemeorder/reachuschemeconfigorder.ts",
8519
- "../src/entity/modules/templates/schemeorder/templatechannelschemeconfigorder.ts",
8520
- "../src/entity/modules/templates/schemeorder/templatechannelschemeconfigordermapped.ts",
8530
+ "../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigorder.ts",
8531
+ "../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigordermapped.ts",
8521
8532
  "../src/entity/modules/templates/schemeproduct/reachuschemeconfigproduct.ts",
8522
- "../src/entity/modules/templates/schemeproduct/templatechannelschemeconfigproduct.ts",
8523
- "../src/entity/modules/templates/schemeproduct/templatechannelschemeconfigproductmapped.ts",
8533
+ "../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproduct.ts",
8534
+ "../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproductmapped.ts",
8524
8535
  "../src/entity/modules/templates/schemevariant/reachuschemeconfigvariant.ts",
8525
- "../src/entity/modules/templates/schemevariant/templatechannelschemeconfigvariant.ts",
8526
- "../src/entity/modules/templates/schemevariant/templatechannelschemeconfigvariantmapped.ts",
8527
- "../src/entity/modules/templates/templatechannel.ts",
8528
- "../src/entity/modules/templates/usertemplatechannel.ts"
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"
8529
8540
  ],
8530
8541
  "../src/staticdata/index.ts": [
8531
8542
  "../src/staticdata/channelname.ts",
@@ -9084,18 +9095,18 @@
9084
9095
  "../src/entity/modules/shopcart/pricedata.ts",
9085
9096
  "../src/entity/modules/templates/authinfo.ts",
9086
9097
  "../src/entity/modules/templates/authmethod.ts",
9087
- "../src/entity/modules/templates/endpointtemplatechannel.ts",
9098
+ "../src/entity/modules/templates/endpointtemplateecommerce.ts",
9088
9099
  "../src/entity/modules/templates/schemeorder/reachuschemeconfigorder.ts",
9089
- "../src/entity/modules/templates/schemeorder/templatechannelschemeconfigorder.ts",
9090
- "../src/entity/modules/templates/schemeorder/templatechannelschemeconfigordermapped.ts",
9100
+ "../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigorder.ts",
9101
+ "../src/entity/modules/templates/schemeorder/templateecommerceschemeconfigordermapped.ts",
9091
9102
  "../src/entity/modules/templates/schemeproduct/reachuschemeconfigproduct.ts",
9092
- "../src/entity/modules/templates/schemeproduct/templatechannelschemeconfigproduct.ts",
9093
- "../src/entity/modules/templates/schemeproduct/templatechannelschemeconfigproductmapped.ts",
9103
+ "../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproduct.ts",
9104
+ "../src/entity/modules/templates/schemeproduct/templateecommerceschemeconfigproductmapped.ts",
9094
9105
  "../src/entity/modules/templates/schemevariant/reachuschemeconfigvariant.ts",
9095
- "../src/entity/modules/templates/schemevariant/templatechannelschemeconfigvariant.ts",
9096
- "../src/entity/modules/templates/schemevariant/templatechannelschemeconfigvariantmapped.ts",
9097
- "../src/entity/modules/templates/templatechannel.ts",
9098
- "../src/entity/modules/templates/usertemplatechannel.ts",
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",
9099
9110
  "../src/entity/notification.ts",
9100
9111
  "../src/entity/option.ts",
9101
9112
  "../src/entity/order.ts",
@@ -9187,6 +9198,7 @@
9187
9198
  "../src/migrations/1681170372251-template-channel-fix.ts",
9188
9199
  "../src/migrations/1681236978678-template-channel-update.ts",
9189
9200
  "../src/migrations/1681258240525-template-channel-update-2.ts",
9201
+ "../src/migrations/1681485048240-template-ecommerce.ts",
9190
9202
  "../src/migrations/execute/index.ts",
9191
9203
  "../src/migrations/index.ts",
9192
9204
  "../src/repositories/index.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reachu/database",
3
- "version": "1.0.23",
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.23",
25
- "@reachu/utils": "1.0.23",
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",