@silexpert/core 1.0.161 → 1.0.163
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/Qonto.d.ts +2 -2
- package/es/api/resources/Qonto.d.ts.map +1 -1
- package/es/api/resources/Qonto.js.map +1 -1
- package/es/types/Enum/LegalForm.d.ts +2 -1
- package/es/types/Enum/LegalForm.d.ts.map +1 -1
- package/es/types/Enum/LegalForm.js +10 -0
- package/es/types/Enum/LegalForm.js.map +1 -1
- package/es/types/Interface/api/qonto/{ReadCreateConnection.d.ts → Read.d.ts} +5 -1
- package/es/types/Interface/api/qonto/Read.d.ts.map +1 -0
- package/es/types/Interface/api/qonto/Read.js +2 -0
- package/es/types/Interface/api/qonto/Read.js.map +1 -0
- package/es/types/index.d.ts +1 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +1 -1
- package/es/types/index.js.map +1 -1
- package/es/utils/documents.js +1 -1
- package/es/utils/documents.js.map +1 -1
- package/js/api/resources/Qonto.js.map +1 -1
- package/js/types/Enum/LegalForm.js +10 -0
- package/js/types/Enum/LegalForm.js.map +1 -1
- package/js/types/Interface/api/qonto/{ReadCreateConnection.js → Read.js} +1 -1
- package/js/types/Interface/api/qonto/Read.js.map +1 -0
- package/js/types/index.js +9 -9
- package/js/types/index.js.map +1 -1
- package/js/utils/documents.js +1 -1
- package/js/utils/documents.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Qonto.ts +2 -2
- package/ts/types/Enum/LegalForm.ts +10 -0
- package/ts/types/Interface/api/qonto/{ReadCreateConnection.ts → Read.ts} +6 -1
- package/ts/types/index.ts +1 -1
- package/ts/utils/documents.ts +1 -1
- package/es/types/Interface/api/qonto/ReadCreateConnection.d.ts.map +0 -1
- package/es/types/Interface/api/qonto/ReadCreateConnection.js +0 -2
- package/es/types/Interface/api/qonto/ReadCreateConnection.js.map +0 -1
- package/js/types/Interface/api/qonto/ReadCreateConnection.js.map +0 -1
package/js/types/index.js
CHANGED
|
@@ -8483,13 +8483,13 @@ Object.keys(_ProcessBankAccount).forEach(function (key) {
|
|
|
8483
8483
|
}
|
|
8484
8484
|
});
|
|
8485
8485
|
});
|
|
8486
|
-
var
|
|
8487
|
-
Object.keys(
|
|
8486
|
+
var _Read5 = require("./Interface/api/qonto/Read");
|
|
8487
|
+
Object.keys(_Read5).forEach(function (key) {
|
|
8488
8488
|
if (key === "default" || key === "__esModule") return;
|
|
8489
8489
|
Object.defineProperty(exports, key, {
|
|
8490
8490
|
enumerable: true,
|
|
8491
8491
|
get: function () {
|
|
8492
|
-
return
|
|
8492
|
+
return _Read5[key];
|
|
8493
8493
|
}
|
|
8494
8494
|
});
|
|
8495
8495
|
});
|
|
@@ -8503,13 +8503,13 @@ Object.keys(_Create6).forEach(function (key) {
|
|
|
8503
8503
|
}
|
|
8504
8504
|
});
|
|
8505
8505
|
});
|
|
8506
|
-
var
|
|
8507
|
-
Object.keys(
|
|
8506
|
+
var _Read6 = require("./Interface/api/file/Read");
|
|
8507
|
+
Object.keys(_Read6).forEach(function (key) {
|
|
8508
8508
|
if (key === "default" || key === "__esModule") return;
|
|
8509
8509
|
Object.defineProperty(exports, key, {
|
|
8510
8510
|
enumerable: true,
|
|
8511
8511
|
get: function () {
|
|
8512
|
-
return
|
|
8512
|
+
return _Read6[key];
|
|
8513
8513
|
}
|
|
8514
8514
|
});
|
|
8515
8515
|
});
|
|
@@ -8703,13 +8703,13 @@ Object.keys(_Update4).forEach(function (key) {
|
|
|
8703
8703
|
}
|
|
8704
8704
|
});
|
|
8705
8705
|
});
|
|
8706
|
-
var
|
|
8707
|
-
Object.keys(
|
|
8706
|
+
var _Read7 = require("./Interface/api/rule/Read");
|
|
8707
|
+
Object.keys(_Read7).forEach(function (key) {
|
|
8708
8708
|
if (key === "default" || key === "__esModule") return;
|
|
8709
8709
|
Object.defineProperty(exports, key, {
|
|
8710
8710
|
enumerable: true,
|
|
8711
8711
|
get: function () {
|
|
8712
|
-
return
|
|
8712
|
+
return _Read7[key];
|
|
8713
8713
|
}
|
|
8714
8714
|
});
|
|
8715
8715
|
});
|