@silexpert/core 1.0.153 → 1.0.154

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 (44) hide show
  1. package/es/api/resources/Rule.d.ts +4 -2
  2. package/es/api/resources/Rule.d.ts.map +1 -1
  3. package/es/api/resources/Rule.js +6 -0
  4. package/es/api/resources/Rule.js.map +1 -1
  5. package/es/api/resources/Shine.js +4 -4
  6. package/es/api/resources/Shine.js.map +1 -1
  7. package/es/types/Interface/api/rule/Create.d.ts +10 -0
  8. package/es/types/Interface/api/rule/Create.d.ts.map +1 -0
  9. package/es/types/Interface/api/rule/Create.js +46 -0
  10. package/es/types/Interface/api/rule/Create.js.map +1 -0
  11. package/es/types/Interface/api/rule/Update.d.ts +4 -0
  12. package/es/types/Interface/api/rule/Update.d.ts.map +1 -0
  13. package/es/types/Interface/api/rule/Update.js +21 -0
  14. package/es/types/Interface/api/rule/Update.js.map +1 -0
  15. package/es/types/Interface/models/IAccountingTransaction.d.ts +1 -0
  16. package/es/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
  17. package/es/types/Interface/models/IAccountingTransaction.js.map +1 -1
  18. package/es/types/Interface/models/IRule.d.ts +2 -0
  19. package/es/types/Interface/models/IRule.d.ts.map +1 -1
  20. package/es/types/Interface/models/IRule.js.map +1 -1
  21. package/es/types/index.d.ts +3 -0
  22. package/es/types/index.d.ts.map +1 -1
  23. package/es/types/index.js +3 -0
  24. package/es/types/index.js.map +1 -1
  25. package/js/api/resources/Rule.js +6 -0
  26. package/js/api/resources/Rule.js.map +1 -1
  27. package/js/api/resources/Shine.js +4 -4
  28. package/js/api/resources/Shine.js.map +1 -1
  29. package/js/types/Interface/api/rule/Create.js +29 -0
  30. package/js/types/Interface/api/rule/Create.js.map +1 -0
  31. package/js/types/Interface/api/rule/Update.js +23 -0
  32. package/js/types/Interface/api/rule/Update.js.map +1 -0
  33. package/js/types/Interface/models/IAccountingTransaction.js.map +1 -1
  34. package/js/types/Interface/models/IRule.js.map +1 -1
  35. package/js/types/index.js +30 -0
  36. package/js/types/index.js.map +1 -1
  37. package/package.json +1 -1
  38. package/ts/api/resources/Rule.ts +12 -2
  39. package/ts/api/resources/Shine.ts +4 -4
  40. package/ts/types/Interface/api/rule/Create.ts +29 -0
  41. package/ts/types/Interface/api/rule/Update.ts +10 -0
  42. package/ts/types/Interface/models/IAccountingTransaction.ts +1 -0
  43. package/ts/types/Interface/models/IRule.ts +2 -0
  44. package/ts/types/index.ts +3 -0
package/js/types/index.js CHANGED
@@ -8673,6 +8673,36 @@ Object.keys(_Query8).forEach(function (key) {
8673
8673
  }
8674
8674
  });
8675
8675
  });
8676
+ var _Create7 = require("./Interface/api/rule/Create");
8677
+ Object.keys(_Create7).forEach(function (key) {
8678
+ if (key === "default" || key === "__esModule") return;
8679
+ Object.defineProperty(exports, key, {
8680
+ enumerable: true,
8681
+ get: function () {
8682
+ return _Create7[key];
8683
+ }
8684
+ });
8685
+ });
8686
+ var _Update4 = require("./Interface/api/rule/Update");
8687
+ Object.keys(_Update4).forEach(function (key) {
8688
+ if (key === "default" || key === "__esModule") return;
8689
+ Object.defineProperty(exports, key, {
8690
+ enumerable: true,
8691
+ get: function () {
8692
+ return _Update4[key];
8693
+ }
8694
+ });
8695
+ });
8696
+ var _Read6 = require("./Interface/api/rule/Read");
8697
+ Object.keys(_Read6).forEach(function (key) {
8698
+ if (key === "default" || key === "__esModule") return;
8699
+ Object.defineProperty(exports, key, {
8700
+ enumerable: true,
8701
+ get: function () {
8702
+ return _Read6[key];
8703
+ }
8704
+ });
8705
+ });
8676
8706
  var _PostRevive = require("./Interface/api/revive/PostRevive");
8677
8707
  Object.keys(_PostRevive).forEach(function (key) {
8678
8708
  if (key === "default" || key === "__esModule") return;