@silexpert/core 1.1.7 → 1.1.9

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 (273) hide show
  1. package/es/api/resources/Notification.d.ts +3 -0
  2. package/es/api/resources/Notification.d.ts.map +1 -1
  3. package/es/api/resources/Notification.js +7 -1
  4. package/es/api/resources/Notification.js.map +1 -1
  5. package/es/api/resources/Team.d.ts +30 -0
  6. package/es/api/resources/Team.d.ts.map +1 -0
  7. package/es/api/resources/Team.js +37 -0
  8. package/es/api/resources/Team.js.map +1 -0
  9. package/es/api/resources/Vat.js +1 -1
  10. package/es/api/resources/Vat.js.map +1 -1
  11. package/es/api/resources.d.ts +2 -0
  12. package/es/api/resources.d.ts.map +1 -1
  13. package/es/api/resources.js +2 -0
  14. package/es/api/resources.js.map +1 -1
  15. package/es/types/Enum/BrandClementine.d.ts +0 -126
  16. package/es/types/Enum/BrandClementine.d.ts.map +1 -1
  17. package/es/types/Enum/BrandClementine.js +0 -109
  18. package/es/types/Enum/BrandClementine.js.map +1 -1
  19. package/es/types/Enum/BrandComptalib.d.ts +0 -83
  20. package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
  21. package/es/types/Enum/BrandComptalib.js +0 -77
  22. package/es/types/Enum/BrandComptalib.js.map +1 -1
  23. package/es/types/Enum/BrandPourcentage.d.ts.map +1 -1
  24. package/es/types/Enum/BrandPourcentage.js +436 -1
  25. package/es/types/Enum/BrandPourcentage.js.map +1 -1
  26. package/es/types/Enum/CommercialImportHeader.d.ts.map +1 -1
  27. package/es/types/Enum/CommercialImportHeader.js +23 -16
  28. package/es/types/Enum/CommercialImportHeader.js.map +1 -1
  29. package/es/types/Enum/EntityType.d.ts +18 -0
  30. package/es/types/Enum/EntityType.d.ts.map +1 -0
  31. package/es/types/Enum/EntityType.js +66 -0
  32. package/es/types/Enum/EntityType.js.map +1 -0
  33. package/es/types/Enum/NotificationType.d.ts +15 -2
  34. package/es/types/Enum/NotificationType.d.ts.map +1 -1
  35. package/es/types/Enum/NotificationType.js +41 -5
  36. package/es/types/Enum/NotificationType.js.map +1 -1
  37. package/es/types/Enum/Phone.js +1 -1
  38. package/es/types/Enum/Phone.js.map +1 -1
  39. package/es/types/Enum/ReasonTerminationType.d.ts +23 -0
  40. package/es/types/Enum/ReasonTerminationType.d.ts.map +1 -0
  41. package/es/types/Enum/ReasonTerminationType.js +86 -0
  42. package/es/types/Enum/ReasonTerminationType.js.map +1 -0
  43. package/es/types/Enum/RegistrationSource.d.ts +1 -0
  44. package/es/types/Enum/RegistrationSource.d.ts.map +1 -1
  45. package/es/types/Enum/RegistrationSource.js +1 -0
  46. package/es/types/Enum/RegistrationSource.js.map +1 -1
  47. package/es/types/Enum/RemoteType.d.ts +10 -0
  48. package/es/types/Enum/RemoteType.d.ts.map +1 -0
  49. package/es/types/Enum/RemoteType.js +21 -0
  50. package/es/types/Enum/RemoteType.js.map +1 -0
  51. package/es/types/Enum/TaxSystem.d.ts +2 -0
  52. package/es/types/Enum/TaxSystem.d.ts.map +1 -1
  53. package/es/types/Enum/TaxSystem.js +14 -0
  54. package/es/types/Enum/TaxSystem.js.map +1 -1
  55. package/es/types/Enum/TimeRecorderLocation.d.ts +0 -4
  56. package/es/types/Enum/TimeRecorderLocation.d.ts.map +1 -1
  57. package/es/types/Enum/TimeRecorderLocation.js +0 -3
  58. package/es/types/Enum/TimeRecorderLocation.js.map +1 -1
  59. package/es/types/Interface/api/appNotification/Update.d.ts +5 -0
  60. package/es/types/Interface/api/appNotification/Update.d.ts.map +1 -0
  61. package/es/types/Interface/api/appNotification/Update.js +25 -0
  62. package/es/types/Interface/api/appNotification/Update.js.map +1 -0
  63. package/es/types/Interface/api/aspone/ReadInterchange.d.ts +1 -1
  64. package/es/types/Interface/api/aspone/ReadInterchange.d.ts.map +1 -1
  65. package/es/types/Interface/api/aspone/ReadInterchange.js.map +1 -1
  66. package/es/types/Interface/api/commercialImport/Query.d.ts +1 -1
  67. package/es/types/Interface/api/commercialImport/Query.d.ts.map +1 -1
  68. package/es/types/Interface/api/commercialImport/Query.js.map +1 -1
  69. package/es/types/Interface/api/commercialImport/Read.d.ts +2 -1
  70. package/es/types/Interface/api/commercialImport/Read.d.ts.map +1 -1
  71. package/es/types/Interface/api/commercialImport/Read.js.map +1 -1
  72. package/es/types/Interface/api/companeo/CompaneoReturn.d.ts +21 -3
  73. package/es/types/Interface/api/companeo/CompaneoReturn.d.ts.map +1 -1
  74. package/es/types/Interface/api/companeo/CompaneoReturn.js.map +1 -1
  75. package/es/types/Interface/api/exercice/UpdateExercice.d.ts +1 -0
  76. package/es/types/Interface/api/exercice/UpdateExercice.d.ts.map +1 -1
  77. package/es/types/Interface/api/exercice/UpdateExercice.js +7 -0
  78. package/es/types/Interface/api/exercice/UpdateExercice.js.map +1 -1
  79. package/es/types/Interface/api/notification/CreateNotification.d.ts +2 -2
  80. package/es/types/Interface/api/notification/CreateNotification.d.ts.map +1 -1
  81. package/es/types/Interface/api/notification/CreateNotification.js +2 -2
  82. package/es/types/Interface/api/notification/CreateNotification.js.map +1 -1
  83. package/es/types/Interface/api/notificationSetting/CreateNotificationSetting.d.ts +2 -2
  84. package/es/types/Interface/api/notificationSetting/CreateNotificationSetting.d.ts.map +1 -1
  85. package/es/types/Interface/api/notificationSetting/CreateNotificationSetting.js +2 -2
  86. package/es/types/Interface/api/notificationSetting/CreateNotificationSetting.js.map +1 -1
  87. package/es/types/Interface/api/notificationSetting/UpdateNotificationSetting.d.ts +2 -2
  88. package/es/types/Interface/api/notificationSetting/UpdateNotificationSetting.d.ts.map +1 -1
  89. package/es/types/Interface/api/notificationSetting/UpdateNotificationSetting.js +2 -2
  90. package/es/types/Interface/api/notificationSetting/UpdateNotificationSetting.js.map +1 -1
  91. package/es/types/Interface/api/registration/ReadRegistration.d.ts +1 -0
  92. package/es/types/Interface/api/registration/ReadRegistration.d.ts.map +1 -1
  93. package/es/types/Interface/api/registration/ReadRegistration.js.map +1 -1
  94. package/es/types/Interface/api/registration/UpdateRegistration.d.ts +1 -1
  95. package/es/types/Interface/api/registration/UpdateRegistration.d.ts.map +1 -1
  96. package/es/types/Interface/api/registration/UpdateRegistration.js +1 -1
  97. package/es/types/Interface/api/registration/UpdateRegistration.js.map +1 -1
  98. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts +1 -0
  99. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -1
  100. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js +6 -0
  101. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  102. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts +2 -0
  103. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts.map +1 -1
  104. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
  105. package/es/types/Interface/api/team/QueryCreate.d.ts +5 -0
  106. package/es/types/Interface/api/team/QueryCreate.d.ts.map +1 -0
  107. package/es/types/Interface/api/{companeo/Query.js → team/QueryCreate.js} +9 -10
  108. package/es/types/Interface/api/team/QueryCreate.js.map +1 -0
  109. package/es/types/Interface/api/team/QueryGetAllWithIncludes.d.ts +5 -0
  110. package/es/types/Interface/api/team/QueryGetAllWithIncludes.d.ts.map +1 -0
  111. package/es/types/Interface/api/team/QueryGetAllWithIncludes.js +28 -0
  112. package/es/types/Interface/api/team/QueryGetAllWithIncludes.js.map +1 -0
  113. package/es/types/Interface/api/team/QueryUpdate.d.ts +7 -0
  114. package/es/types/Interface/api/team/QueryUpdate.d.ts.map +1 -0
  115. package/es/types/Interface/api/team/QueryUpdate.js +38 -0
  116. package/es/types/Interface/api/team/QueryUpdate.js.map +1 -0
  117. package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.d.ts +1 -1
  118. package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.d.ts.map +1 -1
  119. package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.js.map +1 -1
  120. package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.d.ts +7 -0
  121. package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.d.ts.map +1 -1
  122. package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.js +23 -3
  123. package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.js.map +1 -1
  124. package/es/types/Interface/models/IAppNotification.d.ts +20 -0
  125. package/es/types/Interface/models/IAppNotification.d.ts.map +1 -0
  126. package/es/types/Interface/models/IAppNotification.js +2 -0
  127. package/es/types/Interface/models/IAppNotification.js.map +1 -0
  128. package/es/types/Interface/models/IBalanceSheet.d.ts +2 -0
  129. package/es/types/Interface/models/IBalanceSheet.d.ts.map +1 -1
  130. package/es/types/Interface/models/IBalanceSheet.js.map +1 -1
  131. package/es/types/Interface/models/IMobileNotificationLog.d.ts +2 -2
  132. package/es/types/Interface/models/IMobileNotificationLog.d.ts.map +1 -1
  133. package/es/types/Interface/models/IMobileNotificationLog.js.map +1 -1
  134. package/es/types/Interface/models/IMobileNotificationSetting.d.ts +2 -2
  135. package/es/types/Interface/models/IMobileNotificationSetting.d.ts.map +1 -1
  136. package/es/types/Interface/models/IMobileNotificationSetting.js.map +1 -1
  137. package/es/types/Interface/models/IRegistration.d.ts +2 -2
  138. package/es/types/Interface/models/IRegistration.d.ts.map +1 -1
  139. package/es/types/Interface/models/IRegistration.js.map +1 -1
  140. package/es/types/Interface/models/IUser.d.ts +4 -0
  141. package/es/types/Interface/models/IUser.d.ts.map +1 -1
  142. package/es/types/Interface/models/IUser.js.map +1 -1
  143. package/es/types/Interface/models/IWorkingSchedule.d.ts +2 -0
  144. package/es/types/Interface/models/IWorkingSchedule.d.ts.map +1 -1
  145. package/es/types/Interface/models/IWorkingSchedule.js.map +1 -1
  146. package/es/types/index.d.ts +8 -1
  147. package/es/types/index.d.ts.map +1 -1
  148. package/es/types/index.js +8 -1
  149. package/es/types/index.js.map +1 -1
  150. package/es/utils/vat/registration.js +1 -1
  151. package/es/utils/vat/registration.js.map +1 -1
  152. package/js/api/resources/Notification.js +7 -1
  153. package/js/api/resources/Notification.js.map +1 -1
  154. package/js/api/resources/Team.js +46 -0
  155. package/js/api/resources/Team.js.map +1 -0
  156. package/js/api/resources/Vat.js +1 -1
  157. package/js/api/resources/Vat.js.map +1 -1
  158. package/js/api/resources.js +3 -1
  159. package/js/api/resources.js.map +1 -1
  160. package/js/types/Enum/BrandClementine.js +0 -107
  161. package/js/types/Enum/BrandClementine.js.map +1 -1
  162. package/js/types/Enum/BrandComptalib.js +0 -76
  163. package/js/types/Enum/BrandComptalib.js.map +1 -1
  164. package/js/types/Enum/BrandPourcentage.js +431 -1
  165. package/js/types/Enum/BrandPourcentage.js.map +1 -1
  166. package/js/types/Enum/CommercialImportHeader.js +23 -16
  167. package/js/types/Enum/CommercialImportHeader.js.map +1 -1
  168. package/js/types/Enum/EntityType.js +64 -0
  169. package/js/types/Enum/EntityType.js.map +1 -0
  170. package/js/types/Enum/NotificationType.js +41 -5
  171. package/js/types/Enum/NotificationType.js.map +1 -1
  172. package/js/types/Enum/Phone.js +1 -1
  173. package/js/types/Enum/Phone.js.map +1 -1
  174. package/js/types/Enum/ReasonTerminationType.js +74 -0
  175. package/js/types/Enum/ReasonTerminationType.js.map +1 -0
  176. package/js/types/Enum/RegistrationSource.js +1 -0
  177. package/js/types/Enum/RegistrationSource.js.map +1 -1
  178. package/js/types/Enum/RemoteType.js +22 -0
  179. package/js/types/Enum/RemoteType.js.map +1 -0
  180. package/js/types/Enum/TaxSystem.js +10 -0
  181. package/js/types/Enum/TaxSystem.js.map +1 -1
  182. package/js/types/Enum/TimeRecorderLocation.js +0 -4
  183. package/js/types/Enum/TimeRecorderLocation.js.map +1 -1
  184. package/js/types/Interface/api/appNotification/Update.js +24 -0
  185. package/js/types/Interface/api/appNotification/Update.js.map +1 -0
  186. package/js/types/Interface/api/aspone/ReadInterchange.js.map +1 -1
  187. package/js/types/Interface/api/commercialImport/Query.js.map +1 -1
  188. package/js/types/Interface/api/commercialImport/Read.js.map +1 -1
  189. package/js/types/Interface/api/companeo/CompaneoReturn.js.map +1 -1
  190. package/js/types/Interface/api/exercice/UpdateExercice.js +1 -0
  191. package/js/types/Interface/api/exercice/UpdateExercice.js.map +1 -1
  192. package/js/types/Interface/api/notification/CreateNotification.js +1 -1
  193. package/js/types/Interface/api/notification/CreateNotification.js.map +1 -1
  194. package/js/types/Interface/api/notificationSetting/CreateNotificationSetting.js +1 -1
  195. package/js/types/Interface/api/notificationSetting/CreateNotificationSetting.js.map +1 -1
  196. package/js/types/Interface/api/notificationSetting/UpdateNotificationSetting.js +1 -1
  197. package/js/types/Interface/api/notificationSetting/UpdateNotificationSetting.js.map +1 -1
  198. package/js/types/Interface/api/registration/ReadRegistration.js.map +1 -1
  199. package/js/types/Interface/api/registration/UpdateRegistration.js +1 -1
  200. package/js/types/Interface/api/registration/UpdateRegistration.js.map +1 -1
  201. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js +3 -0
  202. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  203. package/js/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
  204. package/js/types/Interface/api/{companeo/Query.js → team/QueryCreate.js} +6 -6
  205. package/js/types/Interface/api/team/QueryCreate.js.map +1 -0
  206. package/js/types/Interface/api/team/QueryGetAllWithIncludes.js +24 -0
  207. package/js/types/Interface/api/team/QueryGetAllWithIncludes.js.map +1 -0
  208. package/js/types/Interface/api/team/QueryUpdate.js +25 -0
  209. package/js/types/Interface/api/team/QueryUpdate.js.map +1 -0
  210. package/js/types/Interface/api/timeRecorder/ReadPaginatedDelays.js.map +1 -1
  211. package/js/types/Interface/api/vatDeclaration/QueryVatDeclaration.js +9 -2
  212. package/js/types/Interface/api/vatDeclaration/QueryVatDeclaration.js.map +1 -1
  213. package/js/types/Interface/models/IAppNotification.js +6 -0
  214. package/js/types/Interface/models/IAppNotification.js.map +1 -0
  215. package/js/types/Interface/models/IBalanceSheet.js.map +1 -1
  216. package/js/types/Interface/models/IMobileNotificationLog.js.map +1 -1
  217. package/js/types/Interface/models/IMobileNotificationSetting.js.map +1 -1
  218. package/js/types/Interface/models/IRegistration.js.map +1 -1
  219. package/js/types/Interface/models/IUser.js.map +1 -1
  220. package/js/types/Interface/models/IWorkingSchedule.js.map +1 -1
  221. package/js/types/index.js +106 -36
  222. package/js/types/index.js.map +1 -1
  223. package/js/utils/vat/registration.js +1 -1
  224. package/js/utils/vat/registration.js.map +1 -1
  225. package/package.json +1 -1
  226. package/ts/api/resources/Notification.ts +10 -1
  227. package/ts/api/resources/Team.ts +43 -0
  228. package/ts/api/resources/Vat.ts +1 -1
  229. package/ts/api/resources.ts +2 -0
  230. package/ts/types/Enum/BrandClementine.ts +0 -109
  231. package/ts/types/Enum/BrandComptalib.ts +0 -77
  232. package/ts/types/Enum/BrandPourcentage.ts +436 -1
  233. package/ts/types/Enum/CommercialImportHeader.ts +23 -16
  234. package/ts/types/Enum/EntityType.ts +65 -0
  235. package/ts/types/Enum/NotificationType.ts +49 -2
  236. package/ts/types/Enum/Phone.ts +1 -1
  237. package/ts/types/Enum/ReasonTerminationType.ts +85 -0
  238. package/ts/types/Enum/RegistrationSource.ts +1 -0
  239. package/ts/types/Enum/RemoteType.ts +20 -0
  240. package/ts/types/Enum/TaxSystem.ts +18 -1
  241. package/ts/types/Enum/TimeRecorderLocation.ts +0 -4
  242. package/ts/types/Interface/api/appNotification/Update.ts +13 -0
  243. package/ts/types/Interface/api/aspone/ReadInterchange.ts +1 -1
  244. package/ts/types/Interface/api/commercialImport/Query.ts +2 -1
  245. package/ts/types/Interface/api/commercialImport/Read.ts +2 -1
  246. package/ts/types/Interface/api/companeo/CompaneoReturn.ts +23 -3
  247. package/ts/types/Interface/api/exercice/UpdateExercice.ts +6 -0
  248. package/ts/types/Interface/api/notification/CreateNotification.ts +3 -3
  249. package/ts/types/Interface/api/notificationSetting/CreateNotificationSetting.ts +3 -3
  250. package/ts/types/Interface/api/notificationSetting/UpdateNotificationSetting.ts +3 -3
  251. package/ts/types/Interface/api/registration/ReadRegistration.ts +1 -0
  252. package/ts/types/Interface/api/registration/UpdateRegistration.ts +1 -1
  253. package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +5 -0
  254. package/ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts +2 -0
  255. package/ts/types/Interface/api/team/QueryCreate.ts +13 -0
  256. package/ts/types/Interface/api/team/QueryGetAllWithIncludes.ts +16 -0
  257. package/ts/types/Interface/api/team/QueryUpdate.ts +26 -0
  258. package/ts/types/Interface/api/timeRecorder/ReadPaginatedDelays.ts +2 -2
  259. package/ts/types/Interface/api/vatDeclaration/QueryVatDeclaration.ts +19 -2
  260. package/ts/types/Interface/models/IAppNotification.ts +22 -0
  261. package/ts/types/Interface/models/IBalanceSheet.ts +2 -0
  262. package/ts/types/Interface/models/IMobileNotificationLog.ts +2 -2
  263. package/ts/types/Interface/models/IMobileNotificationSetting.ts +2 -2
  264. package/ts/types/Interface/models/IRegistration.ts +2 -2
  265. package/ts/types/Interface/models/IUser.ts +4 -0
  266. package/ts/types/Interface/models/IWorkingSchedule.ts +2 -0
  267. package/ts/types/index.ts +9 -2
  268. package/ts/utils/vat/registration.ts +1 -1
  269. package/es/types/Interface/api/companeo/Query.d.ts +0 -5
  270. package/es/types/Interface/api/companeo/Query.d.ts.map +0 -1
  271. package/es/types/Interface/api/companeo/Query.js.map +0 -1
  272. package/js/types/Interface/api/companeo/Query.js.map +0 -1
  273. package/ts/types/Interface/api/companeo/Query.ts +0 -14
package/js/types/index.js CHANGED
@@ -3243,6 +3243,16 @@ Object.keys(_IUnpaidCallHistory).forEach(function (key) {
3243
3243
  }
3244
3244
  });
3245
3245
  });
3246
+ var _IAppNotification = require("./Interface/models/IAppNotification");
3247
+ Object.keys(_IAppNotification).forEach(function (key) {
3248
+ if (key === "default" || key === "__esModule") return;
3249
+ Object.defineProperty(exports, key, {
3250
+ enumerable: true,
3251
+ get: function () {
3252
+ return _IAppNotification[key];
3253
+ }
3254
+ });
3255
+ });
3246
3256
  var _IRegistrationDetail = require("./Interface/schemas/IRegistrationDetail");
3247
3257
  Object.keys(_IRegistrationDetail).forEach(function (key) {
3248
3258
  if (key === "default" || key === "__esModule") return;
@@ -4803,6 +4813,36 @@ Object.keys(_CommercialImportHeader).forEach(function (key) {
4803
4813
  }
4804
4814
  });
4805
4815
  });
4816
+ var _ReasonTerminationType = require("./Enum/ReasonTerminationType");
4817
+ Object.keys(_ReasonTerminationType).forEach(function (key) {
4818
+ if (key === "default" || key === "__esModule") return;
4819
+ Object.defineProperty(exports, key, {
4820
+ enumerable: true,
4821
+ get: function () {
4822
+ return _ReasonTerminationType[key];
4823
+ }
4824
+ });
4825
+ });
4826
+ var _RemoteType = require("./Enum/RemoteType");
4827
+ Object.keys(_RemoteType).forEach(function (key) {
4828
+ if (key === "default" || key === "__esModule") return;
4829
+ Object.defineProperty(exports, key, {
4830
+ enumerable: true,
4831
+ get: function () {
4832
+ return _RemoteType[key];
4833
+ }
4834
+ });
4835
+ });
4836
+ var _EntityType = require("./Enum/EntityType");
4837
+ Object.keys(_EntityType).forEach(function (key) {
4838
+ if (key === "default" || key === "__esModule") return;
4839
+ Object.defineProperty(exports, key, {
4840
+ enumerable: true,
4841
+ get: function () {
4842
+ return _EntityType[key];
4843
+ }
4844
+ });
4845
+ });
4806
4846
  var _Query = require("./Interface/api/adjustment/Query");
4807
4847
  Object.keys(_Query).forEach(function (key) {
4808
4848
  if (key === "default" || key === "__esModule") return;
@@ -6573,23 +6613,43 @@ Object.keys(_Query2).forEach(function (key) {
6573
6613
  }
6574
6614
  });
6575
6615
  });
6576
- var _Query3 = require("./Interface/api/companeo/Query");
6577
- Object.keys(_Query3).forEach(function (key) {
6616
+ var _CompaneoReturn = require("./Interface/api/companeo/CompaneoReturn");
6617
+ Object.keys(_CompaneoReturn).forEach(function (key) {
6578
6618
  if (key === "default" || key === "__esModule") return;
6579
6619
  Object.defineProperty(exports, key, {
6580
6620
  enumerable: true,
6581
6621
  get: function () {
6582
- return _Query3[key];
6622
+ return _CompaneoReturn[key];
6583
6623
  }
6584
6624
  });
6585
6625
  });
6586
- var _CompaneoReturn = require("./Interface/api/companeo/CompaneoReturn");
6587
- Object.keys(_CompaneoReturn).forEach(function (key) {
6626
+ var _QueryCreate = require("./Interface/api/team/QueryCreate");
6627
+ Object.keys(_QueryCreate).forEach(function (key) {
6588
6628
  if (key === "default" || key === "__esModule") return;
6589
6629
  Object.defineProperty(exports, key, {
6590
6630
  enumerable: true,
6591
6631
  get: function () {
6592
- return _CompaneoReturn[key];
6632
+ return _QueryCreate[key];
6633
+ }
6634
+ });
6635
+ });
6636
+ var _QueryGetAllWithIncludes = require("./Interface/api/team/QueryGetAllWithIncludes");
6637
+ Object.keys(_QueryGetAllWithIncludes).forEach(function (key) {
6638
+ if (key === "default" || key === "__esModule") return;
6639
+ Object.defineProperty(exports, key, {
6640
+ enumerable: true,
6641
+ get: function () {
6642
+ return _QueryGetAllWithIncludes[key];
6643
+ }
6644
+ });
6645
+ });
6646
+ var _QueryUpdate = require("./Interface/api/team/QueryUpdate");
6647
+ Object.keys(_QueryUpdate).forEach(function (key) {
6648
+ if (key === "default" || key === "__esModule") return;
6649
+ Object.defineProperty(exports, key, {
6650
+ enumerable: true,
6651
+ get: function () {
6652
+ return _QueryUpdate[key];
6593
6653
  }
6594
6654
  });
6595
6655
  });
@@ -6733,13 +6793,13 @@ Object.keys(_CreatePartner).forEach(function (key) {
6733
6793
  }
6734
6794
  });
6735
6795
  });
6736
- var _Query4 = require("./Interface/api/partner/Query");
6737
- Object.keys(_Query4).forEach(function (key) {
6796
+ var _Query3 = require("./Interface/api/partner/Query");
6797
+ Object.keys(_Query3).forEach(function (key) {
6738
6798
  if (key === "default" || key === "__esModule") return;
6739
6799
  Object.defineProperty(exports, key, {
6740
6800
  enumerable: true,
6741
6801
  get: function () {
6742
- return _Query4[key];
6802
+ return _Query3[key];
6743
6803
  }
6744
6804
  });
6745
6805
  });
@@ -7573,13 +7633,13 @@ Object.keys(_Create3).forEach(function (key) {
7573
7633
  }
7574
7634
  });
7575
7635
  });
7576
- var _Query5 = require("./Interface/api/budgetInsight/Query");
7577
- Object.keys(_Query5).forEach(function (key) {
7636
+ var _Query4 = require("./Interface/api/budgetInsight/Query");
7637
+ Object.keys(_Query4).forEach(function (key) {
7578
7638
  if (key === "default" || key === "__esModule") return;
7579
7639
  Object.defineProperty(exports, key, {
7580
7640
  enumerable: true,
7581
7641
  get: function () {
7582
- return _Query5[key];
7642
+ return _Query4[key];
7583
7643
  }
7584
7644
  });
7585
7645
  });
@@ -8273,13 +8333,13 @@ Object.keys(_Read4).forEach(function (key) {
8273
8333
  }
8274
8334
  });
8275
8335
  });
8276
- var _Query6 = require("./Interface/api/checklist/Query");
8277
- Object.keys(_Query6).forEach(function (key) {
8336
+ var _Query5 = require("./Interface/api/checklist/Query");
8337
+ Object.keys(_Query5).forEach(function (key) {
8278
8338
  if (key === "default" || key === "__esModule") return;
8279
8339
  Object.defineProperty(exports, key, {
8280
8340
  enumerable: true,
8281
8341
  get: function () {
8282
- return _Query6[key];
8342
+ return _Query5[key];
8283
8343
  }
8284
8344
  });
8285
8345
  });
@@ -8523,13 +8583,13 @@ Object.keys(_CreateCustomerActivityReport).forEach(function (key) {
8523
8583
  }
8524
8584
  });
8525
8585
  });
8526
- var _Query7 = require("./Interface/api/customerActivity/Query");
8527
- Object.keys(_Query7).forEach(function (key) {
8586
+ var _Query6 = require("./Interface/api/customerActivity/Query");
8587
+ Object.keys(_Query6).forEach(function (key) {
8528
8588
  if (key === "default" || key === "__esModule") return;
8529
8589
  Object.defineProperty(exports, key, {
8530
8590
  enumerable: true,
8531
8591
  get: function () {
8532
- return _Query7[key];
8592
+ return _Query6[key];
8533
8593
  }
8534
8594
  });
8535
8595
  });
@@ -8573,13 +8633,13 @@ Object.keys(_Read5).forEach(function (key) {
8573
8633
  }
8574
8634
  });
8575
8635
  });
8576
- var _Query8 = require("./Interface/api/commercialManagement/Query");
8577
- Object.keys(_Query8).forEach(function (key) {
8636
+ var _Query7 = require("./Interface/api/commercialManagement/Query");
8637
+ Object.keys(_Query7).forEach(function (key) {
8578
8638
  if (key === "default" || key === "__esModule") return;
8579
8639
  Object.defineProperty(exports, key, {
8580
8640
  enumerable: true,
8581
8641
  get: function () {
8582
- return _Query8[key];
8642
+ return _Query7[key];
8583
8643
  }
8584
8644
  });
8585
8645
  });
@@ -8633,13 +8693,13 @@ Object.keys(_ReadConnectionState).forEach(function (key) {
8633
8693
  }
8634
8694
  });
8635
8695
  });
8636
- var _Query9 = require("./Interface/api/qonto/Query");
8637
- Object.keys(_Query9).forEach(function (key) {
8696
+ var _Query8 = require("./Interface/api/qonto/Query");
8697
+ Object.keys(_Query8).forEach(function (key) {
8638
8698
  if (key === "default" || key === "__esModule") return;
8639
8699
  Object.defineProperty(exports, key, {
8640
8700
  enumerable: true,
8641
8701
  get: function () {
8642
- return _Query9[key];
8702
+ return _Query8[key];
8643
8703
  }
8644
8704
  });
8645
8705
  });
@@ -8893,13 +8953,13 @@ Object.keys(_CreateFileToSign).forEach(function (key) {
8893
8953
  }
8894
8954
  });
8895
8955
  });
8896
- var _Query10 = require("./Interface/api/rule/Query");
8897
- Object.keys(_Query10).forEach(function (key) {
8956
+ var _Query9 = require("./Interface/api/rule/Query");
8957
+ Object.keys(_Query9).forEach(function (key) {
8898
8958
  if (key === "default" || key === "__esModule") return;
8899
8959
  Object.defineProperty(exports, key, {
8900
8960
  enumerable: true,
8901
8961
  get: function () {
8902
- return _Query10[key];
8962
+ return _Query9[key];
8903
8963
  }
8904
8964
  });
8905
8965
  });
@@ -8973,23 +9033,23 @@ Object.keys(_ReadClientQuotation).forEach(function (key) {
8973
9033
  }
8974
9034
  });
8975
9035
  });
8976
- var _QueryCreate = require("./Interface/api/prestations/QueryCreate");
8977
- Object.keys(_QueryCreate).forEach(function (key) {
9036
+ var _QueryCreate2 = require("./Interface/api/prestations/QueryCreate");
9037
+ Object.keys(_QueryCreate2).forEach(function (key) {
8978
9038
  if (key === "default" || key === "__esModule") return;
8979
9039
  Object.defineProperty(exports, key, {
8980
9040
  enumerable: true,
8981
9041
  get: function () {
8982
- return _QueryCreate[key];
9042
+ return _QueryCreate2[key];
8983
9043
  }
8984
9044
  });
8985
9045
  });
8986
- var _QueryUpdate = require("./Interface/api/prestations/QueryUpdate");
8987
- Object.keys(_QueryUpdate).forEach(function (key) {
9046
+ var _QueryUpdate2 = require("./Interface/api/prestations/QueryUpdate");
9047
+ Object.keys(_QueryUpdate2).forEach(function (key) {
8988
9048
  if (key === "default" || key === "__esModule") return;
8989
9049
  Object.defineProperty(exports, key, {
8990
9050
  enumerable: true,
8991
9051
  get: function () {
8992
- return _QueryUpdate[key];
9052
+ return _QueryUpdate2[key];
8993
9053
  }
8994
9054
  });
8995
9055
  });
@@ -9013,13 +9073,13 @@ Object.keys(_Read9).forEach(function (key) {
9013
9073
  }
9014
9074
  });
9015
9075
  });
9016
- var _Query11 = require("./Interface/api/commercialImport/Query");
9017
- Object.keys(_Query11).forEach(function (key) {
9076
+ var _Query10 = require("./Interface/api/commercialImport/Query");
9077
+ Object.keys(_Query10).forEach(function (key) {
9018
9078
  if (key === "default" || key === "__esModule") return;
9019
9079
  Object.defineProperty(exports, key, {
9020
9080
  enumerable: true,
9021
9081
  get: function () {
9022
- return _Query11[key];
9082
+ return _Query10[key];
9023
9083
  }
9024
9084
  });
9025
9085
  });
@@ -9163,4 +9223,14 @@ Object.keys(_UpdateNotificationSetting).forEach(function (key) {
9163
9223
  }
9164
9224
  });
9165
9225
  });
9226
+ var _Update5 = require("./Interface/api/appNotification/Update");
9227
+ Object.keys(_Update5).forEach(function (key) {
9228
+ if (key === "default" || key === "__esModule") return;
9229
+ Object.defineProperty(exports, key, {
9230
+ enumerable: true,
9231
+ get: function () {
9232
+ return _Update5[key];
9233
+ }
9234
+ });
9235
+ });
9166
9236
  //# sourceMappingURL=index.js.map