@silexpert/core 1.0.172 → 1.0.175

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 (123) hide show
  1. package/es/api/resources/CommercialImport.d.ts +8 -0
  2. package/es/api/resources/CommercialImport.d.ts.map +1 -0
  3. package/es/api/resources/CommercialImport.js +21 -0
  4. package/es/api/resources/CommercialImport.js.map +1 -0
  5. package/es/api/resources/WorkingSchedule.d.ts +2 -1
  6. package/es/api/resources/WorkingSchedule.d.ts.map +1 -1
  7. package/es/api/resources/WorkingSchedule.js +3 -0
  8. package/es/api/resources/WorkingSchedule.js.map +1 -1
  9. package/es/api/resources/statistic/CustomerSuccess.d.ts +7 -0
  10. package/es/api/resources/statistic/CustomerSuccess.d.ts.map +1 -0
  11. package/es/api/resources/statistic/CustomerSuccess.js +7 -0
  12. package/es/api/resources/statistic/CustomerSuccess.js.map +1 -0
  13. package/es/api/resources.d.ts +4 -0
  14. package/es/api/resources.d.ts.map +1 -1
  15. package/es/api/resources.js +4 -0
  16. package/es/api/resources.js.map +1 -1
  17. package/es/types/Enum/CommercialImportHeader.d.ts +12 -0
  18. package/es/types/Enum/CommercialImportHeader.d.ts.map +1 -0
  19. package/es/types/Enum/CommercialImportHeader.js +102 -0
  20. package/es/types/Enum/CommercialImportHeader.js.map +1 -0
  21. package/es/types/Enum/Ged.d.ts +1 -0
  22. package/es/types/Enum/Ged.d.ts.map +1 -1
  23. package/es/types/Enum/Ged.js +1 -1
  24. package/es/types/Enum/Ged.js.map +1 -1
  25. package/es/types/Enum/PartnerTransactionType.d.ts +4 -0
  26. package/es/types/Enum/PartnerTransactionType.d.ts.map +1 -1
  27. package/es/types/Enum/PartnerTransactionType.js +26 -0
  28. package/es/types/Enum/PartnerTransactionType.js.map +1 -1
  29. package/es/types/Enum/StatisticType.d.ts +2 -1
  30. package/es/types/Enum/StatisticType.d.ts.map +1 -1
  31. package/es/types/Enum/StatisticType.js +1 -0
  32. package/es/types/Enum/StatisticType.js.map +1 -1
  33. package/es/types/Interface/api/commercialImport/Create.d.ts +8 -0
  34. package/es/types/Interface/api/commercialImport/Create.d.ts.map +1 -0
  35. package/es/types/Interface/api/commercialImport/Create.js +27 -0
  36. package/es/types/Interface/api/commercialImport/Create.js.map +1 -0
  37. package/es/types/Interface/api/commercialImport/Query.d.ts +12 -0
  38. package/es/types/Interface/api/commercialImport/Query.d.ts.map +1 -0
  39. package/es/types/Interface/api/commercialImport/Query.js +23 -0
  40. package/es/types/Interface/api/commercialImport/Query.js.map +1 -0
  41. package/es/types/Interface/api/commercialImport/Read.d.ts +40 -0
  42. package/es/types/Interface/api/commercialImport/Read.d.ts.map +1 -0
  43. package/es/types/Interface/api/commercialImport/Read.js +2 -0
  44. package/es/types/Interface/api/commercialImport/Read.js.map +1 -0
  45. package/es/types/Interface/api/statistic/QueryCustomerSuccess.d.ts +5 -0
  46. package/es/types/Interface/api/statistic/QueryCustomerSuccess.d.ts.map +1 -0
  47. package/es/types/Interface/api/statistic/QueryCustomerSuccess.js +26 -0
  48. package/es/types/Interface/api/statistic/QueryCustomerSuccess.js.map +1 -0
  49. package/es/types/Interface/api/statistic/QueryInternal.d.ts +1 -0
  50. package/es/types/Interface/api/statistic/QueryInternal.d.ts.map +1 -1
  51. package/es/types/Interface/api/statistic/QueryInternal.js +7 -1
  52. package/es/types/Interface/api/statistic/QueryInternal.js.map +1 -1
  53. package/es/types/Interface/api/workingSchedule/QueryDailyHour.d.ts +16 -0
  54. package/es/types/Interface/api/workingSchedule/QueryDailyHour.d.ts.map +1 -1
  55. package/es/types/Interface/api/workingSchedule/QueryDailyHour.js.map +1 -1
  56. package/es/types/Interface/models/IApiError.d.ts +4 -0
  57. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  58. package/es/types/Interface/models/IApiError.js +5 -0
  59. package/es/types/Interface/models/IApiError.js.map +1 -1
  60. package/es/types/Interface/models/IUserFile.d.ts +12 -0
  61. package/es/types/Interface/models/IUserFile.d.ts.map +1 -0
  62. package/es/types/Interface/models/IUserFile.js +2 -0
  63. package/es/types/Interface/models/IUserFile.js.map +1 -0
  64. package/es/types/Interface/models/IUserSocietyPermission.d.ts +4 -2
  65. package/es/types/Interface/models/IUserSocietyPermission.d.ts.map +1 -1
  66. package/es/types/Interface/models/IUserSocietyPermission.js.map +1 -1
  67. package/es/types/index.d.ts +6 -0
  68. package/es/types/index.d.ts.map +1 -1
  69. package/es/types/index.js +6 -0
  70. package/es/types/index.js.map +1 -1
  71. package/js/api/resources/CommercialImport.js +35 -0
  72. package/js/api/resources/CommercialImport.js.map +1 -0
  73. package/js/api/resources/WorkingSchedule.js +3 -0
  74. package/js/api/resources/WorkingSchedule.js.map +1 -1
  75. package/js/api/resources/statistic/CustomerSuccess.js +18 -0
  76. package/js/api/resources/statistic/CustomerSuccess.js.map +1 -0
  77. package/js/api/resources.js +5 -1
  78. package/js/api/resources.js.map +1 -1
  79. package/js/types/Enum/CommercialImportHeader.js +107 -0
  80. package/js/types/Enum/CommercialImportHeader.js.map +1 -0
  81. package/js/types/Enum/Ged.js +1 -1
  82. package/js/types/Enum/Ged.js.map +1 -1
  83. package/js/types/Enum/PartnerTransactionType.js +19 -0
  84. package/js/types/Enum/PartnerTransactionType.js.map +1 -1
  85. package/js/types/Enum/StatisticType.js +1 -0
  86. package/js/types/Enum/StatisticType.js.map +1 -1
  87. package/js/types/Interface/api/commercialImport/Create.js +24 -0
  88. package/js/types/Interface/api/commercialImport/Create.js.map +1 -0
  89. package/js/types/Interface/api/commercialImport/Query.js +24 -0
  90. package/js/types/Interface/api/commercialImport/Query.js.map +1 -0
  91. package/js/types/Interface/api/commercialImport/Read.js +6 -0
  92. package/js/types/Interface/api/commercialImport/Read.js.map +1 -0
  93. package/js/types/Interface/api/statistic/QueryCustomerSuccess.js +24 -0
  94. package/js/types/Interface/api/statistic/QueryCustomerSuccess.js.map +1 -0
  95. package/js/types/Interface/api/statistic/QueryInternal.js +1 -0
  96. package/js/types/Interface/api/statistic/QueryInternal.js.map +1 -1
  97. package/js/types/Interface/api/workingSchedule/QueryDailyHour.js.map +1 -1
  98. package/js/types/Interface/models/IApiError.js +5 -0
  99. package/js/types/Interface/models/IApiError.js.map +1 -1
  100. package/js/types/Interface/models/IUserFile.js +6 -0
  101. package/js/types/Interface/models/IUserFile.js.map +1 -0
  102. package/js/types/Interface/models/IUserSocietyPermission.js.map +1 -1
  103. package/js/types/index.js +60 -0
  104. package/js/types/index.js.map +1 -1
  105. package/package.json +1 -1
  106. package/ts/api/resources/CommercialImport.ts +27 -0
  107. package/ts/api/resources/WorkingSchedule.ts +5 -1
  108. package/ts/api/resources/statistic/CustomerSuccess.ts +9 -0
  109. package/ts/api/resources.ts +5 -0
  110. package/ts/types/Enum/CommercialImportHeader.ts +112 -0
  111. package/ts/types/Enum/Ged.ts +1 -1
  112. package/ts/types/Enum/PartnerTransactionType.ts +28 -1
  113. package/ts/types/Enum/StatisticType.ts +1 -0
  114. package/ts/types/Interface/api/commercialImport/Create.ts +16 -0
  115. package/ts/types/Interface/api/commercialImport/Query.ts +34 -0
  116. package/ts/types/Interface/api/commercialImport/Read.ts +40 -0
  117. package/ts/types/Interface/api/statistic/QueryCustomerSuccess.ts +14 -0
  118. package/ts/types/Interface/api/statistic/QueryInternal.ts +6 -1
  119. package/ts/types/Interface/api/workingSchedule/QueryDailyHour.ts +21 -1
  120. package/ts/types/Interface/models/IApiError.ts +6 -0
  121. package/ts/types/Interface/models/IUserFile.ts +14 -0
  122. package/ts/types/Interface/models/IUserSocietyPermission.ts +4 -2
  123. package/ts/types/index.ts +6 -0
@@ -1 +1 @@
1
- {"version":3,"file":"IUserSocietyPermission.js","names":[],"sources":["../../../../ts/types/Interface/models/IUserSocietyPermission.ts"],"sourcesContent":["import { IPermission } from './IPermission';\nimport { ISociety } from './ISociety';\n\n// usersSocietiesPermissions\nexport interface IUserSocietyPermission {\n id?: number;\n idUser: number | null;\n idPermission: number | null;\n idSociety: number | null;\n isOwner: boolean | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n permission: IPermission;\n society: ISociety;\n}\n"],"mappings":""}
1
+ {"version":3,"file":"IUserSocietyPermission.js","names":[],"sources":["../../../../ts/types/Interface/models/IUserSocietyPermission.ts"],"sourcesContent":["import { IPermission } from './IPermission';\nimport { ISociety } from './ISociety';\nimport { IUser } from './IUser';\n\n// usersSocietiesPermissions\nexport interface IUserSocietyPermission {\n id?: number;\n idUser: number | null;\n idPermission: number | null;\n idSociety: number | null;\n isOwner: boolean | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n permission?: IPermission;\n society?: ISociety;\n user?: IUser;\n}\n"],"mappings":""}
package/js/types/index.js CHANGED
@@ -2693,6 +2693,16 @@ Object.keys(_IUserTeam).forEach(function (key) {
2693
2693
  }
2694
2694
  });
2695
2695
  });
2696
+ var _IUserFile = require("./Interface/models/IUserFile");
2697
+ Object.keys(_IUserFile).forEach(function (key) {
2698
+ if (key === "default" || key === "__esModule") return;
2699
+ Object.defineProperty(exports, key, {
2700
+ enumerable: true,
2701
+ get: function () {
2702
+ return _IUserFile[key];
2703
+ }
2704
+ });
2705
+ });
2696
2706
  var _IUserTest = require("./Interface/models/IUserTest");
2697
2707
  Object.keys(_IUserTest).forEach(function (key) {
2698
2708
  if (key === "default" || key === "__esModule") return;
@@ -4783,6 +4793,16 @@ Object.keys(_UnpaidCallHistoryType).forEach(function (key) {
4783
4793
  }
4784
4794
  });
4785
4795
  });
4796
+ var _CommercialImportHeader = require("./Enum/CommercialImportHeader");
4797
+ Object.keys(_CommercialImportHeader).forEach(function (key) {
4798
+ if (key === "default" || key === "__esModule") return;
4799
+ Object.defineProperty(exports, key, {
4800
+ enumerable: true,
4801
+ get: function () {
4802
+ return _CommercialImportHeader[key];
4803
+ }
4804
+ });
4805
+ });
4786
4806
  var _ReadPartnerTransactionType = require("./Interface/api/partnerTransactionType/ReadPartnerTransactionType");
4787
4807
  Object.keys(_ReadPartnerTransactionType).forEach(function (key) {
4788
4808
  if (key === "default" || key === "__esModule") return;
@@ -6863,6 +6883,16 @@ Object.keys(_QueryGetDirection).forEach(function (key) {
6863
6883
  }
6864
6884
  });
6865
6885
  });
6886
+ var _QueryCustomerSuccess = require("./Interface/api/statistic/QueryCustomerSuccess");
6887
+ Object.keys(_QueryCustomerSuccess).forEach(function (key) {
6888
+ if (key === "default" || key === "__esModule") return;
6889
+ Object.defineProperty(exports, key, {
6890
+ enumerable: true,
6891
+ get: function () {
6892
+ return _QueryCustomerSuccess[key];
6893
+ }
6894
+ });
6895
+ });
6866
6896
  var _CreatePappers = require("./Interface/api/pappers/CreatePappers");
6867
6897
  Object.keys(_CreatePappers).forEach(function (key) {
6868
6898
  if (key === "default" || key === "__esModule") return;
@@ -8833,6 +8863,36 @@ Object.keys(_QueryGetAllPrestations).forEach(function (key) {
8833
8863
  }
8834
8864
  });
8835
8865
  });
8866
+ var _Read8 = require("./Interface/api/commercialImport/Read");
8867
+ Object.keys(_Read8).forEach(function (key) {
8868
+ if (key === "default" || key === "__esModule") return;
8869
+ Object.defineProperty(exports, key, {
8870
+ enumerable: true,
8871
+ get: function () {
8872
+ return _Read8[key];
8873
+ }
8874
+ });
8875
+ });
8876
+ var _Query9 = require("./Interface/api/commercialImport/Query");
8877
+ Object.keys(_Query9).forEach(function (key) {
8878
+ if (key === "default" || key === "__esModule") return;
8879
+ Object.defineProperty(exports, key, {
8880
+ enumerable: true,
8881
+ get: function () {
8882
+ return _Query9[key];
8883
+ }
8884
+ });
8885
+ });
8886
+ var _Create8 = require("./Interface/api/commercialImport/Create");
8887
+ Object.keys(_Create8).forEach(function (key) {
8888
+ if (key === "default" || key === "__esModule") return;
8889
+ Object.defineProperty(exports, key, {
8890
+ enumerable: true,
8891
+ get: function () {
8892
+ return _Create8[key];
8893
+ }
8894
+ });
8895
+ });
8836
8896
  var _Util4 = require("./Interface/enum/Util");
8837
8897
  Object.keys(_Util4).forEach(function (key) {
8838
8898
  if (key === "default" || key === "__esModule") return;