@silexpert/core 0.4.277 → 0.4.281
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/BudgetInsight.d.ts +0 -7
- package/es/api/resources/BudgetInsight.d.ts.map +1 -1
- package/es/api/resources/BudgetInsight.js +0 -8
- package/es/api/resources/BudgetInsight.js.map +1 -1
- package/es/api/resources/LegalNotice.d.ts +6 -0
- package/es/api/resources/LegalNotice.d.ts.map +1 -0
- package/es/api/resources/LegalNotice.js +7 -0
- package/es/api/resources/LegalNotice.js.map +1 -0
- package/es/api/resources/Loan.js +1 -1
- package/es/api/resources/Loan.js.map +1 -1
- package/es/api/resources/PaymentExpectation.d.ts +6 -0
- package/es/api/resources/PaymentExpectation.d.ts.map +1 -0
- package/es/api/resources/PaymentExpectation.js +7 -0
- package/es/api/resources/PaymentExpectation.js.map +1 -0
- package/es/api/resources/SocietyConfig.d.ts +7 -0
- package/es/api/resources/SocietyConfig.d.ts.map +1 -0
- package/es/api/resources/SocietyConfig.js +10 -0
- package/es/api/resources/SocietyConfig.js.map +1 -0
- package/es/api/resources/Wallet.d.ts +8 -0
- package/es/api/resources/Wallet.d.ts.map +1 -0
- package/es/api/resources/Wallet.js +7 -0
- package/es/api/resources/Wallet.js.map +1 -0
- package/es/api/resources/statistic/Accountant.d.ts +59 -0
- package/es/api/resources/statistic/Accountant.d.ts.map +1 -0
- package/es/api/resources/statistic/Accountant.js +86 -0
- package/es/api/resources/statistic/Accountant.js.map +1 -0
- package/es/api/resources/statistic/Direction.d.ts +11 -0
- package/es/api/resources/statistic/Direction.d.ts.map +1 -0
- package/es/api/resources/statistic/Direction.js +14 -0
- package/es/api/resources/statistic/Direction.js.map +1 -0
- package/es/api/resources/statistic/ExpertAccountant.d.ts +29 -0
- package/es/api/resources/statistic/ExpertAccountant.d.ts.map +1 -0
- package/es/api/resources/statistic/ExpertAccountant.js +41 -0
- package/es/api/resources/statistic/ExpertAccountant.js.map +1 -0
- package/es/api/resources.d.ts +14 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +14 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/AdditionnalSells.d.ts +7 -0
- package/es/types/Enum/AdditionnalSells.d.ts.map +1 -0
- package/es/types/Enum/AdditionnalSells.js +8 -0
- package/es/types/Enum/AdditionnalSells.js.map +1 -0
- package/es/types/Enum/OperationLegalNotice.d.ts +4 -0
- package/es/types/Enum/OperationLegalNotice.d.ts.map +1 -0
- package/es/types/Enum/OperationLegalNotice.js +5 -0
- package/es/types/Enum/OperationLegalNotice.js.map +1 -0
- package/es/types/Enum/OrderStatus.d.ts +6 -0
- package/es/types/Enum/OrderStatus.d.ts.map +1 -0
- package/es/types/Enum/OrderStatus.js +7 -0
- package/es/types/Enum/OrderStatus.js.map +1 -0
- package/es/types/Enum/{Prestation.d.ts → PrestationType.d.ts} +4 -3
- package/es/types/Enum/PrestationType.d.ts.map +1 -0
- package/es/types/Enum/PrestationType.js +17 -0
- package/es/types/Enum/PrestationType.js.map +1 -0
- package/es/types/Enum/Reason.d.ts +4 -0
- package/es/types/Enum/Reason.d.ts.map +1 -0
- package/es/types/Enum/Reason.js +5 -0
- package/es/types/Enum/Reason.js.map +1 -0
- package/es/types/Enum/StatisticType.d.ts +16 -0
- package/es/types/Enum/StatisticType.d.ts.map +1 -0
- package/es/types/Enum/StatisticType.js +17 -0
- package/es/types/Enum/StatisticType.js.map +1 -0
- package/es/types/Enum/Vat.d.ts +17 -0
- package/es/types/Enum/Vat.d.ts.map +1 -1
- package/es/types/Enum/Vat.js +18 -0
- package/es/types/Enum/Vat.js.map +1 -1
- package/es/types/Interface/api/legalNotice/UpdateLegalNotice.d.ts +5 -0
- package/es/types/Interface/api/legalNotice/UpdateLegalNotice.d.ts.map +1 -0
- package/es/types/Interface/api/legalNotice/UpdateLegalNotice.js +25 -0
- package/es/types/Interface/api/legalNotice/UpdateLegalNotice.js.map +1 -0
- package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.d.ts +7 -0
- package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.d.ts.map +1 -0
- package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js +3 -0
- package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js.map +1 -0
- package/es/types/Interface/api/prestation/CreatePrestation.d.ts +6 -0
- package/es/types/Interface/api/prestation/CreatePrestation.d.ts.map +1 -0
- package/es/types/Interface/api/prestation/CreatePrestation.js +29 -0
- package/es/types/Interface/api/prestation/CreatePrestation.js.map +1 -0
- package/es/types/Interface/api/societyConfig/update.d.ts +21 -0
- package/es/types/Interface/api/societyConfig/update.d.ts.map +1 -0
- package/es/types/Interface/api/societyConfig/update.js +131 -0
- package/es/types/Interface/api/societyConfig/update.js.map +1 -0
- package/es/types/Interface/api/statistic/ExitRequest.d.ts +107 -0
- package/es/types/Interface/api/statistic/ExitRequest.d.ts.map +1 -0
- package/es/types/Interface/api/statistic/ExitRequest.js +2 -0
- package/es/types/Interface/api/statistic/ExitRequest.js.map +1 -0
- package/es/types/Interface/api/statistic/QueryAccountant.d.ts +6 -0
- package/es/types/Interface/api/statistic/QueryAccountant.d.ts.map +1 -0
- package/es/types/Interface/api/statistic/QueryAccountant.js +31 -0
- package/es/types/Interface/api/statistic/QueryAccountant.js.map +1 -0
- package/es/types/Interface/api/statistic/QueryDirection.d.ts +6 -0
- package/es/types/Interface/api/statistic/QueryDirection.d.ts.map +1 -0
- package/es/types/Interface/api/statistic/QueryDirection.js +31 -0
- package/es/types/Interface/api/statistic/QueryDirection.js.map +1 -0
- package/es/types/Interface/api/statistic/QueryExpertAccountant.d.ts +6 -0
- package/es/types/Interface/api/statistic/QueryExpertAccountant.d.ts.map +1 -0
- package/es/types/Interface/api/statistic/QueryExpertAccountant.js +31 -0
- package/es/types/Interface/api/statistic/QueryExpertAccountant.js.map +1 -0
- package/es/types/Interface/api/statistic/QueryGetAccountant.d.ts +5 -0
- package/es/types/Interface/api/statistic/QueryGetAccountant.d.ts.map +1 -0
- package/es/types/Interface/api/statistic/QueryGetAccountant.js +24 -0
- package/es/types/Interface/api/statistic/QueryGetAccountant.js.map +1 -0
- package/es/types/Interface/api/statistic/QueryGetDirection.d.ts +5 -0
- package/es/types/Interface/api/statistic/QueryGetDirection.d.ts.map +1 -0
- package/es/types/Interface/api/statistic/QueryGetDirection.js +24 -0
- package/es/types/Interface/api/statistic/QueryGetDirection.js.map +1 -0
- package/es/types/Interface/api/statistic/QueryGetExpertAccountant.d.ts +5 -0
- package/es/types/Interface/api/statistic/QueryGetExpertAccountant.d.ts.map +1 -0
- package/es/types/Interface/api/statistic/QueryGetExpertAccountant.js +24 -0
- package/es/types/Interface/api/statistic/QueryGetExpertAccountant.js.map +1 -0
- package/es/types/Interface/api/wallet/UpdateAttribution.d.ts +6 -0
- package/es/types/Interface/api/wallet/UpdateAttribution.d.ts.map +1 -0
- package/es/types/Interface/api/wallet/UpdateAttribution.js +34 -0
- package/es/types/Interface/api/wallet/UpdateAttribution.js.map +1 -0
- package/es/types/Interface/models/IAttributionHistory.d.ts +4 -4
- package/es/types/Interface/models/IAttributionHistory.d.ts.map +1 -1
- package/es/types/Interface/models/IAttributionHistory.js.map +1 -1
- package/es/types/Interface/models/ILegalNotice.d.ts +1 -0
- package/es/types/Interface/models/ILegalNotice.d.ts.map +1 -1
- package/es/types/Interface/models/ILegalNotice.js.map +1 -1
- package/es/types/Interface/models/IPaymentExpectation.d.ts +1 -0
- package/es/types/Interface/models/IPaymentExpectation.d.ts.map +1 -1
- package/es/types/Interface/models/IPaymentExpectation.js.map +1 -1
- package/es/types/Interface/models/IPrestationComplementary.d.ts +1 -1
- package/es/types/Interface/models/IPrestationComplementary.d.ts.map +1 -1
- package/es/types/Interface/models/IPrestationComplementary.js.map +1 -1
- package/es/types/Interface/models/IStatistic.d.ts +11 -0
- package/es/types/Interface/models/IStatistic.d.ts.map +1 -0
- package/es/types/Interface/models/IStatistic.js +2 -0
- package/es/types/Interface/models/IStatistic.js.map +1 -0
- package/es/types/index.d.ts +19 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +19 -1
- package/es/types/index.js.map +1 -1
- package/js/api/resources/BudgetInsight.js +0 -10
- package/js/api/resources/BudgetInsight.js.map +1 -1
- package/js/api/resources/LegalNotice.js +18 -0
- package/js/api/resources/LegalNotice.js.map +1 -0
- package/js/api/resources/Loan.js +1 -1
- package/js/api/resources/Loan.js.map +1 -1
- package/js/api/resources/PaymentExpectation.js +20 -0
- package/js/api/resources/PaymentExpectation.js.map +1 -0
- package/js/api/resources/SocietyConfig.js +22 -0
- package/js/api/resources/SocietyConfig.js.map +1 -0
- package/js/api/resources/Wallet.js +18 -0
- package/js/api/resources/Wallet.js.map +1 -0
- package/js/api/resources/statistic/Accountant.js +150 -0
- package/js/api/resources/statistic/Accountant.js.map +1 -0
- package/js/api/resources/statistic/Direction.js +30 -0
- package/js/api/resources/statistic/Direction.js.map +1 -0
- package/js/api/resources/statistic/ExpertAccountant.js +75 -0
- package/js/api/resources/statistic/ExpertAccountant.js.map +1 -0
- package/js/api/resources.js +22 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/AdditionnalSells.js +14 -0
- package/js/types/Enum/AdditionnalSells.js.map +1 -0
- package/js/types/Enum/OperationLegalNotice.js +11 -0
- package/js/types/Enum/OperationLegalNotice.js.map +1 -0
- package/js/types/Enum/OrderStatus.js +13 -0
- package/js/types/Enum/OrderStatus.js.map +1 -0
- package/js/types/Enum/PrestationType.js +23 -0
- package/js/types/Enum/PrestationType.js.map +1 -0
- package/js/types/Enum/Reason.js +11 -0
- package/js/types/Enum/Reason.js.map +1 -0
- package/js/types/Enum/StatisticType.js +23 -0
- package/js/types/Enum/StatisticType.js.map +1 -0
- package/js/types/Enum/Vat.js +19 -0
- package/js/types/Enum/Vat.js.map +1 -1
- package/js/types/Interface/api/legalNotice/UpdateLegalNotice.js +31 -0
- package/js/types/Interface/api/legalNotice/UpdateLegalNotice.js.map +1 -0
- package/js/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js +10 -0
- package/js/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js.map +1 -0
- package/js/types/Interface/api/prestation/CreatePrestation.js +33 -0
- package/js/types/Interface/api/prestation/CreatePrestation.js.map +1 -0
- package/js/types/Interface/api/societyConfig/update.js +65 -0
- package/js/types/Interface/api/societyConfig/update.js.map +1 -0
- package/js/types/Interface/api/statistic/ExitRequest.js +6 -0
- package/js/types/Interface/api/statistic/ExitRequest.js.map +1 -0
- package/js/types/Interface/api/statistic/QueryAccountant.js +35 -0
- package/js/types/Interface/api/statistic/QueryAccountant.js.map +1 -0
- package/js/types/Interface/api/statistic/QueryDirection.js +35 -0
- package/js/types/Interface/api/statistic/QueryDirection.js.map +1 -0
- package/js/types/Interface/api/statistic/QueryExpertAccountant.js +35 -0
- package/js/types/Interface/api/statistic/QueryExpertAccountant.js.map +1 -0
- package/js/types/Interface/api/statistic/QueryGetAccountant.js +31 -0
- package/js/types/Interface/api/statistic/QueryGetAccountant.js.map +1 -0
- package/js/types/Interface/api/statistic/QueryGetDirection.js +31 -0
- package/js/types/Interface/api/statistic/QueryGetDirection.js.map +1 -0
- package/js/types/Interface/api/statistic/QueryGetExpertAccountant.js +31 -0
- package/js/types/Interface/api/statistic/QueryGetExpertAccountant.js.map +1 -0
- package/js/types/Interface/api/wallet/UpdateAttribution.js +35 -0
- package/js/types/Interface/api/wallet/UpdateAttribution.js.map +1 -0
- package/js/types/Interface/models/IStatistic.js +6 -0
- package/js/types/Interface/models/IStatistic.js.map +1 -0
- package/js/types/index.js +219 -3
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/BudgetInsight.ts +0 -13
- package/ts/api/resources/LegalNotice.ts +8 -0
- package/ts/api/resources/Loan.ts +1 -1
- package/ts/api/resources/PaymentExpectation.ts +8 -0
- package/ts/api/resources/SocietyConfig.ts +12 -0
- package/ts/api/resources/Wallet.ts +8 -0
- package/ts/api/resources/statistic/Accountant.ts +121 -0
- package/ts/api/resources/statistic/Direction.ts +17 -0
- package/ts/api/resources/statistic/ExpertAccountant.ts +56 -0
- package/ts/api/resources.ts +14 -0
- package/ts/types/Enum/AdditionnalSells.ts +6 -0
- package/ts/types/Enum/OperationLegalNotice.ts +3 -0
- package/ts/types/Enum/OrderStatus.ts +5 -0
- package/ts/types/Enum/{Prestation.ts → PrestationType.ts} +2 -1
- package/ts/types/Enum/Reason.ts +3 -0
- package/ts/types/Enum/StatisticType.ts +15 -0
- package/ts/types/Enum/Vat.ts +19 -1
- package/ts/types/Interface/api/legalNotice/UpdateLegalNotice.ts +13 -0
- package/ts/types/Interface/api/paymentExpectation/QueryPaymentExpectation.ts +6 -0
- package/ts/types/Interface/api/prestation/CreatePrestation.ts +16 -0
- package/ts/types/Interface/api/societyConfig/update.ts +103 -0
- package/ts/types/Interface/api/statistic/ExitRequest.ts +119 -0
- package/ts/types/Interface/api/statistic/QueryAccountant.ts +20 -0
- package/ts/types/Interface/api/statistic/QueryDirection.ts +20 -0
- package/ts/types/Interface/api/statistic/QueryExpertAccountant.ts +20 -0
- package/ts/types/Interface/api/statistic/QueryGetAccountant.ts +14 -0
- package/ts/types/Interface/api/statistic/QueryGetDirection.ts +14 -0
- package/ts/types/Interface/api/statistic/QueryGetExpertAccountant.ts +14 -0
- package/ts/types/Interface/api/wallet/UpdateAttribution.ts +23 -0
- package/ts/types/Interface/models/IAttributionHistory.ts +4 -4
- package/ts/types/Interface/models/ILegalNotice.ts +1 -0
- package/ts/types/Interface/models/IPaymentExpectation.ts +1 -0
- package/ts/types/Interface/models/IPrestationComplementary.ts +1 -1
- package/ts/types/Interface/models/IStatistic.ts +13 -0
- package/ts/types/index.ts +19 -1
- package/es/types/Enum/Prestation.d.ts.map +0 -1
- package/es/types/Enum/Prestation.js +0 -16
- package/es/types/Enum/Prestation.js.map +0 -1
- package/js/types/Enum/Prestation.js +0 -22
- package/js/types/Enum/Prestation.js.map +0 -1
package/js/types/index.js
CHANGED
|
@@ -3532,6 +3532,18 @@ Object.keys(_ISponsorshipWithSponsorInfo).forEach(function (key) {
|
|
|
3532
3532
|
});
|
|
3533
3533
|
});
|
|
3534
3534
|
|
|
3535
|
+
var _IStatistic = require("./Interface/models/IStatistic");
|
|
3536
|
+
|
|
3537
|
+
Object.keys(_IStatistic).forEach(function (key) {
|
|
3538
|
+
if (key === "default" || key === "__esModule") return;
|
|
3539
|
+
Object.defineProperty(exports, key, {
|
|
3540
|
+
enumerable: true,
|
|
3541
|
+
get: function () {
|
|
3542
|
+
return _IStatistic[key];
|
|
3543
|
+
}
|
|
3544
|
+
});
|
|
3545
|
+
});
|
|
3546
|
+
|
|
3535
3547
|
var _ILastUpdateConnection = require("./Interface/models/ILastUpdateConnection");
|
|
3536
3548
|
|
|
3537
3549
|
Object.keys(_ILastUpdateConnection).forEach(function (key) {
|
|
@@ -4432,6 +4444,18 @@ Object.keys(_Activity).forEach(function (key) {
|
|
|
4432
4444
|
});
|
|
4433
4445
|
});
|
|
4434
4446
|
|
|
4447
|
+
var _AdditionnalSells = require("./Enum/AdditionnalSells");
|
|
4448
|
+
|
|
4449
|
+
Object.keys(_AdditionnalSells).forEach(function (key) {
|
|
4450
|
+
if (key === "default" || key === "__esModule") return;
|
|
4451
|
+
Object.defineProperty(exports, key, {
|
|
4452
|
+
enumerable: true,
|
|
4453
|
+
get: function () {
|
|
4454
|
+
return _AdditionnalSells[key];
|
|
4455
|
+
}
|
|
4456
|
+
});
|
|
4457
|
+
});
|
|
4458
|
+
|
|
4435
4459
|
var _CerfaType = require("./Enum/CerfaType");
|
|
4436
4460
|
|
|
4437
4461
|
Object.keys(_CerfaType).forEach(function (key) {
|
|
@@ -4444,6 +4468,18 @@ Object.keys(_CerfaType).forEach(function (key) {
|
|
|
4444
4468
|
});
|
|
4445
4469
|
});
|
|
4446
4470
|
|
|
4471
|
+
var _StatisticType = require("./Enum/StatisticType");
|
|
4472
|
+
|
|
4473
|
+
Object.keys(_StatisticType).forEach(function (key) {
|
|
4474
|
+
if (key === "default" || key === "__esModule") return;
|
|
4475
|
+
Object.defineProperty(exports, key, {
|
|
4476
|
+
enumerable: true,
|
|
4477
|
+
get: function () {
|
|
4478
|
+
return _StatisticType[key];
|
|
4479
|
+
}
|
|
4480
|
+
});
|
|
4481
|
+
});
|
|
4482
|
+
|
|
4447
4483
|
var _StockType = require("./Enum/StockType");
|
|
4448
4484
|
|
|
4449
4485
|
Object.keys(_StockType).forEach(function (key) {
|
|
@@ -4612,14 +4648,14 @@ Object.keys(_FieldSocietyStat).forEach(function (key) {
|
|
|
4612
4648
|
});
|
|
4613
4649
|
});
|
|
4614
4650
|
|
|
4615
|
-
var
|
|
4651
|
+
var _PrestationType = require("./Enum/PrestationType");
|
|
4616
4652
|
|
|
4617
|
-
Object.keys(
|
|
4653
|
+
Object.keys(_PrestationType).forEach(function (key) {
|
|
4618
4654
|
if (key === "default" || key === "__esModule") return;
|
|
4619
4655
|
Object.defineProperty(exports, key, {
|
|
4620
4656
|
enumerable: true,
|
|
4621
4657
|
get: function () {
|
|
4622
|
-
return
|
|
4658
|
+
return _PrestationType[key];
|
|
4623
4659
|
}
|
|
4624
4660
|
});
|
|
4625
4661
|
});
|
|
@@ -5188,6 +5224,42 @@ Object.keys(_CustomerVat).forEach(function (key) {
|
|
|
5188
5224
|
});
|
|
5189
5225
|
});
|
|
5190
5226
|
|
|
5227
|
+
var _Reason = require("./Enum/Reason");
|
|
5228
|
+
|
|
5229
|
+
Object.keys(_Reason).forEach(function (key) {
|
|
5230
|
+
if (key === "default" || key === "__esModule") return;
|
|
5231
|
+
Object.defineProperty(exports, key, {
|
|
5232
|
+
enumerable: true,
|
|
5233
|
+
get: function () {
|
|
5234
|
+
return _Reason[key];
|
|
5235
|
+
}
|
|
5236
|
+
});
|
|
5237
|
+
});
|
|
5238
|
+
|
|
5239
|
+
var _OperationLegalNotice = require("./Enum/OperationLegalNotice");
|
|
5240
|
+
|
|
5241
|
+
Object.keys(_OperationLegalNotice).forEach(function (key) {
|
|
5242
|
+
if (key === "default" || key === "__esModule") return;
|
|
5243
|
+
Object.defineProperty(exports, key, {
|
|
5244
|
+
enumerable: true,
|
|
5245
|
+
get: function () {
|
|
5246
|
+
return _OperationLegalNotice[key];
|
|
5247
|
+
}
|
|
5248
|
+
});
|
|
5249
|
+
});
|
|
5250
|
+
|
|
5251
|
+
var _OrderStatus = require("./Enum/OrderStatus");
|
|
5252
|
+
|
|
5253
|
+
Object.keys(_OrderStatus).forEach(function (key) {
|
|
5254
|
+
if (key === "default" || key === "__esModule") return;
|
|
5255
|
+
Object.defineProperty(exports, key, {
|
|
5256
|
+
enumerable: true,
|
|
5257
|
+
get: function () {
|
|
5258
|
+
return _OrderStatus[key];
|
|
5259
|
+
}
|
|
5260
|
+
});
|
|
5261
|
+
});
|
|
5262
|
+
|
|
5191
5263
|
var _ReadPartnerTransactionType = require("./Interface/api/partnerTransactionType/ReadPartnerTransactionType");
|
|
5192
5264
|
|
|
5193
5265
|
Object.keys(_ReadPartnerTransactionType).forEach(function (key) {
|
|
@@ -7324,6 +7396,90 @@ Object.keys(_QuerySponsorship).forEach(function (key) {
|
|
|
7324
7396
|
});
|
|
7325
7397
|
});
|
|
7326
7398
|
|
|
7399
|
+
var _ExitRequest = require("./Interface/api/statistic/ExitRequest");
|
|
7400
|
+
|
|
7401
|
+
Object.keys(_ExitRequest).forEach(function (key) {
|
|
7402
|
+
if (key === "default" || key === "__esModule") return;
|
|
7403
|
+
Object.defineProperty(exports, key, {
|
|
7404
|
+
enumerable: true,
|
|
7405
|
+
get: function () {
|
|
7406
|
+
return _ExitRequest[key];
|
|
7407
|
+
}
|
|
7408
|
+
});
|
|
7409
|
+
});
|
|
7410
|
+
|
|
7411
|
+
var _QueryExpertAccountant = require("./Interface/api/statistic/QueryExpertAccountant");
|
|
7412
|
+
|
|
7413
|
+
Object.keys(_QueryExpertAccountant).forEach(function (key) {
|
|
7414
|
+
if (key === "default" || key === "__esModule") return;
|
|
7415
|
+
Object.defineProperty(exports, key, {
|
|
7416
|
+
enumerable: true,
|
|
7417
|
+
get: function () {
|
|
7418
|
+
return _QueryExpertAccountant[key];
|
|
7419
|
+
}
|
|
7420
|
+
});
|
|
7421
|
+
});
|
|
7422
|
+
|
|
7423
|
+
var _QueryGetExpertAccountant = require("./Interface/api/statistic/QueryGetExpertAccountant");
|
|
7424
|
+
|
|
7425
|
+
Object.keys(_QueryGetExpertAccountant).forEach(function (key) {
|
|
7426
|
+
if (key === "default" || key === "__esModule") return;
|
|
7427
|
+
Object.defineProperty(exports, key, {
|
|
7428
|
+
enumerable: true,
|
|
7429
|
+
get: function () {
|
|
7430
|
+
return _QueryGetExpertAccountant[key];
|
|
7431
|
+
}
|
|
7432
|
+
});
|
|
7433
|
+
});
|
|
7434
|
+
|
|
7435
|
+
var _QueryAccountant = require("./Interface/api/statistic/QueryAccountant");
|
|
7436
|
+
|
|
7437
|
+
Object.keys(_QueryAccountant).forEach(function (key) {
|
|
7438
|
+
if (key === "default" || key === "__esModule") return;
|
|
7439
|
+
Object.defineProperty(exports, key, {
|
|
7440
|
+
enumerable: true,
|
|
7441
|
+
get: function () {
|
|
7442
|
+
return _QueryAccountant[key];
|
|
7443
|
+
}
|
|
7444
|
+
});
|
|
7445
|
+
});
|
|
7446
|
+
|
|
7447
|
+
var _QueryGetAccountant = require("./Interface/api/statistic/QueryGetAccountant");
|
|
7448
|
+
|
|
7449
|
+
Object.keys(_QueryGetAccountant).forEach(function (key) {
|
|
7450
|
+
if (key === "default" || key === "__esModule") return;
|
|
7451
|
+
Object.defineProperty(exports, key, {
|
|
7452
|
+
enumerable: true,
|
|
7453
|
+
get: function () {
|
|
7454
|
+
return _QueryGetAccountant[key];
|
|
7455
|
+
}
|
|
7456
|
+
});
|
|
7457
|
+
});
|
|
7458
|
+
|
|
7459
|
+
var _QueryDirection = require("./Interface/api/statistic/QueryDirection");
|
|
7460
|
+
|
|
7461
|
+
Object.keys(_QueryDirection).forEach(function (key) {
|
|
7462
|
+
if (key === "default" || key === "__esModule") return;
|
|
7463
|
+
Object.defineProperty(exports, key, {
|
|
7464
|
+
enumerable: true,
|
|
7465
|
+
get: function () {
|
|
7466
|
+
return _QueryDirection[key];
|
|
7467
|
+
}
|
|
7468
|
+
});
|
|
7469
|
+
});
|
|
7470
|
+
|
|
7471
|
+
var _QueryGetDirection = require("./Interface/api/statistic/QueryGetDirection");
|
|
7472
|
+
|
|
7473
|
+
Object.keys(_QueryGetDirection).forEach(function (key) {
|
|
7474
|
+
if (key === "default" || key === "__esModule") return;
|
|
7475
|
+
Object.defineProperty(exports, key, {
|
|
7476
|
+
enumerable: true,
|
|
7477
|
+
get: function () {
|
|
7478
|
+
return _QueryGetDirection[key];
|
|
7479
|
+
}
|
|
7480
|
+
});
|
|
7481
|
+
});
|
|
7482
|
+
|
|
7327
7483
|
var _CreatePappers = require("./Interface/api/pappers/CreatePappers");
|
|
7328
7484
|
|
|
7329
7485
|
Object.keys(_CreatePappers).forEach(function (key) {
|
|
@@ -9208,6 +9364,66 @@ Object.keys(_ReadCreateConnection).forEach(function (key) {
|
|
|
9208
9364
|
});
|
|
9209
9365
|
});
|
|
9210
9366
|
|
|
9367
|
+
var _update = require("./Interface/api/societyConfig/update");
|
|
9368
|
+
|
|
9369
|
+
Object.keys(_update).forEach(function (key) {
|
|
9370
|
+
if (key === "default" || key === "__esModule") return;
|
|
9371
|
+
Object.defineProperty(exports, key, {
|
|
9372
|
+
enumerable: true,
|
|
9373
|
+
get: function () {
|
|
9374
|
+
return _update[key];
|
|
9375
|
+
}
|
|
9376
|
+
});
|
|
9377
|
+
});
|
|
9378
|
+
|
|
9379
|
+
var _UpdateAttribution = require("./Interface/api/wallet/UpdateAttribution");
|
|
9380
|
+
|
|
9381
|
+
Object.keys(_UpdateAttribution).forEach(function (key) {
|
|
9382
|
+
if (key === "default" || key === "__esModule") return;
|
|
9383
|
+
Object.defineProperty(exports, key, {
|
|
9384
|
+
enumerable: true,
|
|
9385
|
+
get: function () {
|
|
9386
|
+
return _UpdateAttribution[key];
|
|
9387
|
+
}
|
|
9388
|
+
});
|
|
9389
|
+
});
|
|
9390
|
+
|
|
9391
|
+
var _CreatePrestation = require("./Interface/api/prestation/CreatePrestation");
|
|
9392
|
+
|
|
9393
|
+
Object.keys(_CreatePrestation).forEach(function (key) {
|
|
9394
|
+
if (key === "default" || key === "__esModule") return;
|
|
9395
|
+
Object.defineProperty(exports, key, {
|
|
9396
|
+
enumerable: true,
|
|
9397
|
+
get: function () {
|
|
9398
|
+
return _CreatePrestation[key];
|
|
9399
|
+
}
|
|
9400
|
+
});
|
|
9401
|
+
});
|
|
9402
|
+
|
|
9403
|
+
var _QueryPaymentExpectation = require("./Interface/api/paymentExpectation/QueryPaymentExpectation");
|
|
9404
|
+
|
|
9405
|
+
Object.keys(_QueryPaymentExpectation).forEach(function (key) {
|
|
9406
|
+
if (key === "default" || key === "__esModule") return;
|
|
9407
|
+
Object.defineProperty(exports, key, {
|
|
9408
|
+
enumerable: true,
|
|
9409
|
+
get: function () {
|
|
9410
|
+
return _QueryPaymentExpectation[key];
|
|
9411
|
+
}
|
|
9412
|
+
});
|
|
9413
|
+
});
|
|
9414
|
+
|
|
9415
|
+
var _UpdateLegalNotice = require("./Interface/api/legalNotice/UpdateLegalNotice");
|
|
9416
|
+
|
|
9417
|
+
Object.keys(_UpdateLegalNotice).forEach(function (key) {
|
|
9418
|
+
if (key === "default" || key === "__esModule") return;
|
|
9419
|
+
Object.defineProperty(exports, key, {
|
|
9420
|
+
enumerable: true,
|
|
9421
|
+
get: function () {
|
|
9422
|
+
return _UpdateLegalNotice[key];
|
|
9423
|
+
}
|
|
9424
|
+
});
|
|
9425
|
+
});
|
|
9426
|
+
|
|
9211
9427
|
var _Util4 = require("./Interface/enum/Util");
|
|
9212
9428
|
|
|
9213
9429
|
Object.keys(_Util4).forEach(function (key) {
|