@silexpert/core 1.0.204 → 1.0.206
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/FirstStep.d.ts +2 -1
- package/es/api/resources/FirstStep.d.ts.map +1 -1
- package/es/api/resources/FirstStep.js +3 -0
- package/es/api/resources/FirstStep.js.map +1 -1
- package/es/types/Enum/BrandClems.d.ts +164 -0
- package/es/types/Enum/BrandClems.d.ts.map +1 -0
- package/es/types/Enum/BrandClems.js +155 -0
- package/es/types/Enum/BrandClems.js.map +1 -0
- package/es/types/Enum/BrandPourcentage.js +2 -2
- package/es/types/Enum/BrandPourcentage.js.map +1 -1
- package/es/types/Enum/Country.d.ts +200 -0
- package/es/types/Enum/Country.d.ts.map +1 -1
- package/es/types/Enum/Country.js +393 -0
- package/es/types/Enum/Country.js.map +1 -1
- package/es/types/Enum/PaymentExpectation.d.ts +18 -0
- package/es/types/Enum/PaymentExpectation.d.ts.map +1 -0
- package/es/types/Enum/PaymentExpectation.js +66 -0
- package/es/types/Enum/PaymentExpectation.js.map +1 -0
- package/es/types/Interface/api/firstStep/Create.d.ts +10 -0
- package/es/types/Interface/api/firstStep/Create.d.ts.map +1 -0
- package/es/types/Interface/api/firstStep/Create.js +56 -0
- package/es/types/Interface/api/firstStep/Create.js.map +1 -0
- package/es/types/index.d.ts +2 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +2 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/FirstStep.js +3 -0
- package/js/api/resources/FirstStep.js.map +1 -1
- package/js/types/Enum/BrandClems.js +157 -0
- package/js/types/Enum/BrandClems.js.map +1 -0
- package/js/types/Enum/BrandPourcentage.js +2 -2
- package/js/types/Enum/BrandPourcentage.js.map +1 -1
- package/js/types/Enum/Country.js +780 -0
- package/js/types/Enum/Country.js.map +1 -1
- package/js/types/Enum/PaymentExpectation.js +60 -0
- package/js/types/Enum/PaymentExpectation.js.map +1 -0
- package/js/types/Interface/api/firstStep/Create.js +28 -0
- package/js/types/Interface/api/firstStep/Create.js.map +1 -0
- package/js/types/index.js +47 -27
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/FirstStep.ts +5 -1
- package/ts/types/Enum/BrandClems.ts +154 -0
- package/ts/types/Enum/BrandPourcentage.ts +2 -2
- package/ts/types/Enum/Country.ts +394 -0
- package/ts/types/Enum/PaymentExpectation.ts +65 -0
- package/ts/types/Interface/api/firstStep/Create.ts +39 -0
- package/ts/types/index.ts +2 -0
package/js/types/index.js
CHANGED
|
@@ -4603,6 +4603,16 @@ Object.keys(_ThirdParty).forEach(function (key) {
|
|
|
4603
4603
|
}
|
|
4604
4604
|
});
|
|
4605
4605
|
});
|
|
4606
|
+
var _PaymentExpectation = require("./Enum/PaymentExpectation");
|
|
4607
|
+
Object.keys(_PaymentExpectation).forEach(function (key) {
|
|
4608
|
+
if (key === "default" || key === "__esModule") return;
|
|
4609
|
+
Object.defineProperty(exports, key, {
|
|
4610
|
+
enumerable: true,
|
|
4611
|
+
get: function () {
|
|
4612
|
+
return _PaymentExpectation[key];
|
|
4613
|
+
}
|
|
4614
|
+
});
|
|
4615
|
+
});
|
|
4606
4616
|
var _ReadPartnerTransactionType = require("./Interface/api/partnerTransactionType/ReadPartnerTransactionType");
|
|
4607
4617
|
Object.keys(_ReadPartnerTransactionType).forEach(function (key) {
|
|
4608
4618
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -4723,6 +4733,16 @@ Object.keys(_QueryMonthlyPayment).forEach(function (key) {
|
|
|
4723
4733
|
}
|
|
4724
4734
|
});
|
|
4725
4735
|
});
|
|
4736
|
+
var _Create = require("./Interface/api/firstStep/Create");
|
|
4737
|
+
Object.keys(_Create).forEach(function (key) {
|
|
4738
|
+
if (key === "default" || key === "__esModule") return;
|
|
4739
|
+
Object.defineProperty(exports, key, {
|
|
4740
|
+
enumerable: true,
|
|
4741
|
+
get: function () {
|
|
4742
|
+
return _Create[key];
|
|
4743
|
+
}
|
|
4744
|
+
});
|
|
4745
|
+
});
|
|
4726
4746
|
var _QueryRegistration = require("./Interface/api/registration/QueryRegistration");
|
|
4727
4747
|
Object.keys(_QueryRegistration).forEach(function (key) {
|
|
4728
4748
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -6313,13 +6333,13 @@ Object.keys(_QueryVatRegimeHistory).forEach(function (key) {
|
|
|
6313
6333
|
}
|
|
6314
6334
|
});
|
|
6315
6335
|
});
|
|
6316
|
-
var
|
|
6317
|
-
Object.keys(
|
|
6336
|
+
var _Create2 = require("./Interface/api/textMessage/Create");
|
|
6337
|
+
Object.keys(_Create2).forEach(function (key) {
|
|
6318
6338
|
if (key === "default" || key === "__esModule") return;
|
|
6319
6339
|
Object.defineProperty(exports, key, {
|
|
6320
6340
|
enumerable: true,
|
|
6321
6341
|
get: function () {
|
|
6322
|
-
return
|
|
6342
|
+
return _Create2[key];
|
|
6323
6343
|
}
|
|
6324
6344
|
});
|
|
6325
6345
|
});
|
|
@@ -7353,13 +7373,13 @@ Object.keys(_Read3).forEach(function (key) {
|
|
|
7353
7373
|
}
|
|
7354
7374
|
});
|
|
7355
7375
|
});
|
|
7356
|
-
var
|
|
7357
|
-
Object.keys(
|
|
7376
|
+
var _Create3 = require("./Interface/api/budgetInsight/Create");
|
|
7377
|
+
Object.keys(_Create3).forEach(function (key) {
|
|
7358
7378
|
if (key === "default" || key === "__esModule") return;
|
|
7359
7379
|
Object.defineProperty(exports, key, {
|
|
7360
7380
|
enumerable: true,
|
|
7361
7381
|
get: function () {
|
|
7362
|
-
return
|
|
7382
|
+
return _Create3[key];
|
|
7363
7383
|
}
|
|
7364
7384
|
});
|
|
7365
7385
|
});
|
|
@@ -8313,13 +8333,13 @@ Object.keys(_Query5).forEach(function (key) {
|
|
|
8313
8333
|
}
|
|
8314
8334
|
});
|
|
8315
8335
|
});
|
|
8316
|
-
var
|
|
8317
|
-
Object.keys(
|
|
8336
|
+
var _Create4 = require("./Interface/api/customerActivity/Create");
|
|
8337
|
+
Object.keys(_Create4).forEach(function (key) {
|
|
8318
8338
|
if (key === "default" || key === "__esModule") return;
|
|
8319
8339
|
Object.defineProperty(exports, key, {
|
|
8320
8340
|
enumerable: true,
|
|
8321
8341
|
get: function () {
|
|
8322
|
-
return
|
|
8342
|
+
return _Create4[key];
|
|
8323
8343
|
}
|
|
8324
8344
|
});
|
|
8325
8345
|
});
|
|
@@ -8333,13 +8353,13 @@ Object.keys(_CreateAlert).forEach(function (key) {
|
|
|
8333
8353
|
}
|
|
8334
8354
|
});
|
|
8335
8355
|
});
|
|
8336
|
-
var
|
|
8337
|
-
Object.keys(
|
|
8356
|
+
var _Create5 = require("./Interface/api/commercialManagement/Create");
|
|
8357
|
+
Object.keys(_Create5).forEach(function (key) {
|
|
8338
8358
|
if (key === "default" || key === "__esModule") return;
|
|
8339
8359
|
Object.defineProperty(exports, key, {
|
|
8340
8360
|
enumerable: true,
|
|
8341
8361
|
get: function () {
|
|
8342
|
-
return
|
|
8362
|
+
return _Create5[key];
|
|
8343
8363
|
}
|
|
8344
8364
|
});
|
|
8345
8365
|
});
|
|
@@ -8433,13 +8453,13 @@ Object.keys(_CreateImportation).forEach(function (key) {
|
|
|
8433
8453
|
}
|
|
8434
8454
|
});
|
|
8435
8455
|
});
|
|
8436
|
-
var
|
|
8437
|
-
Object.keys(
|
|
8456
|
+
var _Create6 = require("./Interface/api/stripe/Create");
|
|
8457
|
+
Object.keys(_Create6).forEach(function (key) {
|
|
8438
8458
|
if (key === "default" || key === "__esModule") return;
|
|
8439
8459
|
Object.defineProperty(exports, key, {
|
|
8440
8460
|
enumerable: true,
|
|
8441
8461
|
get: function () {
|
|
8442
|
-
return
|
|
8462
|
+
return _Create6[key];
|
|
8443
8463
|
}
|
|
8444
8464
|
});
|
|
8445
8465
|
});
|
|
@@ -8493,13 +8513,13 @@ Object.keys(_Read6).forEach(function (key) {
|
|
|
8493
8513
|
}
|
|
8494
8514
|
});
|
|
8495
8515
|
});
|
|
8496
|
-
var
|
|
8497
|
-
Object.keys(
|
|
8516
|
+
var _Create7 = require("./Interface/api/file/Create");
|
|
8517
|
+
Object.keys(_Create7).forEach(function (key) {
|
|
8498
8518
|
if (key === "default" || key === "__esModule") return;
|
|
8499
8519
|
Object.defineProperty(exports, key, {
|
|
8500
8520
|
enumerable: true,
|
|
8501
8521
|
get: function () {
|
|
8502
|
-
return
|
|
8522
|
+
return _Create7[key];
|
|
8503
8523
|
}
|
|
8504
8524
|
});
|
|
8505
8525
|
});
|
|
@@ -8703,13 +8723,13 @@ Object.keys(_Query9).forEach(function (key) {
|
|
|
8703
8723
|
}
|
|
8704
8724
|
});
|
|
8705
8725
|
});
|
|
8706
|
-
var
|
|
8707
|
-
Object.keys(
|
|
8726
|
+
var _Create8 = require("./Interface/api/rule/Create");
|
|
8727
|
+
Object.keys(_Create8).forEach(function (key) {
|
|
8708
8728
|
if (key === "default" || key === "__esModule") return;
|
|
8709
8729
|
Object.defineProperty(exports, key, {
|
|
8710
8730
|
enumerable: true,
|
|
8711
8731
|
get: function () {
|
|
8712
|
-
return
|
|
8732
|
+
return _Create8[key];
|
|
8713
8733
|
}
|
|
8714
8734
|
});
|
|
8715
8735
|
});
|
|
@@ -8823,23 +8843,23 @@ Object.keys(_Query10).forEach(function (key) {
|
|
|
8823
8843
|
}
|
|
8824
8844
|
});
|
|
8825
8845
|
});
|
|
8826
|
-
var
|
|
8827
|
-
Object.keys(
|
|
8846
|
+
var _Create9 = require("./Interface/api/commercialImport/Create");
|
|
8847
|
+
Object.keys(_Create9).forEach(function (key) {
|
|
8828
8848
|
if (key === "default" || key === "__esModule") return;
|
|
8829
8849
|
Object.defineProperty(exports, key, {
|
|
8830
8850
|
enumerable: true,
|
|
8831
8851
|
get: function () {
|
|
8832
|
-
return
|
|
8852
|
+
return _Create9[key];
|
|
8833
8853
|
}
|
|
8834
8854
|
});
|
|
8835
8855
|
});
|
|
8836
|
-
var
|
|
8837
|
-
Object.keys(
|
|
8856
|
+
var _Create10 = require("./Interface/api/cashAndExpense/Create");
|
|
8857
|
+
Object.keys(_Create10).forEach(function (key) {
|
|
8838
8858
|
if (key === "default" || key === "__esModule") return;
|
|
8839
8859
|
Object.defineProperty(exports, key, {
|
|
8840
8860
|
enumerable: true,
|
|
8841
8861
|
get: function () {
|
|
8842
|
-
return
|
|
8862
|
+
return _Create10[key];
|
|
8843
8863
|
}
|
|
8844
8864
|
});
|
|
8845
8865
|
});
|