@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.
- package/es/api/resources/Rule.d.ts +4 -2
- package/es/api/resources/Rule.d.ts.map +1 -1
- package/es/api/resources/Rule.js +6 -0
- package/es/api/resources/Rule.js.map +1 -1
- package/es/api/resources/Shine.js +4 -4
- package/es/api/resources/Shine.js.map +1 -1
- package/es/types/Interface/api/rule/Create.d.ts +10 -0
- package/es/types/Interface/api/rule/Create.d.ts.map +1 -0
- package/es/types/Interface/api/rule/Create.js +46 -0
- package/es/types/Interface/api/rule/Create.js.map +1 -0
- package/es/types/Interface/api/rule/Update.d.ts +4 -0
- package/es/types/Interface/api/rule/Update.d.ts.map +1 -0
- package/es/types/Interface/api/rule/Update.js +21 -0
- package/es/types/Interface/api/rule/Update.js.map +1 -0
- package/es/types/Interface/models/IAccountingTransaction.d.ts +1 -0
- package/es/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountingTransaction.js.map +1 -1
- package/es/types/Interface/models/IRule.d.ts +2 -0
- package/es/types/Interface/models/IRule.d.ts.map +1 -1
- package/es/types/Interface/models/IRule.js.map +1 -1
- package/es/types/index.d.ts +3 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +3 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Rule.js +6 -0
- package/js/api/resources/Rule.js.map +1 -1
- package/js/api/resources/Shine.js +4 -4
- package/js/api/resources/Shine.js.map +1 -1
- package/js/types/Interface/api/rule/Create.js +29 -0
- package/js/types/Interface/api/rule/Create.js.map +1 -0
- package/js/types/Interface/api/rule/Update.js +23 -0
- package/js/types/Interface/api/rule/Update.js.map +1 -0
- package/js/types/Interface/models/IAccountingTransaction.js.map +1 -1
- package/js/types/Interface/models/IRule.js.map +1 -1
- package/js/types/index.js +30 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Rule.ts +12 -2
- package/ts/api/resources/Shine.ts +4 -4
- package/ts/types/Interface/api/rule/Create.ts +29 -0
- package/ts/types/Interface/api/rule/Update.ts +10 -0
- package/ts/types/Interface/models/IAccountingTransaction.ts +1 -0
- package/ts/types/Interface/models/IRule.ts +2 -0
- 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;
|