@silexpert/core 1.0.111 → 1.0.113

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.
Files changed (118) hide show
  1. package/es/api/resources/Commercial.d.ts +1 -0
  2. package/es/api/resources/Commercial.d.ts.map +1 -1
  3. package/es/api/resources/Commercial.js +3 -0
  4. package/es/api/resources/Commercial.js.map +1 -1
  5. package/es/api/resources/Mail.d.ts +1 -0
  6. package/es/api/resources/Mail.d.ts.map +1 -1
  7. package/es/api/resources/Mail.js +9 -3
  8. package/es/api/resources/Mail.js.map +1 -1
  9. package/es/api/resources/TextMessage.d.ts +14 -0
  10. package/es/api/resources/TextMessage.d.ts.map +1 -0
  11. package/es/api/resources/TextMessage.js +19 -0
  12. package/es/api/resources/TextMessage.js.map +1 -0
  13. package/es/api/resources.d.ts +2 -0
  14. package/es/api/resources.d.ts.map +1 -1
  15. package/es/api/resources.js +2 -0
  16. package/es/api/resources.js.map +1 -1
  17. package/es/types/Enum/BalanceSheet.d.ts +22 -15
  18. package/es/types/Enum/BalanceSheet.d.ts.map +1 -1
  19. package/es/types/Enum/BalanceSheet.js +22 -14
  20. package/es/types/Enum/BalanceSheet.js.map +1 -1
  21. package/es/types/Enum/RoleDetail.d.ts +8 -0
  22. package/es/types/Enum/RoleDetail.d.ts.map +1 -1
  23. package/es/types/Enum/RoleDetail.js +8 -0
  24. package/es/types/Enum/RoleDetail.js.map +1 -1
  25. package/es/types/Enum/TextMessageType.d.ts +34 -0
  26. package/es/types/Enum/TextMessageType.d.ts.map +1 -0
  27. package/es/types/Enum/TextMessageType.js +37 -0
  28. package/es/types/Enum/TextMessageType.js.map +1 -0
  29. package/es/types/Interface/api/gedFile/createFileAndGed.d.ts +1 -0
  30. package/es/types/Interface/api/gedFile/createFileAndGed.d.ts.map +1 -1
  31. package/es/types/Interface/api/gedFile/createFileAndGed.js +6 -0
  32. package/es/types/Interface/api/gedFile/createFileAndGed.js.map +1 -1
  33. package/es/types/Interface/api/mail/QueryCountUnprocessedMail.d.ts +8 -0
  34. package/es/types/Interface/api/mail/QueryCountUnprocessedMail.d.ts.map +1 -0
  35. package/es/types/Interface/api/mail/{QueryCountUnprocessedByUserMail.js → QueryCountUnprocessedMail.js} +15 -8
  36. package/es/types/Interface/api/mail/QueryCountUnprocessedMail.js.map +1 -0
  37. package/es/types/Interface/api/textMessage/Create.d.ts +9 -0
  38. package/es/types/Interface/api/textMessage/Create.d.ts.map +1 -0
  39. package/es/types/Interface/api/textMessage/Create.js +40 -0
  40. package/es/types/Interface/api/textMessage/Create.js.map +1 -0
  41. package/es/types/Interface/api/textMessage/Query.d.ts +17 -0
  42. package/es/types/Interface/api/textMessage/Query.d.ts.map +1 -0
  43. package/es/types/Interface/api/textMessage/Query.js +65 -0
  44. package/es/types/Interface/api/textMessage/Query.js.map +1 -0
  45. package/es/types/Interface/api/textMessage/Read.d.ts +9 -0
  46. package/es/types/Interface/api/textMessage/Read.d.ts.map +1 -0
  47. package/es/types/Interface/api/textMessage/Read.js +2 -0
  48. package/es/types/Interface/api/textMessage/Read.js.map +1 -0
  49. package/es/types/Interface/api/textMessage/Update.d.ts +37 -0
  50. package/es/types/Interface/api/textMessage/Update.d.ts.map +1 -0
  51. package/es/types/Interface/api/textMessage/Update.js +22 -0
  52. package/es/types/Interface/api/textMessage/Update.js.map +1 -0
  53. package/es/types/Interface/models/ISms.d.ts +7 -5
  54. package/es/types/Interface/models/ISms.d.ts.map +1 -1
  55. package/es/types/Interface/models/ISms.js.map +1 -1
  56. package/es/types/Interface/models/IUser.d.ts +1 -0
  57. package/es/types/Interface/models/IUser.d.ts.map +1 -1
  58. package/es/types/Interface/models/IUser.js.map +1 -1
  59. package/es/types/index.d.ts +6 -1
  60. package/es/types/index.d.ts.map +1 -1
  61. package/es/types/index.js +6 -1
  62. package/es/types/index.js.map +1 -1
  63. package/es/utils/phone.d.ts +5 -0
  64. package/es/utils/phone.d.ts.map +1 -0
  65. package/es/utils/phone.js +57 -0
  66. package/es/utils/phone.js.map +1 -0
  67. package/js/api/resources/Commercial.js +4 -0
  68. package/js/api/resources/Commercial.js.map +1 -1
  69. package/js/api/resources/Mail.js +14 -3
  70. package/js/api/resources/Mail.js.map +1 -1
  71. package/js/api/resources/TextMessage.js +46 -0
  72. package/js/api/resources/TextMessage.js.map +1 -0
  73. package/js/api/resources.js +3 -0
  74. package/js/api/resources.js.map +1 -1
  75. package/js/types/Enum/BalanceSheet.js +21 -14
  76. package/js/types/Enum/BalanceSheet.js.map +1 -1
  77. package/js/types/Enum/RoleDetail.js +16 -8
  78. package/js/types/Enum/RoleDetail.js.map +1 -1
  79. package/js/types/Enum/TextMessageType.js +47 -0
  80. package/js/types/Enum/TextMessageType.js.map +1 -0
  81. package/js/types/Interface/api/gedFile/createFileAndGed.js +2 -0
  82. package/js/types/Interface/api/gedFile/createFileAndGed.js.map +1 -1
  83. package/js/types/Interface/api/mail/{QueryCountUnprocessedByUserMail.js → QueryCountUnprocessedMail.js} +10 -8
  84. package/js/types/Interface/api/mail/QueryCountUnprocessedMail.js.map +1 -0
  85. package/js/types/Interface/api/textMessage/Create.js +39 -0
  86. package/js/types/Interface/api/textMessage/Create.js.map +1 -0
  87. package/js/types/Interface/api/textMessage/Query.js +55 -0
  88. package/js/types/Interface/api/textMessage/Query.js.map +1 -0
  89. package/js/types/Interface/api/textMessage/Read.js +6 -0
  90. package/js/types/Interface/api/textMessage/Read.js.map +1 -0
  91. package/js/types/Interface/api/textMessage/Update.js +31 -0
  92. package/js/types/Interface/api/textMessage/Update.js.map +1 -0
  93. package/js/types/index.js +102 -42
  94. package/js/types/index.js.map +1 -1
  95. package/js/utils/phone.js +84 -0
  96. package/js/utils/phone.js.map +1 -0
  97. package/package.json +2 -1
  98. package/ts/api/resources/Commercial.ts +3 -0
  99. package/ts/api/resources/Mail.ts +14 -3
  100. package/ts/api/resources/TextMessage.ts +33 -0
  101. package/ts/api/resources.ts +2 -0
  102. package/ts/types/Enum/BalanceSheet.ts +22 -14
  103. package/ts/types/Enum/RoleDetail.ts +8 -0
  104. package/ts/types/Enum/TextMessageType.ts +35 -0
  105. package/ts/types/Interface/api/gedFile/createFileAndGed.ts +5 -0
  106. package/ts/types/Interface/api/mail/{QueryCountUnprocessedByUserMail.ts → QueryCountUnprocessedMail.ts} +10 -4
  107. package/ts/types/Interface/api/textMessage/Create.ts +25 -0
  108. package/ts/types/Interface/api/textMessage/Query.ts +51 -0
  109. package/ts/types/Interface/api/textMessage/Read.ts +5 -0
  110. package/ts/types/Interface/api/textMessage/Update.ts +46 -0
  111. package/ts/types/Interface/models/ISms.ts +7 -5
  112. package/ts/types/Interface/models/IUser.ts +1 -0
  113. package/ts/types/index.ts +6 -1
  114. package/ts/utils/phone.ts +65 -0
  115. package/es/types/Interface/api/mail/QueryCountUnprocessedByUserMail.d.ts +0 -7
  116. package/es/types/Interface/api/mail/QueryCountUnprocessedByUserMail.d.ts.map +0 -1
  117. package/es/types/Interface/api/mail/QueryCountUnprocessedByUserMail.js.map +0 -1
  118. package/js/types/Interface/api/mail/QueryCountUnprocessedByUserMail.js.map +0 -1
package/js/types/index.js CHANGED
@@ -5572,6 +5572,18 @@ Object.keys(_MailDomainType).forEach(function (key) {
5572
5572
  });
5573
5573
  });
5574
5574
 
5575
+ var _TextMessageType = require("./Enum/TextMessageType");
5576
+
5577
+ Object.keys(_TextMessageType).forEach(function (key) {
5578
+ if (key === "default" || key === "__esModule") return;
5579
+ Object.defineProperty(exports, key, {
5580
+ enumerable: true,
5581
+ get: function () {
5582
+ return _TextMessageType[key];
5583
+ }
5584
+ });
5585
+ });
5586
+
5575
5587
  var _ReadPartnerTransactionType = require("./Interface/api/partnerTransactionType/ReadPartnerTransactionType");
5576
5588
 
5577
5589
  Object.keys(_ReadPartnerTransactionType).forEach(function (key) {
@@ -6220,14 +6232,14 @@ Object.keys(_QueryGetAnsweringTimeByUser).forEach(function (key) {
6220
6232
  });
6221
6233
  });
6222
6234
 
6223
- var _QueryCountUnprocessedByUserMail = require("./Interface/api/mail/QueryCountUnprocessedByUserMail");
6235
+ var _QueryCountUnprocessedMail = require("./Interface/api/mail/QueryCountUnprocessedMail");
6224
6236
 
6225
- Object.keys(_QueryCountUnprocessedByUserMail).forEach(function (key) {
6237
+ Object.keys(_QueryCountUnprocessedMail).forEach(function (key) {
6226
6238
  if (key === "default" || key === "__esModule") return;
6227
6239
  Object.defineProperty(exports, key, {
6228
6240
  enumerable: true,
6229
6241
  get: function () {
6230
- return _QueryCountUnprocessedByUserMail[key];
6242
+ return _QueryCountUnprocessedMail[key];
6231
6243
  }
6232
6244
  });
6233
6245
  });
@@ -7492,6 +7504,42 @@ Object.keys(_QueryVatRegimeHistory).forEach(function (key) {
7492
7504
  });
7493
7505
  });
7494
7506
 
7507
+ var _Create = require("./Interface/api/textMessage/Create");
7508
+
7509
+ Object.keys(_Create).forEach(function (key) {
7510
+ if (key === "default" || key === "__esModule") return;
7511
+ Object.defineProperty(exports, key, {
7512
+ enumerable: true,
7513
+ get: function () {
7514
+ return _Create[key];
7515
+ }
7516
+ });
7517
+ });
7518
+
7519
+ var _Update = require("./Interface/api/textMessage/Update");
7520
+
7521
+ Object.keys(_Update).forEach(function (key) {
7522
+ if (key === "default" || key === "__esModule") return;
7523
+ Object.defineProperty(exports, key, {
7524
+ enumerable: true,
7525
+ get: function () {
7526
+ return _Update[key];
7527
+ }
7528
+ });
7529
+ });
7530
+
7531
+ var _Query = require("./Interface/api/textMessage/Query");
7532
+
7533
+ Object.keys(_Query).forEach(function (key) {
7534
+ if (key === "default" || key === "__esModule") return;
7535
+ Object.defineProperty(exports, key, {
7536
+ enumerable: true,
7537
+ get: function () {
7538
+ return _Query[key];
7539
+ }
7540
+ });
7541
+ });
7542
+
7495
7543
  var _ReadSurvey = require("./Interface/api/survey/ReadSurvey");
7496
7544
 
7497
7545
  Object.keys(_ReadSurvey).forEach(function (key) {
@@ -8620,26 +8668,26 @@ Object.keys(_Read).forEach(function (key) {
8620
8668
  });
8621
8669
  });
8622
8670
 
8623
- var _Create = require("./Interface/api/budgetInsight/Create");
8671
+ var _Create2 = require("./Interface/api/budgetInsight/Create");
8624
8672
 
8625
- Object.keys(_Create).forEach(function (key) {
8673
+ Object.keys(_Create2).forEach(function (key) {
8626
8674
  if (key === "default" || key === "__esModule") return;
8627
8675
  Object.defineProperty(exports, key, {
8628
8676
  enumerable: true,
8629
8677
  get: function () {
8630
- return _Create[key];
8678
+ return _Create2[key];
8631
8679
  }
8632
8680
  });
8633
8681
  });
8634
8682
 
8635
- var _Query = require("./Interface/api/budgetInsight/Query");
8683
+ var _Query2 = require("./Interface/api/budgetInsight/Query");
8636
8684
 
8637
- Object.keys(_Query).forEach(function (key) {
8685
+ Object.keys(_Query2).forEach(function (key) {
8638
8686
  if (key === "default" || key === "__esModule") return;
8639
8687
  Object.defineProperty(exports, key, {
8640
8688
  enumerable: true,
8641
8689
  get: function () {
8642
- return _Query[key];
8690
+ return _Query2[key];
8643
8691
  }
8644
8692
  });
8645
8693
  });
@@ -9484,26 +9532,26 @@ Object.keys(_Read2).forEach(function (key) {
9484
9532
  });
9485
9533
  });
9486
9534
 
9487
- var _Query2 = require("./Interface/api/checklist/Query");
9535
+ var _Query3 = require("./Interface/api/checklist/Query");
9488
9536
 
9489
- Object.keys(_Query2).forEach(function (key) {
9537
+ Object.keys(_Query3).forEach(function (key) {
9490
9538
  if (key === "default" || key === "__esModule") return;
9491
9539
  Object.defineProperty(exports, key, {
9492
9540
  enumerable: true,
9493
9541
  get: function () {
9494
- return _Query2[key];
9542
+ return _Query3[key];
9495
9543
  }
9496
9544
  });
9497
9545
  });
9498
9546
 
9499
- var _Update = require("./Interface/api/checklist/Update");
9547
+ var _Update2 = require("./Interface/api/checklist/Update");
9500
9548
 
9501
- Object.keys(_Update).forEach(function (key) {
9549
+ Object.keys(_Update2).forEach(function (key) {
9502
9550
  if (key === "default" || key === "__esModule") return;
9503
9551
  Object.defineProperty(exports, key, {
9504
9552
  enumerable: true,
9505
9553
  get: function () {
9506
- return _Update[key];
9554
+ return _Update2[key];
9507
9555
  }
9508
9556
  });
9509
9557
  });
@@ -9784,26 +9832,26 @@ Object.keys(_CreateCustomerActivityReport).forEach(function (key) {
9784
9832
  });
9785
9833
  });
9786
9834
 
9787
- var _Query3 = require("./Interface/api/customerActivity/Query");
9835
+ var _Query4 = require("./Interface/api/customerActivity/Query");
9788
9836
 
9789
- Object.keys(_Query3).forEach(function (key) {
9837
+ Object.keys(_Query4).forEach(function (key) {
9790
9838
  if (key === "default" || key === "__esModule") return;
9791
9839
  Object.defineProperty(exports, key, {
9792
9840
  enumerable: true,
9793
9841
  get: function () {
9794
- return _Query3[key];
9842
+ return _Query4[key];
9795
9843
  }
9796
9844
  });
9797
9845
  });
9798
9846
 
9799
- var _Create2 = require("./Interface/api/customerActivity/Create");
9847
+ var _Create3 = require("./Interface/api/customerActivity/Create");
9800
9848
 
9801
- Object.keys(_Create2).forEach(function (key) {
9849
+ Object.keys(_Create3).forEach(function (key) {
9802
9850
  if (key === "default" || key === "__esModule") return;
9803
9851
  Object.defineProperty(exports, key, {
9804
9852
  enumerable: true,
9805
9853
  get: function () {
9806
- return _Create2[key];
9854
+ return _Create3[key];
9807
9855
  }
9808
9856
  });
9809
9857
  });
@@ -9820,14 +9868,14 @@ Object.keys(_CreateAlert).forEach(function (key) {
9820
9868
  });
9821
9869
  });
9822
9870
 
9823
- var _Create3 = require("./Interface/api/commercialManagement/Create");
9871
+ var _Create4 = require("./Interface/api/commercialManagement/Create");
9824
9872
 
9825
- Object.keys(_Create3).forEach(function (key) {
9873
+ Object.keys(_Create4).forEach(function (key) {
9826
9874
  if (key === "default" || key === "__esModule") return;
9827
9875
  Object.defineProperty(exports, key, {
9828
9876
  enumerable: true,
9829
9877
  get: function () {
9830
- return _Create3[key];
9878
+ return _Create4[key];
9831
9879
  }
9832
9880
  });
9833
9881
  });
@@ -9844,26 +9892,26 @@ Object.keys(_Read3).forEach(function (key) {
9844
9892
  });
9845
9893
  });
9846
9894
 
9847
- var _Query4 = require("./Interface/api/commercialManagement/Query");
9895
+ var _Query5 = require("./Interface/api/commercialManagement/Query");
9848
9896
 
9849
- Object.keys(_Query4).forEach(function (key) {
9897
+ Object.keys(_Query5).forEach(function (key) {
9850
9898
  if (key === "default" || key === "__esModule") return;
9851
9899
  Object.defineProperty(exports, key, {
9852
9900
  enumerable: true,
9853
9901
  get: function () {
9854
- return _Query4[key];
9902
+ return _Query5[key];
9855
9903
  }
9856
9904
  });
9857
9905
  });
9858
9906
 
9859
- var _Update2 = require("./Interface/api/commercialManagement/Update");
9907
+ var _Update3 = require("./Interface/api/commercialManagement/Update");
9860
9908
 
9861
- Object.keys(_Update2).forEach(function (key) {
9909
+ Object.keys(_Update3).forEach(function (key) {
9862
9910
  if (key === "default" || key === "__esModule") return;
9863
9911
  Object.defineProperty(exports, key, {
9864
9912
  enumerable: true,
9865
9913
  get: function () {
9866
- return _Update2[key];
9914
+ return _Update3[key];
9867
9915
  }
9868
9916
  });
9869
9917
  });
@@ -9916,14 +9964,14 @@ Object.keys(_ReadConnectionState).forEach(function (key) {
9916
9964
  });
9917
9965
  });
9918
9966
 
9919
- var _Query5 = require("./Interface/api/qonto/Query");
9967
+ var _Query6 = require("./Interface/api/qonto/Query");
9920
9968
 
9921
- Object.keys(_Query5).forEach(function (key) {
9969
+ Object.keys(_Query6).forEach(function (key) {
9922
9970
  if (key === "default" || key === "__esModule") return;
9923
9971
  Object.defineProperty(exports, key, {
9924
9972
  enumerable: true,
9925
9973
  get: function () {
9926
- return _Query5[key];
9974
+ return _Query6[key];
9927
9975
  }
9928
9976
  });
9929
9977
  });
@@ -9940,14 +9988,14 @@ Object.keys(_CreateImportation).forEach(function (key) {
9940
9988
  });
9941
9989
  });
9942
9990
 
9943
- var _Create4 = require("./Interface/api/stripe/Create");
9991
+ var _Create5 = require("./Interface/api/stripe/Create");
9944
9992
 
9945
- Object.keys(_Create4).forEach(function (key) {
9993
+ Object.keys(_Create5).forEach(function (key) {
9946
9994
  if (key === "default" || key === "__esModule") return;
9947
9995
  Object.defineProperty(exports, key, {
9948
9996
  enumerable: true,
9949
9997
  get: function () {
9950
- return _Create4[key];
9998
+ return _Create5[key];
9951
9999
  }
9952
10000
  });
9953
10001
  });
@@ -10012,14 +10060,14 @@ Object.keys(_ReadCreateConnection).forEach(function (key) {
10012
10060
  });
10013
10061
  });
10014
10062
 
10015
- var _Create5 = require("./Interface/api/file/Create");
10063
+ var _Create6 = require("./Interface/api/file/Create");
10016
10064
 
10017
- Object.keys(_Create5).forEach(function (key) {
10065
+ Object.keys(_Create6).forEach(function (key) {
10018
10066
  if (key === "default" || key === "__esModule") return;
10019
10067
  Object.defineProperty(exports, key, {
10020
10068
  enumerable: true,
10021
10069
  get: function () {
10022
- return _Create5[key];
10070
+ return _Create6[key];
10023
10071
  }
10024
10072
  });
10025
10073
  });
@@ -10228,14 +10276,14 @@ Object.keys(_CreateFileToSign).forEach(function (key) {
10228
10276
  });
10229
10277
  });
10230
10278
 
10231
- var _Query6 = require("./Interface/api/rule/Query");
10279
+ var _Query7 = require("./Interface/api/rule/Query");
10232
10280
 
10233
- Object.keys(_Query6).forEach(function (key) {
10281
+ Object.keys(_Query7).forEach(function (key) {
10234
10282
  if (key === "default" || key === "__esModule") return;
10235
10283
  Object.defineProperty(exports, key, {
10236
10284
  enumerable: true,
10237
10285
  get: function () {
10238
- return _Query6[key];
10286
+ return _Query7[key];
10239
10287
  }
10240
10288
  });
10241
10289
  });
@@ -10288,6 +10336,18 @@ Object.keys(_cerfa).forEach(function (key) {
10288
10336
  });
10289
10337
  });
10290
10338
 
10339
+ var _phone = require("../utils/phone");
10340
+
10341
+ Object.keys(_phone).forEach(function (key) {
10342
+ if (key === "default" || key === "__esModule") return;
10343
+ Object.defineProperty(exports, key, {
10344
+ enumerable: true,
10345
+ get: function () {
10346
+ return _phone[key];
10347
+ }
10348
+ });
10349
+ });
10350
+
10291
10351
  var _checklist = require("../utils/checklist");
10292
10352
 
10293
10353
  Object.keys(_checklist).forEach(function (key) {