@silexpert/core 1.0.193 → 1.0.195
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/FIle.d.ts +3 -1
- package/es/api/resources/FIle.d.ts.map +1 -1
- package/es/api/resources/FIle.js +3 -0
- package/es/api/resources/FIle.js.map +1 -1
- package/es/types/Enum/RoleDetail.js +1 -1
- package/es/types/Enum/RoleDetail.js.map +1 -1
- package/es/types/Interface/api/file/Query.d.ts +4 -0
- package/es/types/Interface/api/file/Query.d.ts.map +1 -0
- package/es/types/Interface/api/file/Query.js +17 -0
- package/es/types/Interface/api/file/Query.js.map +1 -0
- package/es/types/Interface/models/IExercice.d.ts +2 -0
- package/es/types/Interface/models/IExercice.d.ts.map +1 -1
- package/es/types/Interface/models/IExercice.js.map +1 -1
- package/es/types/index.d.ts +1 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +1 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/FIle.js +6 -0
- package/js/api/resources/FIle.js.map +1 -1
- package/js/types/Enum/RoleDetail.js +1 -1
- package/js/types/Enum/RoleDetail.js.map +1 -1
- package/js/types/Interface/api/file/Query.js +21 -0
- package/js/types/Interface/api/file/Query.js.map +1 -0
- package/js/types/Interface/models/IExercice.js.map +1 -1
- package/js/types/index.js +16 -6
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/FIle.ts +5 -0
- package/ts/types/Enum/RoleDetail.ts +1 -1
- package/ts/types/Interface/api/file/Query.ts +6 -0
- package/ts/types/Interface/models/IExercice.ts +2 -0
- package/ts/types/index.ts +1 -0
package/js/types/index.js
CHANGED
|
@@ -8663,6 +8663,16 @@ Object.keys(_Read6).forEach(function (key) {
|
|
|
8663
8663
|
}
|
|
8664
8664
|
});
|
|
8665
8665
|
});
|
|
8666
|
+
var _Query8 = require("./Interface/api/file/Query");
|
|
8667
|
+
Object.keys(_Query8).forEach(function (key) {
|
|
8668
|
+
if (key === "default" || key === "__esModule") return;
|
|
8669
|
+
Object.defineProperty(exports, key, {
|
|
8670
|
+
enumerable: true,
|
|
8671
|
+
get: function () {
|
|
8672
|
+
return _Query8[key];
|
|
8673
|
+
}
|
|
8674
|
+
});
|
|
8675
|
+
});
|
|
8666
8676
|
var _update = require("./Interface/api/societyConfig/update");
|
|
8667
8677
|
Object.keys(_update).forEach(function (key) {
|
|
8668
8678
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -8833,13 +8843,13 @@ Object.keys(_CreateFileToSign).forEach(function (key) {
|
|
|
8833
8843
|
}
|
|
8834
8844
|
});
|
|
8835
8845
|
});
|
|
8836
|
-
var
|
|
8837
|
-
Object.keys(
|
|
8846
|
+
var _Query9 = require("./Interface/api/rule/Query");
|
|
8847
|
+
Object.keys(_Query9).forEach(function (key) {
|
|
8838
8848
|
if (key === "default" || key === "__esModule") return;
|
|
8839
8849
|
Object.defineProperty(exports, key, {
|
|
8840
8850
|
enumerable: true,
|
|
8841
8851
|
get: function () {
|
|
8842
|
-
return
|
|
8852
|
+
return _Query9[key];
|
|
8843
8853
|
}
|
|
8844
8854
|
});
|
|
8845
8855
|
});
|
|
@@ -8953,13 +8963,13 @@ Object.keys(_Read8).forEach(function (key) {
|
|
|
8953
8963
|
}
|
|
8954
8964
|
});
|
|
8955
8965
|
});
|
|
8956
|
-
var
|
|
8957
|
-
Object.keys(
|
|
8966
|
+
var _Query10 = require("./Interface/api/commercialImport/Query");
|
|
8967
|
+
Object.keys(_Query10).forEach(function (key) {
|
|
8958
8968
|
if (key === "default" || key === "__esModule") return;
|
|
8959
8969
|
Object.defineProperty(exports, key, {
|
|
8960
8970
|
enumerable: true,
|
|
8961
8971
|
get: function () {
|
|
8962
|
-
return
|
|
8972
|
+
return _Query10[key];
|
|
8963
8973
|
}
|
|
8964
8974
|
});
|
|
8965
8975
|
});
|