@silexpert/core 1.0.160 → 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/Holidays.d.ts +2 -0
- package/es/types/Enum/Holidays.d.ts.map +1 -0
- package/es/types/Enum/Holidays.js +2 -0
- package/es/types/Enum/Holidays.js.map +1 -0
- 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/Enum/PrestationType.js +1 -1
- package/es/types/Enum/PrestationType.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 +2 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +2 -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/es/utils/prestation.d.ts.map +1 -1
- package/es/utils/prestation.js +8 -10
- package/es/utils/prestation.js.map +1 -1
- package/js/api/resources/Qonto.js.map +1 -1
- package/js/types/Enum/Holidays.js +7 -0
- package/js/types/Enum/Holidays.js.map +1 -0
- package/js/types/Enum/LegalForm.js +10 -0
- package/js/types/Enum/LegalForm.js.map +1 -1
- package/js/types/Enum/PrestationType.js +1 -1
- package/js/types/Enum/PrestationType.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 +19 -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/js/utils/prestation.js +8 -9
- package/js/utils/prestation.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Qonto.ts +2 -2
- package/ts/types/Enum/Holidays.ts +1 -0
- package/ts/types/Enum/LegalForm.ts +10 -0
- package/ts/types/Enum/PrestationType.ts +1 -1
- package/ts/types/Interface/api/qonto/{ReadCreateConnection.ts → Read.ts} +6 -1
- package/ts/types/index.ts +2 -1
- package/ts/utils/documents.ts +1 -1
- package/ts/utils/prestation.ts +9 -10
- 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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Read.js","names":[],"sources":["../../../../../ts/types/Interface/api/qonto/Read.ts"],"sourcesContent":["import { GetQontoOrganization } from './Query';\n\nexport type CreateImportationResult = {\n transactionCreated: number;\n transactionUpdated: number;\n};\n\nexport interface ReadCreateConnection {\n idBankConnection: number;\n qontoConnection: GetQontoOrganization;\n}\n"],"mappings":""}
|
package/js/types/index.js
CHANGED
|
@@ -4733,6 +4733,16 @@ Object.keys(_JobTitle).forEach(function (key) {
|
|
|
4733
4733
|
}
|
|
4734
4734
|
});
|
|
4735
4735
|
});
|
|
4736
|
+
var _Holidays = require("./Enum/Holidays");
|
|
4737
|
+
Object.keys(_Holidays).forEach(function (key) {
|
|
4738
|
+
if (key === "default" || key === "__esModule") return;
|
|
4739
|
+
Object.defineProperty(exports, key, {
|
|
4740
|
+
enumerable: true,
|
|
4741
|
+
get: function () {
|
|
4742
|
+
return _Holidays[key];
|
|
4743
|
+
}
|
|
4744
|
+
});
|
|
4745
|
+
});
|
|
4736
4746
|
var _ReadPartnerTransactionType = require("./Interface/api/partnerTransactionType/ReadPartnerTransactionType");
|
|
4737
4747
|
Object.keys(_ReadPartnerTransactionType).forEach(function (key) {
|
|
4738
4748
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -8473,13 +8483,13 @@ Object.keys(_ProcessBankAccount).forEach(function (key) {
|
|
|
8473
8483
|
}
|
|
8474
8484
|
});
|
|
8475
8485
|
});
|
|
8476
|
-
var
|
|
8477
|
-
Object.keys(
|
|
8486
|
+
var _Read5 = require("./Interface/api/qonto/Read");
|
|
8487
|
+
Object.keys(_Read5).forEach(function (key) {
|
|
8478
8488
|
if (key === "default" || key === "__esModule") return;
|
|
8479
8489
|
Object.defineProperty(exports, key, {
|
|
8480
8490
|
enumerable: true,
|
|
8481
8491
|
get: function () {
|
|
8482
|
-
return
|
|
8492
|
+
return _Read5[key];
|
|
8483
8493
|
}
|
|
8484
8494
|
});
|
|
8485
8495
|
});
|
|
@@ -8493,13 +8503,13 @@ Object.keys(_Create6).forEach(function (key) {
|
|
|
8493
8503
|
}
|
|
8494
8504
|
});
|
|
8495
8505
|
});
|
|
8496
|
-
var
|
|
8497
|
-
Object.keys(
|
|
8506
|
+
var _Read6 = require("./Interface/api/file/Read");
|
|
8507
|
+
Object.keys(_Read6).forEach(function (key) {
|
|
8498
8508
|
if (key === "default" || key === "__esModule") return;
|
|
8499
8509
|
Object.defineProperty(exports, key, {
|
|
8500
8510
|
enumerable: true,
|
|
8501
8511
|
get: function () {
|
|
8502
|
-
return
|
|
8512
|
+
return _Read6[key];
|
|
8503
8513
|
}
|
|
8504
8514
|
});
|
|
8505
8515
|
});
|
|
@@ -8693,13 +8703,13 @@ Object.keys(_Update4).forEach(function (key) {
|
|
|
8693
8703
|
}
|
|
8694
8704
|
});
|
|
8695
8705
|
});
|
|
8696
|
-
var
|
|
8697
|
-
Object.keys(
|
|
8706
|
+
var _Read7 = require("./Interface/api/rule/Read");
|
|
8707
|
+
Object.keys(_Read7).forEach(function (key) {
|
|
8698
8708
|
if (key === "default" || key === "__esModule") return;
|
|
8699
8709
|
Object.defineProperty(exports, key, {
|
|
8700
8710
|
enumerable: true,
|
|
8701
8711
|
get: function () {
|
|
8702
|
-
return
|
|
8712
|
+
return _Read7[key];
|
|
8703
8713
|
}
|
|
8704
8714
|
});
|
|
8705
8715
|
});
|