@silexpert/core 1.1.105 → 1.1.108

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 (86) hide show
  1. package/es/api/resources/BalanceSheetModule.d.ts +2 -2
  2. package/es/api/resources/BalanceSheetModule.d.ts.map +1 -1
  3. package/es/api/resources/BalanceSheetModule.js +4 -4
  4. package/es/api/resources/BalanceSheetModule.js.map +1 -1
  5. package/es/api/resources/Transaction.d.ts +2 -2
  6. package/es/api/resources/Transaction.d.ts.map +1 -1
  7. package/es/api/resources/Transaction.js +4 -4
  8. package/es/api/resources/Transaction.js.map +1 -1
  9. package/es/api/resources/User.d.ts +1 -9
  10. package/es/api/resources/User.d.ts.map +1 -1
  11. package/es/api/resources/User.js +0 -13
  12. package/es/api/resources/User.js.map +1 -1
  13. package/es/types/Enum/BalanceSheet.d.ts +8 -1
  14. package/es/types/Enum/BalanceSheet.d.ts.map +1 -1
  15. package/es/types/Enum/BalanceSheet.js +8 -0
  16. package/es/types/Enum/BalanceSheet.js.map +1 -1
  17. package/es/types/Enum/Comment.d.ts +2 -1
  18. package/es/types/Enum/Comment.d.ts.map +1 -1
  19. package/es/types/Enum/Comment.js +1 -0
  20. package/es/types/Enum/Comment.js.map +1 -1
  21. package/es/types/Enum/ConnectorType.d.ts +2 -1
  22. package/es/types/Enum/ConnectorType.d.ts.map +1 -1
  23. package/es/types/Enum/ConnectorType.js +2 -1
  24. package/es/types/Enum/ConnectorType.js.map +1 -1
  25. package/es/types/Interface/api/statistic/ExitRequest.d.ts +1 -1
  26. package/es/types/Interface/api/statistic/ExitRequest.d.ts.map +1 -1
  27. package/es/types/Interface/api/statistic/ExitRequest.js.map +1 -1
  28. package/es/types/Interface/api/user/ParamsGetAllUserWithRoles.d.ts +1 -0
  29. package/es/types/Interface/api/user/ParamsGetAllUserWithRoles.d.ts.map +1 -1
  30. package/es/types/Interface/api/user/ParamsGetAllUserWithRoles.js +7 -0
  31. package/es/types/Interface/api/user/ParamsGetAllUserWithRoles.js.map +1 -1
  32. package/es/types/Interface/api/user/QuerySocieties.d.ts +0 -4
  33. package/es/types/Interface/api/user/QuerySocieties.d.ts.map +1 -1
  34. package/es/types/Interface/api/user/QuerySocieties.js +1 -20
  35. package/es/types/Interface/api/user/QuerySocieties.js.map +1 -1
  36. package/es/types/Interface/models/IPaymentExpectation.d.ts +0 -2
  37. package/es/types/Interface/models/IPaymentExpectation.d.ts.map +1 -1
  38. package/es/types/Interface/models/IPaymentExpectation.js.map +1 -1
  39. package/es/types/Interface/models/IUser.d.ts +2 -0
  40. package/es/types/Interface/models/IUser.d.ts.map +1 -1
  41. package/es/types/Interface/models/IUser.js.map +1 -1
  42. package/es/types/index.d.ts +4 -1
  43. package/es/types/index.d.ts.map +1 -1
  44. package/es/types/index.js +4 -1
  45. package/es/types/index.js.map +1 -1
  46. package/js/api/resources/BalanceSheetModule.js +4 -4
  47. package/js/api/resources/BalanceSheetModule.js.map +1 -1
  48. package/js/api/resources/Transaction.js +4 -4
  49. package/js/api/resources/Transaction.js.map +1 -1
  50. package/js/api/resources/User.js +0 -15
  51. package/js/api/resources/User.js.map +1 -1
  52. package/js/types/Enum/BalanceSheet.js +7 -0
  53. package/js/types/Enum/BalanceSheet.js.map +1 -1
  54. package/js/types/Enum/Comment.js +1 -0
  55. package/js/types/Enum/Comment.js.map +1 -1
  56. package/js/types/Enum/ConnectorType.js +2 -1
  57. package/js/types/Enum/ConnectorType.js.map +1 -1
  58. package/js/types/Interface/api/statistic/ExitRequest.js.map +1 -1
  59. package/js/types/Interface/api/user/ParamsGetAllUserWithRoles.js +1 -0
  60. package/js/types/Interface/api/user/ParamsGetAllUserWithRoles.js.map +1 -1
  61. package/js/types/Interface/api/user/QuerySocieties.js +1 -14
  62. package/js/types/Interface/api/user/QuerySocieties.js.map +1 -1
  63. package/js/types/Interface/models/IPaymentExpectation.js.map +1 -1
  64. package/js/types/Interface/models/IUser.js.map +1 -1
  65. package/js/types/index.js +67 -38
  66. package/js/types/index.js.map +1 -1
  67. package/package.json +1 -1
  68. package/ts/api/resources/BalanceSheetModule.ts +4 -4
  69. package/ts/api/resources/Transaction.ts +4 -4
  70. package/ts/api/resources/User.ts +1 -15
  71. package/ts/types/Enum/BalanceSheet.ts +8 -0
  72. package/ts/types/Enum/Comment.ts +1 -0
  73. package/ts/types/Enum/ConnectorType.ts +2 -1
  74. package/ts/types/Interface/api/statistic/ExitRequest.ts +1 -1
  75. package/ts/types/Interface/api/user/ParamsGetAllUserWithRoles.ts +6 -0
  76. package/ts/types/Interface/api/user/QuerySocieties.ts +1 -17
  77. package/ts/types/Interface/models/IPaymentExpectation.ts +0 -2
  78. package/ts/types/Interface/models/IUser.ts +2 -0
  79. package/ts/types/index.ts +4 -1
  80. package/es/types/Interface/models/IErrorCode.d.ts +0 -8
  81. package/es/types/Interface/models/IErrorCode.d.ts.map +0 -1
  82. package/es/types/Interface/models/IErrorCode.js +0 -2
  83. package/es/types/Interface/models/IErrorCode.js.map +0 -1
  84. package/js/types/Interface/models/IErrorCode.js +0 -6
  85. package/js/types/Interface/models/IErrorCode.js.map +0 -1
  86. package/ts/types/Interface/models/IErrorCode.ts +0 -8
package/js/types/index.js CHANGED
@@ -3,6 +3,26 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
+ var _ICallHistory = require("./Interface/models/ICallHistory");
7
+ Object.keys(_ICallHistory).forEach(function (key) {
8
+ if (key === "default" || key === "__esModule") return;
9
+ Object.defineProperty(exports, key, {
10
+ enumerable: true,
11
+ get: function () {
12
+ return _ICallHistory[key];
13
+ }
14
+ });
15
+ });
16
+ var _IBusinessLineUser = require("./Interface/models/IBusinessLineUser");
17
+ Object.keys(_IBusinessLineUser).forEach(function (key) {
18
+ if (key === "default" || key === "__esModule") return;
19
+ Object.defineProperty(exports, key, {
20
+ enumerable: true,
21
+ get: function () {
22
+ return _IBusinessLineUser[key];
23
+ }
24
+ });
25
+ });
6
26
  var _IVisualizedInformation = require("./Interface/models/IVisualizedInformation");
7
27
  Object.keys(_IVisualizedInformation).forEach(function (key) {
8
28
  if (key === "default" || key === "__esModule") return;
@@ -453,16 +473,6 @@ Object.keys(_ICivility).forEach(function (key) {
453
473
  }
454
474
  });
455
475
  });
456
- var _IErrorCode = require("./Interface/models/IErrorCode");
457
- Object.keys(_IErrorCode).forEach(function (key) {
458
- if (key === "default" || key === "__esModule") return;
459
- Object.defineProperty(exports, key, {
460
- enumerable: true,
461
- get: function () {
462
- return _IErrorCode[key];
463
- }
464
- });
465
- });
466
476
  var _IColor = require("./Interface/models/IColor");
467
477
  Object.keys(_IColor).forEach(function (key) {
468
478
  if (key === "default" || key === "__esModule") return;
@@ -3133,6 +3143,16 @@ Object.keys(_FormConnector).forEach(function (key) {
3133
3143
  }
3134
3144
  });
3135
3145
  });
3146
+ var _Supervision = require("./Enum/Supervision");
3147
+ Object.keys(_Supervision).forEach(function (key) {
3148
+ if (key === "default" || key === "__esModule") return;
3149
+ Object.defineProperty(exports, key, {
3150
+ enumerable: true,
3151
+ get: function () {
3152
+ return _Supervision[key];
3153
+ }
3154
+ });
3155
+ });
3136
3156
  var _ChangeLog = require("./Enum/ChangeLog");
3137
3157
  Object.keys(_ChangeLog).forEach(function (key) {
3138
3158
  if (key === "default" || key === "__esModule") return;
@@ -3973,7 +3993,6 @@ Object.keys(_ConstitutionState).forEach(function (key) {
3973
3993
  }
3974
3994
  });
3975
3995
  });
3976
- var _Supervision = require("./Enum/Supervision");
3977
3996
  Object.keys(_Supervision).forEach(function (key) {
3978
3997
  if (key === "default" || key === "__esModule") return;
3979
3998
  Object.defineProperty(exports, key, {
@@ -6623,6 +6642,16 @@ Object.keys(_Query2).forEach(function (key) {
6623
6642
  }
6624
6643
  });
6625
6644
  });
6645
+ var _Read3 = require("./Interface/api/textMessage/Read");
6646
+ Object.keys(_Read3).forEach(function (key) {
6647
+ if (key === "default" || key === "__esModule") return;
6648
+ Object.defineProperty(exports, key, {
6649
+ enumerable: true,
6650
+ get: function () {
6651
+ return _Read3[key];
6652
+ }
6653
+ });
6654
+ });
6626
6655
  var _CompaneoReturn = require("./Interface/api/companeo/CompaneoReturn");
6627
6656
  Object.keys(_CompaneoReturn).forEach(function (key) {
6628
6657
  if (key === "default" || key === "__esModule") return;
@@ -6843,13 +6872,13 @@ Object.keys(_UpdatePartner).forEach(function (key) {
6843
6872
  }
6844
6873
  });
6845
6874
  });
6846
- var _Read3 = require("./Interface/api/partner/Read");
6847
- Object.keys(_Read3).forEach(function (key) {
6875
+ var _Read4 = require("./Interface/api/partner/Read");
6876
+ Object.keys(_Read4).forEach(function (key) {
6848
6877
  if (key === "default" || key === "__esModule") return;
6849
6878
  Object.defineProperty(exports, key, {
6850
6879
  enumerable: true,
6851
6880
  get: function () {
6852
- return _Read3[key];
6881
+ return _Read4[key];
6853
6882
  }
6854
6883
  });
6855
6884
  });
@@ -6943,13 +6972,13 @@ Object.keys(_Query4).forEach(function (key) {
6943
6972
  }
6944
6973
  });
6945
6974
  });
6946
- var _Read4 = require("./Interface/api/balanceSheet/Read");
6947
- Object.keys(_Read4).forEach(function (key) {
6975
+ var _Read5 = require("./Interface/api/balanceSheet/Read");
6976
+ Object.keys(_Read5).forEach(function (key) {
6948
6977
  if (key === "default" || key === "__esModule") return;
6949
6978
  Object.defineProperty(exports, key, {
6950
6979
  enumerable: true,
6951
6980
  get: function () {
6952
- return _Read4[key];
6981
+ return _Read5[key];
6953
6982
  }
6954
6983
  });
6955
6984
  });
@@ -7673,13 +7702,13 @@ Object.keys(_UpdateBudgetPermanentToken).forEach(function (key) {
7673
7702
  }
7674
7703
  });
7675
7704
  });
7676
- var _Read5 = require("./Interface/api/budgetInsight/Read");
7677
- Object.keys(_Read5).forEach(function (key) {
7705
+ var _Read6 = require("./Interface/api/budgetInsight/Read");
7706
+ Object.keys(_Read6).forEach(function (key) {
7678
7707
  if (key === "default" || key === "__esModule") return;
7679
7708
  Object.defineProperty(exports, key, {
7680
7709
  enumerable: true,
7681
7710
  get: function () {
7682
- return _Read5[key];
7711
+ return _Read6[key];
7683
7712
  }
7684
7713
  });
7685
7714
  });
@@ -8383,13 +8412,13 @@ Object.keys(_readAllCalendarEvent).forEach(function (key) {
8383
8412
  }
8384
8413
  });
8385
8414
  });
8386
- var _Read6 = require("./Interface/api/checklist/Read");
8387
- Object.keys(_Read6).forEach(function (key) {
8415
+ var _Read7 = require("./Interface/api/checklist/Read");
8416
+ Object.keys(_Read7).forEach(function (key) {
8388
8417
  if (key === "default" || key === "__esModule") return;
8389
8418
  Object.defineProperty(exports, key, {
8390
8419
  enumerable: true,
8391
8420
  get: function () {
8392
- return _Read6[key];
8421
+ return _Read7[key];
8393
8422
  }
8394
8423
  });
8395
8424
  });
@@ -8703,13 +8732,13 @@ Object.keys(_Create6).forEach(function (key) {
8703
8732
  }
8704
8733
  });
8705
8734
  });
8706
- var _Read7 = require("./Interface/api/commercialManagement/Read");
8707
- Object.keys(_Read7).forEach(function (key) {
8735
+ var _Read8 = require("./Interface/api/commercialManagement/Read");
8736
+ Object.keys(_Read8).forEach(function (key) {
8708
8737
  if (key === "default" || key === "__esModule") return;
8709
8738
  Object.defineProperty(exports, key, {
8710
8739
  enumerable: true,
8711
8740
  get: function () {
8712
- return _Read7[key];
8741
+ return _Read8[key];
8713
8742
  }
8714
8743
  });
8715
8744
  });
@@ -8843,13 +8872,13 @@ Object.keys(_ProcessBankAccount).forEach(function (key) {
8843
8872
  }
8844
8873
  });
8845
8874
  });
8846
- var _Read8 = require("./Interface/api/qonto/Read");
8847
- Object.keys(_Read8).forEach(function (key) {
8875
+ var _Read9 = require("./Interface/api/qonto/Read");
8876
+ Object.keys(_Read9).forEach(function (key) {
8848
8877
  if (key === "default" || key === "__esModule") return;
8849
8878
  Object.defineProperty(exports, key, {
8850
8879
  enumerable: true,
8851
8880
  get: function () {
8852
- return _Read8[key];
8881
+ return _Read9[key];
8853
8882
  }
8854
8883
  });
8855
8884
  });
@@ -8863,13 +8892,13 @@ Object.keys(_Create8).forEach(function (key) {
8863
8892
  }
8864
8893
  });
8865
8894
  });
8866
- var _Read9 = require("./Interface/api/file/Read");
8867
- Object.keys(_Read9).forEach(function (key) {
8895
+ var _Read10 = require("./Interface/api/file/Read");
8896
+ Object.keys(_Read10).forEach(function (key) {
8868
8897
  if (key === "default" || key === "__esModule") return;
8869
8898
  Object.defineProperty(exports, key, {
8870
8899
  enumerable: true,
8871
8900
  get: function () {
8872
- return _Read9[key];
8901
+ return _Read10[key];
8873
8902
  }
8874
8903
  });
8875
8904
  });
@@ -9093,13 +9122,13 @@ Object.keys(_Update4).forEach(function (key) {
9093
9122
  }
9094
9123
  });
9095
9124
  });
9096
- var _Read10 = require("./Interface/api/rule/Read");
9097
- Object.keys(_Read10).forEach(function (key) {
9125
+ var _Read11 = require("./Interface/api/rule/Read");
9126
+ Object.keys(_Read11).forEach(function (key) {
9098
9127
  if (key === "default" || key === "__esModule") return;
9099
9128
  Object.defineProperty(exports, key, {
9100
9129
  enumerable: true,
9101
9130
  get: function () {
9102
- return _Read10[key];
9131
+ return _Read11[key];
9103
9132
  }
9104
9133
  });
9105
9134
  });
@@ -9173,13 +9202,13 @@ Object.keys(_QueryGetAllPrestations).forEach(function (key) {
9173
9202
  }
9174
9203
  });
9175
9204
  });
9176
- var _Read11 = require("./Interface/api/commercialImport/Read");
9177
- Object.keys(_Read11).forEach(function (key) {
9205
+ var _Read12 = require("./Interface/api/commercialImport/Read");
9206
+ Object.keys(_Read12).forEach(function (key) {
9178
9207
  if (key === "default" || key === "__esModule") return;
9179
9208
  Object.defineProperty(exports, key, {
9180
9209
  enumerable: true,
9181
9210
  get: function () {
9182
- return _Read11[key];
9211
+ return _Read12[key];
9183
9212
  }
9184
9213
  });
9185
9214
  });