@fenixalliance/abs-api-client 1.0.14 → 1.0.16

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 (3063) hide show
  1. package/app/index.js +13 -13
  2. package/clients/accountingService/client.gen.ts +18 -0
  3. package/clients/accountingService/index.ts +3 -258
  4. package/clients/accountingService/sdk.gen.ts +3504 -0
  5. package/clients/accountingService/types.gen.ts +14541 -0
  6. package/clients/authService/core/ApiError.js +20 -20
  7. package/clients/authService/core/ApiRequestOptions.js +2 -2
  8. package/clients/authService/core/ApiResult.js +2 -2
  9. package/clients/authService/core/CancelablePromise.js +104 -104
  10. package/clients/authService/core/OpenAPI.js +14 -14
  11. package/clients/authService/core/request.js +294 -294
  12. package/clients/authService/index.js +28 -28
  13. package/clients/authService/models/AccessTokenResponse.js +2 -2
  14. package/clients/authService/models/AccountHolderCreateDto.js +12 -12
  15. package/clients/authService/models/AccountHolderCreateDtoEnvelope.js +2 -2
  16. package/clients/authService/models/ApiAuthorizationResult.js +2 -2
  17. package/clients/authService/models/ApiAuthorizationResultEnvelope.js +2 -2
  18. package/clients/authService/models/EnrollmentId.js +2 -2
  19. package/clients/authService/models/ErrorEnvelope.js +2 -2
  20. package/clients/authService/models/ForgotPasswordRequest.js +2 -2
  21. package/clients/authService/models/HttpValidationProblemDetails.js +2 -2
  22. package/clients/authService/models/InfoRequest.js +2 -2
  23. package/clients/authService/models/InfoResponse.js +2 -2
  24. package/clients/authService/models/JsonWebKey.js +2 -2
  25. package/clients/authService/models/JsonWebKeySet.js +2 -2
  26. package/clients/authService/models/JsonWebKeySetEnvelope.js +2 -2
  27. package/clients/authService/models/JsonWebToken.js +2 -2
  28. package/clients/authService/models/JsonWebTokenEnvelope.js +2 -2
  29. package/clients/authService/models/JsonWebTokenHeader.js +2 -2
  30. package/clients/authService/models/JsonWebTokenPayload.js +2 -2
  31. package/clients/authService/models/LoginRequest.js +2 -2
  32. package/clients/authService/models/OAuthTokenRequest.js +2 -2
  33. package/clients/authService/models/OpenIdConfiguration.js +2 -2
  34. package/clients/authService/models/OpenIdConfigurationEnvelope.js +2 -2
  35. package/clients/authService/models/RefreshRequest.js +2 -2
  36. package/clients/authService/models/RegisterRequest.js +2 -2
  37. package/clients/authService/models/ResendConfirmationEmailRequest.js +2 -2
  38. package/clients/authService/models/ResetPasswordRequest.js +2 -2
  39. package/clients/authService/models/SigninModel.js +2 -2
  40. package/clients/authService/models/StringListEnvelope.js +2 -2
  41. package/clients/authService/models/TenantId.js +2 -2
  42. package/clients/authService/models/TwoFactorRequest.js +2 -2
  43. package/clients/authService/models/TwoFactorResponse.js +2 -2
  44. package/clients/authService/models/UserId.js +2 -2
  45. package/clients/authService/services/ApplicationsService.js +112 -112
  46. package/clients/authService/services/AuthService.js +246 -246
  47. package/clients/authService/services/CheckerService.js +22 -22
  48. package/clients/authService/services/OAuthService.js +152 -152
  49. package/clients/authService/services/ResourceService.js +22 -22
  50. package/clients/authService/services/UserInfoService.js +36 -36
  51. package/clients/cartService/client.gen.ts +18 -0
  52. package/clients/cartService/index.ts +3 -41
  53. package/clients/cartService/sdk.gen.ts +850 -0
  54. package/clients/cartService/types.gen.ts +3075 -0
  55. package/clients/catalogService/client.gen.ts +18 -0
  56. package/clients/catalogService/index.ts +3 -111
  57. package/clients/catalogService/sdk.gen.ts +1830 -0
  58. package/clients/catalogService/types.gen.ts +8464 -0
  59. package/clients/contentService/client.gen.ts +18 -0
  60. package/clients/contentService/index.ts +3 -160
  61. package/clients/contentService/sdk.gen.ts +1108 -0
  62. package/clients/contentService/types.gen.ts +5525 -0
  63. package/clients/crmService/client.gen.ts +18 -0
  64. package/clients/crmService/index.ts +3 -32
  65. package/clients/crmService/sdk.gen.ts +536 -0
  66. package/clients/crmService/types.gen.ts +2387 -0
  67. package/clients/dealsService/client.gen.ts +18 -0
  68. package/clients/dealsService/index.ts +3 -53
  69. package/clients/dealsService/sdk.gen.ts +427 -0
  70. package/clients/dealsService/types.gen.ts +2797 -0
  71. package/clients/forexService/client.gen.ts +18 -0
  72. package/clients/forexService/index.ts +3 -21
  73. package/clients/forexService/sdk.gen.ts +198 -0
  74. package/clients/forexService/types.gen.ts +715 -0
  75. package/clients/globeService/client.gen.ts +18 -0
  76. package/clients/globeService/index.ts +3 -36
  77. package/clients/globeService/sdk.gen.ts +282 -0
  78. package/clients/globeService/types.gen.ts +1356 -0
  79. package/clients/holderService/core/ApiError.js +20 -20
  80. package/clients/holderService/core/ApiRequestOptions.js +2 -2
  81. package/clients/holderService/core/ApiResult.js +2 -2
  82. package/clients/holderService/core/CancelablePromise.js +104 -104
  83. package/clients/holderService/core/OpenAPI.js +14 -14
  84. package/clients/holderService/core/OpenAPI.ts +1 -1
  85. package/clients/holderService/core/request.js +294 -294
  86. package/clients/holderService/index.js +30 -30
  87. package/clients/holderService/models/AddressDto.js +2 -2
  88. package/clients/holderService/models/AddressDtoListEnvelope.js +2 -2
  89. package/clients/holderService/models/CartDto.js +2 -2
  90. package/clients/holderService/models/CartDtoEnvelope.js +2 -2
  91. package/clients/holderService/models/EmptyEnvelope.js +2 -2
  92. package/clients/holderService/models/EnrollmentId.js +2 -2
  93. package/clients/holderService/models/ErrorEnvelope.js +2 -2
  94. package/clients/holderService/models/ExtendedTenantDto.js +2 -2
  95. package/clients/holderService/models/ExtendedTenantDtoListEnvelope.js +2 -2
  96. package/clients/holderService/models/ExtendedTenantEnrolmentDto.js +2 -2
  97. package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.js +2 -2
  98. package/clients/holderService/models/ExtendedUserDto.js +26 -26
  99. package/clients/holderService/models/ExtendedUserDtoEnvelope.js +2 -2
  100. package/clients/holderService/models/FollowRecordDto.js +2 -2
  101. package/clients/holderService/models/FollowRecordDtoListEnvelope.js +2 -2
  102. package/clients/holderService/models/Int32Envelope.js +2 -2
  103. package/clients/holderService/models/NotificationDto.js +2 -2
  104. package/clients/holderService/models/NotificationDtoListEnvelope.js +2 -2
  105. package/clients/holderService/models/Operation.js +16 -16
  106. package/clients/holderService/models/SocialProfileDto.js +12 -12
  107. package/clients/holderService/models/SocialProfileDtoEnvelope.js +2 -2
  108. package/clients/holderService/models/TenantDto.js +2 -2
  109. package/clients/holderService/models/TenantDtoListEnvelope.js +2 -2
  110. package/clients/holderService/models/TenantEnrolmentDto.js +2 -2
  111. package/clients/holderService/models/TenantEnrolmentDtoEnvelope.js +2 -2
  112. package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.js +2 -2
  113. package/clients/holderService/models/TenantInvitationDto.js +2 -2
  114. package/clients/holderService/models/TenantInvitationDtoListEnvelope.js +2 -2
  115. package/clients/holderService/models/UserDto.js +26 -26
  116. package/clients/holderService/models/UserDtoEnvelope.js +2 -2
  117. package/clients/holderService/models/UserSettingsDto.js +12 -12
  118. package/clients/holderService/models/UserSettingsDtoEnvelope.js +2 -2
  119. package/clients/holderService/models/UserSettingsUpdateDto.js +12 -12
  120. package/clients/holderService/models/UserUpdateDto.js +14 -14
  121. package/clients/holderService/models/WalletDto.js +2 -2
  122. package/clients/holderService/models/WalletDtoEnvelope.js +2 -2
  123. package/clients/holderService/services/UserService.js +507 -507
  124. package/clients/identityService/client.gen.ts +18 -0
  125. package/clients/identityService/index.ts +3 -48
  126. package/clients/identityService/sdk.gen.ts +262 -0
  127. package/clients/identityService/types.gen.ts +1013 -0
  128. package/clients/inventoryService/client.gen.ts +18 -0
  129. package/clients/inventoryService/index.ts +3 -10
  130. package/clients/inventoryService/sdk.gen.ts +149 -0
  131. package/clients/inventoryService/types.gen.ts +375 -0
  132. package/clients/invoicingService/client.gen.ts +18 -0
  133. package/clients/invoicingService/index.ts +3 -48
  134. package/clients/invoicingService/sdk.gen.ts +683 -0
  135. package/clients/invoicingService/types.gen.ts +2560 -0
  136. package/clients/learningService/client.gen.ts +18 -0
  137. package/clients/learningService/index.ts +3 -50
  138. package/clients/learningService/sdk.gen.ts +2032 -0
  139. package/clients/learningService/types.gen.ts +6663 -0
  140. package/clients/marketingService/client.gen.ts +18 -0
  141. package/clients/marketingService/index.ts +3 -64
  142. package/clients/marketingService/sdk.gen.ts +549 -0
  143. package/clients/marketingService/types.gen.ts +3169 -0
  144. package/clients/ordersService/client.gen.ts +18 -0
  145. package/clients/ordersService/index.ts +3 -32
  146. package/clients/ordersService/sdk.gen.ts +364 -0
  147. package/clients/ordersService/types.gen.ts +2090 -0
  148. package/clients/paymentsService/client.gen.ts +18 -0
  149. package/clients/paymentsService/index.ts +3 -17
  150. package/clients/paymentsService/sdk.gen.ts +417 -0
  151. package/clients/paymentsService/types.gen.ts +1719 -0
  152. package/clients/pricingService/client.gen.ts +18 -0
  153. package/clients/pricingService/index.ts +3 -41
  154. package/clients/pricingService/sdk.gen.ts +363 -0
  155. package/clients/pricingService/types.gen.ts +1699 -0
  156. package/clients/projectsService/client.gen.ts +18 -0
  157. package/clients/projectsService/index.ts +3 -36
  158. package/clients/projectsService/sdk.gen.ts +392 -0
  159. package/clients/projectsService/types.gen.ts +1624 -0
  160. package/clients/quotesService/client.gen.ts +18 -0
  161. package/clients/quotesService/index.ts +3 -32
  162. package/clients/quotesService/sdk.gen.ts +412 -0
  163. package/clients/quotesService/types.gen.ts +2248 -0
  164. package/clients/salesService/client.gen.ts +18 -0
  165. package/clients/salesService/index.ts +3 -10
  166. package/clients/salesService/sdk.gen.ts +149 -0
  167. package/clients/salesService/types.gen.ts +375 -0
  168. package/clients/securityService/client.gen.ts +18 -0
  169. package/clients/securityService/index.ts +3 -24
  170. package/clients/securityService/sdk.gen.ts +779 -0
  171. package/clients/securityService/types.gen.ts +3073 -0
  172. package/clients/shipmentsService/client.gen.ts +18 -0
  173. package/clients/shipmentsService/index.ts +3 -14
  174. package/clients/shipmentsService/sdk.gen.ts +149 -0
  175. package/clients/shipmentsService/types.gen.ts +427 -0
  176. package/clients/socialService/client.gen.ts +18 -0
  177. package/clients/socialService/index.ts +3 -59
  178. package/clients/socialService/sdk.gen.ts +763 -0
  179. package/clients/socialService/types.gen.ts +3408 -0
  180. package/clients/storageService/client.gen.ts +18 -0
  181. package/clients/storageService/index.ts +3 -23
  182. package/clients/storageService/sdk.gen.ts +375 -0
  183. package/clients/storageService/types.gen.ts +1372 -0
  184. package/clients/supportService/client.gen.ts +18 -0
  185. package/clients/supportService/index.ts +3 -55
  186. package/clients/supportService/sdk.gen.ts +520 -0
  187. package/clients/supportService/types.gen.ts +2815 -0
  188. package/clients/systemService/client.gen.ts +18 -0
  189. package/clients/systemService/index.ts +3 -56
  190. package/clients/systemService/sdk.gen.ts +511 -0
  191. package/clients/systemService/types.gen.ts +2571 -0
  192. package/clients/tenantService/core/ApiError.js +20 -20
  193. package/clients/tenantService/core/ApiRequestOptions.js +2 -2
  194. package/clients/tenantService/core/ApiResult.js +2 -2
  195. package/clients/tenantService/core/CancelablePromise.js +104 -104
  196. package/clients/tenantService/core/OpenAPI.js +14 -14
  197. package/clients/tenantService/core/OpenAPI.ts +1 -1
  198. package/clients/tenantService/core/request.js +294 -294
  199. package/clients/tenantService/index.js +24 -24
  200. package/clients/tenantService/models/BooleanEnvelope.js +2 -2
  201. package/clients/tenantService/models/CartDto.js +2 -2
  202. package/clients/tenantService/models/CartDtoEnvelope.js +2 -2
  203. package/clients/tenantService/models/EmptyEnvelope.js +2 -2
  204. package/clients/tenantService/models/ErrorEnvelope.js +2 -2
  205. package/clients/tenantService/models/ExtendedTenantDto.js +2 -2
  206. package/clients/tenantService/models/ExtendedTenantDtoEnvelope.js +2 -2
  207. package/clients/tenantService/models/ExtendedTenantEnrolmentDto.js +2 -2
  208. package/clients/tenantService/models/ExtendedTenantEnrolmentDtoEnvelope.js +2 -2
  209. package/clients/tenantService/models/Int32Envelope.js +2 -2
  210. package/clients/tenantService/models/NotificationDto.js +2 -2
  211. package/clients/tenantService/models/NotificationDtoListEnvelope.js +2 -2
  212. package/clients/tenantService/models/Operation.js +16 -16
  213. package/clients/tenantService/models/SocialProfileDto.js +12 -12
  214. package/clients/tenantService/models/SocialProfileDtoEnvelope.js +2 -2
  215. package/clients/tenantService/models/StringListEnvelope.js +2 -2
  216. package/clients/tenantService/models/SuiteLicenseAssignmentDto.js +2 -2
  217. package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.js +2 -2
  218. package/clients/tenantService/models/SuiteLicenseDto.js +2 -2
  219. package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.js +2 -2
  220. package/clients/tenantService/models/SuiteLicenseFeatureDto.js +2 -2
  221. package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.js +2 -2
  222. package/clients/tenantService/models/TenantCreateDto.js +2 -2
  223. package/clients/tenantService/models/TenantDepartmentCreateDto.js +2 -2
  224. package/clients/tenantService/models/TenantDepartmentDto.js +2 -2
  225. package/clients/tenantService/models/TenantDepartmentDtoEnvelope.js +2 -2
  226. package/clients/tenantService/models/TenantDepartmentDtoListEnvelope.js +2 -2
  227. package/clients/tenantService/models/TenantDepartmentUpdateDto.js +2 -2
  228. package/clients/tenantService/models/TenantDto.js +2 -2
  229. package/clients/tenantService/models/TenantDtoEnvelope.js +2 -2
  230. package/clients/tenantService/models/TenantEnrollmentCreateDto.js +2 -2
  231. package/clients/tenantService/models/TenantEnrollmentUpdateDto.js +2 -2
  232. package/clients/tenantService/models/TenantEnrolmentDto.js +2 -2
  233. package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.js +2 -2
  234. package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.js +2 -2
  235. package/clients/tenantService/models/TenantIndustryCreateDto.js +2 -2
  236. package/clients/tenantService/models/TenantIndustryDto.js +2 -2
  237. package/clients/tenantService/models/TenantIndustryDtoEnvelope.js +2 -2
  238. package/clients/tenantService/models/TenantIndustryDtoListEnvelope.js +2 -2
  239. package/clients/tenantService/models/TenantIndustryUpdateDto.js +2 -2
  240. package/clients/tenantService/models/TenantInvitationCreateDto.js +2 -2
  241. package/clients/tenantService/models/TenantInvitationDto.js +2 -2
  242. package/clients/tenantService/models/TenantInvitationDtoEnvelope.js +2 -2
  243. package/clients/tenantService/models/TenantInvitationDtoListEnvelope.js +2 -2
  244. package/clients/tenantService/models/TenantPositionCreateDto.js +2 -2
  245. package/clients/tenantService/models/TenantPositionDto.js +2 -2
  246. package/clients/tenantService/models/TenantPositionDtoEnvelope.js +2 -2
  247. package/clients/tenantService/models/TenantPositionDtoListEnvelope.js +2 -2
  248. package/clients/tenantService/models/TenantPositionUpdateDto.js +2 -2
  249. package/clients/tenantService/models/TenantSegmentCreateDto.js +2 -2
  250. package/clients/tenantService/models/TenantSegmentDto.js +2 -2
  251. package/clients/tenantService/models/TenantSegmentDtoEnvelope.js +2 -2
  252. package/clients/tenantService/models/TenantSegmentDtoListEnvelope.js +2 -2
  253. package/clients/tenantService/models/TenantSegmentUpdateDto.js +2 -2
  254. package/clients/tenantService/models/TenantSizeCreateDto.js +2 -2
  255. package/clients/tenantService/models/TenantSizeDto.js +2 -2
  256. package/clients/tenantService/models/TenantSizeDtoEnvelope.js +2 -2
  257. package/clients/tenantService/models/TenantSizeDtoListEnvelope.js +2 -2
  258. package/clients/tenantService/models/TenantSizeUpdateDto.js +2 -2
  259. package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.js +2 -2
  260. package/clients/tenantService/models/TenantTeamContactEnrollmentDto.js +2 -2
  261. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.js +2 -2
  262. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoListEnvelope.js +2 -2
  263. package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.js +2 -2
  264. package/clients/tenantService/models/TenantTeamCreateDto.js +2 -2
  265. package/clients/tenantService/models/TenantTeamDto.js +2 -2
  266. package/clients/tenantService/models/TenantTeamDtoEnvelope.js +2 -2
  267. package/clients/tenantService/models/TenantTeamDtoListEnvelope.js +2 -2
  268. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.js +2 -2
  269. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.js +2 -2
  270. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.js +2 -2
  271. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoListEnvelope.js +2 -2
  272. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.js +2 -2
  273. package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.js +2 -2
  274. package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.js +2 -2
  275. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.js +2 -2
  276. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoListEnvelope.js +2 -2
  277. package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.js +2 -2
  278. package/clients/tenantService/models/TenantTeamRecordCreateDto.js +2 -2
  279. package/clients/tenantService/models/TenantTeamRecordDto.js +2 -2
  280. package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.js +2 -2
  281. package/clients/tenantService/models/TenantTeamRecordDtoListEnvelope.js +2 -2
  282. package/clients/tenantService/models/TenantTeamRecordUpdateDto.js +2 -2
  283. package/clients/tenantService/models/TenantTeamUpdateDto.js +2 -2
  284. package/clients/tenantService/models/TenantTerritoryCreateDto.js +2 -2
  285. package/clients/tenantService/models/TenantTerritoryDto.js +2 -2
  286. package/clients/tenantService/models/TenantTerritoryDtoEnvelope.js +2 -2
  287. package/clients/tenantService/models/TenantTerritoryDtoListEnvelope.js +2 -2
  288. package/clients/tenantService/models/TenantTerritoryUpdateDto.js +2 -2
  289. package/clients/tenantService/models/TenantTypeCreateDto.js +2 -2
  290. package/clients/tenantService/models/TenantTypeDto.js +2 -2
  291. package/clients/tenantService/models/TenantTypeDtoEnvelope.js +2 -2
  292. package/clients/tenantService/models/TenantTypeDtoListEnvelope.js +2 -2
  293. package/clients/tenantService/models/TenantTypeUpdateDto.js +2 -2
  294. package/clients/tenantService/models/TenantUnitCreateDto.js +2 -2
  295. package/clients/tenantService/models/TenantUnitDto.js +2 -2
  296. package/clients/tenantService/models/TenantUnitDtoEnvelope.js +2 -2
  297. package/clients/tenantService/models/TenantUnitDtoListEnvelope.js +2 -2
  298. package/clients/tenantService/models/TenantUnitUpdateDto.js +2 -2
  299. package/clients/tenantService/models/TenantUpdateDto.js +2 -2
  300. package/clients/tenantService/models/UserDto.js +26 -26
  301. package/clients/tenantService/models/UserDtoListEnvelope.js +2 -2
  302. package/clients/tenantService/models/WalletDto.js +2 -2
  303. package/clients/tenantService/models/WalletDtoEnvelope.js +2 -2
  304. package/clients/tenantService/models/WebPortalDto.js +2 -2
  305. package/clients/tenantService/models/WebPortalDtoListEnvelope.js +2 -2
  306. package/clients/tenantService/services/SizesService.js +173 -173
  307. package/clients/tenantService/services/TenantsService.js +3173 -3173
  308. package/clients/tenantsService/client.gen.ts +18 -0
  309. package/clients/tenantsService/index.ts +3 -0
  310. package/clients/tenantsService/sdk.gen.ts +1805 -0
  311. package/clients/tenantsService/types.gen.ts +7279 -0
  312. package/clients/timeTrackerService/client.gen.ts +18 -0
  313. package/clients/timeTrackerService/index.ts +3 -21
  314. package/clients/timeTrackerService/sdk.gen.ts +246 -0
  315. package/clients/timeTrackerService/types.gen.ts +909 -0
  316. package/clients/usersService/client.gen.ts +18 -0
  317. package/clients/usersService/index.ts +3 -0
  318. package/clients/usersService/sdk.gen.ts +434 -0
  319. package/clients/usersService/types.gen.ts +1976 -0
  320. package/clients/walletsService/client.gen.ts +18 -0
  321. package/clients/walletsService/index.ts +3 -35
  322. package/clients/walletsService/sdk.gen.ts +392 -0
  323. package/clients/walletsService/types.gen.ts +2101 -0
  324. package/openapi-ts-error-1774919197061.log +12 -0
  325. package/openapi-ts-error-1774919206848.log +12 -0
  326. package/openapi-ts-error-1774919211413.log +12 -0
  327. package/openapi-ts-error-1774919234889.log +12 -0
  328. package/openapi-ts-error-1774919238790.log +12 -0
  329. package/openapi-ts-error-1774919250450.log +12 -0
  330. package/openapi-ts-error-1774919289933.log +12 -0
  331. package/openapi-ts-error-1774919293886.log +12 -0
  332. package/openapi-ts-error-1774919297530.log +12 -0
  333. package/openapi-ts-error-1774952133757.log +12 -0
  334. package/openapi-ts-error-1774952145095.log +12 -0
  335. package/openapi-ts-error-1774952149289.log +12 -0
  336. package/openapi-ts-error-1774952170560.log +12 -0
  337. package/openapi-ts-error-1774952173946.log +12 -0
  338. package/openapi-ts-error-1774952221374.log +12 -0
  339. package/openapi-ts-error-1774952225129.log +12 -0
  340. package/openapi-ts-error-1774952228932.log +12 -0
  341. package/openapi-ts-error-1774955105047.log +12 -0
  342. package/output.txt +1831 -0
  343. package/package.json +3 -2
  344. package/schemas/accountingService/schema.s.js +6 -6
  345. package/schemas/accountingService/schema.s.ts +13402 -10999
  346. package/schemas/authService/schema.s.js +6 -6
  347. package/schemas/cartService/schema.s.js +6 -6
  348. package/schemas/cartService/schema.s.ts +380 -45
  349. package/schemas/catalogService/schema.s.js +6 -6
  350. package/schemas/catalogService/schema.s.ts +6778 -4651
  351. package/schemas/contentService/schema.s.js +6 -6
  352. package/schemas/contentService/schema.s.ts +4429 -3559
  353. package/schemas/crmService/schema.s.js +6 -6
  354. package/schemas/crmService/schema.s.ts +474 -47
  355. package/schemas/dealsService/schema.s.js +6 -6
  356. package/schemas/dealsService/schema.s.ts +703 -423
  357. package/schemas/forexService/schema.s.js +6 -6
  358. package/schemas/forexService/schema.s.ts +312 -3
  359. package/schemas/globeService/schema.s.js +6 -6
  360. package/schemas/globeService/schema.s.ts +462 -36
  361. package/schemas/hrmsService/schema.s.js +6 -6
  362. package/schemas/hrmsService/schema.s.ts +621 -34
  363. package/schemas/identityService/schema.s.js +6 -6
  364. package/schemas/identityService/schema.s.ts +72 -139
  365. package/schemas/inventoryService/schema.s.js +6 -6
  366. package/schemas/inventoryService/schema.s.ts +312 -2
  367. package/schemas/invoicingService/schema.s.js +6 -6
  368. package/schemas/invoicingService/schema.s.ts +2148 -1558
  369. package/schemas/learningService/schema.s.js +6 -6
  370. package/schemas/learningService/schema.s.ts +6891 -1035
  371. package/schemas/marketingService/schema.s.js +6 -6
  372. package/schemas/marketingService/schema.s.ts +394 -109
  373. package/schemas/ordersService/schema.s.js +6 -6
  374. package/schemas/ordersService/schema.s.ts +1098 -506
  375. package/schemas/paymentsService/schema.s.js +6 -6
  376. package/schemas/paymentsService/schema.s.ts +1367 -63
  377. package/schemas/pricingService/schema.s.js +6 -6
  378. package/schemas/pricingService/schema.s.ts +407 -181
  379. package/schemas/projectsService/schema.s.js +6 -6
  380. package/schemas/projectsService/schema.s.ts +396 -118
  381. package/schemas/quotesService/schema.s.js +6 -6
  382. package/schemas/quotesService/schema.s.ts +1445 -554
  383. package/schemas/salesService/schema.s.js +6 -6
  384. package/schemas/salesService/schema.s.ts +312 -2
  385. package/schemas/securityService/schema.s.js +6 -6
  386. package/schemas/securityService/schema.s.ts +3214 -978
  387. package/schemas/shipmentsService/schema.s.js +6 -6
  388. package/schemas/shipmentsService/schema.s.ts +310 -1
  389. package/schemas/socialService/schema.s.js +6 -6
  390. package/schemas/socialService/schema.s.ts +2058 -1353
  391. package/schemas/storageService/schema.s.js +6 -6
  392. package/schemas/storageService/schema.s.ts +390 -29
  393. package/schemas/supportService/schema.s.js +6 -6
  394. package/schemas/supportService/schema.s.ts +466 -117
  395. package/schemas/systemService/schema.s.js +6 -6
  396. package/schemas/systemService/schema.s.ts +769 -153
  397. package/schemas/tenantsService/schema.s.ts +8082 -0
  398. package/schemas/timeTrackerService/schema.s.js +6 -6
  399. package/schemas/timeTrackerService/schema.s.ts +368 -24
  400. package/schemas/usersService/schema.s.ts +1970 -0
  401. package/schemas/walletsService/schema.s.js +6 -6
  402. package/schemas/walletsService/schema.s.ts +1294 -842
  403. package/clients/accountingService/core/ApiError.js +0 -20
  404. package/clients/accountingService/core/ApiError.ts +0 -25
  405. package/clients/accountingService/core/ApiRequestOptions.js +0 -2
  406. package/clients/accountingService/core/ApiRequestOptions.ts +0 -17
  407. package/clients/accountingService/core/ApiResult.js +0 -2
  408. package/clients/accountingService/core/ApiResult.ts +0 -11
  409. package/clients/accountingService/core/CancelablePromise.js +0 -104
  410. package/clients/accountingService/core/CancelablePromise.ts +0 -131
  411. package/clients/accountingService/core/OpenAPI.js +0 -14
  412. package/clients/accountingService/core/OpenAPI.ts +0 -32
  413. package/clients/accountingService/core/request.js +0 -294
  414. package/clients/accountingService/core/request.ts +0 -322
  415. package/clients/accountingService/index.js +0 -106
  416. package/clients/accountingService/models/AccountCreateDto.js +0 -14
  417. package/clients/accountingService/models/AccountCreateDto.ts +0 -30
  418. package/clients/accountingService/models/AccountDto.js +0 -14
  419. package/clients/accountingService/models/AccountDto.ts +0 -41
  420. package/clients/accountingService/models/AccountDtoEnvelope.js +0 -2
  421. package/clients/accountingService/models/AccountDtoEnvelope.ts +0 -14
  422. package/clients/accountingService/models/AccountDtoListEnvelope.js +0 -2
  423. package/clients/accountingService/models/AccountDtoListEnvelope.ts +0 -14
  424. package/clients/accountingService/models/AccountGroupCreateDto.js +0 -2
  425. package/clients/accountingService/models/AccountGroupCreateDto.ts +0 -14
  426. package/clients/accountingService/models/AccountGroupDto.js +0 -2
  427. package/clients/accountingService/models/AccountGroupDto.ts +0 -14
  428. package/clients/accountingService/models/AccountGroupDtoEnvelope.js +0 -2
  429. package/clients/accountingService/models/AccountGroupDtoEnvelope.ts +0 -14
  430. package/clients/accountingService/models/AccountGroupDtoListEnvelope.js +0 -2
  431. package/clients/accountingService/models/AccountGroupDtoListEnvelope.ts +0 -14
  432. package/clients/accountingService/models/AccountGroupUpdateDto.js +0 -2
  433. package/clients/accountingService/models/AccountGroupUpdateDto.ts +0 -12
  434. package/clients/accountingService/models/AccountRelationCreateDto.js +0 -2
  435. package/clients/accountingService/models/AccountRelationCreateDto.ts +0 -12
  436. package/clients/accountingService/models/AccountRelationDto.js +0 -2
  437. package/clients/accountingService/models/AccountRelationDto.ts +0 -12
  438. package/clients/accountingService/models/AccountRelationDtoListEnvelope.js +0 -2
  439. package/clients/accountingService/models/AccountRelationDtoListEnvelope.ts +0 -14
  440. package/clients/accountingService/models/AccountRelationUpdateDto.js +0 -2
  441. package/clients/accountingService/models/AccountRelationUpdateDto.ts +0 -10
  442. package/clients/accountingService/models/AccountTypeCreateDto.js +0 -2
  443. package/clients/accountingService/models/AccountTypeCreateDto.ts +0 -13
  444. package/clients/accountingService/models/AccountTypeDto.js +0 -2
  445. package/clients/accountingService/models/AccountTypeDto.ts +0 -13
  446. package/clients/accountingService/models/AccountTypeDtoListEnvelope.js +0 -2
  447. package/clients/accountingService/models/AccountTypeDtoListEnvelope.ts +0 -14
  448. package/clients/accountingService/models/AccountTypeUpdateDto.js +0 -2
  449. package/clients/accountingService/models/AccountTypeUpdateDto.ts +0 -11
  450. package/clients/accountingService/models/AccountUpdateDto.js +0 -14
  451. package/clients/accountingService/models/AccountUpdateDto.ts +0 -26
  452. package/clients/accountingService/models/AccountingEntryCreateDto.js +0 -12
  453. package/clients/accountingService/models/AccountingEntryCreateDto.ts +0 -26
  454. package/clients/accountingService/models/AccountingEntryDto.js +0 -12
  455. package/clients/accountingService/models/AccountingEntryDto.ts +0 -34
  456. package/clients/accountingService/models/AccountingEntryDtoEnvelope.js +0 -2
  457. package/clients/accountingService/models/AccountingEntryDtoEnvelope.ts +0 -14
  458. package/clients/accountingService/models/AccountingEntryDtoListEnvelope.js +0 -2
  459. package/clients/accountingService/models/AccountingEntryDtoListEnvelope.ts +0 -14
  460. package/clients/accountingService/models/AccountingEntryUpdateDto.js +0 -12
  461. package/clients/accountingService/models/AccountingEntryUpdateDto.ts +0 -24
  462. package/clients/accountingService/models/AccountingPeriodCreateDto.js +0 -2
  463. package/clients/accountingService/models/AccountingPeriodCreateDto.ts +0 -14
  464. package/clients/accountingService/models/AccountingPeriodDto.js +0 -2
  465. package/clients/accountingService/models/AccountingPeriodDto.ts +0 -14
  466. package/clients/accountingService/models/AccountingPeriodDtoEnvelope.js +0 -2
  467. package/clients/accountingService/models/AccountingPeriodDtoEnvelope.ts +0 -14
  468. package/clients/accountingService/models/AccountingPeriodDtoListEnvelope.js +0 -2
  469. package/clients/accountingService/models/AccountingPeriodDtoListEnvelope.ts +0 -14
  470. package/clients/accountingService/models/AccountingPeriodUpdateDto.js +0 -2
  471. package/clients/accountingService/models/AccountingPeriodUpdateDto.ts +0 -12
  472. package/clients/accountingService/models/AppliedTaxPolicyRecordCreateDto.js +0 -2
  473. package/clients/accountingService/models/AppliedTaxPolicyRecordCreateDto.ts +0 -16
  474. package/clients/accountingService/models/AppliedTaxPolicyRecordDto.js +0 -2
  475. package/clients/accountingService/models/AppliedTaxPolicyRecordDto.ts +0 -16
  476. package/clients/accountingService/models/AppliedTaxPolicyRecordDtoEnvelope.js +0 -2
  477. package/clients/accountingService/models/AppliedTaxPolicyRecordDtoEnvelope.ts +0 -14
  478. package/clients/accountingService/models/AppliedTaxPolicyRecordDtoListEnvelope.js +0 -2
  479. package/clients/accountingService/models/AppliedTaxPolicyRecordDtoListEnvelope.ts +0 -14
  480. package/clients/accountingService/models/AppliedTaxPolicyRecordUpdateDto.js +0 -2
  481. package/clients/accountingService/models/AppliedTaxPolicyRecordUpdateDto.ts +0 -14
  482. package/clients/accountingService/models/BankAccountCreateDto.js +0 -14
  483. package/clients/accountingService/models/BankAccountCreateDto.ts +0 -37
  484. package/clients/accountingService/models/BankAccountDto.js +0 -14
  485. package/clients/accountingService/models/BankAccountDto.ts +0 -47
  486. package/clients/accountingService/models/BankAccountDtoEnvelope.js +0 -2
  487. package/clients/accountingService/models/BankAccountDtoEnvelope.ts +0 -14
  488. package/clients/accountingService/models/BankAccountDtoListEnvelope.js +0 -2
  489. package/clients/accountingService/models/BankAccountDtoListEnvelope.ts +0 -14
  490. package/clients/accountingService/models/BankAccountUpdateDto.js +0 -14
  491. package/clients/accountingService/models/BankAccountUpdateDto.ts +0 -33
  492. package/clients/accountingService/models/BankCreateDto.js +0 -2
  493. package/clients/accountingService/models/BankCreateDto.ts +0 -12
  494. package/clients/accountingService/models/BankDto.js +0 -2
  495. package/clients/accountingService/models/BankDto.ts +0 -12
  496. package/clients/accountingService/models/BankDtoEnvelope.js +0 -2
  497. package/clients/accountingService/models/BankDtoEnvelope.ts +0 -14
  498. package/clients/accountingService/models/BankDtoListEnvelope.js +0 -2
  499. package/clients/accountingService/models/BankDtoListEnvelope.ts +0 -14
  500. package/clients/accountingService/models/BankGuaranteeCreateDto.js +0 -11
  501. package/clients/accountingService/models/BankGuaranteeCreateDto.ts +0 -33
  502. package/clients/accountingService/models/BankGuaranteeDto.js +0 -11
  503. package/clients/accountingService/models/BankGuaranteeDto.ts +0 -33
  504. package/clients/accountingService/models/BankGuaranteeDtoEnvelope.js +0 -2
  505. package/clients/accountingService/models/BankGuaranteeDtoEnvelope.ts +0 -14
  506. package/clients/accountingService/models/BankGuaranteeDtoListEnvelope.js +0 -2
  507. package/clients/accountingService/models/BankGuaranteeDtoListEnvelope.ts +0 -14
  508. package/clients/accountingService/models/BankGuaranteeUpdateDto.js +0 -11
  509. package/clients/accountingService/models/BankGuaranteeUpdateDto.ts +0 -31
  510. package/clients/accountingService/models/BankTransactionCreateDto.js +0 -2
  511. package/clients/accountingService/models/BankTransactionCreateDto.ts +0 -11
  512. package/clients/accountingService/models/BankTransactionDto.js +0 -2
  513. package/clients/accountingService/models/BankTransactionDto.ts +0 -24
  514. package/clients/accountingService/models/BankTransactionDtoEnvelope.js +0 -2
  515. package/clients/accountingService/models/BankTransactionDtoEnvelope.ts +0 -14
  516. package/clients/accountingService/models/BankTransactionDtoListEnvelope.js +0 -2
  517. package/clients/accountingService/models/BankTransactionDtoListEnvelope.ts +0 -14
  518. package/clients/accountingService/models/BankTransactionUpdateDto.js +0 -2
  519. package/clients/accountingService/models/BankTransactionUpdateDto.ts +0 -22
  520. package/clients/accountingService/models/BankUpdateDto.js +0 -2
  521. package/clients/accountingService/models/BankUpdateDto.ts +0 -10
  522. package/clients/accountingService/models/BillingProfileCreateDto.js +0 -2
  523. package/clients/accountingService/models/BillingProfileCreateDto.ts +0 -30
  524. package/clients/accountingService/models/BillingProfileDto.js +0 -11
  525. package/clients/accountingService/models/BillingProfileDto.ts +0 -67
  526. package/clients/accountingService/models/BillingProfileDtoEnvelope.js +0 -2
  527. package/clients/accountingService/models/BillingProfileDtoEnvelope.ts +0 -14
  528. package/clients/accountingService/models/BillingProfileDtoListEnvelope.js +0 -2
  529. package/clients/accountingService/models/BillingProfileDtoListEnvelope.ts +0 -14
  530. package/clients/accountingService/models/BillingProfileUpdateDto.js +0 -2
  531. package/clients/accountingService/models/BillingProfileUpdateDto.ts +0 -28
  532. package/clients/accountingService/models/BudgetAccountEntryCreateDto.js +0 -12
  533. package/clients/accountingService/models/BudgetAccountEntryCreateDto.ts +0 -27
  534. package/clients/accountingService/models/BudgetAccountEntryDto.js +0 -12
  535. package/clients/accountingService/models/BudgetAccountEntryDto.ts +0 -35
  536. package/clients/accountingService/models/BudgetAccountEntryDtoEnvelope.js +0 -2
  537. package/clients/accountingService/models/BudgetAccountEntryDtoEnvelope.ts +0 -14
  538. package/clients/accountingService/models/BudgetAccountEntryDtoListEnvelope.js +0 -2
  539. package/clients/accountingService/models/BudgetAccountEntryDtoListEnvelope.ts +0 -14
  540. package/clients/accountingService/models/BudgetAccountEntryUpdateDto.js +0 -12
  541. package/clients/accountingService/models/BudgetAccountEntryUpdateDto.ts +0 -25
  542. package/clients/accountingService/models/BudgetCreateDto.js +0 -2
  543. package/clients/accountingService/models/BudgetCreateDto.ts +0 -12
  544. package/clients/accountingService/models/BudgetDto.js +0 -2
  545. package/clients/accountingService/models/BudgetDto.ts +0 -12
  546. package/clients/accountingService/models/BudgetDtoEnvelope.js +0 -2
  547. package/clients/accountingService/models/BudgetDtoEnvelope.ts +0 -14
  548. package/clients/accountingService/models/BudgetDtoListEnvelope.js +0 -2
  549. package/clients/accountingService/models/BudgetDtoListEnvelope.ts +0 -14
  550. package/clients/accountingService/models/BudgetUpdateDto.js +0 -2
  551. package/clients/accountingService/models/BudgetUpdateDto.ts +0 -9
  552. package/clients/accountingService/models/CommissionCreateDto.js +0 -2
  553. package/clients/accountingService/models/CommissionCreateDto.ts +0 -22
  554. package/clients/accountingService/models/CommissionDto.js +0 -2
  555. package/clients/accountingService/models/CommissionDto.ts +0 -22
  556. package/clients/accountingService/models/CommissionDtoListEnvelope.js +0 -2
  557. package/clients/accountingService/models/CommissionDtoListEnvelope.ts +0 -14
  558. package/clients/accountingService/models/CommissionUpdateDto.js +0 -2
  559. package/clients/accountingService/models/CommissionUpdateDto.ts +0 -20
  560. package/clients/accountingService/models/CostCentreBudgetCreateDto.js +0 -2
  561. package/clients/accountingService/models/CostCentreBudgetCreateDto.ts +0 -13
  562. package/clients/accountingService/models/CostCentreBudgetDto.js +0 -2
  563. package/clients/accountingService/models/CostCentreBudgetDto.ts +0 -13
  564. package/clients/accountingService/models/CostCentreBudgetDtoEnvelope.js +0 -2
  565. package/clients/accountingService/models/CostCentreBudgetDtoEnvelope.ts +0 -14
  566. package/clients/accountingService/models/CostCentreBudgetDtoListEnvelope.js +0 -2
  567. package/clients/accountingService/models/CostCentreBudgetDtoListEnvelope.ts +0 -14
  568. package/clients/accountingService/models/CostCentreBudgetUpdateDto.js +0 -2
  569. package/clients/accountingService/models/CostCentreBudgetUpdateDto.ts +0 -10
  570. package/clients/accountingService/models/CostCentreCreateDto.js +0 -11
  571. package/clients/accountingService/models/CostCentreCreateDto.ts +0 -22
  572. package/clients/accountingService/models/CostCentreDto.js +0 -11
  573. package/clients/accountingService/models/CostCentreDto.ts +0 -22
  574. package/clients/accountingService/models/CostCentreDtoEnvelope.js +0 -2
  575. package/clients/accountingService/models/CostCentreDtoEnvelope.ts +0 -14
  576. package/clients/accountingService/models/CostCentreDtoListEnvelope.js +0 -2
  577. package/clients/accountingService/models/CostCentreDtoListEnvelope.ts +0 -14
  578. package/clients/accountingService/models/CostCentreGroupCreateDto.js +0 -2
  579. package/clients/accountingService/models/CostCentreGroupCreateDto.ts +0 -14
  580. package/clients/accountingService/models/CostCentreGroupDto.js +0 -2
  581. package/clients/accountingService/models/CostCentreGroupDto.ts +0 -14
  582. package/clients/accountingService/models/CostCentreGroupDtoEnvelope.js +0 -2
  583. package/clients/accountingService/models/CostCentreGroupDtoEnvelope.ts +0 -14
  584. package/clients/accountingService/models/CostCentreGroupDtoListEnvelope.js +0 -2
  585. package/clients/accountingService/models/CostCentreGroupDtoListEnvelope.ts +0 -14
  586. package/clients/accountingService/models/CostCentreGroupUpdateDto.js +0 -2
  587. package/clients/accountingService/models/CostCentreGroupUpdateDto.ts +0 -12
  588. package/clients/accountingService/models/CostCentreUpdateDto.js +0 -11
  589. package/clients/accountingService/models/CostCentreUpdateDto.ts +0 -20
  590. package/clients/accountingService/models/CreateLedgerDto.js +0 -2
  591. package/clients/accountingService/models/CreateLedgerDto.ts +0 -15
  592. package/clients/accountingService/models/Currency.js +0 -2
  593. package/clients/accountingService/models/Currency.ts +0 -9
  594. package/clients/accountingService/models/EmptyEnvelope.js +0 -2
  595. package/clients/accountingService/models/EmptyEnvelope.ts +0 -12
  596. package/clients/accountingService/models/ErrorEnvelope.js +0 -2
  597. package/clients/accountingService/models/ErrorEnvelope.ts +0 -12
  598. package/clients/accountingService/models/FinancialBookCreateDto.js +0 -2
  599. package/clients/accountingService/models/FinancialBookCreateDto.ts +0 -12
  600. package/clients/accountingService/models/FinancialBookDto.js +0 -2
  601. package/clients/accountingService/models/FinancialBookDto.ts +0 -12
  602. package/clients/accountingService/models/FinancialBookDtoEnvelope.js +0 -2
  603. package/clients/accountingService/models/FinancialBookDtoEnvelope.ts +0 -14
  604. package/clients/accountingService/models/FinancialBookDtoListEnvelope.js +0 -2
  605. package/clients/accountingService/models/FinancialBookDtoListEnvelope.ts +0 -14
  606. package/clients/accountingService/models/FinancialBookUpdateDto.js +0 -2
  607. package/clients/accountingService/models/FinancialBookUpdateDto.ts +0 -10
  608. package/clients/accountingService/models/FiscalAuthorityCreateDto.js +0 -2
  609. package/clients/accountingService/models/FiscalAuthorityCreateDto.ts +0 -14
  610. package/clients/accountingService/models/FiscalAuthorityDto.js +0 -2
  611. package/clients/accountingService/models/FiscalAuthorityDto.ts +0 -16
  612. package/clients/accountingService/models/FiscalAuthorityDtoEnvelope.js +0 -2
  613. package/clients/accountingService/models/FiscalAuthorityDtoEnvelope.ts +0 -14
  614. package/clients/accountingService/models/FiscalAuthorityDtoListEnvelope.js +0 -2
  615. package/clients/accountingService/models/FiscalAuthorityDtoListEnvelope.ts +0 -14
  616. package/clients/accountingService/models/FiscalAuthorityUpdateDto.js +0 -2
  617. package/clients/accountingService/models/FiscalAuthorityUpdateDto.ts +0 -12
  618. package/clients/accountingService/models/FiscalIdentificationTypeCreateDto.js +0 -2
  619. package/clients/accountingService/models/FiscalIdentificationTypeCreateDto.ts +0 -14
  620. package/clients/accountingService/models/FiscalIdentificationTypeDto.js +0 -2
  621. package/clients/accountingService/models/FiscalIdentificationTypeDto.ts +0 -14
  622. package/clients/accountingService/models/FiscalIdentificationTypeDtoEnvelope.js +0 -2
  623. package/clients/accountingService/models/FiscalIdentificationTypeDtoEnvelope.ts +0 -14
  624. package/clients/accountingService/models/FiscalIdentificationTypeDtoListEnvelope.js +0 -2
  625. package/clients/accountingService/models/FiscalIdentificationTypeDtoListEnvelope.ts +0 -14
  626. package/clients/accountingService/models/FiscalIdentificationTypeUpdateDto.js +0 -2
  627. package/clients/accountingService/models/FiscalIdentificationTypeUpdateDto.ts +0 -12
  628. package/clients/accountingService/models/FiscalPeriodCreateDto.js +0 -2
  629. package/clients/accountingService/models/FiscalPeriodCreateDto.ts +0 -15
  630. package/clients/accountingService/models/FiscalPeriodDto.js +0 -2
  631. package/clients/accountingService/models/FiscalPeriodDto.ts +0 -15
  632. package/clients/accountingService/models/FiscalPeriodDtoEnvelope.js +0 -2
  633. package/clients/accountingService/models/FiscalPeriodDtoEnvelope.ts +0 -14
  634. package/clients/accountingService/models/FiscalPeriodDtoListEnvelope.js +0 -2
  635. package/clients/accountingService/models/FiscalPeriodDtoListEnvelope.ts +0 -14
  636. package/clients/accountingService/models/FiscalPeriodUpdateDto.js +0 -2
  637. package/clients/accountingService/models/FiscalPeriodUpdateDto.ts +0 -13
  638. package/clients/accountingService/models/FiscalRegimeCreateDto.js +0 -2
  639. package/clients/accountingService/models/FiscalRegimeCreateDto.ts +0 -14
  640. package/clients/accountingService/models/FiscalRegimeDto.js +0 -2
  641. package/clients/accountingService/models/FiscalRegimeDto.ts +0 -14
  642. package/clients/accountingService/models/FiscalRegimeDtoEnvelope.js +0 -2
  643. package/clients/accountingService/models/FiscalRegimeDtoEnvelope.ts +0 -14
  644. package/clients/accountingService/models/FiscalRegimeDtoListEnvelope.js +0 -2
  645. package/clients/accountingService/models/FiscalRegimeDtoListEnvelope.ts +0 -14
  646. package/clients/accountingService/models/FiscalRegimeUpdateDto.js +0 -2
  647. package/clients/accountingService/models/FiscalRegimeUpdateDto.ts +0 -12
  648. package/clients/accountingService/models/FiscalResponsibilityCreateDto.js +0 -2
  649. package/clients/accountingService/models/FiscalResponsibilityCreateDto.ts +0 -14
  650. package/clients/accountingService/models/FiscalResponsibilityDto.js +0 -2
  651. package/clients/accountingService/models/FiscalResponsibilityDto.ts +0 -14
  652. package/clients/accountingService/models/FiscalResponsibilityDtoEnvelope.js +0 -2
  653. package/clients/accountingService/models/FiscalResponsibilityDtoEnvelope.ts +0 -14
  654. package/clients/accountingService/models/FiscalResponsibilityDtoListEnvelope.js +0 -2
  655. package/clients/accountingService/models/FiscalResponsibilityDtoListEnvelope.ts +0 -14
  656. package/clients/accountingService/models/FiscalResponsibilityRecordCreateDto.js +0 -2
  657. package/clients/accountingService/models/FiscalResponsibilityRecordCreateDto.ts +0 -13
  658. package/clients/accountingService/models/FiscalResponsibilityRecordDto.js +0 -2
  659. package/clients/accountingService/models/FiscalResponsibilityRecordDto.ts +0 -13
  660. package/clients/accountingService/models/FiscalResponsibilityRecordDtoEnvelope.js +0 -2
  661. package/clients/accountingService/models/FiscalResponsibilityRecordDtoEnvelope.ts +0 -14
  662. package/clients/accountingService/models/FiscalResponsibilityRecordDtoListEnvelope.js +0 -2
  663. package/clients/accountingService/models/FiscalResponsibilityRecordDtoListEnvelope.ts +0 -14
  664. package/clients/accountingService/models/FiscalResponsibilityRecordUpdateDto.js +0 -2
  665. package/clients/accountingService/models/FiscalResponsibilityRecordUpdateDto.ts +0 -11
  666. package/clients/accountingService/models/FiscalResponsibilityUpdateDto.js +0 -2
  667. package/clients/accountingService/models/FiscalResponsibilityUpdateDto.ts +0 -12
  668. package/clients/accountingService/models/FiscalYearCreateDto.js +0 -2
  669. package/clients/accountingService/models/FiscalYearCreateDto.ts +0 -16
  670. package/clients/accountingService/models/FiscalYearDto.js +0 -2
  671. package/clients/accountingService/models/FiscalYearDto.ts +0 -17
  672. package/clients/accountingService/models/FiscalYearDtoEnvelope.js +0 -2
  673. package/clients/accountingService/models/FiscalYearDtoEnvelope.ts +0 -14
  674. package/clients/accountingService/models/FiscalYearDtoListEnvelope.js +0 -2
  675. package/clients/accountingService/models/FiscalYearDtoListEnvelope.ts +0 -14
  676. package/clients/accountingService/models/FiscalYearUpdateDto.js +0 -2
  677. package/clients/accountingService/models/FiscalYearUpdateDto.ts +0 -12
  678. package/clients/accountingService/models/GrantCreateDto.js +0 -2
  679. package/clients/accountingService/models/GrantCreateDto.ts +0 -11
  680. package/clients/accountingService/models/GrantDto.js +0 -2
  681. package/clients/accountingService/models/GrantDto.ts +0 -11
  682. package/clients/accountingService/models/GrantDtoEnvelope.js +0 -2
  683. package/clients/accountingService/models/GrantDtoEnvelope.ts +0 -14
  684. package/clients/accountingService/models/GrantDtoListEnvelope.js +0 -2
  685. package/clients/accountingService/models/GrantDtoListEnvelope.ts +0 -14
  686. package/clients/accountingService/models/GrantUpdateDto.js +0 -2
  687. package/clients/accountingService/models/GrantUpdateDto.ts +0 -9
  688. package/clients/accountingService/models/Int32Envelope.js +0 -2
  689. package/clients/accountingService/models/Int32Envelope.ts +0 -13
  690. package/clients/accountingService/models/InvoiceEnumerationRangeCreateDto.js +0 -12
  691. package/clients/accountingService/models/InvoiceEnumerationRangeCreateDto.ts +0 -29
  692. package/clients/accountingService/models/InvoiceEnumerationRangeDto.js +0 -12
  693. package/clients/accountingService/models/InvoiceEnumerationRangeDto.ts +0 -29
  694. package/clients/accountingService/models/InvoiceEnumerationRangeDtoEnvelope.js +0 -2
  695. package/clients/accountingService/models/InvoiceEnumerationRangeDtoEnvelope.ts +0 -14
  696. package/clients/accountingService/models/InvoiceEnumerationRangeDtoListEnvelope.js +0 -2
  697. package/clients/accountingService/models/InvoiceEnumerationRangeDtoListEnvelope.ts +0 -14
  698. package/clients/accountingService/models/InvoiceEnumerationRangeUpdateDto.js +0 -12
  699. package/clients/accountingService/models/InvoiceEnumerationRangeUpdateDto.ts +0 -27
  700. package/clients/accountingService/models/ItemTaxPolicyRecordCreateDto.js +0 -2
  701. package/clients/accountingService/models/ItemTaxPolicyRecordCreateDto.ts +0 -12
  702. package/clients/accountingService/models/ItemTaxPolicyRecordDto.js +0 -2
  703. package/clients/accountingService/models/ItemTaxPolicyRecordDto.ts +0 -12
  704. package/clients/accountingService/models/ItemTaxPolicyRecordDtoEnvelope.js +0 -2
  705. package/clients/accountingService/models/ItemTaxPolicyRecordDtoEnvelope.ts +0 -14
  706. package/clients/accountingService/models/ItemTaxPolicyRecordDtoListEnvelope.js +0 -2
  707. package/clients/accountingService/models/ItemTaxPolicyRecordDtoListEnvelope.ts +0 -14
  708. package/clients/accountingService/models/ItemTaxPolicyRecordUpdateDto.js +0 -2
  709. package/clients/accountingService/models/ItemTaxPolicyRecordUpdateDto.ts +0 -12
  710. package/clients/accountingService/models/JournalCreateDto.js +0 -2
  711. package/clients/accountingService/models/JournalCreateDto.ts +0 -17
  712. package/clients/accountingService/models/JournalDto.js +0 -2
  713. package/clients/accountingService/models/JournalDto.ts +0 -17
  714. package/clients/accountingService/models/JournalDtoEnvelope.js +0 -2
  715. package/clients/accountingService/models/JournalDtoEnvelope.ts +0 -14
  716. package/clients/accountingService/models/JournalDtoListEnvelope.js +0 -2
  717. package/clients/accountingService/models/JournalDtoListEnvelope.ts +0 -14
  718. package/clients/accountingService/models/JournalEntryCreateDto.js +0 -2
  719. package/clients/accountingService/models/JournalEntryCreateDto.ts +0 -21
  720. package/clients/accountingService/models/JournalEntryDto.js +0 -2
  721. package/clients/accountingService/models/JournalEntryDto.ts +0 -32
  722. package/clients/accountingService/models/JournalEntryDtoListEnvelope.js +0 -2
  723. package/clients/accountingService/models/JournalEntryDtoListEnvelope.ts +0 -14
  724. package/clients/accountingService/models/JournalEntryUpdateDto.js +0 -2
  725. package/clients/accountingService/models/JournalEntryUpdateDto.ts +0 -19
  726. package/clients/accountingService/models/JournalTypeCreateDto.js +0 -2
  727. package/clients/accountingService/models/JournalTypeCreateDto.ts +0 -12
  728. package/clients/accountingService/models/JournalTypeDto.js +0 -2
  729. package/clients/accountingService/models/JournalTypeDto.ts +0 -12
  730. package/clients/accountingService/models/JournalTypeDtoEnvelope.js +0 -2
  731. package/clients/accountingService/models/JournalTypeDtoEnvelope.ts +0 -14
  732. package/clients/accountingService/models/JournalTypeDtoListEnvelope.js +0 -2
  733. package/clients/accountingService/models/JournalTypeDtoListEnvelope.ts +0 -14
  734. package/clients/accountingService/models/JournalTypeUpdateDto.js +0 -2
  735. package/clients/accountingService/models/JournalTypeUpdateDto.ts +0 -10
  736. package/clients/accountingService/models/JournalUpdateDto.js +0 -2
  737. package/clients/accountingService/models/JournalUpdateDto.ts +0 -13
  738. package/clients/accountingService/models/LedgerDto.js +0 -2
  739. package/clients/accountingService/models/LedgerDto.ts +0 -15
  740. package/clients/accountingService/models/LedgerDtoEnvelope.js +0 -2
  741. package/clients/accountingService/models/LedgerDtoEnvelope.ts +0 -14
  742. package/clients/accountingService/models/LedgerDtoListEnvelope.js +0 -2
  743. package/clients/accountingService/models/LedgerDtoListEnvelope.ts +0 -14
  744. package/clients/accountingService/models/LoanApplicationCreateDto.js +0 -2
  745. package/clients/accountingService/models/LoanApplicationCreateDto.ts +0 -11
  746. package/clients/accountingService/models/LoanApplicationDto.js +0 -2
  747. package/clients/accountingService/models/LoanApplicationDto.ts +0 -11
  748. package/clients/accountingService/models/LoanApplicationDtoEnvelope.js +0 -2
  749. package/clients/accountingService/models/LoanApplicationDtoEnvelope.ts +0 -14
  750. package/clients/accountingService/models/LoanApplicationDtoListEnvelope.js +0 -2
  751. package/clients/accountingService/models/LoanApplicationDtoListEnvelope.ts +0 -14
  752. package/clients/accountingService/models/LoanApplicationUpdateDto.js +0 -2
  753. package/clients/accountingService/models/LoanApplicationUpdateDto.ts +0 -9
  754. package/clients/accountingService/models/LoanCreateDto.js +0 -2
  755. package/clients/accountingService/models/LoanCreateDto.ts +0 -18
  756. package/clients/accountingService/models/LoanDto.js +0 -2
  757. package/clients/accountingService/models/LoanDto.ts +0 -18
  758. package/clients/accountingService/models/LoanDtoEnvelope.js +0 -2
  759. package/clients/accountingService/models/LoanDtoEnvelope.ts +0 -14
  760. package/clients/accountingService/models/LoanDtoListEnvelope.js +0 -2
  761. package/clients/accountingService/models/LoanDtoListEnvelope.ts +0 -14
  762. package/clients/accountingService/models/LoanUpdateDto.js +0 -2
  763. package/clients/accountingService/models/LoanUpdateDto.ts +0 -15
  764. package/clients/accountingService/models/Money.js +0 -2
  765. package/clients/accountingService/models/Money.ts +0 -10
  766. package/clients/accountingService/models/Operation.js +0 -16
  767. package/clients/accountingService/models/Operation.ts +0 -23
  768. package/clients/accountingService/models/PaymentCommissionCreateDto.js +0 -2
  769. package/clients/accountingService/models/PaymentCommissionCreateDto.ts +0 -10
  770. package/clients/accountingService/models/PaymentCommissionDto.js +0 -2
  771. package/clients/accountingService/models/PaymentCommissionDto.ts +0 -23
  772. package/clients/accountingService/models/PaymentCommissionDtoListEnvelope.js +0 -2
  773. package/clients/accountingService/models/PaymentCommissionDtoListEnvelope.ts +0 -14
  774. package/clients/accountingService/models/PaymentCommissionUpdateDto.js +0 -2
  775. package/clients/accountingService/models/PaymentCommissionUpdateDto.ts +0 -21
  776. package/clients/accountingService/models/ReceiptCreateDto.js +0 -11
  777. package/clients/accountingService/models/ReceiptCreateDto.ts +0 -48
  778. package/clients/accountingService/models/ReceiptDto.js +0 -11
  779. package/clients/accountingService/models/ReceiptDto.ts +0 -24
  780. package/clients/accountingService/models/ReceiptDtoEnvelope.js +0 -2
  781. package/clients/accountingService/models/ReceiptDtoEnvelope.ts +0 -14
  782. package/clients/accountingService/models/ReceiptDtoListEnvelope.js +0 -2
  783. package/clients/accountingService/models/ReceiptDtoListEnvelope.ts +0 -14
  784. package/clients/accountingService/models/ReceiptUpdateDto.js +0 -2
  785. package/clients/accountingService/models/ReceiptUpdateDto.ts +0 -19
  786. package/clients/accountingService/models/ShareClassCreateDto.js +0 -2
  787. package/clients/accountingService/models/ShareClassCreateDto.ts +0 -16
  788. package/clients/accountingService/models/ShareClassDto.js +0 -2
  789. package/clients/accountingService/models/ShareClassDto.ts +0 -16
  790. package/clients/accountingService/models/ShareClassDtoEnvelope.js +0 -2
  791. package/clients/accountingService/models/ShareClassDtoEnvelope.ts +0 -14
  792. package/clients/accountingService/models/ShareClassDtoListEnvelope.js +0 -2
  793. package/clients/accountingService/models/ShareClassDtoListEnvelope.ts +0 -14
  794. package/clients/accountingService/models/ShareClassUpdateDto.js +0 -2
  795. package/clients/accountingService/models/ShareClassUpdateDto.ts +0 -14
  796. package/clients/accountingService/models/ShareIssuanceCreateDto.js +0 -2
  797. package/clients/accountingService/models/ShareIssuanceCreateDto.ts +0 -14
  798. package/clients/accountingService/models/ShareIssuanceDto.js +0 -2
  799. package/clients/accountingService/models/ShareIssuanceDto.ts +0 -14
  800. package/clients/accountingService/models/ShareIssuanceDtoEnvelope.js +0 -2
  801. package/clients/accountingService/models/ShareIssuanceDtoEnvelope.ts +0 -14
  802. package/clients/accountingService/models/ShareIssuanceDtoListEnvelope.js +0 -2
  803. package/clients/accountingService/models/ShareIssuanceDtoListEnvelope.ts +0 -14
  804. package/clients/accountingService/models/ShareIssuanceUpdateDto.js +0 -2
  805. package/clients/accountingService/models/ShareIssuanceUpdateDto.ts +0 -12
  806. package/clients/accountingService/models/ShareTransferCreateDto.js +0 -2
  807. package/clients/accountingService/models/ShareTransferCreateDto.ts +0 -16
  808. package/clients/accountingService/models/ShareTransferDto.js +0 -2
  809. package/clients/accountingService/models/ShareTransferDto.ts +0 -16
  810. package/clients/accountingService/models/ShareTransferDtoEnvelope.js +0 -2
  811. package/clients/accountingService/models/ShareTransferDtoEnvelope.ts +0 -14
  812. package/clients/accountingService/models/ShareTransferDtoListEnvelope.js +0 -2
  813. package/clients/accountingService/models/ShareTransferDtoListEnvelope.ts +0 -14
  814. package/clients/accountingService/models/ShareTransferReasonCreateDto.js +0 -2
  815. package/clients/accountingService/models/ShareTransferReasonCreateDto.ts +0 -13
  816. package/clients/accountingService/models/ShareTransferReasonDto.js +0 -2
  817. package/clients/accountingService/models/ShareTransferReasonDto.ts +0 -13
  818. package/clients/accountingService/models/ShareTransferReasonDtoEnvelope.js +0 -2
  819. package/clients/accountingService/models/ShareTransferReasonDtoEnvelope.ts +0 -14
  820. package/clients/accountingService/models/ShareTransferReasonDtoListEnvelope.js +0 -2
  821. package/clients/accountingService/models/ShareTransferReasonDtoListEnvelope.ts +0 -14
  822. package/clients/accountingService/models/ShareTransferReasonUpdateDto.js +0 -2
  823. package/clients/accountingService/models/ShareTransferReasonUpdateDto.ts +0 -11
  824. package/clients/accountingService/models/ShareTransferUpdateDto.js +0 -2
  825. package/clients/accountingService/models/ShareTransferUpdateDto.ts +0 -14
  826. package/clients/accountingService/models/TaxPolicyCreateDto.js +0 -2
  827. package/clients/accountingService/models/TaxPolicyCreateDto.ts +0 -36
  828. package/clients/accountingService/models/TaxPolicyDto.js +0 -2
  829. package/clients/accountingService/models/TaxPolicyDto.ts +0 -36
  830. package/clients/accountingService/models/TaxPolicyDtoEnvelope.js +0 -2
  831. package/clients/accountingService/models/TaxPolicyDtoEnvelope.ts +0 -14
  832. package/clients/accountingService/models/TaxPolicyDtoListEnvelope.js +0 -2
  833. package/clients/accountingService/models/TaxPolicyDtoListEnvelope.ts +0 -14
  834. package/clients/accountingService/models/TaxPolicyUpdateDto.js +0 -2
  835. package/clients/accountingService/models/TaxPolicyUpdateDto.ts +0 -34
  836. package/clients/accountingService/models/TaxRateCreateDto.js +0 -2
  837. package/clients/accountingService/models/TaxRateCreateDto.ts +0 -29
  838. package/clients/accountingService/models/TaxRateDto.js +0 -2
  839. package/clients/accountingService/models/TaxRateDto.ts +0 -29
  840. package/clients/accountingService/models/TaxRateDtoEnvelope.js +0 -2
  841. package/clients/accountingService/models/TaxRateDtoEnvelope.ts +0 -14
  842. package/clients/accountingService/models/TaxRateDtoListEnvelope.js +0 -2
  843. package/clients/accountingService/models/TaxRateDtoListEnvelope.ts +0 -14
  844. package/clients/accountingService/models/TaxRateUpdateDto.js +0 -2
  845. package/clients/accountingService/models/TaxRateUpdateDto.ts +0 -27
  846. package/clients/accountingService/models/TenantId.js +0 -2
  847. package/clients/accountingService/models/TenantId.ts +0 -5
  848. package/clients/accountingService/models/TransactionCategoryCreateDto.js +0 -2
  849. package/clients/accountingService/models/TransactionCategoryCreateDto.ts +0 -13
  850. package/clients/accountingService/models/TransactionCategoryDto.js +0 -2
  851. package/clients/accountingService/models/TransactionCategoryDto.ts +0 -13
  852. package/clients/accountingService/models/TransactionCategoryDtoEnvelope.js +0 -2
  853. package/clients/accountingService/models/TransactionCategoryDtoEnvelope.ts +0 -14
  854. package/clients/accountingService/models/TransactionCategoryDtoListEnvelope.js +0 -2
  855. package/clients/accountingService/models/TransactionCategoryDtoListEnvelope.ts +0 -14
  856. package/clients/accountingService/models/TransactionCategoryUpdateDto.js +0 -2
  857. package/clients/accountingService/models/TransactionCategoryUpdateDto.ts +0 -11
  858. package/clients/accountingService/models/TransactionCreateDto.js +0 -2
  859. package/clients/accountingService/models/TransactionCreateDto.ts +0 -22
  860. package/clients/accountingService/models/TransactionDto.js +0 -2
  861. package/clients/accountingService/models/TransactionDto.ts +0 -22
  862. package/clients/accountingService/models/TransactionDtoEnvelope.js +0 -2
  863. package/clients/accountingService/models/TransactionDtoEnvelope.ts +0 -14
  864. package/clients/accountingService/models/TransactionDtoListEnvelope.js +0 -2
  865. package/clients/accountingService/models/TransactionDtoListEnvelope.ts +0 -14
  866. package/clients/accountingService/models/TransactionUpdateDto.js +0 -2
  867. package/clients/accountingService/models/TransactionUpdateDto.ts +0 -20
  868. package/clients/accountingService/models/UpdateLedgerDto.js +0 -2
  869. package/clients/accountingService/models/UpdateLedgerDto.ts +0 -12
  870. package/clients/accountingService/services/AccountGroupsService.js +0 -127
  871. package/clients/accountingService/services/AccountGroupsService.ts +0 -147
  872. package/clients/accountingService/services/AccountingPeriodsService.js +0 -127
  873. package/clients/accountingService/services/AccountingPeriodsService.ts +0 -148
  874. package/clients/accountingService/services/AccountsService.js +0 -937
  875. package/clients/accountingService/services/AccountsService.ts +0 -1110
  876. package/clients/accountingService/services/BankingService.js +0 -558
  877. package/clients/accountingService/services/BankingService.ts +0 -655
  878. package/clients/accountingService/services/BillingProfilesService.js +0 -164
  879. package/clients/accountingService/services/BillingProfilesService.ts +0 -194
  880. package/clients/accountingService/services/BudgetsService.js +0 -288
  881. package/clients/accountingService/services/BudgetsService.ts +0 -343
  882. package/clients/accountingService/services/CommissionsService.js +0 -308
  883. package/clients/accountingService/services/CommissionsService.ts +0 -364
  884. package/clients/accountingService/services/CostCentresService.js +0 -436
  885. package/clients/accountingService/services/CostCentresService.ts +0 -517
  886. package/clients/accountingService/services/FinancialBooksService.js +0 -164
  887. package/clients/accountingService/services/FinancialBooksService.ts +0 -194
  888. package/clients/accountingService/services/FiscalYearsService.js +0 -164
  889. package/clients/accountingService/services/FiscalYearsService.ts +0 -194
  890. package/clients/accountingService/services/FiscalsService.js +0 -1114
  891. package/clients/accountingService/services/FiscalsService.ts +0 -1328
  892. package/clients/accountingService/services/GrantsService.js +0 -164
  893. package/clients/accountingService/services/GrantsService.ts +0 -194
  894. package/clients/accountingService/services/InvoiceEnumerationRangesService.js +0 -141
  895. package/clients/accountingService/services/InvoiceEnumerationRangesService.ts +0 -167
  896. package/clients/accountingService/services/JournalTypesService.js +0 -164
  897. package/clients/accountingService/services/JournalTypesService.ts +0 -194
  898. package/clients/accountingService/services/JournalsService.js +0 -309
  899. package/clients/accountingService/services/JournalsService.ts +0 -366
  900. package/clients/accountingService/services/LedgersService.js +0 -137
  901. package/clients/accountingService/services/LedgersService.ts +0 -163
  902. package/clients/accountingService/services/LoansService.js +0 -320
  903. package/clients/accountingService/services/LoansService.ts +0 -377
  904. package/clients/accountingService/services/ReceiptsService.js +0 -140
  905. package/clients/accountingService/services/ReceiptsService.ts +0 -164
  906. package/clients/accountingService/services/SharesService.js +0 -611
  907. package/clients/accountingService/services/SharesService.ts +0 -721
  908. package/clients/accountingService/services/TaxesService.js +0 -574
  909. package/clients/accountingService/services/TaxesService.ts +0 -686
  910. package/clients/accountingService/services/TransactionsService.js +0 -316
  911. package/clients/accountingService/services/TransactionsService.ts +0 -372
  912. package/clients/cartService/core/ApiError.js +0 -20
  913. package/clients/cartService/core/ApiError.ts +0 -25
  914. package/clients/cartService/core/ApiRequestOptions.js +0 -2
  915. package/clients/cartService/core/ApiRequestOptions.ts +0 -17
  916. package/clients/cartService/core/ApiResult.js +0 -2
  917. package/clients/cartService/core/ApiResult.ts +0 -11
  918. package/clients/cartService/core/CancelablePromise.js +0 -104
  919. package/clients/cartService/core/CancelablePromise.ts +0 -131
  920. package/clients/cartService/core/OpenAPI.js +0 -14
  921. package/clients/cartService/core/OpenAPI.ts +0 -32
  922. package/clients/cartService/core/request.js +0 -294
  923. package/clients/cartService/core/request.ts +0 -322
  924. package/clients/cartService/index.js +0 -24
  925. package/clients/cartService/models/AddProductToCompareRequest.js +0 -2
  926. package/clients/cartService/models/AddProductToCompareRequest.ts +0 -10
  927. package/clients/cartService/models/BooleanEnvelope.js +0 -2
  928. package/clients/cartService/models/BooleanEnvelope.ts +0 -13
  929. package/clients/cartService/models/CartDto.js +0 -2
  930. package/clients/cartService/models/CartDto.ts +0 -18
  931. package/clients/cartService/models/CartDtoEnvelope.js +0 -2
  932. package/clients/cartService/models/CartDtoEnvelope.ts +0 -14
  933. package/clients/cartService/models/CartUpdateRequest.js +0 -2
  934. package/clients/cartService/models/CartUpdateRequest.ts +0 -9
  935. package/clients/cartService/models/CountryDto.js +0 -2
  936. package/clients/cartService/models/CountryDto.ts +0 -14
  937. package/clients/cartService/models/CountryDtoEnvelope.js +0 -2
  938. package/clients/cartService/models/CountryDtoEnvelope.ts +0 -14
  939. package/clients/cartService/models/CountrySwitchRequest.js +0 -2
  940. package/clients/cartService/models/CountrySwitchRequest.ts +0 -9
  941. package/clients/cartService/models/CurrencyDto.js +0 -2
  942. package/clients/cartService/models/CurrencyDto.ts +0 -13
  943. package/clients/cartService/models/CurrencyDtoEnvelope.js +0 -2
  944. package/clients/cartService/models/CurrencyDtoEnvelope.ts +0 -14
  945. package/clients/cartService/models/CurrencySwitchRequest.js +0 -2
  946. package/clients/cartService/models/CurrencySwitchRequest.ts +0 -9
  947. package/clients/cartService/models/EmptyEnvelope.js +0 -2
  948. package/clients/cartService/models/EmptyEnvelope.ts +0 -12
  949. package/clients/cartService/models/ErrorEnvelope.js +0 -2
  950. package/clients/cartService/models/ErrorEnvelope.ts +0 -12
  951. package/clients/cartService/models/ItemCartRecordCreateDto.js +0 -2
  952. package/clients/cartService/models/ItemCartRecordCreateDto.ts +0 -12
  953. package/clients/cartService/models/ItemCartRecordDto.js +0 -16
  954. package/clients/cartService/models/ItemCartRecordDto.ts +0 -102
  955. package/clients/cartService/models/ItemCartRecordDtoEnvelope.js +0 -2
  956. package/clients/cartService/models/ItemCartRecordDtoEnvelope.ts +0 -14
  957. package/clients/cartService/models/ItemCartRecordDtoListEnvelope.js +0 -2
  958. package/clients/cartService/models/ItemCartRecordDtoListEnvelope.ts +0 -14
  959. package/clients/cartService/models/ItemCartRecordUpdateDto.js +0 -2
  960. package/clients/cartService/models/ItemCartRecordUpdateDto.ts +0 -8
  961. package/clients/cartService/models/ItemToCompareCartRecordDto.js +0 -2
  962. package/clients/cartService/models/ItemToCompareCartRecordDto.ts +0 -24
  963. package/clients/cartService/models/ItemToCompareCartRecordDtoEnvelope.js +0 -2
  964. package/clients/cartService/models/ItemToCompareCartRecordDtoEnvelope.ts +0 -14
  965. package/clients/cartService/models/ItemToCompareCartRecordDtoListEnvelope.js +0 -2
  966. package/clients/cartService/models/ItemToCompareCartRecordDtoListEnvelope.ts +0 -14
  967. package/clients/cartService/models/NewWishListRequest.js +0 -2
  968. package/clients/cartService/models/NewWishListRequest.ts +0 -11
  969. package/clients/cartService/models/ProductToWishListRequest.js +0 -2
  970. package/clients/cartService/models/ProductToWishListRequest.ts +0 -9
  971. package/clients/cartService/models/WishListDto.js +0 -2
  972. package/clients/cartService/models/WishListDto.ts +0 -13
  973. package/clients/cartService/models/WishListDtoEnvelope.js +0 -2
  974. package/clients/cartService/models/WishListDtoEnvelope.ts +0 -14
  975. package/clients/cartService/models/WishListItemRecordDto.js +0 -2
  976. package/clients/cartService/models/WishListItemRecordDto.ts +0 -11
  977. package/clients/cartService/models/WishListUpdateDto.js +0 -2
  978. package/clients/cartService/models/WishListUpdateDto.ts +0 -10
  979. package/clients/cartService/services/CartsService.js +0 -1104
  980. package/clients/cartService/services/CartsService.ts +0 -1289
  981. package/clients/cartService/services/CompareService.js +0 -92
  982. package/clients/cartService/services/CompareService.ts +0 -110
  983. package/clients/cartService/services/RecordsService.js +0 -268
  984. package/clients/cartService/services/RecordsService.ts +0 -314
  985. package/clients/cartService/services/WishListsService.js +0 -209
  986. package/clients/cartService/services/WishListsService.ts +0 -252
  987. package/clients/catalogService/core/ApiError.js +0 -20
  988. package/clients/catalogService/core/ApiError.ts +0 -25
  989. package/clients/catalogService/core/ApiRequestOptions.js +0 -2
  990. package/clients/catalogService/core/ApiRequestOptions.ts +0 -17
  991. package/clients/catalogService/core/ApiResult.js +0 -2
  992. package/clients/catalogService/core/ApiResult.ts +0 -11
  993. package/clients/catalogService/core/CancelablePromise.js +0 -104
  994. package/clients/catalogService/core/CancelablePromise.ts +0 -131
  995. package/clients/catalogService/core/OpenAPI.js +0 -14
  996. package/clients/catalogService/core/OpenAPI.ts +0 -32
  997. package/clients/catalogService/core/request.js +0 -294
  998. package/clients/catalogService/core/request.ts +0 -322
  999. package/clients/catalogService/index.js +0 -42
  1000. package/clients/catalogService/models/CatalogItemCreateDto.js +0 -2
  1001. package/clients/catalogService/models/CatalogItemCreateDto.ts +0 -167
  1002. package/clients/catalogService/models/CatalogItemDto.js +0 -2
  1003. package/clients/catalogService/models/CatalogItemDto.ts +0 -170
  1004. package/clients/catalogService/models/CatalogItemDtoEnvelope.js +0 -2
  1005. package/clients/catalogService/models/CatalogItemDtoEnvelope.ts +0 -14
  1006. package/clients/catalogService/models/CatalogItemDtoListEnvelope.js +0 -2
  1007. package/clients/catalogService/models/CatalogItemDtoListEnvelope.ts +0 -14
  1008. package/clients/catalogService/models/CatalogItemUpdateDto.js +0 -2
  1009. package/clients/catalogService/models/CatalogItemUpdateDto.ts +0 -179
  1010. package/clients/catalogService/models/Currency.js +0 -2
  1011. package/clients/catalogService/models/Currency.ts +0 -9
  1012. package/clients/catalogService/models/EmptyEnvelope.js +0 -2
  1013. package/clients/catalogService/models/EmptyEnvelope.ts +0 -12
  1014. package/clients/catalogService/models/ErrorEnvelope.js +0 -2
  1015. package/clients/catalogService/models/ErrorEnvelope.ts +0 -12
  1016. package/clients/catalogService/models/Int32Envelope.js +0 -2
  1017. package/clients/catalogService/models/Int32Envelope.ts +0 -13
  1018. package/clients/catalogService/models/ItemAttachmentCreateDto.js +0 -2
  1019. package/clients/catalogService/models/ItemAttachmentCreateDto.ts +0 -21
  1020. package/clients/catalogService/models/ItemAttachmentDto.js +0 -2
  1021. package/clients/catalogService/models/ItemAttachmentDto.ts +0 -30
  1022. package/clients/catalogService/models/ItemAttachmentDtoEnvelope.js +0 -2
  1023. package/clients/catalogService/models/ItemAttachmentDtoEnvelope.ts +0 -14
  1024. package/clients/catalogService/models/ItemAttachmentDtoListEnvelope.js +0 -2
  1025. package/clients/catalogService/models/ItemAttachmentDtoListEnvelope.ts +0 -14
  1026. package/clients/catalogService/models/ItemAttachmentUpdateDto.js +0 -2
  1027. package/clients/catalogService/models/ItemAttachmentUpdateDto.ts +0 -19
  1028. package/clients/catalogService/models/ItemAttributeCreateDto.js +0 -2
  1029. package/clients/catalogService/models/ItemAttributeCreateDto.ts +0 -12
  1030. package/clients/catalogService/models/ItemAttributeDto.js +0 -2
  1031. package/clients/catalogService/models/ItemAttributeDto.ts +0 -12
  1032. package/clients/catalogService/models/ItemAttributeDtoEnvelope.js +0 -2
  1033. package/clients/catalogService/models/ItemAttributeDtoEnvelope.ts +0 -14
  1034. package/clients/catalogService/models/ItemAttributeDtoListEnvelope.js +0 -2
  1035. package/clients/catalogService/models/ItemAttributeDtoListEnvelope.ts +0 -14
  1036. package/clients/catalogService/models/ItemAttributeOptionDto.js +0 -2
  1037. package/clients/catalogService/models/ItemAttributeOptionDto.ts +0 -12
  1038. package/clients/catalogService/models/ItemAttributeOptionDtoEnvelope.js +0 -2
  1039. package/clients/catalogService/models/ItemAttributeOptionDtoEnvelope.ts +0 -14
  1040. package/clients/catalogService/models/ItemAttributeOptionDtoListEnvelope.js +0 -2
  1041. package/clients/catalogService/models/ItemAttributeOptionDtoListEnvelope.ts +0 -14
  1042. package/clients/catalogService/models/ItemAttributeUpdateDto.js +0 -2
  1043. package/clients/catalogService/models/ItemAttributeUpdateDto.ts +0 -9
  1044. package/clients/catalogService/models/ItemBrandCreateDto.js +0 -2
  1045. package/clients/catalogService/models/ItemBrandCreateDto.ts +0 -17
  1046. package/clients/catalogService/models/ItemBrandDto.js +0 -2
  1047. package/clients/catalogService/models/ItemBrandDto.ts +0 -17
  1048. package/clients/catalogService/models/ItemBrandDtoEnvelope.js +0 -2
  1049. package/clients/catalogService/models/ItemBrandDtoEnvelope.ts +0 -14
  1050. package/clients/catalogService/models/ItemBrandDtoListEnvelope.js +0 -2
  1051. package/clients/catalogService/models/ItemBrandDtoListEnvelope.ts +0 -14
  1052. package/clients/catalogService/models/ItemBrandUpdateDto.js +0 -2
  1053. package/clients/catalogService/models/ItemBrandUpdateDto.ts +0 -13
  1054. package/clients/catalogService/models/ItemCategoryCreateDto.js +0 -2
  1055. package/clients/catalogService/models/ItemCategoryCreateDto.ts +0 -15
  1056. package/clients/catalogService/models/ItemCategoryDto.js +0 -2
  1057. package/clients/catalogService/models/ItemCategoryDto.ts +0 -21
  1058. package/clients/catalogService/models/ItemCategoryDtoEnvelope.js +0 -2
  1059. package/clients/catalogService/models/ItemCategoryDtoEnvelope.ts +0 -14
  1060. package/clients/catalogService/models/ItemCategoryDtoListEnvelope.js +0 -2
  1061. package/clients/catalogService/models/ItemCategoryDtoListEnvelope.ts +0 -14
  1062. package/clients/catalogService/models/ItemCategoryUpdateDto.js +0 -2
  1063. package/clients/catalogService/models/ItemCategoryUpdateDto.ts +0 -16
  1064. package/clients/catalogService/models/ItemGoogleCategoryDto.js +0 -2
  1065. package/clients/catalogService/models/ItemGoogleCategoryDto.ts +0 -22
  1066. package/clients/catalogService/models/ItemGoogleCategoryDtoEnvelope.js +0 -2
  1067. package/clients/catalogService/models/ItemGoogleCategoryDtoEnvelope.ts +0 -14
  1068. package/clients/catalogService/models/ItemGoogleCategoryDtoListEnvelope.js +0 -2
  1069. package/clients/catalogService/models/ItemGoogleCategoryDtoListEnvelope.ts +0 -14
  1070. package/clients/catalogService/models/ItemImageCreateDto.js +0 -2
  1071. package/clients/catalogService/models/ItemImageCreateDto.ts +0 -28
  1072. package/clients/catalogService/models/ItemImageDto.js +0 -2
  1073. package/clients/catalogService/models/ItemImageDto.ts +0 -28
  1074. package/clients/catalogService/models/ItemImageDtoEnvelope.js +0 -2
  1075. package/clients/catalogService/models/ItemImageDtoEnvelope.ts +0 -14
  1076. package/clients/catalogService/models/ItemImageDtoListEnvelope.js +0 -2
  1077. package/clients/catalogService/models/ItemImageDtoListEnvelope.ts +0 -14
  1078. package/clients/catalogService/models/ItemImageUpdateDto.js +0 -2
  1079. package/clients/catalogService/models/ItemImageUpdateDto.ts +0 -22
  1080. package/clients/catalogService/models/ItemQuestionCreateDto.js +0 -2
  1081. package/clients/catalogService/models/ItemQuestionCreateDto.ts +0 -15
  1082. package/clients/catalogService/models/ItemQuestionDto.js +0 -2
  1083. package/clients/catalogService/models/ItemQuestionDto.ts +0 -15
  1084. package/clients/catalogService/models/ItemQuestionDtoEnvelope.js +0 -2
  1085. package/clients/catalogService/models/ItemQuestionDtoEnvelope.ts +0 -14
  1086. package/clients/catalogService/models/ItemQuestionDtoListEnvelope.js +0 -2
  1087. package/clients/catalogService/models/ItemQuestionDtoListEnvelope.ts +0 -14
  1088. package/clients/catalogService/models/ItemQuestionRecordCreateDto.js +0 -2
  1089. package/clients/catalogService/models/ItemQuestionRecordCreateDto.ts +0 -14
  1090. package/clients/catalogService/models/ItemQuestionUpdateDto.js +0 -2
  1091. package/clients/catalogService/models/ItemQuestionUpdateDto.ts +0 -10
  1092. package/clients/catalogService/models/ItemRefundPolicyDto.js +0 -2
  1093. package/clients/catalogService/models/ItemRefundPolicyDto.ts +0 -34
  1094. package/clients/catalogService/models/ItemRefundPolicyDtoEnvelope.js +0 -2
  1095. package/clients/catalogService/models/ItemRefundPolicyDtoEnvelope.ts +0 -14
  1096. package/clients/catalogService/models/ItemRefundPolicyDtoListEnvelope.js +0 -2
  1097. package/clients/catalogService/models/ItemRefundPolicyDtoListEnvelope.ts +0 -14
  1098. package/clients/catalogService/models/ItemReturnPolicyDto.js +0 -2
  1099. package/clients/catalogService/models/ItemReturnPolicyDto.ts +0 -34
  1100. package/clients/catalogService/models/ItemReturnPolicyDtoEnvelope.js +0 -2
  1101. package/clients/catalogService/models/ItemReturnPolicyDtoEnvelope.ts +0 -14
  1102. package/clients/catalogService/models/ItemReturnPolicyDtoListEnvelope.js +0 -2
  1103. package/clients/catalogService/models/ItemReturnPolicyDtoListEnvelope.ts +0 -14
  1104. package/clients/catalogService/models/ItemReviewCreateDto.js +0 -2
  1105. package/clients/catalogService/models/ItemReviewCreateDto.ts +0 -13
  1106. package/clients/catalogService/models/ItemReviewDto.js +0 -2
  1107. package/clients/catalogService/models/ItemReviewDto.ts +0 -13
  1108. package/clients/catalogService/models/ItemReviewDtoEnvelope.js +0 -2
  1109. package/clients/catalogService/models/ItemReviewDtoEnvelope.ts +0 -14
  1110. package/clients/catalogService/models/ItemReviewDtoListEnvelope.js +0 -2
  1111. package/clients/catalogService/models/ItemReviewDtoListEnvelope.ts +0 -14
  1112. package/clients/catalogService/models/ItemReviewRecordCreateDto.js +0 -2
  1113. package/clients/catalogService/models/ItemReviewRecordCreateDto.ts +0 -12
  1114. package/clients/catalogService/models/ItemReviewUpdateDto.js +0 -2
  1115. package/clients/catalogService/models/ItemReviewUpdateDto.ts +0 -9
  1116. package/clients/catalogService/models/ItemShippingPolicyDto.js +0 -2
  1117. package/clients/catalogService/models/ItemShippingPolicyDto.ts +0 -35
  1118. package/clients/catalogService/models/ItemShippingPolicyDtoEnvelope.js +0 -2
  1119. package/clients/catalogService/models/ItemShippingPolicyDtoEnvelope.ts +0 -14
  1120. package/clients/catalogService/models/ItemShippingPolicyDtoListEnvelope.js +0 -2
  1121. package/clients/catalogService/models/ItemShippingPolicyDtoListEnvelope.ts +0 -14
  1122. package/clients/catalogService/models/ItemTagCreateDto.js +0 -2
  1123. package/clients/catalogService/models/ItemTagCreateDto.ts +0 -12
  1124. package/clients/catalogService/models/ItemTagDto.js +0 -2
  1125. package/clients/catalogService/models/ItemTagDto.ts +0 -12
  1126. package/clients/catalogService/models/ItemTagDtoEnvelope.js +0 -2
  1127. package/clients/catalogService/models/ItemTagDtoEnvelope.ts +0 -14
  1128. package/clients/catalogService/models/ItemTagDtoListEnvelope.js +0 -2
  1129. package/clients/catalogService/models/ItemTagDtoListEnvelope.ts +0 -14
  1130. package/clients/catalogService/models/ItemTagUpdateDto.js +0 -2
  1131. package/clients/catalogService/models/ItemTagUpdateDto.ts +0 -9
  1132. package/clients/catalogService/models/ItemTaxPolicyDto.js +0 -2
  1133. package/clients/catalogService/models/ItemTaxPolicyDto.ts +0 -37
  1134. package/clients/catalogService/models/ItemTaxPolicyDtoEnvelope.js +0 -2
  1135. package/clients/catalogService/models/ItemTaxPolicyDtoEnvelope.ts +0 -14
  1136. package/clients/catalogService/models/ItemTaxPolicyDtoListEnvelope.js +0 -2
  1137. package/clients/catalogService/models/ItemTaxPolicyDtoListEnvelope.ts +0 -14
  1138. package/clients/catalogService/models/ItemTypeCreateDto.js +0 -2
  1139. package/clients/catalogService/models/ItemTypeCreateDto.ts +0 -17
  1140. package/clients/catalogService/models/ItemTypeDto.js +0 -2
  1141. package/clients/catalogService/models/ItemTypeDto.ts +0 -17
  1142. package/clients/catalogService/models/ItemTypeDtoEnvelope.js +0 -2
  1143. package/clients/catalogService/models/ItemTypeDtoEnvelope.ts +0 -14
  1144. package/clients/catalogService/models/ItemTypeDtoListEnvelope.js +0 -2
  1145. package/clients/catalogService/models/ItemTypeDtoListEnvelope.ts +0 -14
  1146. package/clients/catalogService/models/ItemTypeUpdateDto.js +0 -2
  1147. package/clients/catalogService/models/ItemTypeUpdateDto.ts +0 -12
  1148. package/clients/catalogService/models/ItemWarrantyPolicyDto.js +0 -2
  1149. package/clients/catalogService/models/ItemWarrantyPolicyDto.ts +0 -33
  1150. package/clients/catalogService/models/ItemWarrantyPolicyDtoEnvelope.js +0 -2
  1151. package/clients/catalogService/models/ItemWarrantyPolicyDtoEnvelope.ts +0 -14
  1152. package/clients/catalogService/models/ItemWarrantyPolicyDtoListEnvelope.js +0 -2
  1153. package/clients/catalogService/models/ItemWarrantyPolicyDtoListEnvelope.ts +0 -14
  1154. package/clients/catalogService/models/MerchantDto.js +0 -2
  1155. package/clients/catalogService/models/MerchantDto.ts +0 -47
  1156. package/clients/catalogService/models/MerchantDtoEnvelope.js +0 -2
  1157. package/clients/catalogService/models/MerchantDtoEnvelope.ts +0 -14
  1158. package/clients/catalogService/models/MerchantDtoListEnvelope.js +0 -2
  1159. package/clients/catalogService/models/MerchantDtoListEnvelope.ts +0 -14
  1160. package/clients/catalogService/models/Money.js +0 -2
  1161. package/clients/catalogService/models/Money.ts +0 -10
  1162. package/clients/catalogService/models/MoneyEnvelope.js +0 -2
  1163. package/clients/catalogService/models/MoneyEnvelope.ts +0 -14
  1164. package/clients/catalogService/models/PricingRuleCreateDto.js +0 -2
  1165. package/clients/catalogService/models/PricingRuleCreateDto.ts +0 -32
  1166. package/clients/catalogService/models/PricingRuleDto.js +0 -2
  1167. package/clients/catalogService/models/PricingRuleDto.ts +0 -31
  1168. package/clients/catalogService/models/PricingRuleDtoEnvelope.js +0 -2
  1169. package/clients/catalogService/models/PricingRuleDtoEnvelope.ts +0 -14
  1170. package/clients/catalogService/models/PricingRuleDtoListEnvelope.js +0 -2
  1171. package/clients/catalogService/models/PricingRuleDtoListEnvelope.ts +0 -14
  1172. package/clients/catalogService/models/PricingRuleUpdateDto.js +0 -2
  1173. package/clients/catalogService/models/PricingRuleUpdateDto.ts +0 -27
  1174. package/clients/catalogService/services/ItemAttachmentsService.js +0 -132
  1175. package/clients/catalogService/services/ItemAttachmentsService.ts +0 -157
  1176. package/clients/catalogService/services/ItemAttributesService.js +0 -132
  1177. package/clients/catalogService/services/ItemAttributesService.ts +0 -156
  1178. package/clients/catalogService/services/ItemBrandsService.js +0 -132
  1179. package/clients/catalogService/services/ItemBrandsService.ts +0 -156
  1180. package/clients/catalogService/services/ItemCategoriesService.js +0 -132
  1181. package/clients/catalogService/services/ItemCategoriesService.ts +0 -156
  1182. package/clients/catalogService/services/ItemGoogleCategoriesService.js +0 -160
  1183. package/clients/catalogService/services/ItemGoogleCategoriesService.ts +0 -182
  1184. package/clients/catalogService/services/ItemImagesService.js +0 -132
  1185. package/clients/catalogService/services/ItemImagesService.ts +0 -156
  1186. package/clients/catalogService/services/ItemQuestionsService.js +0 -132
  1187. package/clients/catalogService/services/ItemQuestionsService.ts +0 -156
  1188. package/clients/catalogService/services/ItemReviewsService.js +0 -132
  1189. package/clients/catalogService/services/ItemReviewsService.ts +0 -156
  1190. package/clients/catalogService/services/ItemTagsService.js +0 -132
  1191. package/clients/catalogService/services/ItemTagsService.ts +0 -156
  1192. package/clients/catalogService/services/ItemTypesService.js +0 -132
  1193. package/clients/catalogService/services/ItemTypesService.ts +0 -156
  1194. package/clients/catalogService/services/ItemsService.js +0 -1827
  1195. package/clients/catalogService/services/ItemsService.ts +0 -2168
  1196. package/clients/catalogService/services/MerchantsService.js +0 -66
  1197. package/clients/catalogService/services/MerchantsService.ts +0 -77
  1198. package/clients/catalogService/services/PoliciesService.js +0 -96
  1199. package/clients/catalogService/services/PoliciesService.ts +0 -113
  1200. package/clients/catalogService/services/PricingRulesService.js +0 -130
  1201. package/clients/catalogService/services/PricingRulesService.ts +0 -154
  1202. package/clients/contentService/core/ApiError.js +0 -20
  1203. package/clients/contentService/core/ApiError.ts +0 -25
  1204. package/clients/contentService/core/ApiRequestOptions.js +0 -2
  1205. package/clients/contentService/core/ApiRequestOptions.ts +0 -17
  1206. package/clients/contentService/core/ApiResult.js +0 -2
  1207. package/clients/contentService/core/ApiResult.ts +0 -11
  1208. package/clients/contentService/core/CancelablePromise.js +0 -104
  1209. package/clients/contentService/core/CancelablePromise.ts +0 -131
  1210. package/clients/contentService/core/OpenAPI.js +0 -14
  1211. package/clients/contentService/core/OpenAPI.ts +0 -32
  1212. package/clients/contentService/core/request.js +0 -294
  1213. package/clients/contentService/core/request.ts +0 -322
  1214. package/clients/contentService/index.js +0 -70
  1215. package/clients/contentService/models/AdvancedOptions.js +0 -2
  1216. package/clients/contentService/models/AdvancedOptions.ts +0 -13
  1217. package/clients/contentService/models/AllianceBusinessSuiteIntegrationOptions.js +0 -2
  1218. package/clients/contentService/models/AllianceBusinessSuiteIntegrationOptions.ts +0 -12
  1219. package/clients/contentService/models/AppleIcons.js +0 -2
  1220. package/clients/contentService/models/AppleIcons.ts +0 -18
  1221. package/clients/contentService/models/AzureAppInsightIntegrationOptions.js +0 -2
  1222. package/clients/contentService/models/AzureAppInsightIntegrationOptions.ts +0 -34
  1223. package/clients/contentService/models/AzureStorageIntegrationOptions.js +0 -2
  1224. package/clients/contentService/models/AzureStorageIntegrationOptions.ts +0 -9
  1225. package/clients/contentService/models/Background.js +0 -25
  1226. package/clients/contentService/models/Background.ts +0 -31
  1227. package/clients/contentService/models/BackgroundOptions.js +0 -2
  1228. package/clients/contentService/models/BackgroundOptions.ts +0 -13
  1229. package/clients/contentService/models/BlogOptions.js +0 -2
  1230. package/clients/contentService/models/BlogOptions.ts +0 -9
  1231. package/clients/contentService/models/BlogPostCategoryCreateDto.js +0 -2
  1232. package/clients/contentService/models/BlogPostCategoryCreateDto.ts +0 -24
  1233. package/clients/contentService/models/BlogPostCategoryDto.js +0 -2
  1234. package/clients/contentService/models/BlogPostCategoryDto.ts +0 -23
  1235. package/clients/contentService/models/BlogPostCategoryDtoEnvelope.js +0 -2
  1236. package/clients/contentService/models/BlogPostCategoryDtoEnvelope.ts +0 -14
  1237. package/clients/contentService/models/BlogPostCategoryDtoListEnvelope.js +0 -2
  1238. package/clients/contentService/models/BlogPostCategoryDtoListEnvelope.ts +0 -14
  1239. package/clients/contentService/models/BlogPostCategoryUpdateDto.js +0 -2
  1240. package/clients/contentService/models/BlogPostCategoryUpdateDto.ts +0 -20
  1241. package/clients/contentService/models/BlogPostCommentCreateDto.js +0 -2
  1242. package/clients/contentService/models/BlogPostCommentCreateDto.ts +0 -13
  1243. package/clients/contentService/models/BlogPostCommentDto.js +0 -2
  1244. package/clients/contentService/models/BlogPostCommentDto.ts +0 -14
  1245. package/clients/contentService/models/BlogPostCommentDtoListEnvelope.js +0 -2
  1246. package/clients/contentService/models/BlogPostCommentDtoListEnvelope.ts +0 -14
  1247. package/clients/contentService/models/BlogPostCreateDto.js +0 -2
  1248. package/clients/contentService/models/BlogPostCreateDto.ts +0 -18
  1249. package/clients/contentService/models/BlogPostDto.js +0 -2
  1250. package/clients/contentService/models/BlogPostDto.ts +0 -66
  1251. package/clients/contentService/models/BlogPostDtoEnvelope.js +0 -2
  1252. package/clients/contentService/models/BlogPostDtoEnvelope.ts +0 -14
  1253. package/clients/contentService/models/BlogPostDtoListEnvelope.js +0 -2
  1254. package/clients/contentService/models/BlogPostDtoListEnvelope.ts +0 -14
  1255. package/clients/contentService/models/BlogPostTagCreateDto.js +0 -2
  1256. package/clients/contentService/models/BlogPostTagCreateDto.ts +0 -24
  1257. package/clients/contentService/models/BlogPostTagDto.js +0 -2
  1258. package/clients/contentService/models/BlogPostTagDto.ts +0 -23
  1259. package/clients/contentService/models/BlogPostTagDtoEnvelope.js +0 -2
  1260. package/clients/contentService/models/BlogPostTagDtoEnvelope.ts +0 -14
  1261. package/clients/contentService/models/BlogPostTagDtoListEnvelope.js +0 -2
  1262. package/clients/contentService/models/BlogPostTagDtoListEnvelope.ts +0 -14
  1263. package/clients/contentService/models/BlogPostTagUpdateDto.js +0 -2
  1264. package/clients/contentService/models/BlogPostTagUpdateDto.ts +0 -20
  1265. package/clients/contentService/models/BlogPostUpdateDto.js +0 -2
  1266. package/clients/contentService/models/BlogPostUpdateDto.ts +0 -60
  1267. package/clients/contentService/models/BrandingOptions.js +0 -2
  1268. package/clients/contentService/models/BrandingOptions.ts +0 -23
  1269. package/clients/contentService/models/BreadcrumbsOptions.js +0 -2
  1270. package/clients/contentService/models/BreadcrumbsOptions.ts +0 -15
  1271. package/clients/contentService/models/CartOptions.js +0 -2
  1272. package/clients/contentService/models/CartOptions.ts +0 -10
  1273. package/clients/contentService/models/CodeFieldsOptions.js +0 -2
  1274. package/clients/contentService/models/CodeFieldsOptions.ts +0 -5
  1275. package/clients/contentService/models/ColorOptions.js +0 -11
  1276. package/clients/contentService/models/ColorOptions.ts +0 -18
  1277. package/clients/contentService/models/ColorScheme.js +0 -2
  1278. package/clients/contentService/models/ColorScheme.ts +0 -17
  1279. package/clients/contentService/models/ContactOptions.js +0 -2
  1280. package/clients/contentService/models/ContactOptions.ts +0 -17
  1281. package/clients/contentService/models/ContactPoint.js +0 -2
  1282. package/clients/contentService/models/ContactPoint.ts +0 -13
  1283. package/clients/contentService/models/CouponsOptions.js +0 -2
  1284. package/clients/contentService/models/CouponsOptions.ts +0 -9
  1285. package/clients/contentService/models/Creator.js +0 -2
  1286. package/clients/contentService/models/Creator.ts +0 -12
  1287. package/clients/contentService/models/CustomFont.js +0 -2
  1288. package/clients/contentService/models/CustomFont.ts +0 -13
  1289. package/clients/contentService/models/DashboardOptions.js +0 -2
  1290. package/clients/contentService/models/DashboardOptions.ts +0 -12
  1291. package/clients/contentService/models/DownloadablesOptions.js +0 -2
  1292. package/clients/contentService/models/DownloadablesOptions.ts +0 -10
  1293. package/clients/contentService/models/EPaycoIntegrationOptions.js +0 -2
  1294. package/clients/contentService/models/EPaycoIntegrationOptions.ts +0 -12
  1295. package/clients/contentService/models/EmailOptions.js +0 -2
  1296. package/clients/contentService/models/EmailOptions.ts +0 -34
  1297. package/clients/contentService/models/EmailsOptions.js +0 -2
  1298. package/clients/contentService/models/EmailsOptions.ts +0 -11
  1299. package/clients/contentService/models/EmptyEnvelope.js +0 -2
  1300. package/clients/contentService/models/EmptyEnvelope.ts +0 -12
  1301. package/clients/contentService/models/ErrorEnvelope.js +0 -2
  1302. package/clients/contentService/models/ErrorEnvelope.ts +0 -12
  1303. package/clients/contentService/models/FacebookIntegrationOptions.js +0 -2
  1304. package/clients/contentService/models/FacebookIntegrationOptions.ts +0 -15
  1305. package/clients/contentService/models/Favicons.js +0 -2
  1306. package/clients/contentService/models/Favicons.ts +0 -13
  1307. package/clients/contentService/models/FeaturesOptions.js +0 -2
  1308. package/clients/contentService/models/FeaturesOptions.ts +0 -5
  1309. package/clients/contentService/models/FenixAllianceIntegrationsOptions.js +0 -2
  1310. package/clients/contentService/models/FenixAllianceIntegrationsOptions.ts +0 -12
  1311. package/clients/contentService/models/FooterOptions.js +0 -15
  1312. package/clients/contentService/models/FooterOptions.ts +0 -41
  1313. package/clients/contentService/models/FormsOptions.js +0 -2
  1314. package/clients/contentService/models/FormsOptions.ts +0 -5
  1315. package/clients/contentService/models/ForumOptions.js +0 -2
  1316. package/clients/contentService/models/ForumOptions.ts +0 -8
  1317. package/clients/contentService/models/FreeGeoIPIntegrationOptions.js +0 -2
  1318. package/clients/contentService/models/FreeGeoIPIntegrationOptions.ts +0 -9
  1319. package/clients/contentService/models/GoogleAnalytics.js +0 -2
  1320. package/clients/contentService/models/GoogleAnalytics.ts +0 -9
  1321. package/clients/contentService/models/GoogleIntegrationOptions.js +0 -2
  1322. package/clients/contentService/models/GoogleIntegrationOptions.ts +0 -20
  1323. package/clients/contentService/models/GoogleMapsIntegrationOptions.js +0 -2
  1324. package/clients/contentService/models/GoogleMapsIntegrationOptions.ts +0 -9
  1325. package/clients/contentService/models/GoogleMerchantCenterIntegrationOptions.js +0 -2
  1326. package/clients/contentService/models/GoogleMerchantCenterIntegrationOptions.ts +0 -11
  1327. package/clients/contentService/models/GoogleMyBusinessIntegrationOptions.js +0 -2
  1328. package/clients/contentService/models/GoogleMyBusinessIntegrationOptions.ts +0 -15
  1329. package/clients/contentService/models/GoogleRecaptchaIntegrationOptions.js +0 -2
  1330. package/clients/contentService/models/GoogleRecaptchaIntegrationOptions.ts +0 -12
  1331. package/clients/contentService/models/GoogleTagManagerIntegrationOptions.js +0 -2
  1332. package/clients/contentService/models/GoogleTagManagerIntegrationOptions.ts +0 -9
  1333. package/clients/contentService/models/GridOptions.js +0 -2
  1334. package/clients/contentService/models/GridOptions.ts +0 -5
  1335. package/clients/contentService/models/HeaderOptions.js +0 -37
  1336. package/clients/contentService/models/HeaderOptions.ts +0 -51
  1337. package/clients/contentService/models/IdentityAndPrivacyOptions.js +0 -13
  1338. package/clients/contentService/models/IdentityAndPrivacyOptions.ts +0 -29
  1339. package/clients/contentService/models/InfinityComexIntegrationOptions.js +0 -2
  1340. package/clients/contentService/models/InfinityComexIntegrationOptions.ts +0 -12
  1341. package/clients/contentService/models/Int32Envelope.js +0 -2
  1342. package/clients/contentService/models/Int32Envelope.ts +0 -13
  1343. package/clients/contentService/models/IntegrationOptions.js +0 -2
  1344. package/clients/contentService/models/IntegrationOptions.ts +0 -9
  1345. package/clients/contentService/models/IntegrationsOptions.js +0 -2
  1346. package/clients/contentService/models/IntegrationsOptions.ts +0 -24
  1347. package/clients/contentService/models/InventoryOptions.js +0 -12
  1348. package/clients/contentService/models/InventoryOptions.ts +0 -23
  1349. package/clients/contentService/models/LayoutOptions.js +0 -11
  1350. package/clients/contentService/models/LayoutOptions.ts +0 -23
  1351. package/clients/contentService/models/LightboxOptions.js +0 -2
  1352. package/clients/contentService/models/LightboxOptions.ts +0 -5
  1353. package/clients/contentService/models/Logo.js +0 -12
  1354. package/clients/contentService/models/Logo.ts +0 -31
  1355. package/clients/contentService/models/MSAppTile.js +0 -2
  1356. package/clients/contentService/models/MSAppTile.ts +0 -15
  1357. package/clients/contentService/models/MansoryOptions.js +0 -2
  1358. package/clients/contentService/models/MansoryOptions.ts +0 -5
  1359. package/clients/contentService/models/Margin.js +0 -2
  1360. package/clients/contentService/models/Margin.ts +0 -11
  1361. package/clients/contentService/models/MeasurementOptions.js +0 -21
  1362. package/clients/contentService/models/MeasurementOptions.ts +0 -24
  1363. package/clients/contentService/models/MenuOptions.js +0 -30
  1364. package/clients/contentService/models/MenuOptions.ts +0 -57
  1365. package/clients/contentService/models/MicrosoftAzureIntegrationOptions.js +0 -2
  1366. package/clients/contentService/models/MicrosoftAzureIntegrationOptions.ts +0 -12
  1367. package/clients/contentService/models/MicrosoftIntegrationsOptions.js +0 -2
  1368. package/clients/contentService/models/MicrosoftIntegrationsOptions.ts +0 -10
  1369. package/clients/contentService/models/MiscellaneousOptions.js +0 -2
  1370. package/clients/contentService/models/MiscellaneousOptions.ts +0 -5
  1371. package/clients/contentService/models/OpenExchangeRatesIntegrationsOptions.js +0 -2
  1372. package/clients/contentService/models/OpenExchangeRatesIntegrationsOptions.ts +0 -9
  1373. package/clients/contentService/models/Operation.js +0 -16
  1374. package/clients/contentService/models/Operation.ts +0 -23
  1375. package/clients/contentService/models/Organization.js +0 -2
  1376. package/clients/contentService/models/Organization.ts +0 -18
  1377. package/clients/contentService/models/Padding.js +0 -2
  1378. package/clients/contentService/models/Padding.ts +0 -11
  1379. package/clients/contentService/models/PaginationOptions.js +0 -2
  1380. package/clients/contentService/models/PaginationOptions.ts +0 -5
  1381. package/clients/contentService/models/PaymentMethod.js +0 -2
  1382. package/clients/contentService/models/PaymentMethod.ts +0 -13
  1383. package/clients/contentService/models/PaymentOptions.js +0 -2
  1384. package/clients/contentService/models/PaymentOptions.ts +0 -9
  1385. package/clients/contentService/models/PerformanceOptions.js +0 -2
  1386. package/clients/contentService/models/PerformanceOptions.ts +0 -5
  1387. package/clients/contentService/models/PortalId.js +0 -2
  1388. package/clients/contentService/models/PortalId.ts +0 -5
  1389. package/clients/contentService/models/PortalOptions.js +0 -12
  1390. package/clients/contentService/models/PortalOptions.ts +0 -92
  1391. package/clients/contentService/models/PortalOptionsEnvelope.js +0 -2
  1392. package/clients/contentService/models/PortalOptionsEnvelope.ts +0 -14
  1393. package/clients/contentService/models/PortalSettings.js +0 -2
  1394. package/clients/contentService/models/PortalSettings.ts +0 -23
  1395. package/clients/contentService/models/PortalSettingsEnvelope.js +0 -2
  1396. package/clients/contentService/models/PortalSettingsEnvelope.ts +0 -14
  1397. package/clients/contentService/models/PortfolioOptions.js +0 -2
  1398. package/clients/contentService/models/PortfolioOptions.ts +0 -5
  1399. package/clients/contentService/models/PriceCalculationOptions.js +0 -2
  1400. package/clients/contentService/models/PriceCalculationOptions.ts +0 -8
  1401. package/clients/contentService/models/PrivacyOptions.js +0 -2
  1402. package/clients/contentService/models/PrivacyOptions.ts +0 -8
  1403. package/clients/contentService/models/ProductOptions.js +0 -2
  1404. package/clients/contentService/models/ProductOptions.ts +0 -5
  1405. package/clients/contentService/models/RecommendationOptions.js +0 -2
  1406. package/clients/contentService/models/RecommendationOptions.ts +0 -18
  1407. package/clients/contentService/models/ResponsiveOptions.js +0 -2
  1408. package/clients/contentService/models/ResponsiveOptions.ts +0 -18
  1409. package/clients/contentService/models/ReviewsOptions.js +0 -2
  1410. package/clients/contentService/models/ReviewsOptions.ts +0 -12
  1411. package/clients/contentService/models/SearchOptions.js +0 -2
  1412. package/clients/contentService/models/SearchOptions.ts +0 -5
  1413. package/clients/contentService/models/SendgridIntegrationsOptions.js +0 -2
  1414. package/clients/contentService/models/SendgridIntegrationsOptions.ts +0 -9
  1415. package/clients/contentService/models/SeoOptions.js +0 -2
  1416. package/clients/contentService/models/SeoOptions.ts +0 -20
  1417. package/clients/contentService/models/ServicesOptions.js +0 -16
  1418. package/clients/contentService/models/ServicesOptions.ts +0 -35
  1419. package/clients/contentService/models/SidebarOptions.js +0 -2
  1420. package/clients/contentService/models/SidebarOptions.ts +0 -5
  1421. package/clients/contentService/models/SliderOptions.js +0 -2
  1422. package/clients/contentService/models/SliderOptions.ts +0 -5
  1423. package/clients/contentService/models/SlideshowOptions.js +0 -2
  1424. package/clients/contentService/models/SlideshowOptions.ts +0 -5
  1425. package/clients/contentService/models/SlidingBarOptions.js +0 -19
  1426. package/clients/contentService/models/SlidingBarOptions.ts +0 -29
  1427. package/clients/contentService/models/SocialMediaOptions.js +0 -2
  1428. package/clients/contentService/models/SocialMediaOptions.ts +0 -18
  1429. package/clients/contentService/models/StoreDataRetentionPolicy.js +0 -13
  1430. package/clients/contentService/models/StoreDataRetentionPolicy.ts +0 -17
  1431. package/clients/contentService/models/StoreOptions.js +0 -13
  1432. package/clients/contentService/models/StoreOptions.ts +0 -70
  1433. package/clients/contentService/models/StudioOptions.js +0 -2
  1434. package/clients/contentService/models/StudioOptions.ts +0 -14
  1435. package/clients/contentService/models/SubscriptionsOptions.js +0 -16
  1436. package/clients/contentService/models/SubscriptionsOptions.ts +0 -35
  1437. package/clients/contentService/models/TaxCalculationOptions.js +0 -2
  1438. package/clients/contentService/models/TaxCalculationOptions.ts +0 -15
  1439. package/clients/contentService/models/ThemingOptions.js +0 -2
  1440. package/clients/contentService/models/ThemingOptions.ts +0 -11
  1441. package/clients/contentService/models/TitleBarOptions.js +0 -24
  1442. package/clients/contentService/models/TitleBarOptions.ts +0 -41
  1443. package/clients/contentService/models/Typography.js +0 -2
  1444. package/clients/contentService/models/Typography.ts +0 -15
  1445. package/clients/contentService/models/TypographyOptions.js +0 -2
  1446. package/clients/contentService/models/TypographyOptions.ts +0 -12
  1447. package/clients/contentService/models/WebContentCreateDto.js +0 -2
  1448. package/clients/contentService/models/WebContentCreateDto.ts +0 -16
  1449. package/clients/contentService/models/WebContentDto.js +0 -2
  1450. package/clients/contentService/models/WebContentDto.ts +0 -64
  1451. package/clients/contentService/models/WebContentDtoEnvelope.js +0 -2
  1452. package/clients/contentService/models/WebContentDtoEnvelope.ts +0 -14
  1453. package/clients/contentService/models/WebContentDtoListEnvelope.js +0 -2
  1454. package/clients/contentService/models/WebContentDtoListEnvelope.ts +0 -14
  1455. package/clients/contentService/models/WebContentUpdateDto.js +0 -2
  1456. package/clients/contentService/models/WebContentUpdateDto.ts +0 -60
  1457. package/clients/contentService/models/WebPageCategoryCreateDto.js +0 -2
  1458. package/clients/contentService/models/WebPageCategoryCreateDto.ts +0 -22
  1459. package/clients/contentService/models/WebPageCategoryDto.js +0 -2
  1460. package/clients/contentService/models/WebPageCategoryDto.ts +0 -23
  1461. package/clients/contentService/models/WebPageCategoryDtoEnvelope.js +0 -2
  1462. package/clients/contentService/models/WebPageCategoryDtoEnvelope.ts +0 -14
  1463. package/clients/contentService/models/WebPageCategoryDtoListEnvelope.js +0 -2
  1464. package/clients/contentService/models/WebPageCategoryDtoListEnvelope.ts +0 -14
  1465. package/clients/contentService/models/WebPageCategoryUpdateDto.js +0 -2
  1466. package/clients/contentService/models/WebPageCategoryUpdateDto.ts +0 -18
  1467. package/clients/contentService/models/WebPageCreateDto.js +0 -2
  1468. package/clients/contentService/models/WebPageCreateDto.ts +0 -17
  1469. package/clients/contentService/models/WebPageDto.js +0 -2
  1470. package/clients/contentService/models/WebPageDto.ts +0 -75
  1471. package/clients/contentService/models/WebPageDtoEnvelope.js +0 -2
  1472. package/clients/contentService/models/WebPageDtoEnvelope.ts +0 -14
  1473. package/clients/contentService/models/WebPageDtoListEnvelope.js +0 -2
  1474. package/clients/contentService/models/WebPageDtoListEnvelope.ts +0 -14
  1475. package/clients/contentService/models/WebPageTagCreateDto.js +0 -2
  1476. package/clients/contentService/models/WebPageTagCreateDto.ts +0 -22
  1477. package/clients/contentService/models/WebPageTagDto.js +0 -2
  1478. package/clients/contentService/models/WebPageTagDto.ts +0 -23
  1479. package/clients/contentService/models/WebPageTagDtoEnvelope.js +0 -2
  1480. package/clients/contentService/models/WebPageTagDtoEnvelope.ts +0 -14
  1481. package/clients/contentService/models/WebPageTagDtoListEnvelope.js +0 -2
  1482. package/clients/contentService/models/WebPageTagDtoListEnvelope.ts +0 -14
  1483. package/clients/contentService/models/WebPageTagUpdateDto.js +0 -2
  1484. package/clients/contentService/models/WebPageTagUpdateDto.ts +0 -18
  1485. package/clients/contentService/models/WebPageUpdateDto.js +0 -2
  1486. package/clients/contentService/models/WebPageUpdateDto.ts +0 -70
  1487. package/clients/contentService/models/WebPortalCreateDto.js +0 -2
  1488. package/clients/contentService/models/WebPortalCreateDto.ts +0 -19
  1489. package/clients/contentService/models/WebPortalDto.js +0 -2
  1490. package/clients/contentService/models/WebPortalDto.ts +0 -19
  1491. package/clients/contentService/models/WebPortalDtoEnvelope.js +0 -2
  1492. package/clients/contentService/models/WebPortalDtoEnvelope.ts +0 -14
  1493. package/clients/contentService/models/WebPortalUpdateDto.js +0 -2
  1494. package/clients/contentService/models/WebPortalUpdateDto.ts +0 -16
  1495. package/clients/contentService/services/BlogPostAuthorsService.js +0 -100
  1496. package/clients/contentService/services/BlogPostAuthorsService.ts +0 -116
  1497. package/clients/contentService/services/BlogPostCategoriesService.js +0 -167
  1498. package/clients/contentService/services/BlogPostCategoriesService.ts +0 -199
  1499. package/clients/contentService/services/BlogPostTagsService.js +0 -161
  1500. package/clients/contentService/services/BlogPostTagsService.ts +0 -191
  1501. package/clients/contentService/services/BlogPostsService.js +0 -451
  1502. package/clients/contentService/services/BlogPostsService.ts +0 -531
  1503. package/clients/contentService/services/PortalsService.js +0 -292
  1504. package/clients/contentService/services/PortalsService.ts +0 -340
  1505. package/clients/contentService/services/ThemesService.js +0 -26
  1506. package/clients/contentService/services/ThemesService.ts +0 -29
  1507. package/clients/contentService/services/WebContentsService.js +0 -161
  1508. package/clients/contentService/services/WebContentsService.ts +0 -192
  1509. package/clients/contentService/services/WebPageCategoriesService.js +0 -161
  1510. package/clients/contentService/services/WebPageCategoriesService.ts +0 -192
  1511. package/clients/contentService/services/WebPageTagsService.js +0 -161
  1512. package/clients/contentService/services/WebPageTagsService.ts +0 -192
  1513. package/clients/contentService/services/WebPagesService.js +0 -375
  1514. package/clients/contentService/services/WebPagesService.ts +0 -446
  1515. package/clients/crmService/core/ApiError.js +0 -20
  1516. package/clients/crmService/core/ApiError.ts +0 -25
  1517. package/clients/crmService/core/ApiRequestOptions.js +0 -2
  1518. package/clients/crmService/core/ApiRequestOptions.ts +0 -17
  1519. package/clients/crmService/core/ApiResult.js +0 -2
  1520. package/clients/crmService/core/ApiResult.ts +0 -11
  1521. package/clients/crmService/core/CancelablePromise.js +0 -104
  1522. package/clients/crmService/core/CancelablePromise.ts +0 -131
  1523. package/clients/crmService/core/OpenAPI.js +0 -14
  1524. package/clients/crmService/core/OpenAPI.ts +0 -32
  1525. package/clients/crmService/core/request.js +0 -294
  1526. package/clients/crmService/core/request.ts +0 -322
  1527. package/clients/crmService/index.js +0 -32
  1528. package/clients/crmService/models/CartDto.js +0 -2
  1529. package/clients/crmService/models/CartDto.ts +0 -18
  1530. package/clients/crmService/models/CartDtoEnvelope.js +0 -2
  1531. package/clients/crmService/models/CartDtoEnvelope.ts +0 -14
  1532. package/clients/crmService/models/ContactCreateDto.js +0 -11
  1533. package/clients/crmService/models/ContactCreateDto.ts +0 -55
  1534. package/clients/crmService/models/ContactDto.js +0 -11
  1535. package/clients/crmService/models/ContactDto.ts +0 -71
  1536. package/clients/crmService/models/ContactDtoEnvelope.js +0 -2
  1537. package/clients/crmService/models/ContactDtoEnvelope.ts +0 -14
  1538. package/clients/crmService/models/ContactDtoListEnvelope.js +0 -2
  1539. package/clients/crmService/models/ContactDtoListEnvelope.ts +0 -14
  1540. package/clients/crmService/models/ContactProfileDto.js +0 -2
  1541. package/clients/crmService/models/ContactProfileDto.ts +0 -38
  1542. package/clients/crmService/models/ContactProfileDtoListEnvelope.js +0 -2
  1543. package/clients/crmService/models/ContactProfileDtoListEnvelope.ts +0 -14
  1544. package/clients/crmService/models/ContactUpdateDto.js +0 -11
  1545. package/clients/crmService/models/ContactUpdateDto.ts +0 -53
  1546. package/clients/crmService/models/EmptyEnvelope.js +0 -2
  1547. package/clients/crmService/models/EmptyEnvelope.ts +0 -12
  1548. package/clients/crmService/models/ErrorEnvelope.js +0 -2
  1549. package/clients/crmService/models/ErrorEnvelope.ts +0 -12
  1550. package/clients/crmService/models/ExtendedContactDto.js +0 -11
  1551. package/clients/crmService/models/ExtendedContactDto.ts +0 -80
  1552. package/clients/crmService/models/ExtendedContactDtoEnvelope.js +0 -2
  1553. package/clients/crmService/models/ExtendedContactDtoEnvelope.ts +0 -14
  1554. package/clients/crmService/models/ExtendedContactDtoListEnvelope.js +0 -2
  1555. package/clients/crmService/models/ExtendedContactDtoListEnvelope.ts +0 -14
  1556. package/clients/crmService/models/Operation.js +0 -16
  1557. package/clients/crmService/models/Operation.ts +0 -23
  1558. package/clients/crmService/models/SimpleContactDto.js +0 -11
  1559. package/clients/crmService/models/SimpleContactDto.ts +0 -40
  1560. package/clients/crmService/models/SocialProfileDto.js +0 -12
  1561. package/clients/crmService/models/SocialProfileDto.ts +0 -40
  1562. package/clients/crmService/models/SocialProfileDtoEnvelope.js +0 -2
  1563. package/clients/crmService/models/SocialProfileDtoEnvelope.ts +0 -14
  1564. package/clients/crmService/models/WalletDto.js +0 -2
  1565. package/clients/crmService/models/WalletDto.ts +0 -22
  1566. package/clients/crmService/models/WalletDtoEnvelope.js +0 -2
  1567. package/clients/crmService/models/WalletDtoEnvelope.ts +0 -14
  1568. package/clients/crmService/services/ContactsService.js +0 -794
  1569. package/clients/crmService/services/ContactsService.ts +0 -920
  1570. package/clients/crmService/services/SyncService.js +0 -100
  1571. package/clients/crmService/services/SyncService.ts +0 -117
  1572. package/clients/dealsService/core/ApiError.js +0 -20
  1573. package/clients/dealsService/core/ApiError.ts +0 -25
  1574. package/clients/dealsService/core/ApiRequestOptions.js +0 -2
  1575. package/clients/dealsService/core/ApiRequestOptions.ts +0 -17
  1576. package/clients/dealsService/core/ApiResult.js +0 -2
  1577. package/clients/dealsService/core/ApiResult.ts +0 -11
  1578. package/clients/dealsService/core/CancelablePromise.js +0 -104
  1579. package/clients/dealsService/core/CancelablePromise.ts +0 -131
  1580. package/clients/dealsService/core/OpenAPI.js +0 -14
  1581. package/clients/dealsService/core/OpenAPI.ts +0 -32
  1582. package/clients/dealsService/core/request.js +0 -294
  1583. package/clients/dealsService/core/request.ts +0 -322
  1584. package/clients/dealsService/index.js +0 -38
  1585. package/clients/dealsService/models/ContactDto.js +0 -11
  1586. package/clients/dealsService/models/ContactDto.ts +0 -71
  1587. package/clients/dealsService/models/Currency.js +0 -2
  1588. package/clients/dealsService/models/Currency.ts +0 -9
  1589. package/clients/dealsService/models/DealUnitCreateDto.js +0 -35
  1590. package/clients/dealsService/models/DealUnitCreateDto.ts +0 -76
  1591. package/clients/dealsService/models/DealUnitDto.js +0 -35
  1592. package/clients/dealsService/models/DealUnitDto.ts +0 -126
  1593. package/clients/dealsService/models/DealUnitDtoEnvelope.js +0 -2
  1594. package/clients/dealsService/models/DealUnitDtoEnvelope.ts +0 -14
  1595. package/clients/dealsService/models/DealUnitDtoListEnvelope.js +0 -2
  1596. package/clients/dealsService/models/DealUnitDtoListEnvelope.ts +0 -14
  1597. package/clients/dealsService/models/DealUnitFlowCreateDto.js +0 -2
  1598. package/clients/dealsService/models/DealUnitFlowCreateDto.ts +0 -14
  1599. package/clients/dealsService/models/DealUnitFlowDto.js +0 -2
  1600. package/clients/dealsService/models/DealUnitFlowDto.ts +0 -14
  1601. package/clients/dealsService/models/DealUnitFlowDtoEnvelope.js +0 -2
  1602. package/clients/dealsService/models/DealUnitFlowDtoEnvelope.ts +0 -14
  1603. package/clients/dealsService/models/DealUnitFlowDtoListEnvelope.js +0 -2
  1604. package/clients/dealsService/models/DealUnitFlowDtoListEnvelope.ts +0 -14
  1605. package/clients/dealsService/models/DealUnitFlowStageCreateDto.js +0 -2
  1606. package/clients/dealsService/models/DealUnitFlowStageCreateDto.ts +0 -16
  1607. package/clients/dealsService/models/DealUnitFlowStageDto.js +0 -2
  1608. package/clients/dealsService/models/DealUnitFlowStageDto.ts +0 -16
  1609. package/clients/dealsService/models/DealUnitFlowStageDtoEnvelope.js +0 -2
  1610. package/clients/dealsService/models/DealUnitFlowStageDtoEnvelope.ts +0 -14
  1611. package/clients/dealsService/models/DealUnitFlowStageDtoListEnvelope.js +0 -2
  1612. package/clients/dealsService/models/DealUnitFlowStageDtoListEnvelope.ts +0 -14
  1613. package/clients/dealsService/models/DealUnitFlowStageUpdateDto.js +0 -2
  1614. package/clients/dealsService/models/DealUnitFlowStageUpdateDto.ts +0 -13
  1615. package/clients/dealsService/models/DealUnitFlowUpdateDto.js +0 -2
  1616. package/clients/dealsService/models/DealUnitFlowUpdateDto.ts +0 -12
  1617. package/clients/dealsService/models/DealUnitLineCreateDto.js +0 -16
  1618. package/clients/dealsService/models/DealUnitLineCreateDto.ts +0 -98
  1619. package/clients/dealsService/models/DealUnitLineDto.js +0 -16
  1620. package/clients/dealsService/models/DealUnitLineDto.ts +0 -100
  1621. package/clients/dealsService/models/DealUnitLineDtoEnvelope.js +0 -2
  1622. package/clients/dealsService/models/DealUnitLineDtoEnvelope.ts +0 -14
  1623. package/clients/dealsService/models/DealUnitLineDtoListEnvelope.js +0 -2
  1624. package/clients/dealsService/models/DealUnitLineDtoListEnvelope.ts +0 -14
  1625. package/clients/dealsService/models/DealUnitLineUpdateDto.js +0 -16
  1626. package/clients/dealsService/models/DealUnitLineUpdateDto.ts +0 -97
  1627. package/clients/dealsService/models/DealUnitUpdateDto.js +0 -35
  1628. package/clients/dealsService/models/DealUnitUpdateDto.ts +0 -80
  1629. package/clients/dealsService/models/EmptyEnvelope.js +0 -2
  1630. package/clients/dealsService/models/EmptyEnvelope.ts +0 -12
  1631. package/clients/dealsService/models/ErrorEnvelope.js +0 -2
  1632. package/clients/dealsService/models/ErrorEnvelope.ts +0 -12
  1633. package/clients/dealsService/models/ExtendedDealUnitDto.js +0 -35
  1634. package/clients/dealsService/models/ExtendedDealUnitDto.ts +0 -136
  1635. package/clients/dealsService/models/ExtendedDealUnitDtoEnvelope.js +0 -2
  1636. package/clients/dealsService/models/ExtendedDealUnitDtoEnvelope.ts +0 -14
  1637. package/clients/dealsService/models/ExtendedDealUnitDtoListEnvelope.js +0 -2
  1638. package/clients/dealsService/models/ExtendedDealUnitDtoListEnvelope.ts +0 -14
  1639. package/clients/dealsService/models/ExtendedSalesLiteratureDto.js +0 -2
  1640. package/clients/dealsService/models/ExtendedSalesLiteratureDto.ts +0 -21
  1641. package/clients/dealsService/models/ExtendedSalesLiteratureDtoListEnvelope.js +0 -2
  1642. package/clients/dealsService/models/ExtendedSalesLiteratureDtoListEnvelope.ts +0 -14
  1643. package/clients/dealsService/models/Int32Envelope.js +0 -2
  1644. package/clients/dealsService/models/Int32Envelope.ts +0 -13
  1645. package/clients/dealsService/models/Money.js +0 -2
  1646. package/clients/dealsService/models/Money.ts +0 -10
  1647. package/clients/dealsService/models/SalesLiteratureCreateDto.js +0 -2
  1648. package/clients/dealsService/models/SalesLiteratureCreateDto.ts +0 -17
  1649. package/clients/dealsService/models/SalesLiteratureDto.js +0 -2
  1650. package/clients/dealsService/models/SalesLiteratureDto.ts +0 -17
  1651. package/clients/dealsService/models/SalesLiteratureDtoEnvelope.js +0 -2
  1652. package/clients/dealsService/models/SalesLiteratureDtoEnvelope.ts +0 -14
  1653. package/clients/dealsService/models/SalesLiteratureDtoListEnvelope.js +0 -2
  1654. package/clients/dealsService/models/SalesLiteratureDtoListEnvelope.ts +0 -14
  1655. package/clients/dealsService/models/SalesLiteratureTypeDto.js +0 -2
  1656. package/clients/dealsService/models/SalesLiteratureTypeDto.ts +0 -12
  1657. package/clients/dealsService/models/SalesLiteratureUpdateDto.js +0 -2
  1658. package/clients/dealsService/models/SalesLiteratureUpdateDto.ts +0 -15
  1659. package/clients/dealsService/models/TenantDto.js +0 -2
  1660. package/clients/dealsService/models/TenantDto.ts +0 -45
  1661. package/clients/dealsService/models/TenantEnrolmentDto.js +0 -2
  1662. package/clients/dealsService/models/TenantEnrolmentDto.ts +0 -15
  1663. package/clients/dealsService/models/UserDto.js +0 -26
  1664. package/clients/dealsService/models/UserDto.ts +0 -72
  1665. package/clients/dealsService/services/DealUnitFlowsService.js +0 -314
  1666. package/clients/dealsService/services/DealUnitFlowsService.ts +0 -377
  1667. package/clients/dealsService/services/DealUnitsService.js +0 -350
  1668. package/clients/dealsService/services/DealUnitsService.ts +0 -416
  1669. package/clients/dealsService/services/SalesLiteraturesService.js +0 -148
  1670. package/clients/dealsService/services/SalesLiteraturesService.ts +0 -177
  1671. package/clients/forexService/core/ApiError.js +0 -20
  1672. package/clients/forexService/core/ApiError.ts +0 -25
  1673. package/clients/forexService/core/ApiRequestOptions.js +0 -2
  1674. package/clients/forexService/core/ApiRequestOptions.ts +0 -17
  1675. package/clients/forexService/core/ApiResult.js +0 -2
  1676. package/clients/forexService/core/ApiResult.ts +0 -11
  1677. package/clients/forexService/core/CancelablePromise.js +0 -104
  1678. package/clients/forexService/core/CancelablePromise.ts +0 -131
  1679. package/clients/forexService/core/OpenAPI.js +0 -14
  1680. package/clients/forexService/core/OpenAPI.ts +0 -32
  1681. package/clients/forexService/core/request.js +0 -294
  1682. package/clients/forexService/core/request.ts +0 -322
  1683. package/clients/forexService/index.js +0 -20
  1684. package/clients/forexService/models/Currency.js +0 -2
  1685. package/clients/forexService/models/Currency.ts +0 -9
  1686. package/clients/forexService/models/ErrorEnvelope.js +0 -2
  1687. package/clients/forexService/models/ErrorEnvelope.ts +0 -12
  1688. package/clients/forexService/models/ExchangeRate.js +0 -2
  1689. package/clients/forexService/models/ExchangeRate.ts +0 -11
  1690. package/clients/forexService/models/ExchangeRateEnvelope.js +0 -2
  1691. package/clients/forexService/models/ExchangeRateEnvelope.ts +0 -14
  1692. package/clients/forexService/models/ForexRatesDto.js +0 -2
  1693. package/clients/forexService/models/ForexRatesDto.ts +0 -13
  1694. package/clients/forexService/models/ForexRatesDtoEnvelope.js +0 -2
  1695. package/clients/forexService/models/ForexRatesDtoEnvelope.ts +0 -14
  1696. package/clients/forexService/models/Money.js +0 -2
  1697. package/clients/forexService/models/Money.ts +0 -10
  1698. package/clients/forexService/models/MoneyEnvelope.js +0 -2
  1699. package/clients/forexService/models/MoneyEnvelope.ts +0 -14
  1700. package/clients/forexService/services/ExchangeService.js +0 -54
  1701. package/clients/forexService/services/ExchangeService.ts +0 -65
  1702. package/clients/forexService/services/ExchangeVService.js +0 -54
  1703. package/clients/forexService/services/ExchangeVService.ts +0 -65
  1704. package/clients/forexService/services/RatesService.js +0 -96
  1705. package/clients/forexService/services/RatesService.ts +0 -111
  1706. package/clients/globeService/core/ApiError.js +0 -20
  1707. package/clients/globeService/core/ApiError.ts +0 -25
  1708. package/clients/globeService/core/ApiRequestOptions.js +0 -2
  1709. package/clients/globeService/core/ApiRequestOptions.ts +0 -17
  1710. package/clients/globeService/core/ApiResult.js +0 -2
  1711. package/clients/globeService/core/ApiResult.ts +0 -11
  1712. package/clients/globeService/core/CancelablePromise.js +0 -104
  1713. package/clients/globeService/core/CancelablePromise.ts +0 -131
  1714. package/clients/globeService/core/OpenAPI.js +0 -14
  1715. package/clients/globeService/core/OpenAPI.ts +0 -32
  1716. package/clients/globeService/core/request.js +0 -294
  1717. package/clients/globeService/core/request.ts +0 -322
  1718. package/clients/globeService/index.js +0 -22
  1719. package/clients/globeService/models/CityDto.js +0 -2
  1720. package/clients/globeService/models/CityDto.ts +0 -15
  1721. package/clients/globeService/models/CityDtoListEnvelope.js +0 -2
  1722. package/clients/globeService/models/CityDtoListEnvelope.ts +0 -14
  1723. package/clients/globeService/models/CountryCallingCodeDto.js +0 -2
  1724. package/clients/globeService/models/CountryCallingCodeDto.ts +0 -10
  1725. package/clients/globeService/models/CountryCallingCodeDtoListEnvelope.js +0 -2
  1726. package/clients/globeService/models/CountryCallingCodeDtoListEnvelope.ts +0 -14
  1727. package/clients/globeService/models/CountryDto.js +0 -2
  1728. package/clients/globeService/models/CountryDto.ts +0 -14
  1729. package/clients/globeService/models/CountryDtoEnvelope.js +0 -2
  1730. package/clients/globeService/models/CountryDtoEnvelope.ts +0 -14
  1731. package/clients/globeService/models/CountryDtoListEnvelope.js +0 -2
  1732. package/clients/globeService/models/CountryDtoListEnvelope.ts +0 -14
  1733. package/clients/globeService/models/CountryLanguageDto.js +0 -2
  1734. package/clients/globeService/models/CountryLanguageDto.ts +0 -14
  1735. package/clients/globeService/models/CountryLanguageDtoEnvelope.js +0 -2
  1736. package/clients/globeService/models/CountryLanguageDtoEnvelope.ts +0 -14
  1737. package/clients/globeService/models/CountryLanguageDtoListEnvelope.js +0 -2
  1738. package/clients/globeService/models/CountryLanguageDtoListEnvelope.ts +0 -14
  1739. package/clients/globeService/models/CountryStateDto.js +0 -2
  1740. package/clients/globeService/models/CountryStateDto.ts +0 -12
  1741. package/clients/globeService/models/CountryStateDtoEnvelope.js +0 -2
  1742. package/clients/globeService/models/CountryStateDtoEnvelope.ts +0 -14
  1743. package/clients/globeService/models/CountryStateDtoListEnvelope.js +0 -2
  1744. package/clients/globeService/models/CountryStateDtoListEnvelope.ts +0 -14
  1745. package/clients/globeService/models/CountryTopLevelDomainDto.js +0 -2
  1746. package/clients/globeService/models/CountryTopLevelDomainDto.ts +0 -10
  1747. package/clients/globeService/models/CountryTopLevelDomainDtoListEnvelope.js +0 -2
  1748. package/clients/globeService/models/CountryTopLevelDomainDtoListEnvelope.ts +0 -14
  1749. package/clients/globeService/models/CurrencyDto.js +0 -2
  1750. package/clients/globeService/models/CurrencyDto.ts +0 -13
  1751. package/clients/globeService/models/CurrencyDtoEnvelope.js +0 -2
  1752. package/clients/globeService/models/CurrencyDtoEnvelope.ts +0 -14
  1753. package/clients/globeService/models/CurrencyDtoListEnvelope.js +0 -2
  1754. package/clients/globeService/models/CurrencyDtoListEnvelope.ts +0 -14
  1755. package/clients/globeService/models/ErrorEnvelope.js +0 -2
  1756. package/clients/globeService/models/ErrorEnvelope.ts +0 -12
  1757. package/clients/globeService/models/TimezoneDto.js +0 -2
  1758. package/clients/globeService/models/TimezoneDto.ts +0 -12
  1759. package/clients/globeService/models/TimezoneDtoEnvelope.js +0 -2
  1760. package/clients/globeService/models/TimezoneDtoEnvelope.ts +0 -14
  1761. package/clients/globeService/models/TimezoneDtoListEnvelope.js +0 -2
  1762. package/clients/globeService/models/TimezoneDtoListEnvelope.ts +0 -14
  1763. package/clients/globeService/services/CountriesService.js +0 -228
  1764. package/clients/globeService/services/CountriesService.ts +0 -269
  1765. package/clients/globeService/services/CurrenciesService.js +0 -48
  1766. package/clients/globeService/services/CurrenciesService.ts +0 -56
  1767. package/clients/globeService/services/LanguagesService.js +0 -48
  1768. package/clients/globeService/services/LanguagesService.ts +0 -56
  1769. package/clients/globeService/services/TimezonesService.js +0 -48
  1770. package/clients/globeService/services/TimezonesService.ts +0 -56
  1771. package/clients/hrmsService/core/ApiError.js +0 -20
  1772. package/clients/hrmsService/core/ApiError.ts +0 -25
  1773. package/clients/hrmsService/core/ApiRequestOptions.js +0 -2
  1774. package/clients/hrmsService/core/ApiRequestOptions.ts +0 -17
  1775. package/clients/hrmsService/core/ApiResult.js +0 -2
  1776. package/clients/hrmsService/core/ApiResult.ts +0 -11
  1777. package/clients/hrmsService/core/CancelablePromise.js +0 -104
  1778. package/clients/hrmsService/core/CancelablePromise.ts +0 -131
  1779. package/clients/hrmsService/core/OpenAPI.js +0 -14
  1780. package/clients/hrmsService/core/OpenAPI.ts +0 -32
  1781. package/clients/hrmsService/core/request.js +0 -294
  1782. package/clients/hrmsService/core/request.ts +0 -322
  1783. package/clients/hrmsService/index.js +0 -22
  1784. package/clients/hrmsService/index.ts +0 -37
  1785. package/clients/hrmsService/models/EmployeeProfileCreateDto.js +0 -2
  1786. package/clients/hrmsService/models/EmployeeProfileCreateDto.ts +0 -9
  1787. package/clients/hrmsService/models/EmployeeProfileDto.js +0 -2
  1788. package/clients/hrmsService/models/EmployeeProfileDto.ts +0 -9
  1789. package/clients/hrmsService/models/EmployeeProfileDtoEnvelope.js +0 -2
  1790. package/clients/hrmsService/models/EmployeeProfileDtoEnvelope.ts +0 -14
  1791. package/clients/hrmsService/models/EmployeeProfileDtoListEnvelope.js +0 -2
  1792. package/clients/hrmsService/models/EmployeeProfileDtoListEnvelope.ts +0 -14
  1793. package/clients/hrmsService/models/EmployeeProfileUpdateDto.js +0 -2
  1794. package/clients/hrmsService/models/EmployeeProfileUpdateDto.ts +0 -5
  1795. package/clients/hrmsService/models/EmployerProfileCreateDto.js +0 -2
  1796. package/clients/hrmsService/models/EmployerProfileCreateDto.ts +0 -9
  1797. package/clients/hrmsService/models/EmployerProfileDto.js +0 -2
  1798. package/clients/hrmsService/models/EmployerProfileDto.ts +0 -9
  1799. package/clients/hrmsService/models/EmployerProfileDtoEnvelope.js +0 -2
  1800. package/clients/hrmsService/models/EmployerProfileDtoEnvelope.ts +0 -14
  1801. package/clients/hrmsService/models/EmployerProfileDtoListEnvelope.js +0 -2
  1802. package/clients/hrmsService/models/EmployerProfileDtoListEnvelope.ts +0 -14
  1803. package/clients/hrmsService/models/EmployerProfileUpdateDto.js +0 -2
  1804. package/clients/hrmsService/models/EmployerProfileUpdateDto.ts +0 -5
  1805. package/clients/hrmsService/models/EmptyEnvelope.js +0 -2
  1806. package/clients/hrmsService/models/EmptyEnvelope.ts +0 -12
  1807. package/clients/hrmsService/models/ErrorEnvelope.js +0 -2
  1808. package/clients/hrmsService/models/ErrorEnvelope.ts +0 -12
  1809. package/clients/hrmsService/models/GigCreateDto.js +0 -2
  1810. package/clients/hrmsService/models/GigCreateDto.ts +0 -9
  1811. package/clients/hrmsService/models/GigDto.js +0 -2
  1812. package/clients/hrmsService/models/GigDto.ts +0 -9
  1813. package/clients/hrmsService/models/GigDtoEnvelope.js +0 -2
  1814. package/clients/hrmsService/models/GigDtoEnvelope.ts +0 -14
  1815. package/clients/hrmsService/models/GigDtoListEnvelope.js +0 -2
  1816. package/clients/hrmsService/models/GigDtoListEnvelope.ts +0 -14
  1817. package/clients/hrmsService/models/GigUpdateDto.js +0 -2
  1818. package/clients/hrmsService/models/GigUpdateDto.ts +0 -5
  1819. package/clients/hrmsService/models/Int32Envelope.js +0 -2
  1820. package/clients/hrmsService/models/Int32Envelope.ts +0 -13
  1821. package/clients/hrmsService/models/JobOfferCreateDto.js +0 -2
  1822. package/clients/hrmsService/models/JobOfferCreateDto.ts +0 -9
  1823. package/clients/hrmsService/models/JobOfferDto.js +0 -2
  1824. package/clients/hrmsService/models/JobOfferDto.ts +0 -9
  1825. package/clients/hrmsService/models/JobOfferDtoEnvelope.js +0 -2
  1826. package/clients/hrmsService/models/JobOfferDtoEnvelope.ts +0 -14
  1827. package/clients/hrmsService/models/JobOfferDtoListEnvelope.js +0 -2
  1828. package/clients/hrmsService/models/JobOfferDtoListEnvelope.ts +0 -14
  1829. package/clients/hrmsService/models/JobOfferUpdateDto.js +0 -2
  1830. package/clients/hrmsService/models/JobOfferUpdateDto.ts +0 -5
  1831. package/clients/hrmsService/services/EmployeesService.js +0 -163
  1832. package/clients/hrmsService/services/EmployeesService.ts +0 -193
  1833. package/clients/hrmsService/services/EmployersService.js +0 -161
  1834. package/clients/hrmsService/services/EmployersService.ts +0 -190
  1835. package/clients/hrmsService/services/GigsService.js +0 -158
  1836. package/clients/hrmsService/services/GigsService.ts +0 -187
  1837. package/clients/hrmsService/services/JobOffersService.js +0 -160
  1838. package/clients/hrmsService/services/JobOffersService.ts +0 -189
  1839. package/clients/identityService/core/ApiError.js +0 -20
  1840. package/clients/identityService/core/ApiError.ts +0 -25
  1841. package/clients/identityService/core/ApiRequestOptions.js +0 -2
  1842. package/clients/identityService/core/ApiRequestOptions.ts +0 -17
  1843. package/clients/identityService/core/ApiResult.js +0 -2
  1844. package/clients/identityService/core/ApiResult.ts +0 -11
  1845. package/clients/identityService/core/CancelablePromise.js +0 -104
  1846. package/clients/identityService/core/CancelablePromise.ts +0 -131
  1847. package/clients/identityService/core/OpenAPI.js +0 -14
  1848. package/clients/identityService/core/OpenAPI.ts +0 -32
  1849. package/clients/identityService/core/request.js +0 -294
  1850. package/clients/identityService/core/request.ts +0 -322
  1851. package/clients/identityService/index.js +0 -28
  1852. package/clients/identityService/models/AccessTokenResponse.js +0 -2
  1853. package/clients/identityService/models/AccessTokenResponse.ts +0 -11
  1854. package/clients/identityService/models/AccountHolderCreateDto.js +0 -12
  1855. package/clients/identityService/models/AccountHolderCreateDto.ts +0 -41
  1856. package/clients/identityService/models/AccountHolderCreateDtoEnvelope.js +0 -2
  1857. package/clients/identityService/models/AccountHolderCreateDtoEnvelope.ts +0 -14
  1858. package/clients/identityService/models/ApiAuthorizationResult.js +0 -2
  1859. package/clients/identityService/models/ApiAuthorizationResult.ts +0 -17
  1860. package/clients/identityService/models/ApiAuthorizationResultEnvelope.js +0 -2
  1861. package/clients/identityService/models/ApiAuthorizationResultEnvelope.ts +0 -14
  1862. package/clients/identityService/models/EnrollmentId.js +0 -2
  1863. package/clients/identityService/models/EnrollmentId.ts +0 -5
  1864. package/clients/identityService/models/ErrorEnvelope.js +0 -2
  1865. package/clients/identityService/models/ErrorEnvelope.ts +0 -12
  1866. package/clients/identityService/models/ForgotPasswordRequest.js +0 -2
  1867. package/clients/identityService/models/ForgotPasswordRequest.ts +0 -8
  1868. package/clients/identityService/models/HttpValidationProblemDetails.js +0 -2
  1869. package/clients/identityService/models/HttpValidationProblemDetails.ts +0 -5
  1870. package/clients/identityService/models/InfoRequest.js +0 -2
  1871. package/clients/identityService/models/InfoRequest.ts +0 -10
  1872. package/clients/identityService/models/InfoResponse.js +0 -2
  1873. package/clients/identityService/models/InfoResponse.ts +0 -9
  1874. package/clients/identityService/models/JsonWebKey.js +0 -2
  1875. package/clients/identityService/models/JsonWebKey.ts +0 -13
  1876. package/clients/identityService/models/JsonWebKeySet.js +0 -2
  1877. package/clients/identityService/models/JsonWebKeySet.ts +0 -9
  1878. package/clients/identityService/models/JsonWebKeySetEnvelope.js +0 -2
  1879. package/clients/identityService/models/JsonWebKeySetEnvelope.ts +0 -14
  1880. package/clients/identityService/models/JsonWebToken.js +0 -2
  1881. package/clients/identityService/models/JsonWebToken.ts +0 -15
  1882. package/clients/identityService/models/JsonWebTokenEnvelope.js +0 -2
  1883. package/clients/identityService/models/JsonWebTokenEnvelope.ts +0 -14
  1884. package/clients/identityService/models/JsonWebTokenHeader.js +0 -2
  1885. package/clients/identityService/models/JsonWebTokenHeader.ts +0 -11
  1886. package/clients/identityService/models/JsonWebTokenPayload.js +0 -2
  1887. package/clients/identityService/models/JsonWebTokenPayload.ts +0 -17
  1888. package/clients/identityService/models/LoginRequest.js +0 -2
  1889. package/clients/identityService/models/LoginRequest.ts +0 -11
  1890. package/clients/identityService/models/OAuthTokenRequest.js +0 -2
  1891. package/clients/identityService/models/OAuthTokenRequest.ts +0 -12
  1892. package/clients/identityService/models/OpenIdConfiguration.js +0 -2
  1893. package/clients/identityService/models/OpenIdConfiguration.ts +0 -19
  1894. package/clients/identityService/models/OpenIdConfigurationEnvelope.js +0 -2
  1895. package/clients/identityService/models/OpenIdConfigurationEnvelope.ts +0 -14
  1896. package/clients/identityService/models/RefreshRequest.js +0 -2
  1897. package/clients/identityService/models/RefreshRequest.ts +0 -8
  1898. package/clients/identityService/models/RegisterRequest.js +0 -2
  1899. package/clients/identityService/models/RegisterRequest.ts +0 -9
  1900. package/clients/identityService/models/ResendConfirmationEmailRequest.js +0 -2
  1901. package/clients/identityService/models/ResendConfirmationEmailRequest.ts +0 -8
  1902. package/clients/identityService/models/ResetPasswordRequest.js +0 -2
  1903. package/clients/identityService/models/ResetPasswordRequest.ts +0 -10
  1904. package/clients/identityService/models/SigninModel.js +0 -2
  1905. package/clients/identityService/models/SigninModel.ts +0 -9
  1906. package/clients/identityService/models/StringListEnvelope.js +0 -2
  1907. package/clients/identityService/models/StringListEnvelope.ts +0 -13
  1908. package/clients/identityService/models/TenantId.js +0 -2
  1909. package/clients/identityService/models/TenantId.ts +0 -5
  1910. package/clients/identityService/models/TwoFactorRequest.js +0 -2
  1911. package/clients/identityService/models/TwoFactorRequest.ts +0 -12
  1912. package/clients/identityService/models/TwoFactorResponse.js +0 -2
  1913. package/clients/identityService/models/TwoFactorResponse.ts +0 -12
  1914. package/clients/identityService/models/UserId.js +0 -2
  1915. package/clients/identityService/models/UserId.ts +0 -5
  1916. package/clients/identityService/services/ApplicationsService.js +0 -112
  1917. package/clients/identityService/services/ApplicationsService.ts +0 -132
  1918. package/clients/identityService/services/CheckerService.js +0 -22
  1919. package/clients/identityService/services/CheckerService.ts +0 -25
  1920. package/clients/identityService/services/FenixAllianceAbsModulesWebService.js +0 -246
  1921. package/clients/identityService/services/FenixAllianceAbsModulesWebService.ts +0 -293
  1922. package/clients/identityService/services/OAuthService.js +0 -152
  1923. package/clients/identityService/services/OAuthService.ts +0 -183
  1924. package/clients/identityService/services/ResourceService.js +0 -22
  1925. package/clients/identityService/services/ResourceService.ts +0 -25
  1926. package/clients/identityService/services/UserInfoService.js +0 -36
  1927. package/clients/identityService/services/UserInfoService.ts +0 -41
  1928. package/clients/inventoryService/core/ApiError.js +0 -20
  1929. package/clients/inventoryService/core/ApiError.ts +0 -25
  1930. package/clients/inventoryService/core/ApiRequestOptions.js +0 -2
  1931. package/clients/inventoryService/core/ApiRequestOptions.ts +0 -17
  1932. package/clients/inventoryService/core/ApiResult.js +0 -2
  1933. package/clients/inventoryService/core/ApiResult.ts +0 -11
  1934. package/clients/inventoryService/core/CancelablePromise.js +0 -104
  1935. package/clients/inventoryService/core/CancelablePromise.ts +0 -131
  1936. package/clients/inventoryService/core/OpenAPI.js +0 -14
  1937. package/clients/inventoryService/core/OpenAPI.ts +0 -32
  1938. package/clients/inventoryService/core/request.js +0 -294
  1939. package/clients/inventoryService/core/request.ts +0 -322
  1940. package/clients/inventoryService/index.js +0 -16
  1941. package/clients/inventoryService/services/InventoryService.js +0 -26
  1942. package/clients/inventoryService/services/InventoryService.ts +0 -30
  1943. package/clients/invoicingService/core/ApiError.js +0 -20
  1944. package/clients/invoicingService/core/ApiError.ts +0 -25
  1945. package/clients/invoicingService/core/ApiRequestOptions.js +0 -2
  1946. package/clients/invoicingService/core/ApiRequestOptions.ts +0 -17
  1947. package/clients/invoicingService/core/ApiResult.js +0 -2
  1948. package/clients/invoicingService/core/ApiResult.ts +0 -11
  1949. package/clients/invoicingService/core/CancelablePromise.js +0 -104
  1950. package/clients/invoicingService/core/CancelablePromise.ts +0 -131
  1951. package/clients/invoicingService/core/OpenAPI.js +0 -14
  1952. package/clients/invoicingService/core/OpenAPI.ts +0 -32
  1953. package/clients/invoicingService/core/request.js +0 -294
  1954. package/clients/invoicingService/core/request.ts +0 -322
  1955. package/clients/invoicingService/index.js +0 -34
  1956. package/clients/invoicingService/models/Currency.js +0 -2
  1957. package/clients/invoicingService/models/Currency.ts +0 -9
  1958. package/clients/invoicingService/models/EmptyEnvelope.js +0 -2
  1959. package/clients/invoicingService/models/EmptyEnvelope.ts +0 -12
  1960. package/clients/invoicingService/models/ErrorEnvelope.js +0 -2
  1961. package/clients/invoicingService/models/ErrorEnvelope.ts +0 -12
  1962. package/clients/invoicingService/models/ExtendedInvoiceDto.js +0 -25
  1963. package/clients/invoicingService/models/ExtendedInvoiceDto.ts +0 -112
  1964. package/clients/invoicingService/models/ExtendedInvoiceDtoListEnvelope.js +0 -2
  1965. package/clients/invoicingService/models/ExtendedInvoiceDtoListEnvelope.ts +0 -14
  1966. package/clients/invoicingService/models/Int32Envelope.js +0 -2
  1967. package/clients/invoicingService/models/Int32Envelope.ts +0 -13
  1968. package/clients/invoicingService/models/InvoiceAdjustmentCreateDto.js +0 -11
  1969. package/clients/invoicingService/models/InvoiceAdjustmentCreateDto.ts +0 -27
  1970. package/clients/invoicingService/models/InvoiceAdjustmentDto.js +0 -11
  1971. package/clients/invoicingService/models/InvoiceAdjustmentDto.ts +0 -27
  1972. package/clients/invoicingService/models/InvoiceAdjustmentDtoEnvelope.js +0 -2
  1973. package/clients/invoicingService/models/InvoiceAdjustmentDtoEnvelope.ts +0 -14
  1974. package/clients/invoicingService/models/InvoiceAdjustmentDtoListEnvelope.js +0 -2
  1975. package/clients/invoicingService/models/InvoiceAdjustmentDtoListEnvelope.ts +0 -14
  1976. package/clients/invoicingService/models/InvoiceAdjustmentUpdateDto.js +0 -11
  1977. package/clients/invoicingService/models/InvoiceAdjustmentUpdateDto.ts +0 -22
  1978. package/clients/invoicingService/models/InvoiceCreateDto.js +0 -25
  1979. package/clients/invoicingService/models/InvoiceCreateDto.ts +0 -74
  1980. package/clients/invoicingService/models/InvoiceDto.js +0 -25
  1981. package/clients/invoicingService/models/InvoiceDto.ts +0 -102
  1982. package/clients/invoicingService/models/InvoiceDtoEnvelope.js +0 -2
  1983. package/clients/invoicingService/models/InvoiceDtoEnvelope.ts +0 -14
  1984. package/clients/invoicingService/models/InvoiceDtoListEnvelope.js +0 -2
  1985. package/clients/invoicingService/models/InvoiceDtoListEnvelope.ts +0 -14
  1986. package/clients/invoicingService/models/InvoiceItemRecordDto.js +0 -16
  1987. package/clients/invoicingService/models/InvoiceItemRecordDto.ts +0 -100
  1988. package/clients/invoicingService/models/InvoiceLineAppliedTaxCreateDto.js +0 -2
  1989. package/clients/invoicingService/models/InvoiceLineAppliedTaxCreateDto.ts +0 -13
  1990. package/clients/invoicingService/models/InvoiceLineAppliedTaxDto.js +0 -2
  1991. package/clients/invoicingService/models/InvoiceLineAppliedTaxDto.ts +0 -20
  1992. package/clients/invoicingService/models/InvoiceLineAppliedTaxDtoListEnvelope.js +0 -2
  1993. package/clients/invoicingService/models/InvoiceLineAppliedTaxDtoListEnvelope.ts +0 -14
  1994. package/clients/invoicingService/models/InvoiceLineAppliedTaxUpdateDto.js +0 -2
  1995. package/clients/invoicingService/models/InvoiceLineAppliedTaxUpdateDto.ts +0 -8
  1996. package/clients/invoicingService/models/InvoiceLineCreateDto.js +0 -2
  1997. package/clients/invoicingService/models/InvoiceLineCreateDto.ts +0 -13
  1998. package/clients/invoicingService/models/InvoiceLineDto.js +0 -16
  1999. package/clients/invoicingService/models/InvoiceLineDto.ts +0 -100
  2000. package/clients/invoicingService/models/InvoiceLineDtoEnvelope.js +0 -2
  2001. package/clients/invoicingService/models/InvoiceLineDtoEnvelope.ts +0 -14
  2002. package/clients/invoicingService/models/InvoiceLineDtoListEnvelope.js +0 -2
  2003. package/clients/invoicingService/models/InvoiceLineDtoListEnvelope.ts +0 -14
  2004. package/clients/invoicingService/models/InvoiceLineUpdateDto.js +0 -2
  2005. package/clients/invoicingService/models/InvoiceLineUpdateDto.ts +0 -20
  2006. package/clients/invoicingService/models/InvoiceReferenceCreateDto.js +0 -2
  2007. package/clients/invoicingService/models/InvoiceReferenceCreateDto.ts +0 -13
  2008. package/clients/invoicingService/models/InvoiceReferenceDto.js +0 -2
  2009. package/clients/invoicingService/models/InvoiceReferenceDto.ts +0 -13
  2010. package/clients/invoicingService/models/InvoiceReferenceDtoEnvelope.js +0 -2
  2011. package/clients/invoicingService/models/InvoiceReferenceDtoEnvelope.ts +0 -14
  2012. package/clients/invoicingService/models/InvoiceReferenceDtoListEnvelope.js +0 -2
  2013. package/clients/invoicingService/models/InvoiceReferenceDtoListEnvelope.ts +0 -14
  2014. package/clients/invoicingService/models/InvoiceReferenceUpdateDto.js +0 -2
  2015. package/clients/invoicingService/models/InvoiceReferenceUpdateDto.ts +0 -8
  2016. package/clients/invoicingService/models/InvoiceUpdateDto.js +0 -2
  2017. package/clients/invoicingService/models/InvoiceUpdateDto.ts +0 -33
  2018. package/clients/invoicingService/models/Money.js +0 -2
  2019. package/clients/invoicingService/models/Money.ts +0 -10
  2020. package/clients/invoicingService/models/MoneyEnvelope.js +0 -2
  2021. package/clients/invoicingService/models/MoneyEnvelope.ts +0 -14
  2022. package/clients/invoicingService/models/SimpleContactDto.js +0 -11
  2023. package/clients/invoicingService/models/SimpleContactDto.ts +0 -40
  2024. package/clients/invoicingService/models/SimpleTenantEnrolmentDto.js +0 -2
  2025. package/clients/invoicingService/models/SimpleTenantEnrolmentDto.ts +0 -11
  2026. package/clients/invoicingService/models/SimpleUserDto.js +0 -2
  2027. package/clients/invoicingService/models/SimpleUserDto.ts +0 -26
  2028. package/clients/invoicingService/models/TenantDto.js +0 -2
  2029. package/clients/invoicingService/models/TenantDto.ts +0 -45
  2030. package/clients/invoicingService/services/InvoicesService.js +0 -909
  2031. package/clients/invoicingService/services/InvoicesService.ts +0 -1077
  2032. package/clients/learningService/core/ApiError.js +0 -20
  2033. package/clients/learningService/core/ApiError.ts +0 -25
  2034. package/clients/learningService/core/ApiRequestOptions.js +0 -2
  2035. package/clients/learningService/core/ApiRequestOptions.ts +0 -17
  2036. package/clients/learningService/core/ApiResult.js +0 -2
  2037. package/clients/learningService/core/ApiResult.ts +0 -11
  2038. package/clients/learningService/core/CancelablePromise.js +0 -104
  2039. package/clients/learningService/core/CancelablePromise.ts +0 -131
  2040. package/clients/learningService/core/OpenAPI.js +0 -14
  2041. package/clients/learningService/core/OpenAPI.ts +0 -32
  2042. package/clients/learningService/core/request.js +0 -294
  2043. package/clients/learningService/core/request.ts +0 -322
  2044. package/clients/learningService/index.js +0 -24
  2045. package/clients/learningService/models/AverageDto.js +0 -2
  2046. package/clients/learningService/models/AverageDto.ts +0 -10
  2047. package/clients/learningService/models/AverageDtoEnvelope.js +0 -2
  2048. package/clients/learningService/models/AverageDtoEnvelope.ts +0 -14
  2049. package/clients/learningService/models/CountDto.js +0 -2
  2050. package/clients/learningService/models/CountDto.ts +0 -10
  2051. package/clients/learningService/models/CountDtoEnvelope.js +0 -2
  2052. package/clients/learningService/models/CountDtoEnvelope.ts +0 -14
  2053. package/clients/learningService/models/CourseCertificateTemplateCreateDto.js +0 -2
  2054. package/clients/learningService/models/CourseCertificateTemplateCreateDto.ts +0 -17
  2055. package/clients/learningService/models/CourseCertificateTemplateDto.js +0 -2
  2056. package/clients/learningService/models/CourseCertificateTemplateDto.ts +0 -17
  2057. package/clients/learningService/models/CourseCertificateTemplateDtoEnvelope.js +0 -2
  2058. package/clients/learningService/models/CourseCertificateTemplateDtoEnvelope.ts +0 -14
  2059. package/clients/learningService/models/CourseCertificateTemplateDtoListEnvelope.js +0 -2
  2060. package/clients/learningService/models/CourseCertificateTemplateDtoListEnvelope.ts +0 -14
  2061. package/clients/learningService/models/CourseCompletionCertificateCreateDto.js +0 -2
  2062. package/clients/learningService/models/CourseCompletionCertificateCreateDto.ts +0 -15
  2063. package/clients/learningService/models/CourseCompletionCertificateDto.js +0 -2
  2064. package/clients/learningService/models/CourseCompletionCertificateDto.ts +0 -15
  2065. package/clients/learningService/models/CourseCompletionCertificateDtoEnvelope.js +0 -2
  2066. package/clients/learningService/models/CourseCompletionCertificateDtoEnvelope.ts +0 -14
  2067. package/clients/learningService/models/CourseCompletionCertificateDtoListEnvelope.js +0 -2
  2068. package/clients/learningService/models/CourseCompletionCertificateDtoListEnvelope.ts +0 -14
  2069. package/clients/learningService/models/CourseCompletionCertificateUpdateDto.js +0 -2
  2070. package/clients/learningService/models/CourseCompletionCertificateUpdateDto.ts +0 -13
  2071. package/clients/learningService/models/CourseDto.js +0 -2
  2072. package/clients/learningService/models/CourseDto.ts +0 -170
  2073. package/clients/learningService/models/CourseDtoEnvelope.js +0 -2
  2074. package/clients/learningService/models/CourseDtoEnvelope.ts +0 -14
  2075. package/clients/learningService/models/CourseDtoListEnvelope.js +0 -2
  2076. package/clients/learningService/models/CourseDtoListEnvelope.ts +0 -14
  2077. package/clients/learningService/models/CourseEnrollmentCreateDto.js +0 -2
  2078. package/clients/learningService/models/CourseEnrollmentCreateDto.ts +0 -14
  2079. package/clients/learningService/models/CourseEnrollmentDto.js +0 -2
  2080. package/clients/learningService/models/CourseEnrollmentDto.ts +0 -14
  2081. package/clients/learningService/models/CourseEnrollmentDtoEnvelope.js +0 -2
  2082. package/clients/learningService/models/CourseEnrollmentDtoEnvelope.ts +0 -14
  2083. package/clients/learningService/models/CourseEnrollmentDtoListEnvelope.js +0 -2
  2084. package/clients/learningService/models/CourseEnrollmentDtoListEnvelope.ts +0 -14
  2085. package/clients/learningService/models/CourseEnrollmentUpdateDto.js +0 -2
  2086. package/clients/learningService/models/CourseEnrollmentUpdateDto.ts +0 -11
  2087. package/clients/learningService/models/CourseUpdateDto.js +0 -2
  2088. package/clients/learningService/models/CourseUpdateDto.ts +0 -5
  2089. package/clients/learningService/models/EmptyEnvelope.js +0 -2
  2090. package/clients/learningService/models/EmptyEnvelope.ts +0 -12
  2091. package/clients/learningService/models/ErrorEnvelope.js +0 -2
  2092. package/clients/learningService/models/ErrorEnvelope.ts +0 -12
  2093. package/clients/learningService/models/InstructorProfileCreateDto.js +0 -2
  2094. package/clients/learningService/models/InstructorProfileCreateDto.ts +0 -39
  2095. package/clients/learningService/models/InstructorProfileDto.js +0 -2
  2096. package/clients/learningService/models/InstructorProfileDto.ts +0 -39
  2097. package/clients/learningService/models/InstructorProfileDtoEnvelope.js +0 -2
  2098. package/clients/learningService/models/InstructorProfileDtoEnvelope.ts +0 -14
  2099. package/clients/learningService/models/InstructorProfileDtoListEnvelope.js +0 -2
  2100. package/clients/learningService/models/InstructorProfileDtoListEnvelope.ts +0 -14
  2101. package/clients/learningService/models/InstructorProfileUpdateDto.js +0 -2
  2102. package/clients/learningService/models/InstructorProfileUpdateDto.ts +0 -36
  2103. package/clients/learningService/models/Int32Envelope.js +0 -2
  2104. package/clients/learningService/models/Int32Envelope.ts +0 -13
  2105. package/clients/learningService/models/StudentProfileCreateDto.js +0 -2
  2106. package/clients/learningService/models/StudentProfileCreateDto.ts +0 -38
  2107. package/clients/learningService/models/StudentProfileDto.js +0 -2
  2108. package/clients/learningService/models/StudentProfileDto.ts +0 -38
  2109. package/clients/learningService/models/StudentProfileDtoEnvelope.js +0 -2
  2110. package/clients/learningService/models/StudentProfileDtoEnvelope.ts +0 -14
  2111. package/clients/learningService/models/StudentProfileDtoListEnvelope.js +0 -2
  2112. package/clients/learningService/models/StudentProfileDtoListEnvelope.ts +0 -14
  2113. package/clients/learningService/models/StudentProfileUpdateDto.js +0 -2
  2114. package/clients/learningService/models/StudentProfileUpdateDto.ts +0 -38
  2115. package/clients/learningService/services/CourseCertificatesService.js +0 -226
  2116. package/clients/learningService/services/CourseCertificatesService.ts +0 -270
  2117. package/clients/learningService/services/CourseEnrollmentsService.js +0 -202
  2118. package/clients/learningService/services/CourseEnrollmentsService.ts +0 -240
  2119. package/clients/learningService/services/CoursesService.js +0 -128
  2120. package/clients/learningService/services/CoursesService.ts +0 -153
  2121. package/clients/learningService/services/InstructorProfilesService.js +0 -127
  2122. package/clients/learningService/services/InstructorProfilesService.ts +0 -152
  2123. package/clients/learningService/services/StudentProfilesService.js +0 -177
  2124. package/clients/learningService/services/StudentProfilesService.ts +0 -212
  2125. package/clients/marketingService/core/ApiError.js +0 -20
  2126. package/clients/marketingService/core/ApiError.ts +0 -25
  2127. package/clients/marketingService/core/ApiRequestOptions.js +0 -2
  2128. package/clients/marketingService/core/ApiRequestOptions.ts +0 -17
  2129. package/clients/marketingService/core/ApiResult.js +0 -2
  2130. package/clients/marketingService/core/ApiResult.ts +0 -11
  2131. package/clients/marketingService/core/CancelablePromise.js +0 -104
  2132. package/clients/marketingService/core/CancelablePromise.ts +0 -131
  2133. package/clients/marketingService/core/OpenAPI.js +0 -14
  2134. package/clients/marketingService/core/OpenAPI.ts +0 -32
  2135. package/clients/marketingService/core/request.js +0 -294
  2136. package/clients/marketingService/core/request.ts +0 -322
  2137. package/clients/marketingService/index.js +0 -40
  2138. package/clients/marketingService/models/Currency.js +0 -2
  2139. package/clients/marketingService/models/Currency.ts +0 -9
  2140. package/clients/marketingService/models/EmailGroupCreateDto.js +0 -2
  2141. package/clients/marketingService/models/EmailGroupCreateDto.ts +0 -14
  2142. package/clients/marketingService/models/EmailGroupDto.js +0 -2
  2143. package/clients/marketingService/models/EmailGroupDto.ts +0 -14
  2144. package/clients/marketingService/models/EmailGroupDtoEnvelope.js +0 -2
  2145. package/clients/marketingService/models/EmailGroupDtoEnvelope.ts +0 -14
  2146. package/clients/marketingService/models/EmailGroupDtoListEnvelope.js +0 -2
  2147. package/clients/marketingService/models/EmailGroupDtoListEnvelope.ts +0 -14
  2148. package/clients/marketingService/models/EmailGroupUpdateDto.js +0 -2
  2149. package/clients/marketingService/models/EmailGroupUpdateDto.ts +0 -12
  2150. package/clients/marketingService/models/EmailSignatureCreateDto.js +0 -2
  2151. package/clients/marketingService/models/EmailSignatureCreateDto.ts +0 -16
  2152. package/clients/marketingService/models/EmailSignatureDto.js +0 -2
  2153. package/clients/marketingService/models/EmailSignatureDto.ts +0 -64
  2154. package/clients/marketingService/models/EmailSignatureDtoEnvelope.js +0 -2
  2155. package/clients/marketingService/models/EmailSignatureDtoEnvelope.ts +0 -14
  2156. package/clients/marketingService/models/EmailSignatureDtoListEnvelope.js +0 -2
  2157. package/clients/marketingService/models/EmailSignatureDtoListEnvelope.ts +0 -14
  2158. package/clients/marketingService/models/EmailSignatureUpdateDto.js +0 -2
  2159. package/clients/marketingService/models/EmailSignatureUpdateDto.ts +0 -60
  2160. package/clients/marketingService/models/EmailTemplateCreateDto.js +0 -2
  2161. package/clients/marketingService/models/EmailTemplateCreateDto.ts +0 -17
  2162. package/clients/marketingService/models/EmailTemplateDto.js +0 -2
  2163. package/clients/marketingService/models/EmailTemplateDto.ts +0 -66
  2164. package/clients/marketingService/models/EmailTemplateDtoEnvelope.js +0 -2
  2165. package/clients/marketingService/models/EmailTemplateDtoEnvelope.ts +0 -14
  2166. package/clients/marketingService/models/EmailTemplateDtoListEnvelope.js +0 -2
  2167. package/clients/marketingService/models/EmailTemplateDtoListEnvelope.ts +0 -14
  2168. package/clients/marketingService/models/EmailTemplateUpdateDto.js +0 -2
  2169. package/clients/marketingService/models/EmailTemplateUpdateDto.ts +0 -61
  2170. package/clients/marketingService/models/EmptyEnvelope.js +0 -2
  2171. package/clients/marketingService/models/EmptyEnvelope.ts +0 -12
  2172. package/clients/marketingService/models/ErrorEnvelope.js +0 -2
  2173. package/clients/marketingService/models/ErrorEnvelope.ts +0 -12
  2174. package/clients/marketingService/models/Int32Envelope.js +0 -2
  2175. package/clients/marketingService/models/Int32Envelope.ts +0 -13
  2176. package/clients/marketingService/models/MarketingCampaignCreateDto.js +0 -2
  2177. package/clients/marketingService/models/MarketingCampaignCreateDto.ts +0 -25
  2178. package/clients/marketingService/models/MarketingCampaignDto.js +0 -2
  2179. package/clients/marketingService/models/MarketingCampaignDto.ts +0 -25
  2180. package/clients/marketingService/models/MarketingCampaignDtoEnvelope.js +0 -2
  2181. package/clients/marketingService/models/MarketingCampaignDtoEnvelope.ts +0 -14
  2182. package/clients/marketingService/models/MarketingCampaignUpdateDto.js +0 -2
  2183. package/clients/marketingService/models/MarketingCampaignUpdateDto.ts +0 -23
  2184. package/clients/marketingService/models/MarketingListCreateDto.js +0 -17
  2185. package/clients/marketingService/models/MarketingListCreateDto.ts +0 -33
  2186. package/clients/marketingService/models/MarketingListDto.js +0 -17
  2187. package/clients/marketingService/models/MarketingListDto.ts +0 -33
  2188. package/clients/marketingService/models/MarketingListDtoEnvelope.js +0 -2
  2189. package/clients/marketingService/models/MarketingListDtoEnvelope.ts +0 -14
  2190. package/clients/marketingService/models/MarketingListDtoListEnvelope.js +0 -2
  2191. package/clients/marketingService/models/MarketingListDtoListEnvelope.ts +0 -14
  2192. package/clients/marketingService/models/MarketingListUpdateDto.js +0 -17
  2193. package/clients/marketingService/models/MarketingListUpdateDto.ts +0 -31
  2194. package/clients/marketingService/models/Money.js +0 -2
  2195. package/clients/marketingService/models/Money.ts +0 -10
  2196. package/clients/marketingService/models/NewsletterCreateDto.js +0 -2
  2197. package/clients/marketingService/models/NewsletterCreateDto.ts +0 -14
  2198. package/clients/marketingService/models/NewsletterDto.js +0 -2
  2199. package/clients/marketingService/models/NewsletterDto.ts +0 -14
  2200. package/clients/marketingService/models/NewsletterDtoEnvelope.js +0 -2
  2201. package/clients/marketingService/models/NewsletterDtoEnvelope.ts +0 -14
  2202. package/clients/marketingService/models/NewsletterUpdateDto.js +0 -2
  2203. package/clients/marketingService/models/NewsletterUpdateDto.ts +0 -12
  2204. package/clients/marketingService/models/OrderDto.js +0 -29
  2205. package/clients/marketingService/models/OrderDto.ts +0 -113
  2206. package/clients/marketingService/models/OrderDtoEnvelope.js +0 -2
  2207. package/clients/marketingService/models/OrderDtoEnvelope.ts +0 -14
  2208. package/clients/marketingService/models/SocialMediaPostCreateDto.js +0 -2
  2209. package/clients/marketingService/models/SocialMediaPostCreateDto.ts +0 -13
  2210. package/clients/marketingService/models/SocialMediaPostDto.js +0 -2
  2211. package/clients/marketingService/models/SocialMediaPostDto.ts +0 -15
  2212. package/clients/marketingService/models/SocialMediaPostDtoEnvelope.js +0 -2
  2213. package/clients/marketingService/models/SocialMediaPostDtoEnvelope.ts +0 -14
  2214. package/clients/marketingService/models/SocialMediaPostDtoListEnvelope.js +0 -2
  2215. package/clients/marketingService/models/SocialMediaPostDtoListEnvelope.ts +0 -14
  2216. package/clients/marketingService/models/SocialMediaPostUpdateDto.js +0 -2
  2217. package/clients/marketingService/models/SocialMediaPostUpdateDto.ts +0 -13
  2218. package/clients/marketingService/models/SocialPostBucketCreateDto.js +0 -2
  2219. package/clients/marketingService/models/SocialPostBucketCreateDto.ts +0 -12
  2220. package/clients/marketingService/models/SocialPostBucketDto.js +0 -2
  2221. package/clients/marketingService/models/SocialPostBucketDto.ts +0 -12
  2222. package/clients/marketingService/models/SocialPostBucketDtoEnvelope.js +0 -2
  2223. package/clients/marketingService/models/SocialPostBucketDtoEnvelope.ts +0 -14
  2224. package/clients/marketingService/models/SocialPostBucketDtoListEnvelope.js +0 -2
  2225. package/clients/marketingService/models/SocialPostBucketDtoListEnvelope.ts +0 -14
  2226. package/clients/marketingService/models/SocialPostBucketUpdateDto.js +0 -2
  2227. package/clients/marketingService/models/SocialPostBucketUpdateDto.ts +0 -10
  2228. package/clients/marketingService/services/EmailGroupsService.js +0 -163
  2229. package/clients/marketingService/services/EmailGroupsService.ts +0 -193
  2230. package/clients/marketingService/services/EmailSignaturesService.js +0 -163
  2231. package/clients/marketingService/services/EmailSignaturesService.ts +0 -193
  2232. package/clients/marketingService/services/EmailTemplatesService.js +0 -165
  2233. package/clients/marketingService/services/EmailTemplatesService.ts +0 -196
  2234. package/clients/marketingService/services/MarketingCampaignsService.js +0 -164
  2235. package/clients/marketingService/services/MarketingCampaignsService.ts +0 -193
  2236. package/clients/marketingService/services/MarketingListsService.js +0 -163
  2237. package/clients/marketingService/services/MarketingListsService.ts +0 -193
  2238. package/clients/marketingService/services/NewslettersService.js +0 -164
  2239. package/clients/marketingService/services/NewslettersService.ts +0 -193
  2240. package/clients/marketingService/services/SocialMediaPostsService.js +0 -163
  2241. package/clients/marketingService/services/SocialMediaPostsService.ts +0 -193
  2242. package/clients/marketingService/services/SocialPostBucketsService.js +0 -163
  2243. package/clients/marketingService/services/SocialPostBucketsService.ts +0 -193
  2244. package/clients/marketingService/services/TrackingPixelsService.js +0 -26
  2245. package/clients/marketingService/services/TrackingPixelsService.ts +0 -31
  2246. package/clients/ordersService/core/ApiError.js +0 -20
  2247. package/clients/ordersService/core/ApiError.ts +0 -25
  2248. package/clients/ordersService/core/ApiRequestOptions.js +0 -2
  2249. package/clients/ordersService/core/ApiRequestOptions.ts +0 -17
  2250. package/clients/ordersService/core/ApiResult.js +0 -2
  2251. package/clients/ordersService/core/ApiResult.ts +0 -11
  2252. package/clients/ordersService/core/CancelablePromise.js +0 -104
  2253. package/clients/ordersService/core/CancelablePromise.ts +0 -131
  2254. package/clients/ordersService/core/OpenAPI.js +0 -14
  2255. package/clients/ordersService/core/OpenAPI.ts +0 -32
  2256. package/clients/ordersService/core/request.js +0 -294
  2257. package/clients/ordersService/core/request.ts +0 -322
  2258. package/clients/ordersService/index.js +0 -32
  2259. package/clients/ordersService/models/ContactDto.js +0 -11
  2260. package/clients/ordersService/models/ContactDto.ts +0 -71
  2261. package/clients/ordersService/models/Currency.js +0 -2
  2262. package/clients/ordersService/models/Currency.ts +0 -9
  2263. package/clients/ordersService/models/EmptyEnvelope.js +0 -2
  2264. package/clients/ordersService/models/EmptyEnvelope.ts +0 -12
  2265. package/clients/ordersService/models/ErrorEnvelope.js +0 -2
  2266. package/clients/ordersService/models/ErrorEnvelope.ts +0 -12
  2267. package/clients/ordersService/models/ExtendedOrderDto.js +0 -29
  2268. package/clients/ordersService/models/ExtendedOrderDto.ts +0 -123
  2269. package/clients/ordersService/models/ExtendedOrderDtoListEnvelope.js +0 -2
  2270. package/clients/ordersService/models/ExtendedOrderDtoListEnvelope.ts +0 -14
  2271. package/clients/ordersService/models/Int32Envelope.js +0 -2
  2272. package/clients/ordersService/models/Int32Envelope.ts +0 -13
  2273. package/clients/ordersService/models/Money.js +0 -2
  2274. package/clients/ordersService/models/Money.ts +0 -10
  2275. package/clients/ordersService/models/OrderCreateDto.js +0 -32
  2276. package/clients/ordersService/models/OrderCreateDto.ts +0 -73
  2277. package/clients/ordersService/models/OrderDto.js +0 -29
  2278. package/clients/ordersService/models/OrderDto.ts +0 -113
  2279. package/clients/ordersService/models/OrderDtoEnvelope.js +0 -2
  2280. package/clients/ordersService/models/OrderDtoEnvelope.ts +0 -14
  2281. package/clients/ordersService/models/OrderDtoListEnvelope.js +0 -2
  2282. package/clients/ordersService/models/OrderDtoListEnvelope.ts +0 -14
  2283. package/clients/ordersService/models/OrderLineCreateDto.js +0 -16
  2284. package/clients/ordersService/models/OrderLineCreateDto.ts +0 -100
  2285. package/clients/ordersService/models/OrderLineDto.js +0 -16
  2286. package/clients/ordersService/models/OrderLineDto.ts +0 -100
  2287. package/clients/ordersService/models/OrderLineDtoEnvelope.js +0 -2
  2288. package/clients/ordersService/models/OrderLineDtoEnvelope.ts +0 -14
  2289. package/clients/ordersService/models/OrderLineDtoListEnvelope.js +0 -2
  2290. package/clients/ordersService/models/OrderLineDtoListEnvelope.ts +0 -14
  2291. package/clients/ordersService/models/OrderLineUpdateDto.js +0 -16
  2292. package/clients/ordersService/models/OrderLineUpdateDto.ts +0 -97
  2293. package/clients/ordersService/models/OrderUpdateDto.js +0 -2
  2294. package/clients/ordersService/models/OrderUpdateDto.ts +0 -39
  2295. package/clients/ordersService/models/TenantDto.js +0 -2
  2296. package/clients/ordersService/models/TenantDto.ts +0 -45
  2297. package/clients/ordersService/models/TenantEnrolmentDto.js +0 -2
  2298. package/clients/ordersService/models/TenantEnrolmentDto.ts +0 -15
  2299. package/clients/ordersService/models/UserDto.js +0 -26
  2300. package/clients/ordersService/models/UserDto.ts +0 -72
  2301. package/clients/ordersService/services/OrdersService.js +0 -346
  2302. package/clients/ordersService/services/OrdersService.ts +0 -410
  2303. package/clients/paymentsService/core/ApiError.js +0 -20
  2304. package/clients/paymentsService/core/ApiError.ts +0 -25
  2305. package/clients/paymentsService/core/ApiRequestOptions.js +0 -2
  2306. package/clients/paymentsService/core/ApiRequestOptions.ts +0 -17
  2307. package/clients/paymentsService/core/ApiResult.js +0 -2
  2308. package/clients/paymentsService/core/ApiResult.ts +0 -11
  2309. package/clients/paymentsService/core/CancelablePromise.js +0 -104
  2310. package/clients/paymentsService/core/CancelablePromise.ts +0 -131
  2311. package/clients/paymentsService/core/OpenAPI.js +0 -14
  2312. package/clients/paymentsService/core/OpenAPI.ts +0 -32
  2313. package/clients/paymentsService/core/request.js +0 -294
  2314. package/clients/paymentsService/core/request.ts +0 -322
  2315. package/clients/paymentsService/index.js +0 -22
  2316. package/clients/paymentsService/models/EmptyEnvelope.js +0 -2
  2317. package/clients/paymentsService/models/EmptyEnvelope.ts +0 -12
  2318. package/clients/paymentsService/models/ErrorEnvelope.js +0 -2
  2319. package/clients/paymentsService/models/ErrorEnvelope.ts +0 -12
  2320. package/clients/paymentsService/models/PaymentCreateDto.js +0 -34
  2321. package/clients/paymentsService/models/PaymentCreateDto.ts +0 -94
  2322. package/clients/paymentsService/models/PaymentDto.js +0 -34
  2323. package/clients/paymentsService/models/PaymentDto.ts +0 -94
  2324. package/clients/paymentsService/models/PaymentDtoListEnvelope.js +0 -2
  2325. package/clients/paymentsService/models/PaymentDtoListEnvelope.ts +0 -14
  2326. package/clients/paymentsService/models/PaymentUpdateDto.js +0 -34
  2327. package/clients/paymentsService/models/PaymentUpdateDto.ts +0 -92
  2328. package/clients/paymentsService/services/PaymentsService.js +0 -135
  2329. package/clients/paymentsService/services/PaymentsService.ts +0 -156
  2330. package/clients/pricingService/core/ApiError.js +0 -20
  2331. package/clients/pricingService/core/ApiError.ts +0 -25
  2332. package/clients/pricingService/core/ApiRequestOptions.js +0 -2
  2333. package/clients/pricingService/core/ApiRequestOptions.ts +0 -17
  2334. package/clients/pricingService/core/ApiResult.js +0 -2
  2335. package/clients/pricingService/core/ApiResult.ts +0 -11
  2336. package/clients/pricingService/core/CancelablePromise.js +0 -104
  2337. package/clients/pricingService/core/CancelablePromise.ts +0 -131
  2338. package/clients/pricingService/core/OpenAPI.js +0 -14
  2339. package/clients/pricingService/core/OpenAPI.ts +0 -32
  2340. package/clients/pricingService/core/request.js +0 -294
  2341. package/clients/pricingService/core/request.ts +0 -322
  2342. package/clients/pricingService/index.js +0 -20
  2343. package/clients/pricingService/models/Currency.js +0 -2
  2344. package/clients/pricingService/models/Currency.ts +0 -9
  2345. package/clients/pricingService/models/DiscountCreateDto.js +0 -2
  2346. package/clients/pricingService/models/DiscountCreateDto.ts +0 -17
  2347. package/clients/pricingService/models/DiscountDto.js +0 -2
  2348. package/clients/pricingService/models/DiscountDto.ts +0 -18
  2349. package/clients/pricingService/models/DiscountDtoEnvelope.js +0 -2
  2350. package/clients/pricingService/models/DiscountDtoEnvelope.ts +0 -14
  2351. package/clients/pricingService/models/DiscountDtoListEnvelope.js +0 -2
  2352. package/clients/pricingService/models/DiscountDtoListEnvelope.ts +0 -14
  2353. package/clients/pricingService/models/DiscountListCreateDto.js +0 -2
  2354. package/clients/pricingService/models/DiscountListCreateDto.ts +0 -13
  2355. package/clients/pricingService/models/DiscountListDto.js +0 -2
  2356. package/clients/pricingService/models/DiscountListDto.ts +0 -13
  2357. package/clients/pricingService/models/DiscountListDtoEnvelope.js +0 -2
  2358. package/clients/pricingService/models/DiscountListDtoEnvelope.ts +0 -14
  2359. package/clients/pricingService/models/DiscountListDtoListEnvelope.js +0 -2
  2360. package/clients/pricingService/models/DiscountListDtoListEnvelope.ts +0 -14
  2361. package/clients/pricingService/models/DiscountListUpdateDto.js +0 -2
  2362. package/clients/pricingService/models/DiscountListUpdateDto.ts +0 -11
  2363. package/clients/pricingService/models/DiscountUpdateDto.js +0 -2
  2364. package/clients/pricingService/models/DiscountUpdateDto.ts +0 -15
  2365. package/clients/pricingService/models/EmptyEnvelope.js +0 -2
  2366. package/clients/pricingService/models/EmptyEnvelope.ts +0 -12
  2367. package/clients/pricingService/models/ErrorEnvelope.js +0 -2
  2368. package/clients/pricingService/models/ErrorEnvelope.ts +0 -12
  2369. package/clients/pricingService/models/Int32Envelope.js +0 -2
  2370. package/clients/pricingService/models/Int32Envelope.ts +0 -13
  2371. package/clients/pricingService/models/ItemPriceCreateDto.js +0 -2
  2372. package/clients/pricingService/models/ItemPriceCreateDto.ts +0 -20
  2373. package/clients/pricingService/models/ItemPriceDto.js +0 -2
  2374. package/clients/pricingService/models/ItemPriceDto.ts +0 -21
  2375. package/clients/pricingService/models/ItemPriceDtoEnvelope.js +0 -2
  2376. package/clients/pricingService/models/ItemPriceDtoEnvelope.ts +0 -14
  2377. package/clients/pricingService/models/ItemPriceDtoListEnvelope.js +0 -2
  2378. package/clients/pricingService/models/ItemPriceDtoListEnvelope.ts +0 -14
  2379. package/clients/pricingService/models/ItemPriceUpdateDto.js +0 -2
  2380. package/clients/pricingService/models/ItemPriceUpdateDto.ts +0 -15
  2381. package/clients/pricingService/models/Money.js +0 -2
  2382. package/clients/pricingService/models/Money.ts +0 -10
  2383. package/clients/pricingService/models/MoneyEnvelope.js +0 -2
  2384. package/clients/pricingService/models/MoneyEnvelope.ts +0 -14
  2385. package/clients/pricingService/models/PriceCalculationDto.js +0 -2
  2386. package/clients/pricingService/models/PriceCalculationDto.ts +0 -29
  2387. package/clients/pricingService/models/PriceCalculationDtoEnvelope.js +0 -2
  2388. package/clients/pricingService/models/PriceCalculationDtoEnvelope.ts +0 -14
  2389. package/clients/pricingService/models/PriceListCreateDto.js +0 -2
  2390. package/clients/pricingService/models/PriceListCreateDto.ts +0 -18
  2391. package/clients/pricingService/models/PriceListDto.js +0 -2
  2392. package/clients/pricingService/models/PriceListDto.ts +0 -20
  2393. package/clients/pricingService/models/PriceListDtoEnvelope.js +0 -2
  2394. package/clients/pricingService/models/PriceListDtoEnvelope.ts +0 -14
  2395. package/clients/pricingService/models/PriceListDtoListEnvelope.js +0 -2
  2396. package/clients/pricingService/models/PriceListDtoListEnvelope.ts +0 -14
  2397. package/clients/pricingService/models/PriceListUpdateDto.js +0 -2
  2398. package/clients/pricingService/models/PriceListUpdateDto.ts +0 -14
  2399. package/clients/pricingService/services/DiscountListsService.js +0 -338
  2400. package/clients/pricingService/services/DiscountListsService.ts +0 -401
  2401. package/clients/pricingService/services/PriceListsService.js +0 -291
  2402. package/clients/pricingService/services/PriceListsService.ts +0 -351
  2403. package/clients/pricingService/services/PricesService.js +0 -112
  2404. package/clients/pricingService/services/PricesService.ts +0 -133
  2405. package/clients/projectsService/core/ApiError.js +0 -20
  2406. package/clients/projectsService/core/ApiError.ts +0 -25
  2407. package/clients/projectsService/core/ApiRequestOptions.js +0 -2
  2408. package/clients/projectsService/core/ApiRequestOptions.ts +0 -17
  2409. package/clients/projectsService/core/ApiResult.js +0 -2
  2410. package/clients/projectsService/core/ApiResult.ts +0 -11
  2411. package/clients/projectsService/core/CancelablePromise.js +0 -104
  2412. package/clients/projectsService/core/CancelablePromise.ts +0 -131
  2413. package/clients/projectsService/core/OpenAPI.js +0 -14
  2414. package/clients/projectsService/core/OpenAPI.ts +0 -32
  2415. package/clients/projectsService/core/request.js +0 -294
  2416. package/clients/projectsService/core/request.ts +0 -322
  2417. package/clients/projectsService/index.js +0 -22
  2418. package/clients/projectsService/models/EmptyEnvelope.js +0 -2
  2419. package/clients/projectsService/models/EmptyEnvelope.ts +0 -12
  2420. package/clients/projectsService/models/ErrorEnvelope.js +0 -2
  2421. package/clients/projectsService/models/ErrorEnvelope.ts +0 -12
  2422. package/clients/projectsService/models/Int32Envelope.js +0 -2
  2423. package/clients/projectsService/models/Int32Envelope.ts +0 -13
  2424. package/clients/projectsService/models/ProjectCreateDto.js +0 -2
  2425. package/clients/projectsService/models/ProjectCreateDto.ts +0 -13
  2426. package/clients/projectsService/models/ProjectDto.js +0 -2
  2427. package/clients/projectsService/models/ProjectDto.ts +0 -13
  2428. package/clients/projectsService/models/ProjectDtoEnvelope.js +0 -2
  2429. package/clients/projectsService/models/ProjectDtoEnvelope.ts +0 -14
  2430. package/clients/projectsService/models/ProjectDtoListEnvelope.js +0 -2
  2431. package/clients/projectsService/models/ProjectDtoListEnvelope.ts +0 -14
  2432. package/clients/projectsService/models/ProjectPeriodCreateDto.js +0 -2
  2433. package/clients/projectsService/models/ProjectPeriodCreateDto.ts +0 -12
  2434. package/clients/projectsService/models/ProjectPeriodUpdateDto.js +0 -2
  2435. package/clients/projectsService/models/ProjectPeriodUpdateDto.ts +0 -9
  2436. package/clients/projectsService/models/ProjectTaskCreateDto.js +0 -2
  2437. package/clients/projectsService/models/ProjectTaskCreateDto.ts +0 -14
  2438. package/clients/projectsService/models/ProjectTaskDto.js +0 -2
  2439. package/clients/projectsService/models/ProjectTaskDto.ts +0 -13
  2440. package/clients/projectsService/models/ProjectTaskDtoListEnvelope.js +0 -2
  2441. package/clients/projectsService/models/ProjectTaskDtoListEnvelope.ts +0 -14
  2442. package/clients/projectsService/models/ProjectTaskUpdateDto.js +0 -2
  2443. package/clients/projectsService/models/ProjectTaskUpdateDto.ts +0 -9
  2444. package/clients/projectsService/models/ProjectTimeLogDto.js +0 -12
  2445. package/clients/projectsService/models/ProjectTimeLogDto.ts +0 -28
  2446. package/clients/projectsService/models/ProjectTimeLogDtoListEnvelope.js +0 -2
  2447. package/clients/projectsService/models/ProjectTimeLogDtoListEnvelope.ts +0 -14
  2448. package/clients/projectsService/models/ProjectUpdateDto.js +0 -2
  2449. package/clients/projectsService/models/ProjectUpdateDto.ts +0 -11
  2450. package/clients/projectsService/models/TaskCategoryCreateDto.js +0 -2
  2451. package/clients/projectsService/models/TaskCategoryCreateDto.ts +0 -10
  2452. package/clients/projectsService/models/TaskCategoryDto.js +0 -2
  2453. package/clients/projectsService/models/TaskCategoryDto.ts +0 -10
  2454. package/clients/projectsService/models/TaskCategoryDtoListEnvelope.js +0 -2
  2455. package/clients/projectsService/models/TaskCategoryDtoListEnvelope.ts +0 -14
  2456. package/clients/projectsService/models/TaskCategoryUpdateDto.js +0 -2
  2457. package/clients/projectsService/models/TaskCategoryUpdateDto.ts +0 -8
  2458. package/clients/projectsService/models/TaskTypeCreateDto.js +0 -2
  2459. package/clients/projectsService/models/TaskTypeCreateDto.ts +0 -13
  2460. package/clients/projectsService/models/TaskTypeDto.js +0 -2
  2461. package/clients/projectsService/models/TaskTypeDto.ts +0 -13
  2462. package/clients/projectsService/models/TaskTypeUpdateDto.js +0 -2
  2463. package/clients/projectsService/models/TaskTypeUpdateDto.ts +0 -10
  2464. package/clients/projectsService/services/ProjectsService.js +0 -490
  2465. package/clients/projectsService/services/ProjectsService.ts +0 -583
  2466. package/clients/projectsService/services/TaskCategoriesService.js +0 -162
  2467. package/clients/projectsService/services/TaskCategoriesService.ts +0 -191
  2468. package/clients/projectsService/services/TaskTypesService.js +0 -114
  2469. package/clients/projectsService/services/TaskTypesService.ts +0 -135
  2470. package/clients/quotesService/core/ApiError.js +0 -20
  2471. package/clients/quotesService/core/ApiError.ts +0 -25
  2472. package/clients/quotesService/core/ApiRequestOptions.js +0 -2
  2473. package/clients/quotesService/core/ApiRequestOptions.ts +0 -17
  2474. package/clients/quotesService/core/ApiResult.js +0 -2
  2475. package/clients/quotesService/core/ApiResult.ts +0 -11
  2476. package/clients/quotesService/core/CancelablePromise.js +0 -104
  2477. package/clients/quotesService/core/CancelablePromise.ts +0 -131
  2478. package/clients/quotesService/core/OpenAPI.js +0 -14
  2479. package/clients/quotesService/core/OpenAPI.ts +0 -32
  2480. package/clients/quotesService/core/request.js +0 -294
  2481. package/clients/quotesService/core/request.ts +0 -322
  2482. package/clients/quotesService/index.js +0 -34
  2483. package/clients/quotesService/models/ContactDto.js +0 -11
  2484. package/clients/quotesService/models/ContactDto.ts +0 -71
  2485. package/clients/quotesService/models/Currency.js +0 -2
  2486. package/clients/quotesService/models/Currency.ts +0 -9
  2487. package/clients/quotesService/models/EmptyEnvelope.js +0 -2
  2488. package/clients/quotesService/models/EmptyEnvelope.ts +0 -12
  2489. package/clients/quotesService/models/ErrorEnvelope.js +0 -2
  2490. package/clients/quotesService/models/ErrorEnvelope.ts +0 -12
  2491. package/clients/quotesService/models/ExtendedQuoteDto.js +0 -24
  2492. package/clients/quotesService/models/ExtendedQuoteDto.ts +0 -103
  2493. package/clients/quotesService/models/ExtendedQuoteDtoListEnvelope.js +0 -2
  2494. package/clients/quotesService/models/ExtendedQuoteDtoListEnvelope.ts +0 -14
  2495. package/clients/quotesService/models/Int32Envelope.js +0 -2
  2496. package/clients/quotesService/models/Int32Envelope.ts +0 -13
  2497. package/clients/quotesService/models/Money.js +0 -2
  2498. package/clients/quotesService/models/Money.ts +0 -10
  2499. package/clients/quotesService/models/QuoteCreateDto.js +0 -14
  2500. package/clients/quotesService/models/QuoteCreateDto.ts +0 -46
  2501. package/clients/quotesService/models/QuoteDto.js +0 -24
  2502. package/clients/quotesService/models/QuoteDto.ts +0 -93
  2503. package/clients/quotesService/models/QuoteDtoEnvelope.js +0 -2
  2504. package/clients/quotesService/models/QuoteDtoEnvelope.ts +0 -14
  2505. package/clients/quotesService/models/QuoteDtoListEnvelope.js +0 -2
  2506. package/clients/quotesService/models/QuoteDtoListEnvelope.ts +0 -14
  2507. package/clients/quotesService/models/QuoteLineCreateDto.js +0 -16
  2508. package/clients/quotesService/models/QuoteLineCreateDto.ts +0 -100
  2509. package/clients/quotesService/models/QuoteLineDto.js +0 -16
  2510. package/clients/quotesService/models/QuoteLineDto.ts +0 -100
  2511. package/clients/quotesService/models/QuoteLineDtoEnvelope.js +0 -2
  2512. package/clients/quotesService/models/QuoteLineDtoEnvelope.ts +0 -14
  2513. package/clients/quotesService/models/QuoteLineDtoListEnvelope.js +0 -2
  2514. package/clients/quotesService/models/QuoteLineDtoListEnvelope.ts +0 -14
  2515. package/clients/quotesService/models/QuoteLineUpdateDto.js +0 -16
  2516. package/clients/quotesService/models/QuoteLineUpdateDto.ts +0 -97
  2517. package/clients/quotesService/models/QuoteUpdateDto.js +0 -24
  2518. package/clients/quotesService/models/QuoteUpdateDto.ts +0 -67
  2519. package/clients/quotesService/models/TenantDto.js +0 -2
  2520. package/clients/quotesService/models/TenantDto.ts +0 -45
  2521. package/clients/quotesService/models/TenantEnrolmentDto.js +0 -2
  2522. package/clients/quotesService/models/TenantEnrolmentDto.ts +0 -15
  2523. package/clients/quotesService/models/UserDto.js +0 -26
  2524. package/clients/quotesService/models/UserDto.ts +0 -72
  2525. package/clients/quotesService/services/QuotesService.js +0 -329
  2526. package/clients/quotesService/services/QuotesService.ts +0 -391
  2527. package/clients/salesService/core/ApiError.js +0 -20
  2528. package/clients/salesService/core/ApiError.ts +0 -25
  2529. package/clients/salesService/core/ApiRequestOptions.js +0 -2
  2530. package/clients/salesService/core/ApiRequestOptions.ts +0 -17
  2531. package/clients/salesService/core/ApiResult.js +0 -2
  2532. package/clients/salesService/core/ApiResult.ts +0 -11
  2533. package/clients/salesService/core/CancelablePromise.js +0 -104
  2534. package/clients/salesService/core/CancelablePromise.ts +0 -131
  2535. package/clients/salesService/core/OpenAPI.js +0 -14
  2536. package/clients/salesService/core/OpenAPI.ts +0 -32
  2537. package/clients/salesService/core/request.js +0 -294
  2538. package/clients/salesService/core/request.ts +0 -322
  2539. package/clients/salesService/index.js +0 -16
  2540. package/clients/salesService/services/MarginsService.js +0 -26
  2541. package/clients/salesService/services/MarginsService.ts +0 -30
  2542. package/clients/securityService/core/ApiError.js +0 -20
  2543. package/clients/securityService/core/ApiError.ts +0 -25
  2544. package/clients/securityService/core/ApiRequestOptions.js +0 -2
  2545. package/clients/securityService/core/ApiRequestOptions.ts +0 -17
  2546. package/clients/securityService/core/ApiResult.js +0 -2
  2547. package/clients/securityService/core/ApiResult.ts +0 -11
  2548. package/clients/securityService/core/CancelablePromise.js +0 -104
  2549. package/clients/securityService/core/CancelablePromise.ts +0 -131
  2550. package/clients/securityService/core/OpenAPI.js +0 -14
  2551. package/clients/securityService/core/OpenAPI.ts +0 -32
  2552. package/clients/securityService/core/request.js +0 -294
  2553. package/clients/securityService/core/request.ts +0 -322
  2554. package/clients/securityService/index.js +0 -18
  2555. package/clients/securityService/models/EmptyEnvelope.js +0 -2
  2556. package/clients/securityService/models/EmptyEnvelope.ts +0 -12
  2557. package/clients/securityService/models/ErrorEnvelope.js +0 -2
  2558. package/clients/securityService/models/ErrorEnvelope.ts +0 -12
  2559. package/clients/securityService/models/SecurityPermissionCreateDto.js +0 -2
  2560. package/clients/securityService/models/SecurityPermissionCreateDto.ts +0 -12
  2561. package/clients/securityService/models/SecurityPermissionDto.js +0 -2
  2562. package/clients/securityService/models/SecurityPermissionDto.ts +0 -13
  2563. package/clients/securityService/models/SecurityPermissionDtoListEnvelope.js +0 -2
  2564. package/clients/securityService/models/SecurityPermissionDtoListEnvelope.ts +0 -14
  2565. package/clients/securityService/models/SecurityPermissionUpdateDto.js +0 -2
  2566. package/clients/securityService/models/SecurityPermissionUpdateDto.ts +0 -9
  2567. package/clients/securityService/models/SecurityRoleCreateDto.js +0 -2
  2568. package/clients/securityService/models/SecurityRoleCreateDto.ts +0 -12
  2569. package/clients/securityService/models/SecurityRoleDto.js +0 -2
  2570. package/clients/securityService/models/SecurityRoleDto.ts +0 -13
  2571. package/clients/securityService/models/SecurityRoleDtoListEnvelope.js +0 -2
  2572. package/clients/securityService/models/SecurityRoleDtoListEnvelope.ts +0 -14
  2573. package/clients/securityService/models/SecurityRoleUpdateDto.js +0 -2
  2574. package/clients/securityService/models/SecurityRoleUpdateDto.ts +0 -9
  2575. package/clients/securityService/models/TenantEnrolmentDto.js +0 -2
  2576. package/clients/securityService/models/TenantEnrolmentDto.ts +0 -15
  2577. package/clients/securityService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
  2578. package/clients/securityService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
  2579. package/clients/securityService/services/PermissionsService.js +0 -339
  2580. package/clients/securityService/services/PermissionsService.ts +0 -399
  2581. package/clients/securityService/services/RolesService.js +0 -365
  2582. package/clients/securityService/services/RolesService.ts +0 -430
  2583. package/clients/shipmentsService/core/ApiError.js +0 -20
  2584. package/clients/shipmentsService/core/ApiError.ts +0 -25
  2585. package/clients/shipmentsService/core/ApiRequestOptions.js +0 -2
  2586. package/clients/shipmentsService/core/ApiRequestOptions.ts +0 -17
  2587. package/clients/shipmentsService/core/ApiResult.js +0 -2
  2588. package/clients/shipmentsService/core/ApiResult.ts +0 -11
  2589. package/clients/shipmentsService/core/CancelablePromise.js +0 -104
  2590. package/clients/shipmentsService/core/CancelablePromise.ts +0 -131
  2591. package/clients/shipmentsService/core/OpenAPI.js +0 -14
  2592. package/clients/shipmentsService/core/OpenAPI.ts +0 -32
  2593. package/clients/shipmentsService/core/request.js +0 -294
  2594. package/clients/shipmentsService/core/request.ts +0 -322
  2595. package/clients/shipmentsService/index.js +0 -16
  2596. package/clients/shipmentsService/models/ErrorEnvelope.js +0 -2
  2597. package/clients/shipmentsService/models/ErrorEnvelope.ts +0 -12
  2598. package/clients/shipmentsService/models/ShipmentDto.js +0 -2
  2599. package/clients/shipmentsService/models/ShipmentDto.ts +0 -14
  2600. package/clients/shipmentsService/models/ShipmentDtoListEnvelope.js +0 -2
  2601. package/clients/shipmentsService/models/ShipmentDtoListEnvelope.ts +0 -14
  2602. package/clients/shipmentsService/services/ShipmentsService.js +0 -30
  2603. package/clients/shipmentsService/services/ShipmentsService.ts +0 -35
  2604. package/clients/socialService/core/ApiError.js +0 -20
  2605. package/clients/socialService/core/ApiError.ts +0 -25
  2606. package/clients/socialService/core/ApiRequestOptions.js +0 -2
  2607. package/clients/socialService/core/ApiRequestOptions.ts +0 -17
  2608. package/clients/socialService/core/ApiResult.js +0 -2
  2609. package/clients/socialService/core/ApiResult.ts +0 -11
  2610. package/clients/socialService/core/CancelablePromise.js +0 -104
  2611. package/clients/socialService/core/CancelablePromise.ts +0 -131
  2612. package/clients/socialService/core/OpenAPI.js +0 -14
  2613. package/clients/socialService/core/OpenAPI.ts +0 -32
  2614. package/clients/socialService/core/request.js +0 -294
  2615. package/clients/socialService/core/request.ts +0 -322
  2616. package/clients/socialService/index.js +0 -28
  2617. package/clients/socialService/models/BooleanEnvelope.js +0 -2
  2618. package/clients/socialService/models/BooleanEnvelope.ts +0 -13
  2619. package/clients/socialService/models/ConversationCreateDto.js +0 -2
  2620. package/clients/socialService/models/ConversationCreateDto.ts +0 -11
  2621. package/clients/socialService/models/ConversationDto.js +0 -2
  2622. package/clients/socialService/models/ConversationDto.ts +0 -16
  2623. package/clients/socialService/models/ConversationDtoListEnvelope.js +0 -2
  2624. package/clients/socialService/models/ConversationDtoListEnvelope.ts +0 -14
  2625. package/clients/socialService/models/EmptyEnvelope.js +0 -2
  2626. package/clients/socialService/models/EmptyEnvelope.ts +0 -12
  2627. package/clients/socialService/models/ErrorEnvelope.js +0 -2
  2628. package/clients/socialService/models/ErrorEnvelope.ts +0 -12
  2629. package/clients/socialService/models/FollowRecordDto.js +0 -2
  2630. package/clients/socialService/models/FollowRecordDto.ts +0 -12
  2631. package/clients/socialService/models/FollowRecordDtoListEnvelope.js +0 -2
  2632. package/clients/socialService/models/FollowRecordDtoListEnvelope.ts +0 -14
  2633. package/clients/socialService/models/Int32Envelope.js +0 -2
  2634. package/clients/socialService/models/Int32Envelope.ts +0 -13
  2635. package/clients/socialService/models/NotificationDto.js +0 -2
  2636. package/clients/socialService/models/NotificationDto.ts +0 -16
  2637. package/clients/socialService/models/NotificationDtoListEnvelope.js +0 -2
  2638. package/clients/socialService/models/NotificationDtoListEnvelope.ts +0 -14
  2639. package/clients/socialService/models/PrivateMessageCreateDto.js +0 -2
  2640. package/clients/socialService/models/PrivateMessageCreateDto.ts +0 -14
  2641. package/clients/socialService/models/PrivateMessageDto.js +0 -2
  2642. package/clients/socialService/models/PrivateMessageDto.ts +0 -18
  2643. package/clients/socialService/models/PrivateMessageDtoListEnvelope.js +0 -2
  2644. package/clients/socialService/models/PrivateMessageDtoListEnvelope.ts +0 -14
  2645. package/clients/socialService/models/PrivateMessageUpdateDto.js +0 -2
  2646. package/clients/socialService/models/PrivateMessageUpdateDto.ts +0 -9
  2647. package/clients/socialService/models/SocialFeedDto.js +0 -2
  2648. package/clients/socialService/models/SocialFeedDto.ts +0 -11
  2649. package/clients/socialService/models/SocialFeedDtoEnvelope.js +0 -2
  2650. package/clients/socialService/models/SocialFeedDtoEnvelope.ts +0 -14
  2651. package/clients/socialService/models/SocialFeedDtoListEnvelope.js +0 -2
  2652. package/clients/socialService/models/SocialFeedDtoListEnvelope.ts +0 -14
  2653. package/clients/socialService/models/SocialFeedPostCreateDto.js +0 -2
  2654. package/clients/socialService/models/SocialFeedPostCreateDto.ts +0 -13
  2655. package/clients/socialService/models/SocialFeedPostDto.js +0 -2
  2656. package/clients/socialService/models/SocialFeedPostDto.ts +0 -17
  2657. package/clients/socialService/models/SocialFeedPostDtoEnvelope.js +0 -2
  2658. package/clients/socialService/models/SocialFeedPostDtoEnvelope.ts +0 -14
  2659. package/clients/socialService/models/SocialFeedPostDtoListEnvelope.js +0 -2
  2660. package/clients/socialService/models/SocialFeedPostDtoListEnvelope.ts +0 -14
  2661. package/clients/socialService/models/SocialFeedPostUpdateDto.js +0 -2
  2662. package/clients/socialService/models/SocialFeedPostUpdateDto.ts +0 -9
  2663. package/clients/socialService/models/SocialPostAttachmentCreateDto.js +0 -2
  2664. package/clients/socialService/models/SocialPostAttachmentCreateDto.ts +0 -21
  2665. package/clients/socialService/models/SocialPostAttachmentDto.js +0 -2
  2666. package/clients/socialService/models/SocialPostAttachmentDto.ts +0 -30
  2667. package/clients/socialService/models/SocialPostAttachmentDtoEnvelope.js +0 -2
  2668. package/clients/socialService/models/SocialPostAttachmentDtoEnvelope.ts +0 -14
  2669. package/clients/socialService/models/SocialPostAttachmentDtoListEnvelope.js +0 -2
  2670. package/clients/socialService/models/SocialPostAttachmentDtoListEnvelope.ts +0 -14
  2671. package/clients/socialService/models/SocialPostAttachmentUpdateDto.js +0 -2
  2672. package/clients/socialService/models/SocialPostAttachmentUpdateDto.ts +0 -19
  2673. package/clients/socialService/models/SocialPostCommentCreateDto.js +0 -2
  2674. package/clients/socialService/models/SocialPostCommentCreateDto.ts +0 -14
  2675. package/clients/socialService/models/SocialPostCommentDto.js +0 -2
  2676. package/clients/socialService/models/SocialPostCommentDto.ts +0 -16
  2677. package/clients/socialService/models/SocialPostCommentDtoEnvelope.js +0 -2
  2678. package/clients/socialService/models/SocialPostCommentDtoEnvelope.ts +0 -14
  2679. package/clients/socialService/models/SocialPostCommentDtoListEnvelope.js +0 -2
  2680. package/clients/socialService/models/SocialPostCommentDtoListEnvelope.ts +0 -14
  2681. package/clients/socialService/models/SocialPostCommentUpdateDto.js +0 -2
  2682. package/clients/socialService/models/SocialPostCommentUpdateDto.ts +0 -9
  2683. package/clients/socialService/models/SocialPostCreateDto.js +0 -2
  2684. package/clients/socialService/models/SocialPostCreateDto.ts +0 -13
  2685. package/clients/socialService/models/SocialPostDto.js +0 -2
  2686. package/clients/socialService/models/SocialPostDto.ts +0 -16
  2687. package/clients/socialService/models/SocialPostDtoEnvelope.js +0 -2
  2688. package/clients/socialService/models/SocialPostDtoEnvelope.ts +0 -14
  2689. package/clients/socialService/models/SocialPostDtoListEnvelope.js +0 -2
  2690. package/clients/socialService/models/SocialPostDtoListEnvelope.ts +0 -14
  2691. package/clients/socialService/models/SocialPostUpdateDto.js +0 -2
  2692. package/clients/socialService/models/SocialPostUpdateDto.ts +0 -9
  2693. package/clients/socialService/models/SocialProfileDto.js +0 -12
  2694. package/clients/socialService/models/SocialProfileDto.ts +0 -40
  2695. package/clients/socialService/models/SocialProfileDtoEnvelope.js +0 -2
  2696. package/clients/socialService/models/SocialProfileDtoEnvelope.ts +0 -14
  2697. package/clients/socialService/models/SocialProfileDtoListEnvelope.js +0 -2
  2698. package/clients/socialService/models/SocialProfileDtoListEnvelope.ts +0 -14
  2699. package/clients/socialService/models/SocialReactionCreateDto.js +0 -17
  2700. package/clients/socialService/models/SocialReactionCreateDto.ts +0 -24
  2701. package/clients/socialService/models/SocialReactionDto.js +0 -17
  2702. package/clients/socialService/models/SocialReactionDto.ts +0 -26
  2703. package/clients/socialService/models/SocialReactionDtoEnvelope.js +0 -2
  2704. package/clients/socialService/models/SocialReactionDtoEnvelope.ts +0 -14
  2705. package/clients/socialService/models/SocialReactionDtoListEnvelope.js +0 -2
  2706. package/clients/socialService/models/SocialReactionDtoListEnvelope.ts +0 -14
  2707. package/clients/socialService/models/SocialReactionUpdateDto.js +0 -17
  2708. package/clients/socialService/models/SocialReactionUpdateDto.ts +0 -23
  2709. package/clients/socialService/services/SocialFeedsService.js +0 -246
  2710. package/clients/socialService/services/SocialFeedsService.ts +0 -293
  2711. package/clients/socialService/services/SocialPostsService.js +0 -646
  2712. package/clients/socialService/services/SocialPostsService.ts +0 -771
  2713. package/clients/socialService/services/SocialProfilesService.js +0 -559
  2714. package/clients/socialService/services/SocialProfilesService.ts +0 -653
  2715. package/clients/storageService/core/ApiError.js +0 -20
  2716. package/clients/storageService/core/ApiError.ts +0 -25
  2717. package/clients/storageService/core/ApiRequestOptions.js +0 -2
  2718. package/clients/storageService/core/ApiRequestOptions.ts +0 -17
  2719. package/clients/storageService/core/ApiResult.js +0 -2
  2720. package/clients/storageService/core/ApiResult.ts +0 -11
  2721. package/clients/storageService/core/CancelablePromise.js +0 -104
  2722. package/clients/storageService/core/CancelablePromise.ts +0 -131
  2723. package/clients/storageService/core/OpenAPI.js +0 -14
  2724. package/clients/storageService/core/OpenAPI.ts +0 -32
  2725. package/clients/storageService/core/request.js +0 -294
  2726. package/clients/storageService/core/request.ts +0 -322
  2727. package/clients/storageService/index.js +0 -26
  2728. package/clients/storageService/models/Blob.js +0 -11
  2729. package/clients/storageService/models/Blob.ts +0 -26
  2730. package/clients/storageService/models/BlobEnvelope.js +0 -2
  2731. package/clients/storageService/models/BlobEnvelope.ts +0 -14
  2732. package/clients/storageService/models/EmptyEnvelope.js +0 -2
  2733. package/clients/storageService/models/EmptyEnvelope.ts +0 -12
  2734. package/clients/storageService/models/ErrorEnvelope.js +0 -2
  2735. package/clients/storageService/models/ErrorEnvelope.ts +0 -12
  2736. package/clients/storageService/models/FileUploadCreateDto.js +0 -2
  2737. package/clients/storageService/models/FileUploadCreateDto.ts +0 -20
  2738. package/clients/storageService/models/FileUploadDto.js +0 -2
  2739. package/clients/storageService/models/FileUploadDto.ts +0 -29
  2740. package/clients/storageService/models/FileUploadDtoEnvelope.js +0 -2
  2741. package/clients/storageService/models/FileUploadDtoEnvelope.ts +0 -14
  2742. package/clients/storageService/models/FileUploadUpdateDto.js +0 -2
  2743. package/clients/storageService/models/FileUploadUpdateDto.ts +0 -19
  2744. package/clients/storageService/services/AvatarsService.js +0 -200
  2745. package/clients/storageService/services/AvatarsService.ts +0 -234
  2746. package/clients/storageService/services/BlobsService.js +0 -66
  2747. package/clients/storageService/services/BlobsService.ts +0 -81
  2748. package/clients/storageService/services/FilesService.js +0 -171
  2749. package/clients/storageService/services/FilesService.ts +0 -200
  2750. package/clients/storageService/services/RadzenEditorService.js +0 -117
  2751. package/clients/storageService/services/RadzenEditorService.ts +0 -149
  2752. package/clients/storageService/services/UploadsService.js +0 -33
  2753. package/clients/storageService/services/UploadsService.ts +0 -53
  2754. package/clients/supportService/core/ApiError.js +0 -20
  2755. package/clients/supportService/core/ApiError.ts +0 -25
  2756. package/clients/supportService/core/ApiRequestOptions.js +0 -2
  2757. package/clients/supportService/core/ApiRequestOptions.ts +0 -17
  2758. package/clients/supportService/core/ApiResult.js +0 -2
  2759. package/clients/supportService/core/ApiResult.ts +0 -11
  2760. package/clients/supportService/core/CancelablePromise.js +0 -104
  2761. package/clients/supportService/core/CancelablePromise.ts +0 -131
  2762. package/clients/supportService/core/OpenAPI.js +0 -14
  2763. package/clients/supportService/core/OpenAPI.ts +0 -32
  2764. package/clients/supportService/core/request.js +0 -294
  2765. package/clients/supportService/core/request.ts +0 -322
  2766. package/clients/supportService/index.js +0 -26
  2767. package/clients/supportService/models/EmptyEnvelope.js +0 -2
  2768. package/clients/supportService/models/EmptyEnvelope.ts +0 -12
  2769. package/clients/supportService/models/ErrorEnvelope.js +0 -2
  2770. package/clients/supportService/models/ErrorEnvelope.ts +0 -12
  2771. package/clients/supportService/models/Int32Envelope.js +0 -2
  2772. package/clients/supportService/models/Int32Envelope.ts +0 -13
  2773. package/clients/supportService/models/PrivateMessageDto.js +0 -2
  2774. package/clients/supportService/models/PrivateMessageDto.ts +0 -18
  2775. package/clients/supportService/models/PrivateMessageDtoListEnvelope.js +0 -2
  2776. package/clients/supportService/models/PrivateMessageDtoListEnvelope.ts +0 -14
  2777. package/clients/supportService/models/SupportEntitlementCreateDto.js +0 -2
  2778. package/clients/supportService/models/SupportEntitlementCreateDto.ts +0 -57
  2779. package/clients/supportService/models/SupportEntitlementDto.js +0 -2
  2780. package/clients/supportService/models/SupportEntitlementDto.ts +0 -57
  2781. package/clients/supportService/models/SupportEntitlementDtoEnvelope.js +0 -2
  2782. package/clients/supportService/models/SupportEntitlementDtoEnvelope.ts +0 -14
  2783. package/clients/supportService/models/SupportEntitlementDtoListEnvelope.js +0 -2
  2784. package/clients/supportService/models/SupportEntitlementDtoListEnvelope.ts +0 -14
  2785. package/clients/supportService/models/SupportEntitlementUpdateDto.js +0 -2
  2786. package/clients/supportService/models/SupportEntitlementUpdateDto.ts +0 -54
  2787. package/clients/supportService/models/SupportRequestAttachmentCreateDto.js +0 -2
  2788. package/clients/supportService/models/SupportRequestAttachmentCreateDto.ts +0 -24
  2789. package/clients/supportService/models/SupportRequestAttachmentDto.js +0 -2
  2790. package/clients/supportService/models/SupportRequestAttachmentDto.ts +0 -30
  2791. package/clients/supportService/models/SupportRequestAttachmentDtoEnvelope.js +0 -2
  2792. package/clients/supportService/models/SupportRequestAttachmentDtoEnvelope.ts +0 -14
  2793. package/clients/supportService/models/SupportRequestAttachmentDtoListEnvelope.js +0 -2
  2794. package/clients/supportService/models/SupportRequestAttachmentDtoListEnvelope.ts +0 -14
  2795. package/clients/supportService/models/SupportRequestAttachmentUpdateDto.js +0 -2
  2796. package/clients/supportService/models/SupportRequestAttachmentUpdateDto.ts +0 -21
  2797. package/clients/supportService/models/SupportRequestCreateDto.js +0 -2
  2798. package/clients/supportService/models/SupportRequestCreateDto.ts +0 -18
  2799. package/clients/supportService/models/SupportRequestDto.js +0 -2
  2800. package/clients/supportService/models/SupportRequestDto.ts +0 -18
  2801. package/clients/supportService/models/SupportRequestDtoEnvelope.js +0 -2
  2802. package/clients/supportService/models/SupportRequestDtoEnvelope.ts +0 -14
  2803. package/clients/supportService/models/SupportRequestDtoListEnvelope.js +0 -2
  2804. package/clients/supportService/models/SupportRequestDtoListEnvelope.ts +0 -14
  2805. package/clients/supportService/models/SupportRequestUpdateDto.js +0 -2
  2806. package/clients/supportService/models/SupportRequestUpdateDto.ts +0 -12
  2807. package/clients/supportService/models/SupportTicketConversationCreateDto.js +0 -2
  2808. package/clients/supportService/models/SupportTicketConversationCreateDto.ts +0 -13
  2809. package/clients/supportService/models/SupportTicketConversationDto.js +0 -2
  2810. package/clients/supportService/models/SupportTicketConversationDto.ts +0 -14
  2811. package/clients/supportService/models/SupportTicketConversationDtoEnvelope.js +0 -2
  2812. package/clients/supportService/models/SupportTicketConversationDtoEnvelope.ts +0 -14
  2813. package/clients/supportService/models/SupportTicketConversationDtoListEnvelope.js +0 -2
  2814. package/clients/supportService/models/SupportTicketConversationDtoListEnvelope.ts +0 -14
  2815. package/clients/supportService/models/SupportTicketCreateDto.js +0 -2
  2816. package/clients/supportService/models/SupportTicketCreateDto.ts +0 -17
  2817. package/clients/supportService/models/SupportTicketDto.js +0 -2
  2818. package/clients/supportService/models/SupportTicketDto.ts +0 -17
  2819. package/clients/supportService/models/SupportTicketDtoEnvelope.js +0 -2
  2820. package/clients/supportService/models/SupportTicketDtoEnvelope.ts +0 -14
  2821. package/clients/supportService/models/SupportTicketDtoListEnvelope.js +0 -2
  2822. package/clients/supportService/models/SupportTicketDtoListEnvelope.ts +0 -14
  2823. package/clients/supportService/models/SupportTicketPriorityCreateDto.js +0 -2
  2824. package/clients/supportService/models/SupportTicketPriorityCreateDto.ts +0 -11
  2825. package/clients/supportService/models/SupportTicketPriorityDto.js +0 -2
  2826. package/clients/supportService/models/SupportTicketPriorityDto.ts +0 -13
  2827. package/clients/supportService/models/SupportTicketPriorityDtoEnvelope.js +0 -2
  2828. package/clients/supportService/models/SupportTicketPriorityDtoEnvelope.ts +0 -14
  2829. package/clients/supportService/models/SupportTicketPriorityDtoListEnvelope.js +0 -2
  2830. package/clients/supportService/models/SupportTicketPriorityDtoListEnvelope.ts +0 -14
  2831. package/clients/supportService/models/SupportTicketPriorityUpdateDto.js +0 -2
  2832. package/clients/supportService/models/SupportTicketPriorityUpdateDto.ts +0 -9
  2833. package/clients/supportService/models/SupportTicketTypeCreateDto.js +0 -2
  2834. package/clients/supportService/models/SupportTicketTypeCreateDto.ts +0 -12
  2835. package/clients/supportService/models/SupportTicketTypeDto.js +0 -2
  2836. package/clients/supportService/models/SupportTicketTypeDto.ts +0 -12
  2837. package/clients/supportService/models/SupportTicketTypeDtoEnvelope.js +0 -2
  2838. package/clients/supportService/models/SupportTicketTypeDtoEnvelope.ts +0 -14
  2839. package/clients/supportService/models/SupportTicketTypeDtoListEnvelope.js +0 -2
  2840. package/clients/supportService/models/SupportTicketTypeDtoListEnvelope.ts +0 -14
  2841. package/clients/supportService/models/SupportTicketTypeUpdateDto.js +0 -2
  2842. package/clients/supportService/models/SupportTicketTypeUpdateDto.ts +0 -11
  2843. package/clients/supportService/models/SupportTicketUpdateDto.js +0 -2
  2844. package/clients/supportService/models/SupportTicketUpdateDto.ts +0 -14
  2845. package/clients/supportService/services/SupportEntitlementsService.js +0 -154
  2846. package/clients/supportService/services/SupportEntitlementsService.ts +0 -183
  2847. package/clients/supportService/services/SupportRequestAttachmentsService.js +0 -154
  2848. package/clients/supportService/services/SupportRequestAttachmentsService.ts +0 -183
  2849. package/clients/supportService/services/SupportRequestsService.js +0 -281
  2850. package/clients/supportService/services/SupportRequestsService.ts +0 -334
  2851. package/clients/supportService/services/SupportTicketPrioritiesService.js +0 -154
  2852. package/clients/supportService/services/SupportTicketPrioritiesService.ts +0 -183
  2853. package/clients/supportService/services/SupportTicketTypesService.js +0 -154
  2854. package/clients/supportService/services/SupportTicketTypesService.ts +0 -183
  2855. package/clients/supportService/services/SupportTicketsService.js +0 -287
  2856. package/clients/supportService/services/SupportTicketsService.ts +0 -343
  2857. package/clients/systemService/core/ApiError.js +0 -20
  2858. package/clients/systemService/core/ApiError.ts +0 -25
  2859. package/clients/systemService/core/ApiRequestOptions.js +0 -2
  2860. package/clients/systemService/core/ApiRequestOptions.ts +0 -17
  2861. package/clients/systemService/core/ApiResult.js +0 -2
  2862. package/clients/systemService/core/ApiResult.ts +0 -11
  2863. package/clients/systemService/core/CancelablePromise.js +0 -104
  2864. package/clients/systemService/core/CancelablePromise.ts +0 -131
  2865. package/clients/systemService/core/OpenAPI.js +0 -14
  2866. package/clients/systemService/core/OpenAPI.ts +0 -32
  2867. package/clients/systemService/core/request.js +0 -294
  2868. package/clients/systemService/core/request.ts +0 -322
  2869. package/clients/systemService/index.js +0 -38
  2870. package/clients/systemService/models/AccountHolderCreateDto.js +0 -12
  2871. package/clients/systemService/models/AccountHolderCreateDto.ts +0 -41
  2872. package/clients/systemService/models/AccountHolderUpdateDto.js +0 -2
  2873. package/clients/systemService/models/AccountHolderUpdateDto.ts +0 -5
  2874. package/clients/systemService/models/BooleanEnvelope.js +0 -2
  2875. package/clients/systemService/models/BooleanEnvelope.ts +0 -13
  2876. package/clients/systemService/models/CartDto.js +0 -2
  2877. package/clients/systemService/models/CartDto.ts +0 -18
  2878. package/clients/systemService/models/EmptyEnvelope.js +0 -2
  2879. package/clients/systemService/models/EmptyEnvelope.ts +0 -12
  2880. package/clients/systemService/models/ErrorEnvelope.js +0 -2
  2881. package/clients/systemService/models/ErrorEnvelope.ts +0 -12
  2882. package/clients/systemService/models/ExtendedTenantDto.js +0 -2
  2883. package/clients/systemService/models/ExtendedTenantDto.ts +0 -51
  2884. package/clients/systemService/models/ExtendedTenantDtoListEnvelope.js +0 -2
  2885. package/clients/systemService/models/ExtendedTenantDtoListEnvelope.ts +0 -14
  2886. package/clients/systemService/models/ExtendedUserDto.js +0 -26
  2887. package/clients/systemService/models/ExtendedUserDto.ts +0 -80
  2888. package/clients/systemService/models/ExtendedUserDtoEnvelope.js +0 -2
  2889. package/clients/systemService/models/ExtendedUserDtoEnvelope.ts +0 -14
  2890. package/clients/systemService/models/ExtendedUserDtoListEnvelope.js +0 -2
  2891. package/clients/systemService/models/ExtendedUserDtoListEnvelope.ts +0 -14
  2892. package/clients/systemService/models/GeneralValidationFailure.js +0 -2
  2893. package/clients/systemService/models/GeneralValidationFailure.ts +0 -9
  2894. package/clients/systemService/models/GeneralValidationFailureListEnvelope.js +0 -2
  2895. package/clients/systemService/models/GeneralValidationFailureListEnvelope.ts +0 -14
  2896. package/clients/systemService/models/ISwaggerContact.js +0 -2
  2897. package/clients/systemService/models/ISwaggerContact.ts +0 -10
  2898. package/clients/systemService/models/ISwaggerEndpoint.js +0 -2
  2899. package/clients/systemService/models/ISwaggerEndpoint.ts +0 -10
  2900. package/clients/systemService/models/ISwaggerLicense.js +0 -2
  2901. package/clients/systemService/models/ISwaggerLicense.ts +0 -9
  2902. package/clients/systemService/models/ISwaggerSpec.js +0 -2
  2903. package/clients/systemService/models/ISwaggerSpec.ts +0 -19
  2904. package/clients/systemService/models/Int32Envelope.js +0 -2
  2905. package/clients/systemService/models/Int32Envelope.ts +0 -13
  2906. package/clients/systemService/models/LicenseValidationRequest.js +0 -2
  2907. package/clients/systemService/models/LicenseValidationRequest.ts +0 -8
  2908. package/clients/systemService/models/Module.js +0 -13
  2909. package/clients/systemService/models/Module.ts +0 -44
  2910. package/clients/systemService/models/ModuleListEnvelope.js +0 -2
  2911. package/clients/systemService/models/ModuleListEnvelope.ts +0 -14
  2912. package/clients/systemService/models/SocialProfileDto.js +0 -12
  2913. package/clients/systemService/models/SocialProfileDto.ts +0 -40
  2914. package/clients/systemService/models/StringListEnvelope.js +0 -2
  2915. package/clients/systemService/models/StringListEnvelope.ts +0 -13
  2916. package/clients/systemService/models/StudioModule.js +0 -2
  2917. package/clients/systemService/models/StudioModule.ts +0 -9
  2918. package/clients/systemService/models/StudioModuleListEnvelope.js +0 -2
  2919. package/clients/systemService/models/StudioModuleListEnvelope.ts +0 -14
  2920. package/clients/systemService/models/SuiteLicenseAssignmentDto.js +0 -2
  2921. package/clients/systemService/models/SuiteLicenseAssignmentDto.ts +0 -16
  2922. package/clients/systemService/models/SuiteLicenseAssignmentDtoListEnvelope.js +0 -2
  2923. package/clients/systemService/models/SuiteLicenseAssignmentDtoListEnvelope.ts +0 -14
  2924. package/clients/systemService/models/SuiteLicenseDto.js +0 -2
  2925. package/clients/systemService/models/SuiteLicenseDto.ts +0 -15
  2926. package/clients/systemService/models/SuiteLicenseDtoEnvelope.js +0 -2
  2927. package/clients/systemService/models/SuiteLicenseDtoEnvelope.ts +0 -14
  2928. package/clients/systemService/models/SuiteLicenseDtoListEnvelope.js +0 -2
  2929. package/clients/systemService/models/SuiteLicenseDtoListEnvelope.ts +0 -14
  2930. package/clients/systemService/models/TenantCreateDto.js +0 -2
  2931. package/clients/systemService/models/TenantCreateDto.ts +0 -25
  2932. package/clients/systemService/models/TenantDto.js +0 -2
  2933. package/clients/systemService/models/TenantDto.ts +0 -45
  2934. package/clients/systemService/models/TenantDtoEnvelope.js +0 -2
  2935. package/clients/systemService/models/TenantDtoEnvelope.ts +0 -14
  2936. package/clients/systemService/models/TenantDtoListEnvelope.js +0 -2
  2937. package/clients/systemService/models/TenantDtoListEnvelope.ts +0 -14
  2938. package/clients/systemService/models/TenantUpdateDto.js +0 -2
  2939. package/clients/systemService/models/TenantUpdateDto.ts +0 -31
  2940. package/clients/systemService/models/UserDto.js +0 -26
  2941. package/clients/systemService/models/UserDto.ts +0 -72
  2942. package/clients/systemService/models/UserDtoEnvelope.js +0 -2
  2943. package/clients/systemService/models/UserDtoEnvelope.ts +0 -14
  2944. package/clients/systemService/models/UserDtoListEnvelope.js +0 -2
  2945. package/clients/systemService/models/UserDtoListEnvelope.ts +0 -14
  2946. package/clients/systemService/models/UserSettingsDto.js +0 -12
  2947. package/clients/systemService/models/UserSettingsDto.ts +0 -21
  2948. package/clients/systemService/models/WalletDto.js +0 -2
  2949. package/clients/systemService/models/WalletDto.ts +0 -22
  2950. package/clients/systemService/services/AntiforgeryService.js +0 -36
  2951. package/clients/systemService/services/AntiforgeryService.ts +0 -41
  2952. package/clients/systemService/services/LicensingService.js +0 -194
  2953. package/clients/systemService/services/LicensingService.ts +0 -230
  2954. package/clients/systemService/services/MigrationsService.js +0 -48
  2955. package/clients/systemService/services/MigrationsService.ts +0 -55
  2956. package/clients/systemService/services/ModulesService.js +0 -54
  2957. package/clients/systemService/services/ModulesService.ts +0 -63
  2958. package/clients/systemService/services/TenantsService.js +0 -186
  2959. package/clients/systemService/services/TenantsService.ts +0 -214
  2960. package/clients/systemService/services/UsersService.js +0 -192
  2961. package/clients/systemService/services/UsersService.ts +0 -225
  2962. package/clients/timeTrackerService/core/ApiError.js +0 -20
  2963. package/clients/timeTrackerService/core/ApiError.ts +0 -25
  2964. package/clients/timeTrackerService/core/ApiRequestOptions.js +0 -2
  2965. package/clients/timeTrackerService/core/ApiRequestOptions.ts +0 -17
  2966. package/clients/timeTrackerService/core/ApiResult.js +0 -2
  2967. package/clients/timeTrackerService/core/ApiResult.ts +0 -11
  2968. package/clients/timeTrackerService/core/CancelablePromise.js +0 -104
  2969. package/clients/timeTrackerService/core/CancelablePromise.ts +0 -131
  2970. package/clients/timeTrackerService/core/OpenAPI.js +0 -14
  2971. package/clients/timeTrackerService/core/OpenAPI.ts +0 -32
  2972. package/clients/timeTrackerService/core/request.js +0 -294
  2973. package/clients/timeTrackerService/core/request.ts +0 -322
  2974. package/clients/timeTrackerService/index.js +0 -26
  2975. package/clients/timeTrackerService/models/ErrorEnvelope.js +0 -2
  2976. package/clients/timeTrackerService/models/ErrorEnvelope.ts +0 -12
  2977. package/clients/timeTrackerService/models/ProjectHoursApprovalApproverUpdateDto.js +0 -2
  2978. package/clients/timeTrackerService/models/ProjectHoursApprovalApproverUpdateDto.ts +0 -8
  2979. package/clients/timeTrackerService/models/ProjectHoursApprovalCreateDto.js +0 -2
  2980. package/clients/timeTrackerService/models/ProjectHoursApprovalCreateDto.ts +0 -13
  2981. package/clients/timeTrackerService/models/ProjectHoursApprovalStatusUpdateDto.js +0 -12
  2982. package/clients/timeTrackerService/models/ProjectHoursApprovalStatusUpdateDto.ts +0 -16
  2983. package/clients/timeTrackerService/models/ProjectTimeLogCreateDto.js +0 -12
  2984. package/clients/timeTrackerService/models/ProjectTimeLogCreateDto.ts +0 -23
  2985. package/clients/timeTrackerService/models/ProjectTimeLogDto.js +0 -12
  2986. package/clients/timeTrackerService/models/ProjectTimeLogDto.ts +0 -28
  2987. package/clients/timeTrackerService/models/ProjectTimeLogDtoEnvelope.js +0 -2
  2988. package/clients/timeTrackerService/models/ProjectTimeLogDtoEnvelope.ts +0 -14
  2989. package/clients/timeTrackerService/models/ProjectTimeLogDtoListEnvelope.js +0 -2
  2990. package/clients/timeTrackerService/models/ProjectTimeLogDtoListEnvelope.ts +0 -14
  2991. package/clients/timeTrackerService/models/ProjectTimeLogUpdateDto.js +0 -12
  2992. package/clients/timeTrackerService/models/ProjectTimeLogUpdateDto.ts +0 -20
  2993. package/clients/timeTrackerService/services/ProjectTimeLogsService.js +0 -212
  2994. package/clients/timeTrackerService/services/ProjectTimeLogsService.ts +0 -250
  2995. package/clients/timeTrackerService/services/TimeLogApprovalsService.js +0 -91
  2996. package/clients/timeTrackerService/services/TimeLogApprovalsService.ts +0 -109
  2997. package/clients/walletsService/core/ApiError.js +0 -20
  2998. package/clients/walletsService/core/ApiError.ts +0 -25
  2999. package/clients/walletsService/core/ApiRequestOptions.js +0 -2
  3000. package/clients/walletsService/core/ApiRequestOptions.ts +0 -17
  3001. package/clients/walletsService/core/ApiResult.js +0 -2
  3002. package/clients/walletsService/core/ApiResult.ts +0 -11
  3003. package/clients/walletsService/core/CancelablePromise.js +0 -104
  3004. package/clients/walletsService/core/CancelablePromise.ts +0 -131
  3005. package/clients/walletsService/core/OpenAPI.js +0 -14
  3006. package/clients/walletsService/core/OpenAPI.ts +0 -32
  3007. package/clients/walletsService/core/request.js +0 -294
  3008. package/clients/walletsService/core/request.ts +0 -322
  3009. package/clients/walletsService/index.js +0 -28
  3010. package/clients/walletsService/models/ContactDto.js +0 -11
  3011. package/clients/walletsService/models/ContactDto.ts +0 -71
  3012. package/clients/walletsService/models/Currency.js +0 -2
  3013. package/clients/walletsService/models/Currency.ts +0 -9
  3014. package/clients/walletsService/models/EmptyEnvelope.js +0 -2
  3015. package/clients/walletsService/models/EmptyEnvelope.ts +0 -12
  3016. package/clients/walletsService/models/ErrorEnvelope.js +0 -2
  3017. package/clients/walletsService/models/ErrorEnvelope.ts +0 -12
  3018. package/clients/walletsService/models/ExtendedOrderDto.js +0 -29
  3019. package/clients/walletsService/models/ExtendedOrderDto.ts +0 -123
  3020. package/clients/walletsService/models/ExtendedOrderDtoListEnvelope.js +0 -2
  3021. package/clients/walletsService/models/ExtendedOrderDtoListEnvelope.ts +0 -14
  3022. package/clients/walletsService/models/Int32Envelope.js +0 -2
  3023. package/clients/walletsService/models/Int32Envelope.ts +0 -13
  3024. package/clients/walletsService/models/InvoiceDto.js +0 -25
  3025. package/clients/walletsService/models/InvoiceDto.ts +0 -102
  3026. package/clients/walletsService/models/InvoiceDtoListEnvelope.js +0 -2
  3027. package/clients/walletsService/models/InvoiceDtoListEnvelope.ts +0 -14
  3028. package/clients/walletsService/models/LocationCreateDto.js +0 -2
  3029. package/clients/walletsService/models/LocationCreateDto.ts +0 -31
  3030. package/clients/walletsService/models/LocationDto.js +0 -2
  3031. package/clients/walletsService/models/LocationDto.ts +0 -31
  3032. package/clients/walletsService/models/LocationDtoEnvelope.js +0 -2
  3033. package/clients/walletsService/models/LocationDtoEnvelope.ts +0 -14
  3034. package/clients/walletsService/models/LocationDtoListEnvelope.js +0 -2
  3035. package/clients/walletsService/models/LocationDtoListEnvelope.ts +0 -14
  3036. package/clients/walletsService/models/LocationUpdateDto.js +0 -2
  3037. package/clients/walletsService/models/LocationUpdateDto.ts +0 -29
  3038. package/clients/walletsService/models/Money.js +0 -2
  3039. package/clients/walletsService/models/Money.ts +0 -10
  3040. package/clients/walletsService/models/OrderDto.js +0 -29
  3041. package/clients/walletsService/models/OrderDto.ts +0 -113
  3042. package/clients/walletsService/models/OrderDtoListEnvelope.js +0 -2
  3043. package/clients/walletsService/models/OrderDtoListEnvelope.ts +0 -14
  3044. package/clients/walletsService/models/PaymentDto.js +0 -34
  3045. package/clients/walletsService/models/PaymentDto.ts +0 -94
  3046. package/clients/walletsService/models/PaymentDtoListEnvelope.js +0 -2
  3047. package/clients/walletsService/models/PaymentDtoListEnvelope.ts +0 -14
  3048. package/clients/walletsService/models/TenantDto.js +0 -2
  3049. package/clients/walletsService/models/TenantDto.ts +0 -45
  3050. package/clients/walletsService/models/TenantEnrolmentDto.js +0 -2
  3051. package/clients/walletsService/models/TenantEnrolmentDto.ts +0 -15
  3052. package/clients/walletsService/models/UserDto.js +0 -26
  3053. package/clients/walletsService/models/UserDto.ts +0 -72
  3054. package/clients/walletsService/models/WalletDto.js +0 -2
  3055. package/clients/walletsService/models/WalletDto.ts +0 -22
  3056. package/clients/walletsService/models/WalletDtoEnvelope.js +0 -2
  3057. package/clients/walletsService/models/WalletDtoEnvelope.ts +0 -14
  3058. package/clients/walletsService/services/WalletsService.js +0 -504
  3059. package/clients/walletsService/services/WalletsService.ts +0 -587
  3060. package/schemas/holderService/schema.s.js +0 -6
  3061. package/schemas/holderService/schema.s.ts +0 -1702
  3062. package/schemas/tenantService/schema.s.js +0 -6
  3063. package/schemas/tenantService/schema.s.ts +0 -7111
@@ -0,0 +1,3504 @@
1
+ // This file is auto-generated by @hey-api/openapi-ts
2
+
3
+ import type { Options as ClientOptions, TDataShape, Client } from '@hey-api/client-fetch';
4
+ import type { GetAccountGroupsData, GetAccountGroupsResponse, GetAccountGroupsError, CreateAccountGroupData, CreateAccountGroupResponse, CreateAccountGroupError, GetAccountGroupsCountAsyncData, GetAccountGroupsCountAsyncResponse, GetAccountGroupsCountAsyncError, DeleteAccountGroupData, DeleteAccountGroupError, GetAccountGroupData, GetAccountGroupResponse, GetAccountGroupError, UpdateAccountGroupData, UpdateAccountGroupResponse, UpdateAccountGroupError, GetAccountingPeriodsData, GetAccountingPeriodsResponse, GetAccountingPeriodsError, CreateAccountingPeriodData, CreateAccountingPeriodResponse, CreateAccountingPeriodError, GetAccountingPeriodsCountAsyncData, GetAccountingPeriodsCountAsyncResponse, GetAccountingPeriodsCountAsyncError, DeleteAccountingPeriodData, DeleteAccountingPeriodResponse, DeleteAccountingPeriodError, GetAccountingPeriodData, GetAccountingPeriodResponse, GetAccountingPeriodError, UpdateAccountingPeriodData, UpdateAccountingPeriodResponse, UpdateAccountingPeriodError, GetAccountsAsyncData, GetAccountsAsyncResponse, GetAccountsAsyncError, CreateAccountAsyncData, CreateAccountAsyncResponse, CreateAccountAsyncError, GetAccountsCountAsyncData, GetAccountsCountAsyncResponse, GetAccountsCountAsyncError, GetRootAccountsAsyncData, GetRootAccountsAsyncResponse, GetRootAccountsAsyncError, DeleteAccountAsyncData, DeleteAccountAsyncResponse, DeleteAccountAsyncError, GetAccountDetailsAsyncData, GetAccountDetailsAsyncResponse, GetAccountDetailsAsyncError, PatchAccountAsyncData, PatchAccountAsyncResponse, PatchAccountAsyncError, UpdateAccountAsyncData, UpdateAccountAsyncResponse, UpdateAccountAsyncError, BalanceRootAccountAsyncData, BalanceRootAccountAsyncResponse, BalanceRootAccountAsyncError, BalanceAccountAsyncData, BalanceAccountAsyncResponse, BalanceAccountAsyncError, GetChildAccountsAsyncData, GetChildAccountsAsyncResponse, GetChildAccountsAsyncError, GetAccountEntriesAsyncData, GetAccountEntriesAsyncResponse, GetAccountEntriesAsyncError, CreateAccountEntryAsyncData, CreateAccountEntryAsyncResponse, CreateAccountEntryAsyncError, GetDebitAccountEntriesAsyncData, GetDebitAccountEntriesAsyncResponse, GetDebitAccountEntriesAsyncError, GetCreditAccountEntriesAsyncData, GetCreditAccountEntriesAsyncResponse, GetCreditAccountEntriesAsyncError, DeleteAccountEntryAsyncData, DeleteAccountEntryAsyncResponse, DeleteAccountEntryAsyncError, GetAccountEntryAsyncData, GetAccountEntryAsyncResponse, GetAccountEntryAsyncError, UpdateAccountEntryAsyncData, UpdateAccountEntryAsyncResponse, UpdateAccountEntryAsyncError, GetAccountDebitsAsyncData, GetAccountDebitsAsyncResponse, GetAccountDebitsAsyncError, CreateAccountDebitAsyncData, CreateAccountDebitAsyncResponse, CreateAccountDebitAsyncError, GetAccountDebitsCountAsyncData, GetAccountDebitsCountAsyncResponse, GetAccountDebitsCountAsyncError, GetAccountCreditsAsyncData, GetAccountCreditsAsyncResponse, GetAccountCreditsAsyncError, CreateAccountCreditAsyncData, CreateAccountCreditAsyncResponse, CreateAccountCreditAsyncError, GetAccountCreditsCountAsyncData, GetAccountCreditsCountAsyncResponse, GetAccountCreditsCountAsyncError, GetAccountAggregateAsyncData, GetAccountAggregateAsyncResponse, GetAccountAggregateAsyncError, GetAccountTypesAsyncData, GetAccountTypesAsyncResponse, GetAccountTypesAsyncError, CreateAccountTypeAsyncData, CreateAccountTypeAsyncResponse, CreateAccountTypeAsyncError, GetAccountTypesCountAsyncData, GetAccountTypesCountAsyncResponse, GetAccountTypesCountAsyncError, DeleteAccountTypeAsyncData, DeleteAccountTypeAsyncResponse, DeleteAccountTypeAsyncError, UpdateAccountTypeAsyncData, UpdateAccountTypeAsyncResponse, UpdateAccountTypeAsyncError, GetAccountRelationsAsyncData, GetAccountRelationsAsyncResponse, GetAccountRelationsAsyncError, CreateAccountRelationAsyncData, CreateAccountRelationAsyncResponse, CreateAccountRelationAsyncError, GetAccountRelationsCountAsyncData, GetAccountRelationsCountAsyncResponse, GetAccountRelationsCountAsyncError, DeleteAccountRelationAsyncData, DeleteAccountRelationAsyncResponse, DeleteAccountRelationAsyncError, UpdateAccountRelationAsyncData, UpdateAccountRelationAsyncResponse, UpdateAccountRelationAsyncError, GetBanksData, GetBanksResponse, GetBanksError, CreateBankData, CreateBankResponse, CreateBankError, GetBanksCountData, GetBanksCountResponse, GetBanksCountError, DeleteBankData, DeleteBankError, GetBankData, GetBankResponse, GetBankError, UpdateBankData, UpdateBankResponse, UpdateBankError, GetBankAccountsData, GetBankAccountsResponse, GetBankAccountsError, CreateBankAccountData, CreateBankAccountResponse, CreateBankAccountError, GetBankAccountsCountData, GetBankAccountsCountResponse, GetBankAccountsCountError, DeleteBankAccountData, DeleteBankAccountError, GetBankAccountData, GetBankAccountResponse, GetBankAccountError, UpdateBankAccountData, UpdateBankAccountResponse, UpdateBankAccountError, GetBankGuaranteesData, GetBankGuaranteesResponse, GetBankGuaranteesError, CreateBankGuaranteeData, CreateBankGuaranteeResponse, CreateBankGuaranteeError, GetBankGuaranteesCountData, GetBankGuaranteesCountResponse, GetBankGuaranteesCountError, DeleteBankGuaranteeData, DeleteBankGuaranteeError, GetBankGuaranteeData, GetBankGuaranteeResponse, GetBankGuaranteeError, UpdateBankGuaranteeData, UpdateBankGuaranteeResponse, UpdateBankGuaranteeError, GetBankTransactionsData, GetBankTransactionsResponse, GetBankTransactionsError, CreateBankTransactionData, CreateBankTransactionResponse, CreateBankTransactionError, GetBankTransactionsCountData, GetBankTransactionsCountResponse, GetBankTransactionsCountError, DeleteBankTransactionData, DeleteBankTransactionError, GetBankTransactionData, GetBankTransactionResponse, GetBankTransactionError, UpdateBankTransactionData, UpdateBankTransactionResponse, UpdateBankTransactionError, DeleteBillingProfileAsyncData, DeleteBillingProfileAsyncResponse, GetBillingProfileByIdAsyncData, GetBillingProfileByIdAsyncResponse, UpdateBillingProfileAsyncData, UpdateBillingProfileAsyncResponse, GetBillingProfilesAsyncData, GetBillingProfilesAsyncResponse, CreateBillingProfileAsyncData, CreateBillingProfileAsyncResponse, GetBillingProfilesCountAsyncData, GetBillingProfilesCountAsyncResponse, DeleteBudgetAsyncData, DeleteBudgetAsyncResponse, DeleteBudgetAsyncError, GetBudgetDetailsAsyncData, GetBudgetDetailsAsyncResponse, GetBudgetDetailsAsyncError, UpdateBudgetAsyncData, UpdateBudgetAsyncResponse, UpdateBudgetAsyncError, GetBudgetsAsyncData, GetBudgetsAsyncResponse, GetBudgetsAsyncError, CreateBudgetAsyncData, CreateBudgetAsyncResponse, CreateBudgetAsyncError, GetBudgetAccountEntriesCollectionAsyncData, GetBudgetAccountEntriesCollectionAsyncResponse, GetBudgetAccountEntriesCollectionAsyncError, CreateBudgetAccountEntryAsyncData, CreateBudgetAccountEntryAsyncResponse, CreateBudgetAccountEntryAsyncError, DeleteBudgetAccountEntryAsyncData, DeleteBudgetAccountEntryAsyncResponse, DeleteBudgetAccountEntryAsyncError, GetBudgetAccountEntryAsyncData, GetBudgetAccountEntryAsyncResponse, GetBudgetAccountEntryAsyncError, UpdateBudgetAccountEntryAsyncData, UpdateBudgetAccountEntryAsyncResponse, UpdateBudgetAccountEntryAsyncError, GetCommissionsAsyncData, GetCommissionsAsyncResponse, GetCommissionsAsyncError, CreateCommissionAsyncData, CreateCommissionAsyncResponse, CreateCommissionAsyncError, GetCommissionsCountAsyncData, GetCommissionsCountAsyncResponse, GetCommissionsCountAsyncError, DeleteCommissionAsyncData, DeleteCommissionAsyncResponse, DeleteCommissionAsyncError, GetCommissionAsyncData, GetCommissionAsyncResponse, GetCommissionAsyncError, UpdateCommissionAsyncData, UpdateCommissionAsyncResponse, UpdateCommissionAsyncError, GetPaymentCommissionsAsyncData, GetPaymentCommissionsAsyncResponse, GetPaymentCommissionsAsyncError, CreatePaymentCommissionAsyncData, CreatePaymentCommissionAsyncResponse, CreatePaymentCommissionAsyncError, GetPaymentCommissionsCountAsyncData, GetPaymentCommissionsCountAsyncResponse, GetPaymentCommissionsCountAsyncError, DeletePaymentCommissionAsyncData, DeletePaymentCommissionAsyncResponse, DeletePaymentCommissionAsyncError, GetPaymentCommissionAsyncData, GetPaymentCommissionAsyncResponse, GetPaymentCommissionAsyncError, UpdatePaymentCommissionAsyncData, UpdatePaymentCommissionAsyncResponse, UpdatePaymentCommissionAsyncError, GetCostCentresData, GetCostCentresResponse, GetCostCentresError, CreateCostCentreData, CreateCostCentreResponse, CreateCostCentreError, GetCostCentresCountData, GetCostCentresCountResponse, GetCostCentresCountError, DeleteCostCentreData, DeleteCostCentreResponse, DeleteCostCentreError, GetCostCentreData, GetCostCentreResponse, GetCostCentreError, UpdateCostCentreData, UpdateCostCentreResponse, UpdateCostCentreError, GetCostCentreGroupsData, GetCostCentreGroupsResponse, GetCostCentreGroupsError, CreateCostCentreGroupData, CreateCostCentreGroupResponse, CreateCostCentreGroupError, GetCostCentreGroupsCountData, GetCostCentreGroupsCountResponse, GetCostCentreGroupsCountError, DeleteCostCentreGroupData, DeleteCostCentreGroupResponse, DeleteCostCentreGroupError, GetCostCentreGroupData, GetCostCentreGroupResponse, GetCostCentreGroupError, UpdateCostCentreGroupData, UpdateCostCentreGroupResponse, UpdateCostCentreGroupError, GetCostCentreBudgetsData, GetCostCentreBudgetsResponse, GetCostCentreBudgetsError, CreateCostCentreBudgetData, CreateCostCentreBudgetResponse, CreateCostCentreBudgetError, DeleteCostCentreBudgetData, DeleteCostCentreBudgetResponse, DeleteCostCentreBudgetError, GetCostCentreBudgetData, GetCostCentreBudgetResponse, GetCostCentreBudgetError, UpdateCostCentreBudgetData, UpdateCostCentreBudgetResponse, UpdateCostCentreBudgetError, GetVersionData, GetHealthData, GetHelloData, PostRegisterData, PostRegisterError, PostLoginData, PostLoginResponse, PostRefreshData, PostRefreshResponse, MapIdentityApiConfirmEmailData, PostResendConfirmationEmailData, PostForgotPasswordData, PostForgotPasswordError, PostResetPasswordData, PostResetPasswordError, PostManage2FaData, PostManage2FaResponse, PostManage2FaError, GetManageInfoData, GetManageInfoResponse, GetManageInfoError, PostManageInfoData, PostManageInfoResponse, PostManageInfoError, GetFinancialBooksAsyncData, GetFinancialBooksAsyncResponse, GetFinancialBooksAsyncError, CreateFinancialBookAsyncData, CreateFinancialBookAsyncResponse, CreateFinancialBookAsyncError, GetFinancialBooksCountAsyncData, GetFinancialBooksCountAsyncResponse, GetFinancialBooksCountAsyncError, DeleteFinancialBookAsyncData, DeleteFinancialBookAsyncResponse, DeleteFinancialBookAsyncError, GetFinancialBookDetailsAsyncData, GetFinancialBookDetailsAsyncResponse, GetFinancialBookDetailsAsyncError, UpdateFinancialBookAsyncData, UpdateFinancialBookAsyncResponse, UpdateFinancialBookAsyncError, GetApiV2AccountingServiceFiscalsAuthoritiesData, GetApiV2AccountingServiceFiscalsAuthoritiesResponse, GetApiV2AccountingServiceFiscalsAuthoritiesError, PostApiV2AccountingServiceFiscalsAuthoritiesData, PostApiV2AccountingServiceFiscalsAuthoritiesResponse, PostApiV2AccountingServiceFiscalsAuthoritiesError, GetApiV2AccountingServiceFiscalsAuthoritiesCountData, GetApiV2AccountingServiceFiscalsAuthoritiesCountResponse, GetApiV2AccountingServiceFiscalsAuthoritiesCountError, DeleteApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdData, DeleteApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdResponse, DeleteApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdError, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdData, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdError, PutApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdData, PutApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdResponse, PutApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdError, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalYearsData, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalYearsResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalYearsError, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsCountData, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsCountResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsCountError, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearIdData, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearIdResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearIdError, PostApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsData, PostApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsResponse, PostApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsError, DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsByFiscalYearIdData, DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsByFiscalYearIdResponse, DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsByFiscalYearIdError, PutApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsByFiscalYearIdData, PutApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsByFiscalYearIdResponse, PutApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsByFiscalYearIdError, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdEnumerationRangesData, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdEnumerationRangesResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdEnumerationRangesError, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdEnumerationRangesCountData, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdEnumerationRangesCountResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdEnumerationRangesCountError, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdEnumerationRangesByEnumerationRangeIdData, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdEnumerationRangesByEnumerationRangeIdResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdEnumerationRangesByEnumerationRangeIdError, PostApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesData, PostApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesResponse, PostApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesError, DeleteApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesByEnumerationRangeIdData, DeleteApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesByEnumerationRangeIdResponse, DeleteApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesByEnumerationRangeIdError, PutApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesByEnumerationRangeIdData, PutApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesByEnumerationRangeIdResponse, PutApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesByEnumerationRangeIdError, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdIdentificationTypesData, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdIdentificationTypesResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdIdentificationTypesError, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdIdentificationTypesCountData, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdIdentificationTypesCountResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdIdentificationTypesCountError, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdIdentificationTypesByIdentificationTypeIdData, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdIdentificationTypesByIdentificationTypeIdResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdIdentificationTypesByIdentificationTypeIdError, PostApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesData, PostApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesResponse, PostApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesError, DeleteApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesByIdentificationTypeIdData, DeleteApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesByIdentificationTypeIdResponse, DeleteApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesByIdentificationTypeIdError, PutApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesByIdentificationTypeIdData, PutApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesByIdentificationTypeIdResponse, PutApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesByIdentificationTypeIdError, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriodsData, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriodsResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriodsError, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriodsCountData, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriodsCountResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriodsCountError, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriodsByFiscalPeriodIdData, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriodsByFiscalPeriodIdResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriodsByFiscalPeriodIdError, PostApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsData, PostApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsResponse, PostApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsError, DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsByFiscalPeriodIdData, DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsByFiscalPeriodIdResponse, DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsByFiscalPeriodIdError, PutApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsByFiscalPeriodIdData, PutApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsByFiscalPeriodIdResponse, PutApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsByFiscalPeriodIdError, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalRegimesData, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalRegimesResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalRegimesError, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalRegimesCountData, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalRegimesCountResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalRegimesCountError, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalRegimesByRegimeIdData, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalRegimesByRegimeIdResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalRegimesByRegimeIdError, PostApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesData, PostApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesResponse, PostApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesError, DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesByRegimeIdData, DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesByRegimeIdResponse, DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesByRegimeIdError, PutApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesByRegimeIdData, PutApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesByRegimeIdResponse, PutApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesByRegimeIdError, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalResponsibilitiesData, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalResponsibilitiesResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalResponsibilitiesError, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesCountData, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesCountResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesCountError, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdData, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdError, PostApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesData, PostApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesResponse, PostApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesError, DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesByFiscalResponsibilityIdData, DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesByFiscalResponsibilityIdResponse, DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesByFiscalResponsibilityIdError, PutApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesByFiscalResponsibilityIdData, PutApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesByFiscalResponsibilityIdResponse, PutApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesByFiscalResponsibilityIdError, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecordsData, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecordsResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecordsError, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecordsCountData, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecordsCountResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecordsCountError, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecordsByFiscalResponsibilityRecordIdData, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecordsByFiscalResponsibilityRecordIdResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecordsByFiscalResponsibilityRecordIdError, PostApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecordsData, PostApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecordsResponse, PostApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecordsError, DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecordsByFiscalResponsibilityRecordIdData, DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecordsByFiscalResponsibilityRecordIdResponse, DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecordsByFiscalResponsibilityRecordIdError, PutApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecordsByFiscalResponsibilityRecordIdData, PutApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecordsByFiscalResponsibilityRecordIdResponse, PutApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecordsByFiscalResponsibilityRecordIdError, GetFiscalYearsAsyncData, GetFiscalYearsAsyncResponse, CreateFiscalYearAsyncData, CreateFiscalYearAsyncResponse, GetFiscalYearsCountAsyncData, GetFiscalYearsCountAsyncResponse, DeleteFiscalYearAsyncData, DeleteFiscalYearAsyncResponse, GetFiscalYearDetailsAsyncData, GetFiscalYearDetailsAsyncResponse, UpdateFiscalYearAsyncData, UpdateFiscalYearAsyncResponse, GetGrantsAsyncData, GetGrantsAsyncResponse, CreateGrantAsyncData, CreateGrantAsyncResponse, GetGrantsCountAsyncData, GetGrantsCountAsyncResponse, DeleteGrantAsyncData, DeleteGrantAsyncResponse, GetGrantDetailsAsyncData, GetGrantDetailsAsyncResponse, UpdateGrantAsyncData, UpdateGrantAsyncResponse, GetInvoiceEnumerationRangesAsyncData, GetInvoiceEnumerationRangesAsyncResponse, GetInvoiceEnumerationRangesAsyncError, CreateInvoiceEnumerationRangeAsyncData, CreateInvoiceEnumerationRangeAsyncResponse, CreateInvoiceEnumerationRangeAsyncError, DeleteInvoiceEnumerationRangeAsyncData, DeleteInvoiceEnumerationRangeAsyncResponse, DeleteInvoiceEnumerationRangeAsyncError, GetInvoiceEnumerationRangeDetailsAsyncData, GetInvoiceEnumerationRangeDetailsAsyncResponse, GetInvoiceEnumerationRangeDetailsAsyncError, UpdateInvoiceEnumerationRangeAsyncData, UpdateInvoiceEnumerationRangeAsyncResponse, UpdateInvoiceEnumerationRangeAsyncError, GetJournalsAsyncData, GetJournalsAsyncResponse, GetJournalsAsyncError, CreateJournalAsyncData, CreateJournalAsyncResponse, CreateJournalAsyncError, CountJournalsAsyncData, CountJournalsAsyncResponse, CountJournalsAsyncError, DeleteJournalAsyncData, DeleteJournalAsyncResponse, DeleteJournalAsyncError, GetJournalDetailsAsyncData, GetJournalDetailsAsyncResponse, GetJournalDetailsAsyncError, UpdateJournalAsyncData, UpdateJournalAsyncResponse, UpdateJournalAsyncError, GetJournalEntriesAsyncData, GetJournalEntriesAsyncResponse, GetJournalEntriesAsyncError, CreateJournalEntryAsyncData, CreateJournalEntryAsyncResponse, CreateJournalEntryAsyncError, GetJournalEntriesCountAsyncData, GetJournalEntriesCountAsyncResponse, GetJournalEntriesCountAsyncError, DeleteJournalEntryAsyncData, DeleteJournalEntryAsyncResponse, DeleteJournalEntryAsyncError, UpdateJournalEntryAsyncData, UpdateJournalEntryAsyncResponse, UpdateJournalEntryAsyncError, DeleteJournalTypeAsyncData, DeleteJournalTypeAsyncResponse, GetJournalTypeDetailsAsyncData, GetJournalTypeDetailsAsyncResponse, UpdateJournalTypeAsyncData, UpdateJournalTypeAsyncResponse, GetJournalTypesAsyncData, GetJournalTypesAsyncResponse, CreateJournalTypeAsyncData, CreateJournalTypeAsyncResponse, GetJournalTypesCountAsyncData, GetJournalTypesCountAsyncResponse, GetLedgersAsyncData, GetLedgersAsyncResponse, GetLedgersAsyncError, CreateLedgerAsyncData, CreateLedgerAsyncResponse, CreateLedgerAsyncError, GetLedgersCountAsyncData, GetLedgersCountAsyncResponse, GetLedgersCountAsyncError, DeleteLedgerAsyncData, DeleteLedgerAsyncResponse, DeleteLedgerAsyncError, GetLedgerDetailsAsyncData, GetLedgerDetailsAsyncResponse, GetLedgerDetailsAsyncError, UpdateLedgerAsyncData, UpdateLedgerAsyncResponse, UpdateLedgerAsyncError, GetLedgerTypesAsyncData, GetLedgerTypesAsyncResponse, GetLedgerTypesAsyncError, CreateLedgerTypeAsyncData, CreateLedgerTypeAsyncResponse, CreateLedgerTypeAsyncError, GetLedgerTypesCountAsyncData, GetLedgerTypesCountAsyncResponse, GetLedgerTypesCountAsyncError, DeleteLedgerTypeAsyncData, DeleteLedgerTypeAsyncResponse, DeleteLedgerTypeAsyncError, GetLedgerTypeDetailsAsyncData, GetLedgerTypeDetailsAsyncResponse, GetLedgerTypeDetailsAsyncError, UpdateLedgerTypeAsyncData, UpdateLedgerTypeAsyncResponse, UpdateLedgerTypeAsyncError, DeleteLoanAsyncData, DeleteLoanAsyncResponse, DeleteLoanAsyncError, GetLoanDetailsAsyncData, GetLoanDetailsAsyncResponse, GetLoanDetailsAsyncError, UpdateLoanAsyncData, UpdateLoanAsyncResponse, UpdateLoanAsyncError, GetLoansAsyncData, GetLoansAsyncResponse, GetLoansAsyncError, CreateLoanAsyncData, CreateLoanAsyncResponse, CreateLoanAsyncError, GetLoansCountAsyncData, GetLoansCountAsyncResponse, GetLoansCountAsyncError, GetLoanApplicationsAsyncData, GetLoanApplicationsAsyncResponse, GetLoanApplicationsAsyncError, CreateLoanApplicationAsyncData, CreateLoanApplicationAsyncResponse, CreateLoanApplicationAsyncError, GetLoanApplicationsCountAsyncData, GetLoanApplicationsCountAsyncResponse, GetLoanApplicationsCountAsyncError, DeleteLoanApplicationAsyncData, DeleteLoanApplicationAsyncResponse, DeleteLoanApplicationAsyncError, GetLoanApplicationDetailsAsyncData, GetLoanApplicationDetailsAsyncResponse, GetLoanApplicationDetailsAsyncError, UpdateLoanApplicationAsyncData, UpdateLoanApplicationAsyncResponse, UpdateLoanApplicationAsyncError, GetReceiptsAsyncData, GetReceiptsAsyncResponse, CreateReceiptAsyncData, CreateReceiptAsyncResponse, GetReceiptsCountAsyncData, GetReceiptsCountAsyncResponse, DeleteReceiptAsyncData, DeleteReceiptAsyncResponse, GetReceiptDetailsAsyncData, GetReceiptDetailsAsyncResponse, UpdateReceiptAsyncData, UpdateReceiptAsyncResponse, GetShareClassesData, GetShareClassesResponse, GetShareClassesError, CreateShareClassData, CreateShareClassResponse, CreateShareClassError, GetShareClassesCountData, GetShareClassesCountResponse, GetShareClassesCountError, DeleteShareClassData, DeleteShareClassError, GetShareClassData, GetShareClassResponse, GetShareClassError, UpdateShareClassData, UpdateShareClassResponse, UpdateShareClassError, GetShareIssuancesData, GetShareIssuancesResponse, GetShareIssuancesError, CreateShareIssuanceData, CreateShareIssuanceResponse, CreateShareIssuanceError, GetShareIssuancesCountData, GetShareIssuancesCountResponse, GetShareIssuancesCountError, DeleteShareIssuanceData, DeleteShareIssuanceError, GetShareIssuanceData, GetShareIssuanceResponse, GetShareIssuanceError, UpdateShareIssuanceData, UpdateShareIssuanceResponse, UpdateShareIssuanceError, GetShareTransfersData, GetShareTransfersResponse, GetShareTransfersError, CreateShareTransferData, CreateShareTransferResponse, CreateShareTransferError, GetShareTransfersCountData, GetShareTransfersCountResponse, GetShareTransfersCountError, DeleteShareTransferData, DeleteShareTransferError, GetShareTransferData, GetShareTransferResponse, GetShareTransferError, UpdateShareTransferData, UpdateShareTransferResponse, UpdateShareTransferError, GetShareTransferReasonsData, GetShareTransferReasonsResponse, GetShareTransferReasonsError, CreateShareTransferReasonData, CreateShareTransferReasonResponse, CreateShareTransferReasonError, GetShareTransferReasonsCountData, GetShareTransferReasonsCountResponse, GetShareTransferReasonsCountError, DeleteShareTransferReasonData, DeleteShareTransferReasonError, GetShareTransferReasonData, GetShareTransferReasonResponse, GetShareTransferReasonError, UpdateShareTransferReasonData, UpdateShareTransferReasonResponse, UpdateShareTransferReasonError, GetTaxPoliciesData, GetTaxPoliciesResponse, GetTaxPoliciesError, PostApiV2AccountingServiceTaxPoliciesData, PostApiV2AccountingServiceTaxPoliciesResponse, PostApiV2AccountingServiceTaxPoliciesError, GetTaxPoliciesCountData, GetTaxPoliciesCountResponse, GetTaxPoliciesCountError, GetApiV2AccountingServiceTaxPoliciesByAuthorityByAuthorityIdData, GetApiV2AccountingServiceTaxPoliciesByAuthorityByAuthorityIdResponse, GetApiV2AccountingServiceTaxPoliciesByAuthorityByAuthorityIdError, DeleteApiV2AccountingServiceTaxPoliciesByIdData, DeleteApiV2AccountingServiceTaxPoliciesByIdResponse, DeleteApiV2AccountingServiceTaxPoliciesByIdError, GetApiV2AccountingServiceTaxPoliciesByIdData, GetApiV2AccountingServiceTaxPoliciesByIdResponse, GetApiV2AccountingServiceTaxPoliciesByIdError, PutApiV2AccountingServiceTaxPoliciesByIdData, PutApiV2AccountingServiceTaxPoliciesByIdResponse, PutApiV2AccountingServiceTaxPoliciesByIdError, GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsData, GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsResponse, GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsError, PostApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsData, PostApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsResponse, PostApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsError, DeleteApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordIdData, DeleteApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordIdResponse, DeleteApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordIdError, GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordIdData, GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordIdResponse, GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordIdError, PutApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordIdData, PutApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordIdResponse, PutApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordIdError, GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsData, GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsResponse, GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsError, PostApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsData, PostApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsResponse, PostApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsError, GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsCountData, GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsCountResponse, GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsCountError, DeleteApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordIdData, DeleteApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordIdResponse, DeleteApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordIdError, GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordIdData, GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordIdResponse, GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordIdError, PutApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordIdData, PutApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordIdResponse, PutApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordIdError, GetTaxRatesData, GetTaxRatesResponse, GetTaxRatesError, PostApiV2AccountingServiceTaxRatesData, PostApiV2AccountingServiceTaxRatesResponse, PostApiV2AccountingServiceTaxRatesError, GetTaxRatesCountData, GetTaxRatesCountResponse, GetTaxRatesCountError, DeleteApiV2AccountingServiceTaxRatesByIdData, DeleteApiV2AccountingServiceTaxRatesByIdResponse, DeleteApiV2AccountingServiceTaxRatesByIdError, GetApiV2AccountingServiceTaxRatesByIdData, GetApiV2AccountingServiceTaxRatesByIdResponse, GetApiV2AccountingServiceTaxRatesByIdError, PutApiV2AccountingServiceTaxRatesByIdData, PutApiV2AccountingServiceTaxRatesByIdResponse, PutApiV2AccountingServiceTaxRatesByIdError, GetTransactionsData, GetTransactionsResponse, GetTransactionsError, CreateTransactionData, CreateTransactionResponse, CreateTransactionError, GetTransactionsCountData, GetTransactionsCountResponse, GetTransactionsCountError, DeleteTransactionData, DeleteTransactionResponse, DeleteTransactionError, GetTransactionData, GetTransactionResponse, GetTransactionError, UpdateTransactionData, UpdateTransactionResponse, UpdateTransactionError, GetTransactionCategoriesData, GetTransactionCategoriesResponse, GetTransactionCategoriesError, CreateTransactionCategoryData, CreateTransactionCategoryResponse, CreateTransactionCategoryError, GetTransactionCategoriesCountData, GetTransactionCategoriesCountResponse, GetTransactionCategoriesCountError, DeleteTransactionCategoryData, DeleteTransactionCategoryResponse, DeleteTransactionCategoryError, GetTransactionCategoryData, GetTransactionCategoryResponse, GetTransactionCategoryError, UpdateTransactionCategoryData, UpdateTransactionCategoryResponse, UpdateTransactionCategoryError } from './types.gen';
5
+ import { client as _heyApiClient } from './client.gen';
6
+
7
+ export type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = ClientOptions<TData, ThrowOnError> & {
8
+ /**
9
+ * You can provide a client instance returned by `createClient()` instead of
10
+ * individual options. This might be also useful if you want to implement a
11
+ * custom client.
12
+ */
13
+ client?: Client;
14
+ /**
15
+ * You can pass arbitrary values through the `meta` object. This can be
16
+ * used to access values that aren't defined as part of the SDK function.
17
+ */
18
+ meta?: Record<string, unknown>;
19
+ };
20
+
21
+ /**
22
+ * Gets the current tenant account groups
23
+ * Get the currently acting tenant account groups.
24
+ */
25
+ export const getAccountGroups = <ThrowOnError extends boolean = false>(options: Options<GetAccountGroupsData, ThrowOnError>) => {
26
+ return (options.client ?? _heyApiClient).get<GetAccountGroupsResponse, GetAccountGroupsError, ThrowOnError>({
27
+ url: '/api/v2/AccountingService/AccountGroups',
28
+ ...options
29
+ });
30
+ };
31
+
32
+ /**
33
+ * Creates a new account group
34
+ * Creates a new account group.
35
+ */
36
+ export const createAccountGroup = <ThrowOnError extends boolean = false>(options: Options<CreateAccountGroupData, ThrowOnError>) => {
37
+ return (options.client ?? _heyApiClient).post<CreateAccountGroupResponse, CreateAccountGroupError, ThrowOnError>({
38
+ url: '/api/v2/AccountingService/AccountGroups',
39
+ ...options,
40
+ headers: {
41
+ 'Content-Type': 'application/json',
42
+ ...options?.headers
43
+ }
44
+ });
45
+ };
46
+
47
+ /**
48
+ * Gets the current tenant accounts count
49
+ * Get the currently acting tenant accounts count.
50
+ */
51
+ export const getAccountGroupsCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetAccountGroupsCountAsyncData, ThrowOnError>) => {
52
+ return (options.client ?? _heyApiClient).get<GetAccountGroupsCountAsyncResponse, GetAccountGroupsCountAsyncError, ThrowOnError>({
53
+ url: '/api/v2/AccountingService/AccountGroups/Count',
54
+ ...options
55
+ });
56
+ };
57
+
58
+ /**
59
+ * Deletes an existing account group
60
+ * Deletes an existing account group.
61
+ */
62
+ export const deleteAccountGroup = <ThrowOnError extends boolean = false>(options: Options<DeleteAccountGroupData, ThrowOnError>) => {
63
+ return (options.client ?? _heyApiClient).delete<unknown, DeleteAccountGroupError, ThrowOnError>({
64
+ url: '/api/v2/AccountingService/AccountGroups/{accountGroupId}',
65
+ ...options
66
+ });
67
+ };
68
+
69
+ /**
70
+ * Gets the current tenant account group
71
+ * Get the currently acting tenant account group.
72
+ */
73
+ export const getAccountGroup = <ThrowOnError extends boolean = false>(options: Options<GetAccountGroupData, ThrowOnError>) => {
74
+ return (options.client ?? _heyApiClient).get<GetAccountGroupResponse, GetAccountGroupError, ThrowOnError>({
75
+ url: '/api/v2/AccountingService/AccountGroups/{accountGroupId}',
76
+ ...options
77
+ });
78
+ };
79
+
80
+ /**
81
+ * Updates an existing account group
82
+ * Updates an existing account group.
83
+ */
84
+ export const updateAccountGroup = <ThrowOnError extends boolean = false>(options: Options<UpdateAccountGroupData, ThrowOnError>) => {
85
+ return (options.client ?? _heyApiClient).put<UpdateAccountGroupResponse, UpdateAccountGroupError, ThrowOnError>({
86
+ url: '/api/v2/AccountingService/AccountGroups/{accountGroupId}',
87
+ ...options,
88
+ headers: {
89
+ 'Content-Type': 'application/json',
90
+ ...options?.headers
91
+ }
92
+ });
93
+ };
94
+
95
+ /**
96
+ * Get all accounting periods for a tenant
97
+ * Retrieves all accounting periods for the specified tenant using OData query options.
98
+ */
99
+ export const getAccountingPeriods = <ThrowOnError extends boolean = false>(options: Options<GetAccountingPeriodsData, ThrowOnError>) => {
100
+ return (options.client ?? _heyApiClient).get<GetAccountingPeriodsResponse, GetAccountingPeriodsError, ThrowOnError>({
101
+ url: '/api/v2/AccountingService/AccountingPeriods',
102
+ ...options
103
+ });
104
+ };
105
+
106
+ /**
107
+ * Creates a new accounting period
108
+ * Creates a new accounting period.
109
+ */
110
+ export const createAccountingPeriod = <ThrowOnError extends boolean = false>(options: Options<CreateAccountingPeriodData, ThrowOnError>) => {
111
+ return (options.client ?? _heyApiClient).post<CreateAccountingPeriodResponse, CreateAccountingPeriodError, ThrowOnError>({
112
+ url: '/api/v2/AccountingService/AccountingPeriods',
113
+ ...options,
114
+ headers: {
115
+ 'Content-Type': 'application/json',
116
+ ...options?.headers
117
+ }
118
+ });
119
+ };
120
+
121
+ /**
122
+ * Gets the current tenant accounting periods count
123
+ * Get the currently acting tenant accounting periods count.
124
+ */
125
+ export const getAccountingPeriodsCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetAccountingPeriodsCountAsyncData, ThrowOnError>) => {
126
+ return (options.client ?? _heyApiClient).get<GetAccountingPeriodsCountAsyncResponse, GetAccountingPeriodsCountAsyncError, ThrowOnError>({
127
+ url: '/api/v2/AccountingService/AccountingPeriods/Count',
128
+ ...options
129
+ });
130
+ };
131
+
132
+ /**
133
+ * Deletes an existing accounting period
134
+ * Deletes an existing accounting period.
135
+ */
136
+ export const deleteAccountingPeriod = <ThrowOnError extends boolean = false>(options: Options<DeleteAccountingPeriodData, ThrowOnError>) => {
137
+ return (options.client ?? _heyApiClient).delete<DeleteAccountingPeriodResponse, DeleteAccountingPeriodError, ThrowOnError>({
138
+ url: '/api/v2/AccountingService/AccountingPeriods/{accountingPeriodId}',
139
+ ...options
140
+ });
141
+ };
142
+
143
+ /**
144
+ * Gets the current tenant accounting period
145
+ * Get the currently acting tenant accounting period.
146
+ */
147
+ export const getAccountingPeriod = <ThrowOnError extends boolean = false>(options: Options<GetAccountingPeriodData, ThrowOnError>) => {
148
+ return (options.client ?? _heyApiClient).get<GetAccountingPeriodResponse, GetAccountingPeriodError, ThrowOnError>({
149
+ url: '/api/v2/AccountingService/AccountingPeriods/{accountingPeriodId}',
150
+ ...options
151
+ });
152
+ };
153
+
154
+ /**
155
+ * Updates an existing accounting period
156
+ * Updates an existing accounting period.
157
+ */
158
+ export const updateAccountingPeriod = <ThrowOnError extends boolean = false>(options: Options<UpdateAccountingPeriodData, ThrowOnError>) => {
159
+ return (options.client ?? _heyApiClient).put<UpdateAccountingPeriodResponse, UpdateAccountingPeriodError, ThrowOnError>({
160
+ url: '/api/v2/AccountingService/AccountingPeriods/{accountingPeriodId}',
161
+ ...options,
162
+ headers: {
163
+ 'Content-Type': 'application/json',
164
+ ...options?.headers
165
+ }
166
+ });
167
+ };
168
+
169
+ /**
170
+ * Creates a new account
171
+ * Creates a new account.
172
+ */
173
+ export const getAccountsAsync = <ThrowOnError extends boolean = false>(options: Options<GetAccountsAsyncData, ThrowOnError>) => {
174
+ return (options.client ?? _heyApiClient).get<GetAccountsAsyncResponse, GetAccountsAsyncError, ThrowOnError>({
175
+ url: '/api/v2/AccountingService/Accounts',
176
+ ...options
177
+ });
178
+ };
179
+
180
+ /**
181
+ * Get root accounts
182
+ * Get root accounts.
183
+ */
184
+ export const createAccountAsync = <ThrowOnError extends boolean = false>(options: Options<CreateAccountAsyncData, ThrowOnError>) => {
185
+ return (options.client ?? _heyApiClient).post<CreateAccountAsyncResponse, CreateAccountAsyncError, ThrowOnError>({
186
+ url: '/api/v2/AccountingService/Accounts',
187
+ ...options,
188
+ headers: {
189
+ 'Content-Type': 'application/json',
190
+ ...options?.headers
191
+ }
192
+ });
193
+ };
194
+
195
+ /**
196
+ * Get the number of accounts
197
+ * Get the number of accounts.
198
+ */
199
+ export const getAccountsCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetAccountsCountAsyncData, ThrowOnError>) => {
200
+ return (options.client ?? _heyApiClient).get<GetAccountsCountAsyncResponse, GetAccountsCountAsyncError, ThrowOnError>({
201
+ url: '/api/v2/AccountingService/Accounts/Count',
202
+ ...options
203
+ });
204
+ };
205
+
206
+ /**
207
+ * Get root accounts
208
+ * Get root accounts.
209
+ */
210
+ export const getRootAccountsAsync = <ThrowOnError extends boolean = false>(options: Options<GetRootAccountsAsyncData, ThrowOnError>) => {
211
+ return (options.client ?? _heyApiClient).get<GetRootAccountsAsyncResponse, GetRootAccountsAsyncError, ThrowOnError>({
212
+ url: '/api/v2/AccountingService/Accounts/Root',
213
+ ...options
214
+ });
215
+ };
216
+
217
+ /**
218
+ * Delete an account
219
+ * Delete an account.
220
+ */
221
+ export const deleteAccountAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteAccountAsyncData, ThrowOnError>) => {
222
+ return (options.client ?? _heyApiClient).delete<DeleteAccountAsyncResponse, DeleteAccountAsyncError, ThrowOnError>({
223
+ url: '/api/v2/AccountingService/Accounts/{accountId}',
224
+ ...options
225
+ });
226
+ };
227
+
228
+ /**
229
+ * Get account details
230
+ * Get account details.
231
+ */
232
+ export const getAccountDetailsAsync = <ThrowOnError extends boolean = false>(options: Options<GetAccountDetailsAsyncData, ThrowOnError>) => {
233
+ return (options.client ?? _heyApiClient).get<GetAccountDetailsAsyncResponse, GetAccountDetailsAsyncError, ThrowOnError>({
234
+ url: '/api/v2/AccountingService/Accounts/{accountId}',
235
+ ...options
236
+ });
237
+ };
238
+
239
+ /**
240
+ * Patch an account
241
+ * Patch an account.
242
+ */
243
+ export const patchAccountAsync = <ThrowOnError extends boolean = false>(options: Options<PatchAccountAsyncData, ThrowOnError>) => {
244
+ return (options.client ?? _heyApiClient).patch<PatchAccountAsyncResponse, PatchAccountAsyncError, ThrowOnError>({
245
+ url: '/api/v2/AccountingService/Accounts/{accountId}',
246
+ ...options,
247
+ headers: {
248
+ 'Content-Type': 'application/json',
249
+ ...options?.headers
250
+ }
251
+ });
252
+ };
253
+
254
+ /**
255
+ * Update an account
256
+ * Update an account.
257
+ */
258
+ export const updateAccountAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateAccountAsyncData, ThrowOnError>) => {
259
+ return (options.client ?? _heyApiClient).put<UpdateAccountAsyncResponse, UpdateAccountAsyncError, ThrowOnError>({
260
+ url: '/api/v2/AccountingService/Accounts/{accountId}',
261
+ ...options,
262
+ headers: {
263
+ 'Content-Type': 'application/json',
264
+ ...options?.headers
265
+ }
266
+ });
267
+ };
268
+
269
+ /**
270
+ * Balance root account
271
+ * Balance root account.
272
+ */
273
+ export const balanceRootAccountAsync = <ThrowOnError extends boolean = false>(options: Options<BalanceRootAccountAsyncData, ThrowOnError>) => {
274
+ return (options.client ?? _heyApiClient).post<BalanceRootAccountAsyncResponse, BalanceRootAccountAsyncError, ThrowOnError>({
275
+ url: '/api/v2/AccountingService/Accounts/Root/Balance',
276
+ ...options
277
+ });
278
+ };
279
+
280
+ /**
281
+ * Balance account
282
+ * Balance account.
283
+ */
284
+ export const balanceAccountAsync = <ThrowOnError extends boolean = false>(options: Options<BalanceAccountAsyncData, ThrowOnError>) => {
285
+ return (options.client ?? _heyApiClient).post<BalanceAccountAsyncResponse, BalanceAccountAsyncError, ThrowOnError>({
286
+ url: '/api/v2/AccountingService/Accounts/{accountId}/Balance',
287
+ ...options
288
+ });
289
+ };
290
+
291
+ /**
292
+ * Get child accounts
293
+ * Get child accounts.
294
+ */
295
+ export const getChildAccountsAsync = <ThrowOnError extends boolean = false>(options: Options<GetChildAccountsAsyncData, ThrowOnError>) => {
296
+ return (options.client ?? _heyApiClient).get<GetChildAccountsAsyncResponse, GetChildAccountsAsyncError, ThrowOnError>({
297
+ url: '/api/v2/AccountingService/Accounts/{accountId}/Children',
298
+ ...options
299
+ });
300
+ };
301
+
302
+ /**
303
+ * Get account entries
304
+ * Get account entries.
305
+ */
306
+ export const getAccountEntriesAsync = <ThrowOnError extends boolean = false>(options: Options<GetAccountEntriesAsyncData, ThrowOnError>) => {
307
+ return (options.client ?? _heyApiClient).get<GetAccountEntriesAsyncResponse, GetAccountEntriesAsyncError, ThrowOnError>({
308
+ url: '/api/v2/AccountingService/Accounts/{accountId}/Entries',
309
+ ...options
310
+ });
311
+ };
312
+
313
+ /**
314
+ * Create account entry
315
+ * Create account entry.
316
+ */
317
+ export const createAccountEntryAsync = <ThrowOnError extends boolean = false>(options: Options<CreateAccountEntryAsyncData, ThrowOnError>) => {
318
+ return (options.client ?? _heyApiClient).post<CreateAccountEntryAsyncResponse, CreateAccountEntryAsyncError, ThrowOnError>({
319
+ url: '/api/v2/AccountingService/Accounts/{accountId}/Entries',
320
+ ...options,
321
+ headers: {
322
+ 'Content-Type': 'application/json',
323
+ ...options?.headers
324
+ }
325
+ });
326
+ };
327
+
328
+ /**
329
+ * Get debit account entries
330
+ * Get debit account entries.
331
+ */
332
+ export const getDebitAccountEntriesAsync = <ThrowOnError extends boolean = false>(options: Options<GetDebitAccountEntriesAsyncData, ThrowOnError>) => {
333
+ return (options.client ?? _heyApiClient).get<GetDebitAccountEntriesAsyncResponse, GetDebitAccountEntriesAsyncError, ThrowOnError>({
334
+ url: '/api/v2/AccountingService/Accounts/{accountId}/Entries/Debit',
335
+ ...options
336
+ });
337
+ };
338
+
339
+ /**
340
+ * Get credit account entries
341
+ * Get credit account entries.
342
+ */
343
+ export const getCreditAccountEntriesAsync = <ThrowOnError extends boolean = false>(options: Options<GetCreditAccountEntriesAsyncData, ThrowOnError>) => {
344
+ return (options.client ?? _heyApiClient).get<GetCreditAccountEntriesAsyncResponse, GetCreditAccountEntriesAsyncError, ThrowOnError>({
345
+ url: '/api/v2/AccountingService/Accounts/{accountId}/Entries/Credit',
346
+ ...options
347
+ });
348
+ };
349
+
350
+ /**
351
+ * Delete account entry
352
+ * Delete account entry.
353
+ */
354
+ export const deleteAccountEntryAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteAccountEntryAsyncData, ThrowOnError>) => {
355
+ return (options.client ?? _heyApiClient).delete<DeleteAccountEntryAsyncResponse, DeleteAccountEntryAsyncError, ThrowOnError>({
356
+ url: '/api/v2/AccountingService/Accounts/{accountId}/Entries/{entryId}',
357
+ ...options
358
+ });
359
+ };
360
+
361
+ /**
362
+ * Get account entry
363
+ * Get account entry.
364
+ */
365
+ export const getAccountEntryAsync = <ThrowOnError extends boolean = false>(options: Options<GetAccountEntryAsyncData, ThrowOnError>) => {
366
+ return (options.client ?? _heyApiClient).get<GetAccountEntryAsyncResponse, GetAccountEntryAsyncError, ThrowOnError>({
367
+ url: '/api/v2/AccountingService/Accounts/{accountId}/Entries/{entryId}',
368
+ ...options
369
+ });
370
+ };
371
+
372
+ /**
373
+ * Update account entry
374
+ * Update account entry.
375
+ */
376
+ export const updateAccountEntryAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateAccountEntryAsyncData, ThrowOnError>) => {
377
+ return (options.client ?? _heyApiClient).put<UpdateAccountEntryAsyncResponse, UpdateAccountEntryAsyncError, ThrowOnError>({
378
+ url: '/api/v2/AccountingService/Accounts/{accountId}/Entries/{entryId}',
379
+ ...options,
380
+ headers: {
381
+ 'Content-Type': 'application/json',
382
+ ...options?.headers
383
+ }
384
+ });
385
+ };
386
+
387
+ /**
388
+ * Get account debits
389
+ * Get account debits.
390
+ */
391
+ export const getAccountDebitsAsync = <ThrowOnError extends boolean = false>(options: Options<GetAccountDebitsAsyncData, ThrowOnError>) => {
392
+ return (options.client ?? _heyApiClient).get<GetAccountDebitsAsyncResponse, GetAccountDebitsAsyncError, ThrowOnError>({
393
+ url: '/api/v2/AccountingService/Accounts/{accountId}/Debits',
394
+ ...options
395
+ });
396
+ };
397
+
398
+ /**
399
+ * Create account debit
400
+ * Create account debit.
401
+ */
402
+ export const createAccountDebitAsync = <ThrowOnError extends boolean = false>(options: Options<CreateAccountDebitAsyncData, ThrowOnError>) => {
403
+ return (options.client ?? _heyApiClient).post<CreateAccountDebitAsyncResponse, CreateAccountDebitAsyncError, ThrowOnError>({
404
+ url: '/api/v2/AccountingService/Accounts/{accountId}/Debits',
405
+ ...options,
406
+ headers: {
407
+ 'Content-Type': 'application/json',
408
+ ...options?.headers
409
+ }
410
+ });
411
+ };
412
+
413
+ /**
414
+ * Get account debits count
415
+ * Get account debits count.
416
+ */
417
+ export const getAccountDebitsCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetAccountDebitsCountAsyncData, ThrowOnError>) => {
418
+ return (options.client ?? _heyApiClient).get<GetAccountDebitsCountAsyncResponse, GetAccountDebitsCountAsyncError, ThrowOnError>({
419
+ url: '/api/v2/AccountingService/Accounts/{accountId}/Debits/Count',
420
+ ...options
421
+ });
422
+ };
423
+
424
+ /**
425
+ * Get account credits
426
+ * Get account credits.
427
+ */
428
+ export const getAccountCreditsAsync = <ThrowOnError extends boolean = false>(options: Options<GetAccountCreditsAsyncData, ThrowOnError>) => {
429
+ return (options.client ?? _heyApiClient).get<GetAccountCreditsAsyncResponse, GetAccountCreditsAsyncError, ThrowOnError>({
430
+ url: '/api/v2/AccountingService/Accounts/{accountId}/Credits',
431
+ ...options
432
+ });
433
+ };
434
+
435
+ /**
436
+ * Create account credit
437
+ * Create account credit.
438
+ */
439
+ export const createAccountCreditAsync = <ThrowOnError extends boolean = false>(options: Options<CreateAccountCreditAsyncData, ThrowOnError>) => {
440
+ return (options.client ?? _heyApiClient).post<CreateAccountCreditAsyncResponse, CreateAccountCreditAsyncError, ThrowOnError>({
441
+ url: '/api/v2/AccountingService/Accounts/{accountId}/Credits',
442
+ ...options,
443
+ headers: {
444
+ 'Content-Type': 'application/json',
445
+ ...options?.headers
446
+ }
447
+ });
448
+ };
449
+
450
+ /**
451
+ * Get account credits count
452
+ * Get account credits count.
453
+ */
454
+ export const getAccountCreditsCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetAccountCreditsCountAsyncData, ThrowOnError>) => {
455
+ return (options.client ?? _heyApiClient).get<GetAccountCreditsCountAsyncResponse, GetAccountCreditsCountAsyncError, ThrowOnError>({
456
+ url: '/api/v2/AccountingService/Accounts/{accountId}/Credits/Count',
457
+ ...options
458
+ });
459
+ };
460
+
461
+ /**
462
+ * Get account aggregate
463
+ * Get account aggregate.
464
+ */
465
+ export const getAccountAggregateAsync = <ThrowOnError extends boolean = false>(options: Options<GetAccountAggregateAsyncData, ThrowOnError>) => {
466
+ return (options.client ?? _heyApiClient).post<GetAccountAggregateAsyncResponse, GetAccountAggregateAsyncError, ThrowOnError>({
467
+ url: '/api/v2/AccountingService/Accounts/Aggregate',
468
+ ...options,
469
+ headers: {
470
+ 'Content-Type': 'application/json',
471
+ ...options?.headers
472
+ }
473
+ });
474
+ };
475
+
476
+ /**
477
+ * Get account types
478
+ * Get account types.
479
+ */
480
+ export const getAccountTypesAsync = <ThrowOnError extends boolean = false>(options: Options<GetAccountTypesAsyncData, ThrowOnError>) => {
481
+ return (options.client ?? _heyApiClient).get<GetAccountTypesAsyncResponse, GetAccountTypesAsyncError, ThrowOnError>({
482
+ url: '/api/v2/AccountingService/Accounts/Types',
483
+ ...options
484
+ });
485
+ };
486
+
487
+ /**
488
+ * Create account type
489
+ * Create account type.
490
+ */
491
+ export const createAccountTypeAsync = <ThrowOnError extends boolean = false>(options: Options<CreateAccountTypeAsyncData, ThrowOnError>) => {
492
+ return (options.client ?? _heyApiClient).post<CreateAccountTypeAsyncResponse, CreateAccountTypeAsyncError, ThrowOnError>({
493
+ url: '/api/v2/AccountingService/Accounts/Types',
494
+ ...options,
495
+ headers: {
496
+ 'Content-Type': 'application/json',
497
+ ...options?.headers
498
+ }
499
+ });
500
+ };
501
+
502
+ /**
503
+ * Get account types count
504
+ * Get account types count.
505
+ */
506
+ export const getAccountTypesCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetAccountTypesCountAsyncData, ThrowOnError>) => {
507
+ return (options.client ?? _heyApiClient).get<GetAccountTypesCountAsyncResponse, GetAccountTypesCountAsyncError, ThrowOnError>({
508
+ url: '/api/v2/AccountingService/Accounts/Types/Count',
509
+ ...options
510
+ });
511
+ };
512
+
513
+ /**
514
+ * Delete account type
515
+ * Delete account type.
516
+ */
517
+ export const deleteAccountTypeAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteAccountTypeAsyncData, ThrowOnError>) => {
518
+ return (options.client ?? _heyApiClient).delete<DeleteAccountTypeAsyncResponse, DeleteAccountTypeAsyncError, ThrowOnError>({
519
+ url: '/api/v2/AccountingService/Accounts/Types/{accountTypeId}',
520
+ ...options
521
+ });
522
+ };
523
+
524
+ /**
525
+ * Update account type
526
+ * Update account type.
527
+ */
528
+ export const updateAccountTypeAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateAccountTypeAsyncData, ThrowOnError>) => {
529
+ return (options.client ?? _heyApiClient).put<UpdateAccountTypeAsyncResponse, UpdateAccountTypeAsyncError, ThrowOnError>({
530
+ url: '/api/v2/AccountingService/Accounts/Types/{accountTypeId}',
531
+ ...options,
532
+ headers: {
533
+ 'Content-Type': 'application/json',
534
+ ...options?.headers
535
+ }
536
+ });
537
+ };
538
+
539
+ /**
540
+ * Get account relations
541
+ * Get account relations.
542
+ */
543
+ export const getAccountRelationsAsync = <ThrowOnError extends boolean = false>(options: Options<GetAccountRelationsAsyncData, ThrowOnError>) => {
544
+ return (options.client ?? _heyApiClient).get<GetAccountRelationsAsyncResponse, GetAccountRelationsAsyncError, ThrowOnError>({
545
+ url: '/api/v2/AccountingService/Accounts/Relations',
546
+ ...options
547
+ });
548
+ };
549
+
550
+ /**
551
+ * Create account relation
552
+ * Create account relation.
553
+ */
554
+ export const createAccountRelationAsync = <ThrowOnError extends boolean = false>(options: Options<CreateAccountRelationAsyncData, ThrowOnError>) => {
555
+ return (options.client ?? _heyApiClient).post<CreateAccountRelationAsyncResponse, CreateAccountRelationAsyncError, ThrowOnError>({
556
+ url: '/api/v2/AccountingService/Accounts/Relations',
557
+ ...options,
558
+ headers: {
559
+ 'Content-Type': 'application/json',
560
+ ...options?.headers
561
+ }
562
+ });
563
+ };
564
+
565
+ /**
566
+ * Get account relations count
567
+ * Get account relations count.
568
+ */
569
+ export const getAccountRelationsCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetAccountRelationsCountAsyncData, ThrowOnError>) => {
570
+ return (options.client ?? _heyApiClient).get<GetAccountRelationsCountAsyncResponse, GetAccountRelationsCountAsyncError, ThrowOnError>({
571
+ url: '/api/v2/AccountingService/Accounts/Relations/Count',
572
+ ...options
573
+ });
574
+ };
575
+
576
+ /**
577
+ * Delete account relation
578
+ * Delete account relation.
579
+ */
580
+ export const deleteAccountRelationAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteAccountRelationAsyncData, ThrowOnError>) => {
581
+ return (options.client ?? _heyApiClient).delete<DeleteAccountRelationAsyncResponse, DeleteAccountRelationAsyncError, ThrowOnError>({
582
+ url: '/api/v2/AccountingService/Accounts/Relations/{accountRelationId}',
583
+ ...options
584
+ });
585
+ };
586
+
587
+ /**
588
+ * Update account relation
589
+ * Update account relation.
590
+ */
591
+ export const updateAccountRelationAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateAccountRelationAsyncData, ThrowOnError>) => {
592
+ return (options.client ?? _heyApiClient).put<UpdateAccountRelationAsyncResponse, UpdateAccountRelationAsyncError, ThrowOnError>({
593
+ url: '/api/v2/AccountingService/Accounts/Relations/{accountRelationId}',
594
+ ...options,
595
+ headers: {
596
+ 'Content-Type': 'application/json',
597
+ ...options?.headers
598
+ }
599
+ });
600
+ };
601
+
602
+ /**
603
+ * Gets the current tenant banks
604
+ * Get the currently acting tenant banks.
605
+ */
606
+ export const getBanks = <ThrowOnError extends boolean = false>(options: Options<GetBanksData, ThrowOnError>) => {
607
+ return (options.client ?? _heyApiClient).get<GetBanksResponse, GetBanksError, ThrowOnError>({
608
+ url: '/api/v2/AccountingService/Banking',
609
+ ...options
610
+ });
611
+ };
612
+
613
+ /**
614
+ * Creates a new bank
615
+ * Create a new bank.
616
+ */
617
+ export const createBank = <ThrowOnError extends boolean = false>(options: Options<CreateBankData, ThrowOnError>) => {
618
+ return (options.client ?? _heyApiClient).post<CreateBankResponse, CreateBankError, ThrowOnError>({
619
+ url: '/api/v2/AccountingService/Banking',
620
+ ...options,
621
+ headers: {
622
+ 'Content-Type': 'application/json',
623
+ ...options?.headers
624
+ }
625
+ });
626
+ };
627
+
628
+ /**
629
+ * Gets the current tenant banks count
630
+ * Get the currently acting tenant banks count.
631
+ */
632
+ export const getBanksCount = <ThrowOnError extends boolean = false>(options: Options<GetBanksCountData, ThrowOnError>) => {
633
+ return (options.client ?? _heyApiClient).get<GetBanksCountResponse, GetBanksCountError, ThrowOnError>({
634
+ url: '/api/v2/AccountingService/Banking/Count',
635
+ ...options
636
+ });
637
+ };
638
+
639
+ /**
640
+ * Deletes a bank
641
+ * Delete a bank.
642
+ */
643
+ export const deleteBank = <ThrowOnError extends boolean = false>(options: Options<DeleteBankData, ThrowOnError>) => {
644
+ return (options.client ?? _heyApiClient).delete<unknown, DeleteBankError, ThrowOnError>({
645
+ url: '/api/v2/AccountingService/Banking/{bankId}',
646
+ ...options
647
+ });
648
+ };
649
+
650
+ /**
651
+ * Gets the current tenant bank
652
+ * Get the currently acting tenant bank.
653
+ */
654
+ export const getBank = <ThrowOnError extends boolean = false>(options: Options<GetBankData, ThrowOnError>) => {
655
+ return (options.client ?? _heyApiClient).get<GetBankResponse, GetBankError, ThrowOnError>({
656
+ url: '/api/v2/AccountingService/Banking/{bankId}',
657
+ ...options
658
+ });
659
+ };
660
+
661
+ /**
662
+ * Updates a bank
663
+ * Update a bank.
664
+ */
665
+ export const updateBank = <ThrowOnError extends boolean = false>(options: Options<UpdateBankData, ThrowOnError>) => {
666
+ return (options.client ?? _heyApiClient).put<UpdateBankResponse, UpdateBankError, ThrowOnError>({
667
+ url: '/api/v2/AccountingService/Banking/{bankId}',
668
+ ...options,
669
+ headers: {
670
+ 'Content-Type': 'application/json',
671
+ ...options?.headers
672
+ }
673
+ });
674
+ };
675
+
676
+ /**
677
+ * Gets the current tenant bank accounts
678
+ * Get the currently acting tenant bank accounts.
679
+ */
680
+ export const getBankAccounts = <ThrowOnError extends boolean = false>(options: Options<GetBankAccountsData, ThrowOnError>) => {
681
+ return (options.client ?? _heyApiClient).get<GetBankAccountsResponse, GetBankAccountsError, ThrowOnError>({
682
+ url: '/api/v2/AccountingService/Banking/{bankId}/Accounts',
683
+ ...options
684
+ });
685
+ };
686
+
687
+ /**
688
+ * Creates a new bank account
689
+ * Create a new bank account.
690
+ */
691
+ export const createBankAccount = <ThrowOnError extends boolean = false>(options: Options<CreateBankAccountData, ThrowOnError>) => {
692
+ return (options.client ?? _heyApiClient).post<CreateBankAccountResponse, CreateBankAccountError, ThrowOnError>({
693
+ url: '/api/v2/AccountingService/Banking/{bankId}/Accounts',
694
+ ...options,
695
+ headers: {
696
+ 'Content-Type': 'application/json',
697
+ ...options?.headers
698
+ }
699
+ });
700
+ };
701
+
702
+ /**
703
+ * Gets the current tenant bank accounts count
704
+ * Get the currently acting tenant bank accounts count.
705
+ */
706
+ export const getBankAccountsCount = <ThrowOnError extends boolean = false>(options: Options<GetBankAccountsCountData, ThrowOnError>) => {
707
+ return (options.client ?? _heyApiClient).get<GetBankAccountsCountResponse, GetBankAccountsCountError, ThrowOnError>({
708
+ url: '/api/v2/AccountingService/Banking/{bankId}/Accounts/Count',
709
+ ...options
710
+ });
711
+ };
712
+
713
+ /**
714
+ * Deletes a bank account
715
+ * Delete a bank account.
716
+ */
717
+ export const deleteBankAccount = <ThrowOnError extends boolean = false>(options: Options<DeleteBankAccountData, ThrowOnError>) => {
718
+ return (options.client ?? _heyApiClient).delete<unknown, DeleteBankAccountError, ThrowOnError>({
719
+ url: '/api/v2/AccountingService/Banking/{bankId}/Accounts/{accountId}',
720
+ ...options
721
+ });
722
+ };
723
+
724
+ /**
725
+ * Gets the current tenant bank account
726
+ * Get the currently acting tenant bank account.
727
+ */
728
+ export const getBankAccount = <ThrowOnError extends boolean = false>(options: Options<GetBankAccountData, ThrowOnError>) => {
729
+ return (options.client ?? _heyApiClient).get<GetBankAccountResponse, GetBankAccountError, ThrowOnError>({
730
+ url: '/api/v2/AccountingService/Banking/{bankId}/Accounts/{accountId}',
731
+ ...options
732
+ });
733
+ };
734
+
735
+ /**
736
+ * Updates a bank account
737
+ * Update a bank account.
738
+ */
739
+ export const updateBankAccount = <ThrowOnError extends boolean = false>(options: Options<UpdateBankAccountData, ThrowOnError>) => {
740
+ return (options.client ?? _heyApiClient).put<UpdateBankAccountResponse, UpdateBankAccountError, ThrowOnError>({
741
+ url: '/api/v2/AccountingService/Banking/{bankId}/Accounts/{accountId}',
742
+ ...options,
743
+ headers: {
744
+ 'Content-Type': 'application/json',
745
+ ...options?.headers
746
+ }
747
+ });
748
+ };
749
+
750
+ /**
751
+ * Gets the current tenant bank guarantees
752
+ * Get the currently acting tenant bank guarantees.
753
+ */
754
+ export const getBankGuarantees = <ThrowOnError extends boolean = false>(options: Options<GetBankGuaranteesData, ThrowOnError>) => {
755
+ return (options.client ?? _heyApiClient).get<GetBankGuaranteesResponse, GetBankGuaranteesError, ThrowOnError>({
756
+ url: '/api/v2/AccountingService/Banking/{bankId}/Guarantees',
757
+ ...options
758
+ });
759
+ };
760
+
761
+ /**
762
+ * Creates a new bank guarantee
763
+ * Create a new bank guarantee.
764
+ */
765
+ export const createBankGuarantee = <ThrowOnError extends boolean = false>(options: Options<CreateBankGuaranteeData, ThrowOnError>) => {
766
+ return (options.client ?? _heyApiClient).post<CreateBankGuaranteeResponse, CreateBankGuaranteeError, ThrowOnError>({
767
+ url: '/api/v2/AccountingService/Banking/{bankId}/Guarantees',
768
+ ...options,
769
+ headers: {
770
+ 'Content-Type': 'application/json',
771
+ ...options?.headers
772
+ }
773
+ });
774
+ };
775
+
776
+ /**
777
+ * Gets the current tenant bank guarantees count
778
+ * Get the currently acting tenant bank guarantees count.
779
+ */
780
+ export const getBankGuaranteesCount = <ThrowOnError extends boolean = false>(options: Options<GetBankGuaranteesCountData, ThrowOnError>) => {
781
+ return (options.client ?? _heyApiClient).get<GetBankGuaranteesCountResponse, GetBankGuaranteesCountError, ThrowOnError>({
782
+ url: '/api/v2/AccountingService/Banking/{bankId}/Guarantees/Count',
783
+ ...options
784
+ });
785
+ };
786
+
787
+ /**
788
+ * Deletes a bank guarantee
789
+ * Delete a bank guarantee.
790
+ */
791
+ export const deleteBankGuarantee = <ThrowOnError extends boolean = false>(options: Options<DeleteBankGuaranteeData, ThrowOnError>) => {
792
+ return (options.client ?? _heyApiClient).delete<unknown, DeleteBankGuaranteeError, ThrowOnError>({
793
+ url: '/api/v2/AccountingService/Banking/{bankId}/Guarantees/{guaranteeId}',
794
+ ...options
795
+ });
796
+ };
797
+
798
+ /**
799
+ * Gets the current tenant bank guarantee
800
+ * Get the currently acting tenant bank guarantee.
801
+ */
802
+ export const getBankGuarantee = <ThrowOnError extends boolean = false>(options: Options<GetBankGuaranteeData, ThrowOnError>) => {
803
+ return (options.client ?? _heyApiClient).get<GetBankGuaranteeResponse, GetBankGuaranteeError, ThrowOnError>({
804
+ url: '/api/v2/AccountingService/Banking/{bankId}/Guarantees/{guaranteeId}',
805
+ ...options
806
+ });
807
+ };
808
+
809
+ /**
810
+ * Updates a bank guarantee
811
+ * Update a bank guarantee.
812
+ */
813
+ export const updateBankGuarantee = <ThrowOnError extends boolean = false>(options: Options<UpdateBankGuaranteeData, ThrowOnError>) => {
814
+ return (options.client ?? _heyApiClient).put<UpdateBankGuaranteeResponse, UpdateBankGuaranteeError, ThrowOnError>({
815
+ url: '/api/v2/AccountingService/Banking/{bankId}/Guarantees/{guaranteeId}',
816
+ ...options,
817
+ headers: {
818
+ 'Content-Type': 'application/json',
819
+ ...options?.headers
820
+ }
821
+ });
822
+ };
823
+
824
+ /**
825
+ * Gets the current tenant bank transactions
826
+ * Get the currently acting tenant bank transactions.
827
+ */
828
+ export const getBankTransactions = <ThrowOnError extends boolean = false>(options: Options<GetBankTransactionsData, ThrowOnError>) => {
829
+ return (options.client ?? _heyApiClient).get<GetBankTransactionsResponse, GetBankTransactionsError, ThrowOnError>({
830
+ url: '/api/v2/AccountingService/Banking/{bankId}/Transactions',
831
+ ...options
832
+ });
833
+ };
834
+
835
+ /**
836
+ * Creates a new bank transaction
837
+ * Create a new bank transaction.
838
+ */
839
+ export const createBankTransaction = <ThrowOnError extends boolean = false>(options: Options<CreateBankTransactionData, ThrowOnError>) => {
840
+ return (options.client ?? _heyApiClient).post<CreateBankTransactionResponse, CreateBankTransactionError, ThrowOnError>({
841
+ url: '/api/v2/AccountingService/Banking/{bankId}/Transactions',
842
+ ...options,
843
+ headers: {
844
+ 'Content-Type': 'application/json',
845
+ ...options?.headers
846
+ }
847
+ });
848
+ };
849
+
850
+ /**
851
+ * Gets the current tenant bank transactions count
852
+ * Get the currently acting tenant bank transactions count.
853
+ */
854
+ export const getBankTransactionsCount = <ThrowOnError extends boolean = false>(options: Options<GetBankTransactionsCountData, ThrowOnError>) => {
855
+ return (options.client ?? _heyApiClient).get<GetBankTransactionsCountResponse, GetBankTransactionsCountError, ThrowOnError>({
856
+ url: '/api/v2/AccountingService/Banking/{bankId}/Transactions/Count',
857
+ ...options
858
+ });
859
+ };
860
+
861
+ /**
862
+ * Deletes a bank transaction
863
+ * Delete a bank transaction.
864
+ */
865
+ export const deleteBankTransaction = <ThrowOnError extends boolean = false>(options: Options<DeleteBankTransactionData, ThrowOnError>) => {
866
+ return (options.client ?? _heyApiClient).delete<unknown, DeleteBankTransactionError, ThrowOnError>({
867
+ url: '/api/v2/AccountingService/Banking/{bankId}/Transactions/{transactionId}',
868
+ ...options
869
+ });
870
+ };
871
+
872
+ /**
873
+ * Gets the current tenant bank transaction
874
+ * Get the currently acting tenant bank transaction.
875
+ */
876
+ export const getBankTransaction = <ThrowOnError extends boolean = false>(options: Options<GetBankTransactionData, ThrowOnError>) => {
877
+ return (options.client ?? _heyApiClient).get<GetBankTransactionResponse, GetBankTransactionError, ThrowOnError>({
878
+ url: '/api/v2/AccountingService/Banking/{bankId}/Transactions/{transactionId}',
879
+ ...options
880
+ });
881
+ };
882
+
883
+ /**
884
+ * Updates a bank transaction
885
+ * Update a bank transaction.
886
+ */
887
+ export const updateBankTransaction = <ThrowOnError extends boolean = false>(options: Options<UpdateBankTransactionData, ThrowOnError>) => {
888
+ return (options.client ?? _heyApiClient).put<UpdateBankTransactionResponse, UpdateBankTransactionError, ThrowOnError>({
889
+ url: '/api/v2/AccountingService/Banking/{bankId}/Transactions/{transactionId}',
890
+ ...options,
891
+ headers: {
892
+ 'Content-Type': 'application/json',
893
+ ...options?.headers
894
+ }
895
+ });
896
+ };
897
+
898
+ /**
899
+ * Deletes a billing profile
900
+ * Removes a billing profile from the system using its unique identifier.
901
+ */
902
+ export const deleteBillingProfileAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteBillingProfileAsyncData, ThrowOnError>) => {
903
+ return (options.client ?? _heyApiClient).delete<DeleteBillingProfileAsyncResponse, unknown, ThrowOnError>({
904
+ url: '/api/v2/AccountingService/BillingProfiles/{billingProfileId}',
905
+ ...options
906
+ });
907
+ };
908
+
909
+ /**
910
+ * Gets a billing profile by id
911
+ * Retrieves a specific billing profile using its unique identifier.
912
+ */
913
+ export const getBillingProfileByIdAsync = <ThrowOnError extends boolean = false>(options: Options<GetBillingProfileByIdAsyncData, ThrowOnError>) => {
914
+ return (options.client ?? _heyApiClient).get<GetBillingProfileByIdAsyncResponse, unknown, ThrowOnError>({
915
+ url: '/api/v2/AccountingService/BillingProfiles/{billingProfileId}',
916
+ ...options
917
+ });
918
+ };
919
+
920
+ /**
921
+ * Updates an existing billing profile
922
+ * Modifies an existing billing profile using the provided data.
923
+ */
924
+ export const updateBillingProfileAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateBillingProfileAsyncData, ThrowOnError>) => {
925
+ return (options.client ?? _heyApiClient).put<UpdateBillingProfileAsyncResponse, unknown, ThrowOnError>({
926
+ url: '/api/v2/AccountingService/BillingProfiles/{billingProfileId}',
927
+ ...options,
928
+ headers: {
929
+ 'Content-Type': 'application/json',
930
+ ...options?.headers
931
+ }
932
+ });
933
+ };
934
+
935
+ /**
936
+ * Gets all billing profiles
937
+ * Fetches all billing profiles for a tenant with support for OData queries.
938
+ */
939
+ export const getBillingProfilesAsync = <ThrowOnError extends boolean = false>(options: Options<GetBillingProfilesAsyncData, ThrowOnError>) => {
940
+ return (options.client ?? _heyApiClient).get<GetBillingProfilesAsyncResponse, unknown, ThrowOnError>({
941
+ url: '/api/v2/AccountingService/BillingProfiles',
942
+ ...options
943
+ });
944
+ };
945
+
946
+ /**
947
+ * Creates a new billing profile
948
+ * Adds a new billing profile record for the specified tenant.
949
+ */
950
+ export const createBillingProfileAsync = <ThrowOnError extends boolean = false>(options: Options<CreateBillingProfileAsyncData, ThrowOnError>) => {
951
+ return (options.client ?? _heyApiClient).post<CreateBillingProfileAsyncResponse, unknown, ThrowOnError>({
952
+ url: '/api/v2/AccountingService/BillingProfiles',
953
+ ...options,
954
+ headers: {
955
+ 'Content-Type': 'application/json',
956
+ ...options?.headers
957
+ }
958
+ });
959
+ };
960
+
961
+ /**
962
+ * Gets the count of billing profiles
963
+ * Returns the number of billing profiles for a tenant, supporting OData filtering.
964
+ */
965
+ export const getBillingProfilesCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetBillingProfilesCountAsyncData, ThrowOnError>) => {
966
+ return (options.client ?? _heyApiClient).get<GetBillingProfilesCountAsyncResponse, unknown, ThrowOnError>({
967
+ url: '/api/v2/AccountingService/BillingProfiles/Count',
968
+ ...options
969
+ });
970
+ };
971
+
972
+ /**
973
+ * Deletes a budget
974
+ * Delete a budget
975
+ */
976
+ export const deleteBudgetAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteBudgetAsyncData, ThrowOnError>) => {
977
+ return (options.client ?? _heyApiClient).delete<DeleteBudgetAsyncResponse, DeleteBudgetAsyncError, ThrowOnError>({
978
+ url: '/api/v2/AccountingService/Budgets/{budgetId}',
979
+ ...options
980
+ });
981
+ };
982
+
983
+ /**
984
+ * Gets a budget by id
985
+ * Get a budget by id
986
+ */
987
+ export const getBudgetDetailsAsync = <ThrowOnError extends boolean = false>(options: Options<GetBudgetDetailsAsyncData, ThrowOnError>) => {
988
+ return (options.client ?? _heyApiClient).get<GetBudgetDetailsAsyncResponse, GetBudgetDetailsAsyncError, ThrowOnError>({
989
+ url: '/api/v2/AccountingService/Budgets/{budgetId}',
990
+ ...options
991
+ });
992
+ };
993
+
994
+ /**
995
+ * Updates a budget
996
+ * Update a budget
997
+ */
998
+ export const updateBudgetAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateBudgetAsyncData, ThrowOnError>) => {
999
+ return (options.client ?? _heyApiClient).put<UpdateBudgetAsyncResponse, UpdateBudgetAsyncError, ThrowOnError>({
1000
+ url: '/api/v2/AccountingService/Budgets/{budgetId}',
1001
+ ...options,
1002
+ headers: {
1003
+ 'Content-Type': 'application/json',
1004
+ ...options?.headers
1005
+ }
1006
+ });
1007
+ };
1008
+
1009
+ /**
1010
+ * Gets all budgets
1011
+ * Get all budgets
1012
+ */
1013
+ export const getBudgetsAsync = <ThrowOnError extends boolean = false>(options: Options<GetBudgetsAsyncData, ThrowOnError>) => {
1014
+ return (options.client ?? _heyApiClient).get<GetBudgetsAsyncResponse, GetBudgetsAsyncError, ThrowOnError>({
1015
+ url: '/api/v2/AccountingService/Budgets',
1016
+ ...options
1017
+ });
1018
+ };
1019
+
1020
+ /**
1021
+ * Creates a budget
1022
+ * Create a budget
1023
+ */
1024
+ export const createBudgetAsync = <ThrowOnError extends boolean = false>(options: Options<CreateBudgetAsyncData, ThrowOnError>) => {
1025
+ return (options.client ?? _heyApiClient).post<CreateBudgetAsyncResponse, CreateBudgetAsyncError, ThrowOnError>({
1026
+ url: '/api/v2/AccountingService/Budgets',
1027
+ ...options,
1028
+ headers: {
1029
+ 'Content-Type': 'application/json',
1030
+ ...options?.headers
1031
+ }
1032
+ });
1033
+ };
1034
+
1035
+ /**
1036
+ * Gets all budget account entries
1037
+ * Get all budget account entries
1038
+ */
1039
+ export const getBudgetAccountEntriesCollectionAsync = <ThrowOnError extends boolean = false>(options: Options<GetBudgetAccountEntriesCollectionAsyncData, ThrowOnError>) => {
1040
+ return (options.client ?? _heyApiClient).get<GetBudgetAccountEntriesCollectionAsyncResponse, GetBudgetAccountEntriesCollectionAsyncError, ThrowOnError>({
1041
+ url: '/api/v2/AccountingService/Budgets/{budgetId}/AccountEntries',
1042
+ ...options
1043
+ });
1044
+ };
1045
+
1046
+ /**
1047
+ * Creates a budget account entry
1048
+ * Create a budget account entry
1049
+ */
1050
+ export const createBudgetAccountEntryAsync = <ThrowOnError extends boolean = false>(options: Options<CreateBudgetAccountEntryAsyncData, ThrowOnError>) => {
1051
+ return (options.client ?? _heyApiClient).post<CreateBudgetAccountEntryAsyncResponse, CreateBudgetAccountEntryAsyncError, ThrowOnError>({
1052
+ url: '/api/v2/AccountingService/Budgets/{budgetId}/AccountEntries',
1053
+ ...options,
1054
+ headers: {
1055
+ 'Content-Type': 'application/json',
1056
+ ...options?.headers
1057
+ }
1058
+ });
1059
+ };
1060
+
1061
+ /**
1062
+ * Deletes a budget account entry
1063
+ * Delete a budget account entry
1064
+ */
1065
+ export const deleteBudgetAccountEntryAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteBudgetAccountEntryAsyncData, ThrowOnError>) => {
1066
+ return (options.client ?? _heyApiClient).delete<DeleteBudgetAccountEntryAsyncResponse, DeleteBudgetAccountEntryAsyncError, ThrowOnError>({
1067
+ url: '/api/v2/AccountingService/Budgets/{budgetId}/AccountEntries/{entryId}',
1068
+ ...options
1069
+ });
1070
+ };
1071
+
1072
+ /**
1073
+ * Gets a budget account entry by id
1074
+ * Get a budget account entry by id
1075
+ */
1076
+ export const getBudgetAccountEntryAsync = <ThrowOnError extends boolean = false>(options: Options<GetBudgetAccountEntryAsyncData, ThrowOnError>) => {
1077
+ return (options.client ?? _heyApiClient).get<GetBudgetAccountEntryAsyncResponse, GetBudgetAccountEntryAsyncError, ThrowOnError>({
1078
+ url: '/api/v2/AccountingService/Budgets/{budgetId}/AccountEntries/{entryId}',
1079
+ ...options
1080
+ });
1081
+ };
1082
+
1083
+ /**
1084
+ * Updates a budget account entry
1085
+ * Update a budget account entry
1086
+ */
1087
+ export const updateBudgetAccountEntryAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateBudgetAccountEntryAsyncData, ThrowOnError>) => {
1088
+ return (options.client ?? _heyApiClient).put<UpdateBudgetAccountEntryAsyncResponse, UpdateBudgetAccountEntryAsyncError, ThrowOnError>({
1089
+ url: '/api/v2/AccountingService/Budgets/{budgetId}/AccountEntries/{entryId}',
1090
+ ...options,
1091
+ headers: {
1092
+ 'Content-Type': 'application/json',
1093
+ ...options?.headers
1094
+ }
1095
+ });
1096
+ };
1097
+
1098
+ /**
1099
+ * Get all commissions for a tenant
1100
+ * Retrieves all commissions for the specified tenant using OData query options.
1101
+ */
1102
+ export const getCommissionsAsync = <ThrowOnError extends boolean = false>(options: Options<GetCommissionsAsyncData, ThrowOnError>) => {
1103
+ return (options.client ?? _heyApiClient).get<GetCommissionsAsyncResponse, GetCommissionsAsyncError, ThrowOnError>({
1104
+ url: '/api/v2/AccountingService/Commissions/Commissions',
1105
+ ...options
1106
+ });
1107
+ };
1108
+
1109
+ /**
1110
+ * Create a commission
1111
+ * Creates a new commission.
1112
+ */
1113
+ export const createCommissionAsync = <ThrowOnError extends boolean = false>(options: Options<CreateCommissionAsyncData, ThrowOnError>) => {
1114
+ return (options.client ?? _heyApiClient).post<CreateCommissionAsyncResponse, CreateCommissionAsyncError, ThrowOnError>({
1115
+ url: '/api/v2/AccountingService/Commissions/Commissions',
1116
+ ...options,
1117
+ headers: {
1118
+ 'Content-Type': 'application/json',
1119
+ ...options?.headers
1120
+ }
1121
+ });
1122
+ };
1123
+
1124
+ /**
1125
+ * Get the count of commissions for a tenant
1126
+ * Retrieves the count of commissions for the specified tenant using OData query options.
1127
+ */
1128
+ export const getCommissionsCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetCommissionsCountAsyncData, ThrowOnError>) => {
1129
+ return (options.client ?? _heyApiClient).get<GetCommissionsCountAsyncResponse, GetCommissionsCountAsyncError, ThrowOnError>({
1130
+ url: '/api/v2/AccountingService/Commissions/Commissions/Count',
1131
+ ...options
1132
+ });
1133
+ };
1134
+
1135
+ /**
1136
+ * Delete a commission
1137
+ * Deletes a commission.
1138
+ */
1139
+ export const deleteCommissionAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteCommissionAsyncData, ThrowOnError>) => {
1140
+ return (options.client ?? _heyApiClient).delete<DeleteCommissionAsyncResponse, DeleteCommissionAsyncError, ThrowOnError>({
1141
+ url: '/api/v2/AccountingService/Commissions/Commissions/{commissionId}',
1142
+ ...options
1143
+ });
1144
+ };
1145
+
1146
+ /**
1147
+ * Get a commission by id
1148
+ * Retrieves a commission by its identifier.
1149
+ */
1150
+ export const getCommissionAsync = <ThrowOnError extends boolean = false>(options: Options<GetCommissionAsyncData, ThrowOnError>) => {
1151
+ return (options.client ?? _heyApiClient).get<GetCommissionAsyncResponse, GetCommissionAsyncError, ThrowOnError>({
1152
+ url: '/api/v2/AccountingService/Commissions/Commissions/{commissionId}',
1153
+ ...options
1154
+ });
1155
+ };
1156
+
1157
+ /**
1158
+ * Update a commission
1159
+ * Updates an existing commission.
1160
+ */
1161
+ export const updateCommissionAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateCommissionAsyncData, ThrowOnError>) => {
1162
+ return (options.client ?? _heyApiClient).put<UpdateCommissionAsyncResponse, UpdateCommissionAsyncError, ThrowOnError>({
1163
+ url: '/api/v2/AccountingService/Commissions/Commissions/{commissionId}',
1164
+ ...options,
1165
+ headers: {
1166
+ 'Content-Type': 'application/json',
1167
+ ...options?.headers
1168
+ }
1169
+ });
1170
+ };
1171
+
1172
+ /**
1173
+ * Get all payment commissions for a tenant
1174
+ * Retrieves all payment commissions for the specified tenant using OData query options.
1175
+ */
1176
+ export const getPaymentCommissionsAsync = <ThrowOnError extends boolean = false>(options: Options<GetPaymentCommissionsAsyncData, ThrowOnError>) => {
1177
+ return (options.client ?? _heyApiClient).get<GetPaymentCommissionsAsyncResponse, GetPaymentCommissionsAsyncError, ThrowOnError>({
1178
+ url: '/api/v2/AccountingService/Commissions/PaymentCommissions',
1179
+ ...options
1180
+ });
1181
+ };
1182
+
1183
+ /**
1184
+ * Create a payment commission
1185
+ * Creates a new payment commission.
1186
+ */
1187
+ export const createPaymentCommissionAsync = <ThrowOnError extends boolean = false>(options: Options<CreatePaymentCommissionAsyncData, ThrowOnError>) => {
1188
+ return (options.client ?? _heyApiClient).post<CreatePaymentCommissionAsyncResponse, CreatePaymentCommissionAsyncError, ThrowOnError>({
1189
+ url: '/api/v2/AccountingService/Commissions/PaymentCommissions',
1190
+ ...options,
1191
+ headers: {
1192
+ 'Content-Type': 'application/json',
1193
+ ...options?.headers
1194
+ }
1195
+ });
1196
+ };
1197
+
1198
+ /**
1199
+ * Get the count of payment commissions for a tenant
1200
+ * Retrieves the count of payment commissions for the specified tenant using OData query options.
1201
+ */
1202
+ export const getPaymentCommissionsCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetPaymentCommissionsCountAsyncData, ThrowOnError>) => {
1203
+ return (options.client ?? _heyApiClient).get<GetPaymentCommissionsCountAsyncResponse, GetPaymentCommissionsCountAsyncError, ThrowOnError>({
1204
+ url: '/api/v2/AccountingService/Commissions/PaymentCommissions/Count',
1205
+ ...options
1206
+ });
1207
+ };
1208
+
1209
+ /**
1210
+ * Delete a payment commission
1211
+ * Deletes a payment commission.
1212
+ */
1213
+ export const deletePaymentCommissionAsync = <ThrowOnError extends boolean = false>(options: Options<DeletePaymentCommissionAsyncData, ThrowOnError>) => {
1214
+ return (options.client ?? _heyApiClient).delete<DeletePaymentCommissionAsyncResponse, DeletePaymentCommissionAsyncError, ThrowOnError>({
1215
+ url: '/api/v2/AccountingService/Commissions/PaymentCommissions/{paymentCommissionId}',
1216
+ ...options
1217
+ });
1218
+ };
1219
+
1220
+ /**
1221
+ * Get a payment commission by id
1222
+ * Retrieves a payment commission by its identifier.
1223
+ */
1224
+ export const getPaymentCommissionAsync = <ThrowOnError extends boolean = false>(options: Options<GetPaymentCommissionAsyncData, ThrowOnError>) => {
1225
+ return (options.client ?? _heyApiClient).get<GetPaymentCommissionAsyncResponse, GetPaymentCommissionAsyncError, ThrowOnError>({
1226
+ url: '/api/v2/AccountingService/Commissions/PaymentCommissions/{paymentCommissionId}',
1227
+ ...options
1228
+ });
1229
+ };
1230
+
1231
+ /**
1232
+ * Update a payment commission
1233
+ * Updates an existing payment commission.
1234
+ */
1235
+ export const updatePaymentCommissionAsync = <ThrowOnError extends boolean = false>(options: Options<UpdatePaymentCommissionAsyncData, ThrowOnError>) => {
1236
+ return (options.client ?? _heyApiClient).put<UpdatePaymentCommissionAsyncResponse, UpdatePaymentCommissionAsyncError, ThrowOnError>({
1237
+ url: '/api/v2/AccountingService/Commissions/PaymentCommissions/{paymentCommissionId}',
1238
+ ...options,
1239
+ headers: {
1240
+ 'Content-Type': 'application/json',
1241
+ ...options?.headers
1242
+ }
1243
+ });
1244
+ };
1245
+
1246
+ /**
1247
+ * Get all cost centres for a tenant
1248
+ * Retrieves all cost centres for the specified tenant using OData query options.
1249
+ */
1250
+ export const getCostCentres = <ThrowOnError extends boolean = false>(options: Options<GetCostCentresData, ThrowOnError>) => {
1251
+ return (options.client ?? _heyApiClient).get<GetCostCentresResponse, GetCostCentresError, ThrowOnError>({
1252
+ url: '/api/v2/AccountingService/CostCentres',
1253
+ ...options
1254
+ });
1255
+ };
1256
+
1257
+ /**
1258
+ * Create a cost centre
1259
+ * Creates a new cost centre.
1260
+ */
1261
+ export const createCostCentre = <ThrowOnError extends boolean = false>(options: Options<CreateCostCentreData, ThrowOnError>) => {
1262
+ return (options.client ?? _heyApiClient).post<CreateCostCentreResponse, CreateCostCentreError, ThrowOnError>({
1263
+ url: '/api/v2/AccountingService/CostCentres',
1264
+ ...options,
1265
+ headers: {
1266
+ 'Content-Type': 'application/json',
1267
+ ...options?.headers
1268
+ }
1269
+ });
1270
+ };
1271
+
1272
+ /**
1273
+ * Get the count of cost centres for a tenant
1274
+ * Retrieves the count of cost centres for the specified tenant using OData query options.
1275
+ */
1276
+ export const getCostCentresCount = <ThrowOnError extends boolean = false>(options: Options<GetCostCentresCountData, ThrowOnError>) => {
1277
+ return (options.client ?? _heyApiClient).get<GetCostCentresCountResponse, GetCostCentresCountError, ThrowOnError>({
1278
+ url: '/api/v2/AccountingService/CostCentres/Count',
1279
+ ...options
1280
+ });
1281
+ };
1282
+
1283
+ /**
1284
+ * Delete a cost centre
1285
+ * Deletes a cost centre.
1286
+ */
1287
+ export const deleteCostCentre = <ThrowOnError extends boolean = false>(options: Options<DeleteCostCentreData, ThrowOnError>) => {
1288
+ return (options.client ?? _heyApiClient).delete<DeleteCostCentreResponse, DeleteCostCentreError, ThrowOnError>({
1289
+ url: '/api/v2/AccountingService/CostCentres/{costCentreId}',
1290
+ ...options
1291
+ });
1292
+ };
1293
+
1294
+ /**
1295
+ * Get a cost centre by id
1296
+ * Retrieves a cost centre by its identifier.
1297
+ */
1298
+ export const getCostCentre = <ThrowOnError extends boolean = false>(options: Options<GetCostCentreData, ThrowOnError>) => {
1299
+ return (options.client ?? _heyApiClient).get<GetCostCentreResponse, GetCostCentreError, ThrowOnError>({
1300
+ url: '/api/v2/AccountingService/CostCentres/{costCentreId}',
1301
+ ...options
1302
+ });
1303
+ };
1304
+
1305
+ /**
1306
+ * Update a cost centre
1307
+ * Updates an existing cost centre.
1308
+ */
1309
+ export const updateCostCentre = <ThrowOnError extends boolean = false>(options: Options<UpdateCostCentreData, ThrowOnError>) => {
1310
+ return (options.client ?? _heyApiClient).put<UpdateCostCentreResponse, UpdateCostCentreError, ThrowOnError>({
1311
+ url: '/api/v2/AccountingService/CostCentres/{costCentreId}',
1312
+ ...options,
1313
+ headers: {
1314
+ 'Content-Type': 'application/json',
1315
+ ...options?.headers
1316
+ }
1317
+ });
1318
+ };
1319
+
1320
+ /**
1321
+ * Get all cost centre groups for a tenant
1322
+ * Retrieves all cost centre groups for the specified tenant using OData query options.
1323
+ */
1324
+ export const getCostCentreGroups = <ThrowOnError extends boolean = false>(options: Options<GetCostCentreGroupsData, ThrowOnError>) => {
1325
+ return (options.client ?? _heyApiClient).get<GetCostCentreGroupsResponse, GetCostCentreGroupsError, ThrowOnError>({
1326
+ url: '/api/v2/AccountingService/CostCentres/CostCentreGroups',
1327
+ ...options
1328
+ });
1329
+ };
1330
+
1331
+ /**
1332
+ * Create a cost centre group
1333
+ * Creates a new cost centre group.
1334
+ */
1335
+ export const createCostCentreGroup = <ThrowOnError extends boolean = false>(options: Options<CreateCostCentreGroupData, ThrowOnError>) => {
1336
+ return (options.client ?? _heyApiClient).post<CreateCostCentreGroupResponse, CreateCostCentreGroupError, ThrowOnError>({
1337
+ url: '/api/v2/AccountingService/CostCentres/CostCentreGroups',
1338
+ ...options,
1339
+ headers: {
1340
+ 'Content-Type': 'application/json',
1341
+ ...options?.headers
1342
+ }
1343
+ });
1344
+ };
1345
+
1346
+ /**
1347
+ * Get the count of cost centre groups for a tenant
1348
+ * Retrieves the count of cost centre groups for the specified tenant using OData query options.
1349
+ */
1350
+ export const getCostCentreGroupsCount = <ThrowOnError extends boolean = false>(options: Options<GetCostCentreGroupsCountData, ThrowOnError>) => {
1351
+ return (options.client ?? _heyApiClient).get<GetCostCentreGroupsCountResponse, GetCostCentreGroupsCountError, ThrowOnError>({
1352
+ url: '/api/v2/AccountingService/CostCentres/CostCentreGroups/Count',
1353
+ ...options
1354
+ });
1355
+ };
1356
+
1357
+ /**
1358
+ * Delete a cost centre group
1359
+ * Deletes a cost centre group.
1360
+ */
1361
+ export const deleteCostCentreGroup = <ThrowOnError extends boolean = false>(options: Options<DeleteCostCentreGroupData, ThrowOnError>) => {
1362
+ return (options.client ?? _heyApiClient).delete<DeleteCostCentreGroupResponse, DeleteCostCentreGroupError, ThrowOnError>({
1363
+ url: '/api/v2/AccountingService/CostCentres/CostCentreGroups/{groupId}',
1364
+ ...options
1365
+ });
1366
+ };
1367
+
1368
+ /**
1369
+ * Get a cost centre group by id
1370
+ * Retrieves a cost centre group by its identifier.
1371
+ */
1372
+ export const getCostCentreGroup = <ThrowOnError extends boolean = false>(options: Options<GetCostCentreGroupData, ThrowOnError>) => {
1373
+ return (options.client ?? _heyApiClient).get<GetCostCentreGroupResponse, GetCostCentreGroupError, ThrowOnError>({
1374
+ url: '/api/v2/AccountingService/CostCentres/CostCentreGroups/{groupId}',
1375
+ ...options
1376
+ });
1377
+ };
1378
+
1379
+ /**
1380
+ * Update a cost centre group
1381
+ * Updates an existing cost centre group.
1382
+ */
1383
+ export const updateCostCentreGroup = <ThrowOnError extends boolean = false>(options: Options<UpdateCostCentreGroupData, ThrowOnError>) => {
1384
+ return (options.client ?? _heyApiClient).put<UpdateCostCentreGroupResponse, UpdateCostCentreGroupError, ThrowOnError>({
1385
+ url: '/api/v2/AccountingService/CostCentres/CostCentreGroups/{groupId}',
1386
+ ...options,
1387
+ headers: {
1388
+ 'Content-Type': 'application/json',
1389
+ ...options?.headers
1390
+ }
1391
+ });
1392
+ };
1393
+
1394
+ /**
1395
+ * Get all cost centre budgets for a tenant
1396
+ * Retrieves all cost centre budgets for the specified tenant using OData query options.
1397
+ */
1398
+ export const getCostCentreBudgets = <ThrowOnError extends boolean = false>(options: Options<GetCostCentreBudgetsData, ThrowOnError>) => {
1399
+ return (options.client ?? _heyApiClient).get<GetCostCentreBudgetsResponse, GetCostCentreBudgetsError, ThrowOnError>({
1400
+ url: '/api/v2/AccountingService/CostCentres/CostCentreBudgets',
1401
+ ...options
1402
+ });
1403
+ };
1404
+
1405
+ /**
1406
+ * Create a cost centre budget
1407
+ * Creates a new cost centre budget.
1408
+ */
1409
+ export const createCostCentreBudget = <ThrowOnError extends boolean = false>(options: Options<CreateCostCentreBudgetData, ThrowOnError>) => {
1410
+ return (options.client ?? _heyApiClient).post<CreateCostCentreBudgetResponse, CreateCostCentreBudgetError, ThrowOnError>({
1411
+ url: '/api/v2/AccountingService/CostCentres/CostCentreBudgets',
1412
+ ...options,
1413
+ headers: {
1414
+ 'Content-Type': 'application/json',
1415
+ ...options?.headers
1416
+ }
1417
+ });
1418
+ };
1419
+
1420
+ /**
1421
+ * Delete a cost centre budget
1422
+ * Deletes a cost centre budget.
1423
+ */
1424
+ export const deleteCostCentreBudget = <ThrowOnError extends boolean = false>(options: Options<DeleteCostCentreBudgetData, ThrowOnError>) => {
1425
+ return (options.client ?? _heyApiClient).delete<DeleteCostCentreBudgetResponse, DeleteCostCentreBudgetError, ThrowOnError>({
1426
+ url: '/api/v2/AccountingService/CostCentres/CostCentreBudgets/{budgetId}',
1427
+ ...options
1428
+ });
1429
+ };
1430
+
1431
+ /**
1432
+ * Get a cost centre budget by id
1433
+ * Retrieves a cost centre budget by its identifier.
1434
+ */
1435
+ export const getCostCentreBudget = <ThrowOnError extends boolean = false>(options: Options<GetCostCentreBudgetData, ThrowOnError>) => {
1436
+ return (options.client ?? _heyApiClient).get<GetCostCentreBudgetResponse, GetCostCentreBudgetError, ThrowOnError>({
1437
+ url: '/api/v2/AccountingService/CostCentres/CostCentreBudgets/{budgetId}',
1438
+ ...options
1439
+ });
1440
+ };
1441
+
1442
+ /**
1443
+ * Update a cost centre budget
1444
+ * Updates an existing cost centre budget.
1445
+ */
1446
+ export const updateCostCentreBudget = <ThrowOnError extends boolean = false>(options: Options<UpdateCostCentreBudgetData, ThrowOnError>) => {
1447
+ return (options.client ?? _heyApiClient).put<UpdateCostCentreBudgetResponse, UpdateCostCentreBudgetError, ThrowOnError>({
1448
+ url: '/api/v2/AccountingService/CostCentres/CostCentreBudgets/{budgetId}',
1449
+ ...options,
1450
+ headers: {
1451
+ 'Content-Type': 'application/json',
1452
+ ...options?.headers
1453
+ }
1454
+ });
1455
+ };
1456
+
1457
+ export const getVersion = <ThrowOnError extends boolean = false>(options?: Options<GetVersionData, ThrowOnError>) => {
1458
+ return (options?.client ?? _heyApiClient).get<unknown, unknown, ThrowOnError>({
1459
+ url: '/version',
1460
+ ...options
1461
+ });
1462
+ };
1463
+
1464
+ export const getHealth = <ThrowOnError extends boolean = false>(options?: Options<GetHealthData, ThrowOnError>) => {
1465
+ return (options?.client ?? _heyApiClient).get<unknown, unknown, ThrowOnError>({
1466
+ url: '/health',
1467
+ ...options
1468
+ });
1469
+ };
1470
+
1471
+ export const getHello = <ThrowOnError extends boolean = false>(options?: Options<GetHelloData, ThrowOnError>) => {
1472
+ return (options?.client ?? _heyApiClient).get<unknown, unknown, ThrowOnError>({
1473
+ url: '/hello',
1474
+ ...options
1475
+ });
1476
+ };
1477
+
1478
+ export const postRegister = <ThrowOnError extends boolean = false>(options: Options<PostRegisterData, ThrowOnError>) => {
1479
+ return (options.client ?? _heyApiClient).post<unknown, PostRegisterError, ThrowOnError>({
1480
+ url: '/register',
1481
+ ...options,
1482
+ headers: {
1483
+ 'Content-Type': 'application/json',
1484
+ ...options?.headers
1485
+ }
1486
+ });
1487
+ };
1488
+
1489
+ export const postLogin = <ThrowOnError extends boolean = false>(options: Options<PostLoginData, ThrowOnError>) => {
1490
+ return (options.client ?? _heyApiClient).post<PostLoginResponse, unknown, ThrowOnError>({
1491
+ url: '/login',
1492
+ ...options,
1493
+ headers: {
1494
+ 'Content-Type': 'application/json',
1495
+ ...options?.headers
1496
+ }
1497
+ });
1498
+ };
1499
+
1500
+ export const postRefresh = <ThrowOnError extends boolean = false>(options: Options<PostRefreshData, ThrowOnError>) => {
1501
+ return (options.client ?? _heyApiClient).post<PostRefreshResponse, unknown, ThrowOnError>({
1502
+ url: '/refresh',
1503
+ ...options,
1504
+ headers: {
1505
+ 'Content-Type': 'application/json',
1506
+ ...options?.headers
1507
+ }
1508
+ });
1509
+ };
1510
+
1511
+ export const mapIdentityApiConfirmEmail = <ThrowOnError extends boolean = false>(options: Options<MapIdentityApiConfirmEmailData, ThrowOnError>) => {
1512
+ return (options.client ?? _heyApiClient).get<unknown, unknown, ThrowOnError>({
1513
+ url: '/confirmEmail',
1514
+ ...options
1515
+ });
1516
+ };
1517
+
1518
+ export const postResendConfirmationEmail = <ThrowOnError extends boolean = false>(options: Options<PostResendConfirmationEmailData, ThrowOnError>) => {
1519
+ return (options.client ?? _heyApiClient).post<unknown, unknown, ThrowOnError>({
1520
+ url: '/resendConfirmationEmail',
1521
+ ...options,
1522
+ headers: {
1523
+ 'Content-Type': 'application/json',
1524
+ ...options?.headers
1525
+ }
1526
+ });
1527
+ };
1528
+
1529
+ export const postForgotPassword = <ThrowOnError extends boolean = false>(options: Options<PostForgotPasswordData, ThrowOnError>) => {
1530
+ return (options.client ?? _heyApiClient).post<unknown, PostForgotPasswordError, ThrowOnError>({
1531
+ url: '/forgotPassword',
1532
+ ...options,
1533
+ headers: {
1534
+ 'Content-Type': 'application/json',
1535
+ ...options?.headers
1536
+ }
1537
+ });
1538
+ };
1539
+
1540
+ export const postResetPassword = <ThrowOnError extends boolean = false>(options: Options<PostResetPasswordData, ThrowOnError>) => {
1541
+ return (options.client ?? _heyApiClient).post<unknown, PostResetPasswordError, ThrowOnError>({
1542
+ url: '/resetPassword',
1543
+ ...options,
1544
+ headers: {
1545
+ 'Content-Type': 'application/json',
1546
+ ...options?.headers
1547
+ }
1548
+ });
1549
+ };
1550
+
1551
+ export const postManage2Fa = <ThrowOnError extends boolean = false>(options: Options<PostManage2FaData, ThrowOnError>) => {
1552
+ return (options.client ?? _heyApiClient).post<PostManage2FaResponse, PostManage2FaError, ThrowOnError>({
1553
+ url: '/manage/2fa',
1554
+ ...options,
1555
+ headers: {
1556
+ 'Content-Type': 'application/json',
1557
+ ...options?.headers
1558
+ }
1559
+ });
1560
+ };
1561
+
1562
+ export const getManageInfo = <ThrowOnError extends boolean = false>(options?: Options<GetManageInfoData, ThrowOnError>) => {
1563
+ return (options?.client ?? _heyApiClient).get<GetManageInfoResponse, GetManageInfoError, ThrowOnError>({
1564
+ url: '/manage/info',
1565
+ ...options
1566
+ });
1567
+ };
1568
+
1569
+ export const postManageInfo = <ThrowOnError extends boolean = false>(options: Options<PostManageInfoData, ThrowOnError>) => {
1570
+ return (options.client ?? _heyApiClient).post<PostManageInfoResponse, PostManageInfoError, ThrowOnError>({
1571
+ url: '/manage/info',
1572
+ ...options,
1573
+ headers: {
1574
+ 'Content-Type': 'application/json',
1575
+ ...options?.headers
1576
+ }
1577
+ });
1578
+ };
1579
+
1580
+ /**
1581
+ * Get all financial books for a tenant
1582
+ * Retrieves all financial books for the specified tenant using OData query options.
1583
+ */
1584
+ export const getFinancialBooksAsync = <ThrowOnError extends boolean = false>(options: Options<GetFinancialBooksAsyncData, ThrowOnError>) => {
1585
+ return (options.client ?? _heyApiClient).get<GetFinancialBooksAsyncResponse, GetFinancialBooksAsyncError, ThrowOnError>({
1586
+ url: '/api/v2/AccountingService/FinancialBooks',
1587
+ ...options
1588
+ });
1589
+ };
1590
+
1591
+ /**
1592
+ * Creates a new financial book
1593
+ * Creates a new financial book.
1594
+ */
1595
+ export const createFinancialBookAsync = <ThrowOnError extends boolean = false>(options: Options<CreateFinancialBookAsyncData, ThrowOnError>) => {
1596
+ return (options.client ?? _heyApiClient).post<CreateFinancialBookAsyncResponse, CreateFinancialBookAsyncError, ThrowOnError>({
1597
+ url: '/api/v2/AccountingService/FinancialBooks',
1598
+ ...options,
1599
+ headers: {
1600
+ 'Content-Type': 'application/json',
1601
+ ...options?.headers
1602
+ }
1603
+ });
1604
+ };
1605
+
1606
+ /**
1607
+ * Get the count of financial books
1608
+ * Get the count of financial books.
1609
+ */
1610
+ export const getFinancialBooksCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetFinancialBooksCountAsyncData, ThrowOnError>) => {
1611
+ return (options.client ?? _heyApiClient).get<GetFinancialBooksCountAsyncResponse, GetFinancialBooksCountAsyncError, ThrowOnError>({
1612
+ url: '/api/v2/AccountingService/FinancialBooks/Count',
1613
+ ...options
1614
+ });
1615
+ };
1616
+
1617
+ /**
1618
+ * Deletes an existing financial book
1619
+ * Deletes an existing financial book.
1620
+ */
1621
+ export const deleteFinancialBookAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteFinancialBookAsyncData, ThrowOnError>) => {
1622
+ return (options.client ?? _heyApiClient).delete<DeleteFinancialBookAsyncResponse, DeleteFinancialBookAsyncError, ThrowOnError>({
1623
+ url: '/api/v2/AccountingService/FinancialBooks/{financialBookId}',
1624
+ ...options
1625
+ });
1626
+ };
1627
+
1628
+ /**
1629
+ * Gets the details of a specific financial book
1630
+ * Gets the details of a specific financial book.
1631
+ */
1632
+ export const getFinancialBookDetailsAsync = <ThrowOnError extends boolean = false>(options: Options<GetFinancialBookDetailsAsyncData, ThrowOnError>) => {
1633
+ return (options.client ?? _heyApiClient).get<GetFinancialBookDetailsAsyncResponse, GetFinancialBookDetailsAsyncError, ThrowOnError>({
1634
+ url: '/api/v2/AccountingService/FinancialBooks/{financialBookId}',
1635
+ ...options
1636
+ });
1637
+ };
1638
+
1639
+ /**
1640
+ * Updates an existing financial book
1641
+ * Updates an existing financial book.
1642
+ */
1643
+ export const updateFinancialBookAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateFinancialBookAsyncData, ThrowOnError>) => {
1644
+ return (options.client ?? _heyApiClient).put<UpdateFinancialBookAsyncResponse, UpdateFinancialBookAsyncError, ThrowOnError>({
1645
+ url: '/api/v2/AccountingService/FinancialBooks/{financialBookId}',
1646
+ ...options,
1647
+ headers: {
1648
+ 'Content-Type': 'application/json',
1649
+ ...options?.headers
1650
+ }
1651
+ });
1652
+ };
1653
+
1654
+ export const getApiV2AccountingServiceFiscalsAuthorities = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesData, ThrowOnError>) => {
1655
+ return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesResponse, GetApiV2AccountingServiceFiscalsAuthoritiesError, ThrowOnError>({
1656
+ url: '/api/v2/AccountingService/Fiscals/Authorities',
1657
+ ...options
1658
+ });
1659
+ };
1660
+
1661
+ export const postApiV2AccountingServiceFiscalsAuthorities = <ThrowOnError extends boolean = false>(options: Options<PostApiV2AccountingServiceFiscalsAuthoritiesData, ThrowOnError>) => {
1662
+ return (options.client ?? _heyApiClient).post<PostApiV2AccountingServiceFiscalsAuthoritiesResponse, PostApiV2AccountingServiceFiscalsAuthoritiesError, ThrowOnError>({
1663
+ url: '/api/v2/AccountingService/Fiscals/Authorities',
1664
+ ...options,
1665
+ headers: {
1666
+ 'Content-Type': 'application/json',
1667
+ ...options?.headers
1668
+ }
1669
+ });
1670
+ };
1671
+
1672
+ export const getApiV2AccountingServiceFiscalsAuthoritiesCount = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesCountData, ThrowOnError>) => {
1673
+ return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesCountResponse, GetApiV2AccountingServiceFiscalsAuthoritiesCountError, ThrowOnError>({
1674
+ url: '/api/v2/AccountingService/Fiscals/Authorities/Count',
1675
+ ...options
1676
+ });
1677
+ };
1678
+
1679
+ export const deleteApiV2AccountingServiceFiscalsAuthoritiesByAuthorityId = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdData, ThrowOnError>) => {
1680
+ return (options.client ?? _heyApiClient).delete<DeleteApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdResponse, DeleteApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdError, ThrowOnError>({
1681
+ url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}',
1682
+ ...options
1683
+ });
1684
+ };
1685
+
1686
+ export const getApiV2AccountingServiceFiscalsAuthoritiesByAuthorityId = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdData, ThrowOnError>) => {
1687
+ return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdError, ThrowOnError>({
1688
+ url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}',
1689
+ ...options
1690
+ });
1691
+ };
1692
+
1693
+ export const putApiV2AccountingServiceFiscalsAuthoritiesByAuthorityId = <ThrowOnError extends boolean = false>(options: Options<PutApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdData, ThrowOnError>) => {
1694
+ return (options.client ?? _heyApiClient).put<PutApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdResponse, PutApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdError, ThrowOnError>({
1695
+ url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}',
1696
+ ...options,
1697
+ headers: {
1698
+ 'Content-Type': 'application/json',
1699
+ ...options?.headers
1700
+ }
1701
+ });
1702
+ };
1703
+
1704
+ export const getApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalYears = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalYearsData, ThrowOnError>) => {
1705
+ return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalYearsResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalYearsError, ThrowOnError>({
1706
+ url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}/FiscalYears',
1707
+ ...options
1708
+ });
1709
+ };
1710
+
1711
+ export const getApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsCount = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsCountData, ThrowOnError>) => {
1712
+ return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsCountResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsCountError, ThrowOnError>({
1713
+ url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalYears/Count',
1714
+ ...options
1715
+ });
1716
+ };
1717
+
1718
+ export const getApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearId = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearIdData, ThrowOnError>) => {
1719
+ return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearIdResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearIdError, ThrowOnError>({
1720
+ url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalYears/{fiscalYearId}',
1721
+ ...options
1722
+ });
1723
+ };
1724
+
1725
+ export const postApiV2AccountingServiceFiscalsAuthoritiesFiscalYears = <ThrowOnError extends boolean = false>(options: Options<PostApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsData, ThrowOnError>) => {
1726
+ return (options.client ?? _heyApiClient).post<PostApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsResponse, PostApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsError, ThrowOnError>({
1727
+ url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalYears',
1728
+ ...options,
1729
+ headers: {
1730
+ 'Content-Type': 'application/json',
1731
+ ...options?.headers
1732
+ }
1733
+ });
1734
+ };
1735
+
1736
+ export const deleteApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsByFiscalYearId = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsByFiscalYearIdData, ThrowOnError>) => {
1737
+ return (options.client ?? _heyApiClient).delete<DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsByFiscalYearIdResponse, DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsByFiscalYearIdError, ThrowOnError>({
1738
+ url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalYears/{fiscalYearId}',
1739
+ ...options
1740
+ });
1741
+ };
1742
+
1743
+ export const putApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsByFiscalYearId = <ThrowOnError extends boolean = false>(options: Options<PutApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsByFiscalYearIdData, ThrowOnError>) => {
1744
+ return (options.client ?? _heyApiClient).put<PutApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsByFiscalYearIdResponse, PutApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsByFiscalYearIdError, ThrowOnError>({
1745
+ url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalYears/{fiscalYearId}',
1746
+ ...options,
1747
+ headers: {
1748
+ 'Content-Type': 'application/json',
1749
+ ...options?.headers
1750
+ }
1751
+ });
1752
+ };
1753
+
1754
+ export const getApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdEnumerationRanges = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdEnumerationRangesData, ThrowOnError>) => {
1755
+ return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdEnumerationRangesResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdEnumerationRangesError, ThrowOnError>({
1756
+ url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}/EnumerationRanges',
1757
+ ...options
1758
+ });
1759
+ };
1760
+
1761
+ export const getApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdEnumerationRangesCount = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdEnumerationRangesCountData, ThrowOnError>) => {
1762
+ return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdEnumerationRangesCountResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdEnumerationRangesCountError, ThrowOnError>({
1763
+ url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/EnumerationRanges/Count',
1764
+ ...options
1765
+ });
1766
+ };
1767
+
1768
+ export const getApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdEnumerationRangesByEnumerationRangeId = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdEnumerationRangesByEnumerationRangeIdData, ThrowOnError>) => {
1769
+ return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdEnumerationRangesByEnumerationRangeIdResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdEnumerationRangesByEnumerationRangeIdError, ThrowOnError>({
1770
+ url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/EnumerationRanges/{enumerationRangeId}',
1771
+ ...options
1772
+ });
1773
+ };
1774
+
1775
+ export const postApiV2AccountingServiceFiscalsAuthoritiesEnumerationRanges = <ThrowOnError extends boolean = false>(options: Options<PostApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesData, ThrowOnError>) => {
1776
+ return (options.client ?? _heyApiClient).post<PostApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesResponse, PostApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesError, ThrowOnError>({
1777
+ url: '/api/v2/AccountingService/Fiscals/Authorities/EnumerationRanges',
1778
+ ...options,
1779
+ headers: {
1780
+ 'Content-Type': 'application/json',
1781
+ ...options?.headers
1782
+ }
1783
+ });
1784
+ };
1785
+
1786
+ export const deleteApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesByEnumerationRangeId = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesByEnumerationRangeIdData, ThrowOnError>) => {
1787
+ return (options.client ?? _heyApiClient).delete<DeleteApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesByEnumerationRangeIdResponse, DeleteApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesByEnumerationRangeIdError, ThrowOnError>({
1788
+ url: '/api/v2/AccountingService/Fiscals/Authorities/EnumerationRanges/{enumerationRangeId}',
1789
+ ...options
1790
+ });
1791
+ };
1792
+
1793
+ export const putApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesByEnumerationRangeId = <ThrowOnError extends boolean = false>(options: Options<PutApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesByEnumerationRangeIdData, ThrowOnError>) => {
1794
+ return (options.client ?? _heyApiClient).put<PutApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesByEnumerationRangeIdResponse, PutApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesByEnumerationRangeIdError, ThrowOnError>({
1795
+ url: '/api/v2/AccountingService/Fiscals/Authorities/EnumerationRanges/{enumerationRangeId}',
1796
+ ...options,
1797
+ headers: {
1798
+ 'Content-Type': 'application/json',
1799
+ ...options?.headers
1800
+ }
1801
+ });
1802
+ };
1803
+
1804
+ export const getApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdIdentificationTypes = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdIdentificationTypesData, ThrowOnError>) => {
1805
+ return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdIdentificationTypesResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdIdentificationTypesError, ThrowOnError>({
1806
+ url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}/IdentificationTypes',
1807
+ ...options
1808
+ });
1809
+ };
1810
+
1811
+ export const getApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdIdentificationTypesCount = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdIdentificationTypesCountData, ThrowOnError>) => {
1812
+ return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdIdentificationTypesCountResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdIdentificationTypesCountError, ThrowOnError>({
1813
+ url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}/IdentificationTypes/Count',
1814
+ ...options
1815
+ });
1816
+ };
1817
+
1818
+ export const getApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdIdentificationTypesByIdentificationTypeId = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdIdentificationTypesByIdentificationTypeIdData, ThrowOnError>) => {
1819
+ return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdIdentificationTypesByIdentificationTypeIdResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdIdentificationTypesByIdentificationTypeIdError, ThrowOnError>({
1820
+ url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/IdentificationTypes/{identificationTypeId}',
1821
+ ...options
1822
+ });
1823
+ };
1824
+
1825
+ export const postApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypes = <ThrowOnError extends boolean = false>(options: Options<PostApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesData, ThrowOnError>) => {
1826
+ return (options.client ?? _heyApiClient).post<PostApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesResponse, PostApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesError, ThrowOnError>({
1827
+ url: '/api/v2/AccountingService/Fiscals/Authorities/IdentificationTypes',
1828
+ ...options,
1829
+ headers: {
1830
+ 'Content-Type': 'application/json',
1831
+ ...options?.headers
1832
+ }
1833
+ });
1834
+ };
1835
+
1836
+ export const deleteApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesByIdentificationTypeId = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesByIdentificationTypeIdData, ThrowOnError>) => {
1837
+ return (options.client ?? _heyApiClient).delete<DeleteApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesByIdentificationTypeIdResponse, DeleteApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesByIdentificationTypeIdError, ThrowOnError>({
1838
+ url: '/api/v2/AccountingService/Fiscals/Authorities/IdentificationTypes/{identificationTypeId}',
1839
+ ...options
1840
+ });
1841
+ };
1842
+
1843
+ export const putApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesByIdentificationTypeId = <ThrowOnError extends boolean = false>(options: Options<PutApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesByIdentificationTypeIdData, ThrowOnError>) => {
1844
+ return (options.client ?? _heyApiClient).put<PutApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesByIdentificationTypeIdResponse, PutApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesByIdentificationTypeIdError, ThrowOnError>({
1845
+ url: '/api/v2/AccountingService/Fiscals/Authorities/IdentificationTypes/{identificationTypeId}',
1846
+ ...options,
1847
+ headers: {
1848
+ 'Content-Type': 'application/json',
1849
+ ...options?.headers
1850
+ }
1851
+ });
1852
+ };
1853
+
1854
+ export const getApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriods = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriodsData, ThrowOnError>) => {
1855
+ return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriodsResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriodsError, ThrowOnError>({
1856
+ url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}/FiscalYears/{fiscalYearId}/FiscalPeriods',
1857
+ ...options
1858
+ });
1859
+ };
1860
+
1861
+ export const getApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriodsCount = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriodsCountData, ThrowOnError>) => {
1862
+ return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriodsCountResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriodsCountError, ThrowOnError>({
1863
+ url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalYears/{fiscalYearId}/FiscalPeriods/Count',
1864
+ ...options
1865
+ });
1866
+ };
1867
+
1868
+ export const getApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriodsByFiscalPeriodId = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriodsByFiscalPeriodIdData, ThrowOnError>) => {
1869
+ return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriodsByFiscalPeriodIdResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriodsByFiscalPeriodIdError, ThrowOnError>({
1870
+ url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalYears/{fiscalYearId}/FiscalPeriods/{fiscalPeriodId}',
1871
+ ...options
1872
+ });
1873
+ };
1874
+
1875
+ export const postApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriods = <ThrowOnError extends boolean = false>(options: Options<PostApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsData, ThrowOnError>) => {
1876
+ return (options.client ?? _heyApiClient).post<PostApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsResponse, PostApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsError, ThrowOnError>({
1877
+ url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalPeriods',
1878
+ ...options,
1879
+ headers: {
1880
+ 'Content-Type': 'application/json',
1881
+ ...options?.headers
1882
+ }
1883
+ });
1884
+ };
1885
+
1886
+ export const deleteApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsByFiscalPeriodId = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsByFiscalPeriodIdData, ThrowOnError>) => {
1887
+ return (options.client ?? _heyApiClient).delete<DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsByFiscalPeriodIdResponse, DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsByFiscalPeriodIdError, ThrowOnError>({
1888
+ url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalPeriods/{fiscalPeriodId}',
1889
+ ...options
1890
+ });
1891
+ };
1892
+
1893
+ export const putApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsByFiscalPeriodId = <ThrowOnError extends boolean = false>(options: Options<PutApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsByFiscalPeriodIdData, ThrowOnError>) => {
1894
+ return (options.client ?? _heyApiClient).put<PutApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsByFiscalPeriodIdResponse, PutApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsByFiscalPeriodIdError, ThrowOnError>({
1895
+ url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalPeriods/{fiscalPeriodId}',
1896
+ ...options,
1897
+ headers: {
1898
+ 'Content-Type': 'application/json',
1899
+ ...options?.headers
1900
+ }
1901
+ });
1902
+ };
1903
+
1904
+ export const getApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalRegimes = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalRegimesData, ThrowOnError>) => {
1905
+ return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalRegimesResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalRegimesError, ThrowOnError>({
1906
+ url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}/FiscalRegimes',
1907
+ ...options
1908
+ });
1909
+ };
1910
+
1911
+ export const getApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalRegimesCount = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalRegimesCountData, ThrowOnError>) => {
1912
+ return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalRegimesCountResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalRegimesCountError, ThrowOnError>({
1913
+ url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalRegimes/Count',
1914
+ ...options
1915
+ });
1916
+ };
1917
+
1918
+ export const getApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalRegimesByRegimeId = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalRegimesByRegimeIdData, ThrowOnError>) => {
1919
+ return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalRegimesByRegimeIdResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalRegimesByRegimeIdError, ThrowOnError>({
1920
+ url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalRegimes/{regimeId}',
1921
+ ...options
1922
+ });
1923
+ };
1924
+
1925
+ export const postApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimes = <ThrowOnError extends boolean = false>(options: Options<PostApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesData, ThrowOnError>) => {
1926
+ return (options.client ?? _heyApiClient).post<PostApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesResponse, PostApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesError, ThrowOnError>({
1927
+ url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalRegimes',
1928
+ ...options,
1929
+ headers: {
1930
+ 'Content-Type': 'application/json',
1931
+ ...options?.headers
1932
+ }
1933
+ });
1934
+ };
1935
+
1936
+ export const deleteApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesByRegimeId = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesByRegimeIdData, ThrowOnError>) => {
1937
+ return (options.client ?? _heyApiClient).delete<DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesByRegimeIdResponse, DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesByRegimeIdError, ThrowOnError>({
1938
+ url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalRegimes/{regimeId}',
1939
+ ...options
1940
+ });
1941
+ };
1942
+
1943
+ export const putApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesByRegimeId = <ThrowOnError extends boolean = false>(options: Options<PutApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesByRegimeIdData, ThrowOnError>) => {
1944
+ return (options.client ?? _heyApiClient).put<PutApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesByRegimeIdResponse, PutApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesByRegimeIdError, ThrowOnError>({
1945
+ url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalRegimes/{regimeId}',
1946
+ ...options,
1947
+ headers: {
1948
+ 'Content-Type': 'application/json',
1949
+ ...options?.headers
1950
+ }
1951
+ });
1952
+ };
1953
+
1954
+ export const getApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalResponsibilities = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalResponsibilitiesData, ThrowOnError>) => {
1955
+ return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalResponsibilitiesResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalResponsibilitiesError, ThrowOnError>({
1956
+ url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}/FiscalResponsibilities',
1957
+ ...options
1958
+ });
1959
+ };
1960
+
1961
+ export const getApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesCount = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesCountData, ThrowOnError>) => {
1962
+ return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesCountResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesCountError, ThrowOnError>({
1963
+ url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalResponsibilities/Count',
1964
+ ...options
1965
+ });
1966
+ };
1967
+
1968
+ export const getApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityId = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdData, ThrowOnError>) => {
1969
+ return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdError, ThrowOnError>({
1970
+ url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalResponsibilities/{fiscalResponsibilityId}',
1971
+ ...options
1972
+ });
1973
+ };
1974
+
1975
+ export const postApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilities = <ThrowOnError extends boolean = false>(options: Options<PostApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesData, ThrowOnError>) => {
1976
+ return (options.client ?? _heyApiClient).post<PostApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesResponse, PostApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesError, ThrowOnError>({
1977
+ url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalResponsibilities',
1978
+ ...options,
1979
+ headers: {
1980
+ 'Content-Type': 'application/json',
1981
+ ...options?.headers
1982
+ }
1983
+ });
1984
+ };
1985
+
1986
+ export const deleteApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesByFiscalResponsibilityId = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesByFiscalResponsibilityIdData, ThrowOnError>) => {
1987
+ return (options.client ?? _heyApiClient).delete<DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesByFiscalResponsibilityIdResponse, DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesByFiscalResponsibilityIdError, ThrowOnError>({
1988
+ url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalResponsibilities/{fiscalResponsibilityId}',
1989
+ ...options
1990
+ });
1991
+ };
1992
+
1993
+ export const putApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesByFiscalResponsibilityId = <ThrowOnError extends boolean = false>(options: Options<PutApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesByFiscalResponsibilityIdData, ThrowOnError>) => {
1994
+ return (options.client ?? _heyApiClient).put<PutApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesByFiscalResponsibilityIdResponse, PutApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesByFiscalResponsibilityIdError, ThrowOnError>({
1995
+ url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalResponsibilities/{fiscalResponsibilityId}',
1996
+ ...options,
1997
+ headers: {
1998
+ 'Content-Type': 'application/json',
1999
+ ...options?.headers
2000
+ }
2001
+ });
2002
+ };
2003
+
2004
+ export const getApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecords = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecordsData, ThrowOnError>) => {
2005
+ return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecordsResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecordsError, ThrowOnError>({
2006
+ url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalResponsibilities/{fiscalResponsibilityId}/FiscalResponsibilityRecords',
2007
+ ...options
2008
+ });
2009
+ };
2010
+
2011
+ export const getApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecordsCount = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecordsCountData, ThrowOnError>) => {
2012
+ return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecordsCountResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecordsCountError, ThrowOnError>({
2013
+ url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalResponsibilities/{fiscalResponsibilityId}/FiscalResponsibilityRecords/Count',
2014
+ ...options
2015
+ });
2016
+ };
2017
+
2018
+ export const getApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecordsByFiscalResponsibilityRecordId = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecordsByFiscalResponsibilityRecordIdData, ThrowOnError>) => {
2019
+ return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecordsByFiscalResponsibilityRecordIdResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecordsByFiscalResponsibilityRecordIdError, ThrowOnError>({
2020
+ url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalResponsibilities/{fiscalResponsibilityId}/FiscalResponsibilityRecords/{fiscalResponsibilityRecordId}',
2021
+ ...options
2022
+ });
2023
+ };
2024
+
2025
+ export const postApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecords = <ThrowOnError extends boolean = false>(options: Options<PostApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecordsData, ThrowOnError>) => {
2026
+ return (options.client ?? _heyApiClient).post<PostApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecordsResponse, PostApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecordsError, ThrowOnError>({
2027
+ url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalResponsibilityRecords',
2028
+ ...options,
2029
+ headers: {
2030
+ 'Content-Type': 'application/json',
2031
+ ...options?.headers
2032
+ }
2033
+ });
2034
+ };
2035
+
2036
+ export const deleteApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecordsByFiscalResponsibilityRecordId = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecordsByFiscalResponsibilityRecordIdData, ThrowOnError>) => {
2037
+ return (options.client ?? _heyApiClient).delete<DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecordsByFiscalResponsibilityRecordIdResponse, DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecordsByFiscalResponsibilityRecordIdError, ThrowOnError>({
2038
+ url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalResponsibilityRecords/{fiscalResponsibilityRecordId}',
2039
+ ...options
2040
+ });
2041
+ };
2042
+
2043
+ export const putApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecordsByFiscalResponsibilityRecordId = <ThrowOnError extends boolean = false>(options: Options<PutApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecordsByFiscalResponsibilityRecordIdData, ThrowOnError>) => {
2044
+ return (options.client ?? _heyApiClient).put<PutApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecordsByFiscalResponsibilityRecordIdResponse, PutApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecordsByFiscalResponsibilityRecordIdError, ThrowOnError>({
2045
+ url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalResponsibilityRecords/{fiscalResponsibilityRecordId}',
2046
+ ...options,
2047
+ headers: {
2048
+ 'Content-Type': 'application/json',
2049
+ ...options?.headers
2050
+ }
2051
+ });
2052
+ };
2053
+
2054
+ /**
2055
+ * Get all fiscal years
2056
+ * Retrieves a list of fiscal years for the specified tenant.
2057
+ */
2058
+ export const getFiscalYearsAsync = <ThrowOnError extends boolean = false>(options: Options<GetFiscalYearsAsyncData, ThrowOnError>) => {
2059
+ return (options.client ?? _heyApiClient).get<GetFiscalYearsAsyncResponse, unknown, ThrowOnError>({
2060
+ url: '/api/v2/AccountingService/FiscalYears',
2061
+ ...options
2062
+ });
2063
+ };
2064
+
2065
+ /**
2066
+ * Create fiscal year
2067
+ * Creates a new fiscal year entry for a tenant.
2068
+ */
2069
+ export const createFiscalYearAsync = <ThrowOnError extends boolean = false>(options: Options<CreateFiscalYearAsyncData, ThrowOnError>) => {
2070
+ return (options.client ?? _heyApiClient).post<CreateFiscalYearAsyncResponse, unknown, ThrowOnError>({
2071
+ url: '/api/v2/AccountingService/FiscalYears',
2072
+ ...options,
2073
+ headers: {
2074
+ 'Content-Type': 'application/json',
2075
+ ...options?.headers
2076
+ }
2077
+ });
2078
+ };
2079
+
2080
+ /**
2081
+ * Count fiscal years
2082
+ * Returns the number of fiscal years for a tenant.
2083
+ */
2084
+ export const getFiscalYearsCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetFiscalYearsCountAsyncData, ThrowOnError>) => {
2085
+ return (options.client ?? _heyApiClient).get<GetFiscalYearsCountAsyncResponse, unknown, ThrowOnError>({
2086
+ url: '/api/v2/AccountingService/FiscalYears/Count',
2087
+ ...options
2088
+ });
2089
+ };
2090
+
2091
+ /**
2092
+ * Delete fiscal year
2093
+ * Deletes a fiscal year identified by its ID.
2094
+ */
2095
+ export const deleteFiscalYearAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteFiscalYearAsyncData, ThrowOnError>) => {
2096
+ return (options.client ?? _heyApiClient).delete<DeleteFiscalYearAsyncResponse, unknown, ThrowOnError>({
2097
+ url: '/api/v2/AccountingService/FiscalYears/{fiscalYearId}',
2098
+ ...options
2099
+ });
2100
+ };
2101
+
2102
+ /**
2103
+ * Get fiscal year by ID
2104
+ * Gets details for a specific fiscal year.
2105
+ */
2106
+ export const getFiscalYearDetailsAsync = <ThrowOnError extends boolean = false>(options: Options<GetFiscalYearDetailsAsyncData, ThrowOnError>) => {
2107
+ return (options.client ?? _heyApiClient).get<GetFiscalYearDetailsAsyncResponse, unknown, ThrowOnError>({
2108
+ url: '/api/v2/AccountingService/FiscalYears/{fiscalYearId}',
2109
+ ...options
2110
+ });
2111
+ };
2112
+
2113
+ /**
2114
+ * Update fiscal year
2115
+ * Updates an existing fiscal year identified by its ID.
2116
+ */
2117
+ export const updateFiscalYearAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateFiscalYearAsyncData, ThrowOnError>) => {
2118
+ return (options.client ?? _heyApiClient).put<UpdateFiscalYearAsyncResponse, unknown, ThrowOnError>({
2119
+ url: '/api/v2/AccountingService/FiscalYears/{fiscalYearId}',
2120
+ ...options,
2121
+ headers: {
2122
+ 'Content-Type': 'application/json',
2123
+ ...options?.headers
2124
+ }
2125
+ });
2126
+ };
2127
+
2128
+ /**
2129
+ * Get all grants
2130
+ * Retrieves a list of grants associated with the tenant.
2131
+ */
2132
+ export const getGrantsAsync = <ThrowOnError extends boolean = false>(options: Options<GetGrantsAsyncData, ThrowOnError>) => {
2133
+ return (options.client ?? _heyApiClient).get<GetGrantsAsyncResponse, unknown, ThrowOnError>({
2134
+ url: '/api/v2/AccountingService/Grants',
2135
+ ...options
2136
+ });
2137
+ };
2138
+
2139
+ /**
2140
+ * Create grant
2141
+ * Creates a new grant entry.
2142
+ */
2143
+ export const createGrantAsync = <ThrowOnError extends boolean = false>(options: Options<CreateGrantAsyncData, ThrowOnError>) => {
2144
+ return (options.client ?? _heyApiClient).post<CreateGrantAsyncResponse, unknown, ThrowOnError>({
2145
+ url: '/api/v2/AccountingService/Grants',
2146
+ ...options,
2147
+ headers: {
2148
+ 'Content-Type': 'application/json',
2149
+ ...options?.headers
2150
+ }
2151
+ });
2152
+ };
2153
+
2154
+ /**
2155
+ * Count grants
2156
+ * Returns the number of grants for the tenant.
2157
+ */
2158
+ export const getGrantsCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetGrantsCountAsyncData, ThrowOnError>) => {
2159
+ return (options.client ?? _heyApiClient).get<GetGrantsCountAsyncResponse, unknown, ThrowOnError>({
2160
+ url: '/api/v2/AccountingService/Grants/Count',
2161
+ ...options
2162
+ });
2163
+ };
2164
+
2165
+ /**
2166
+ * Delete grant
2167
+ * Deletes a grant identified by its ID.
2168
+ */
2169
+ export const deleteGrantAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteGrantAsyncData, ThrowOnError>) => {
2170
+ return (options.client ?? _heyApiClient).delete<DeleteGrantAsyncResponse, unknown, ThrowOnError>({
2171
+ url: '/api/v2/AccountingService/Grants/{grantId}',
2172
+ ...options
2173
+ });
2174
+ };
2175
+
2176
+ /**
2177
+ * Get grant by ID
2178
+ * Gets detailed information for a specific grant.
2179
+ */
2180
+ export const getGrantDetailsAsync = <ThrowOnError extends boolean = false>(options: Options<GetGrantDetailsAsyncData, ThrowOnError>) => {
2181
+ return (options.client ?? _heyApiClient).get<GetGrantDetailsAsyncResponse, unknown, ThrowOnError>({
2182
+ url: '/api/v2/AccountingService/Grants/{grantId}',
2183
+ ...options
2184
+ });
2185
+ };
2186
+
2187
+ /**
2188
+ * Update grant
2189
+ * Updates an existing grant identified by its ID.
2190
+ */
2191
+ export const updateGrantAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateGrantAsyncData, ThrowOnError>) => {
2192
+ return (options.client ?? _heyApiClient).put<UpdateGrantAsyncResponse, unknown, ThrowOnError>({
2193
+ url: '/api/v2/AccountingService/Grants/{grantId}',
2194
+ ...options,
2195
+ headers: {
2196
+ 'Content-Type': 'application/json',
2197
+ ...options?.headers
2198
+ }
2199
+ });
2200
+ };
2201
+
2202
+ /**
2203
+ * Get all invoice enumeration ranges
2204
+ * Retrieves all invoice enumeration ranges for the specified tenant.
2205
+ */
2206
+ export const getInvoiceEnumerationRangesAsync = <ThrowOnError extends boolean = false>(options: Options<GetInvoiceEnumerationRangesAsyncData, ThrowOnError>) => {
2207
+ return (options.client ?? _heyApiClient).get<GetInvoiceEnumerationRangesAsyncResponse, GetInvoiceEnumerationRangesAsyncError, ThrowOnError>({
2208
+ url: '/api/v2/AccountingService/InvoiceEnumerationRanges',
2209
+ ...options
2210
+ });
2211
+ };
2212
+
2213
+ /**
2214
+ * Create a new invoice enumeration range
2215
+ * Creates a new invoice enumeration range for the tenant.
2216
+ */
2217
+ export const createInvoiceEnumerationRangeAsync = <ThrowOnError extends boolean = false>(options: Options<CreateInvoiceEnumerationRangeAsyncData, ThrowOnError>) => {
2218
+ return (options.client ?? _heyApiClient).post<CreateInvoiceEnumerationRangeAsyncResponse, CreateInvoiceEnumerationRangeAsyncError, ThrowOnError>({
2219
+ url: '/api/v2/AccountingService/InvoiceEnumerationRanges',
2220
+ ...options,
2221
+ headers: {
2222
+ 'Content-Type': 'application/json',
2223
+ ...options?.headers
2224
+ }
2225
+ });
2226
+ };
2227
+
2228
+ /**
2229
+ * Delete an invoice enumeration range
2230
+ * Deletes an invoice enumeration range by its identifier.
2231
+ */
2232
+ export const deleteInvoiceEnumerationRangeAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteInvoiceEnumerationRangeAsyncData, ThrowOnError>) => {
2233
+ return (options.client ?? _heyApiClient).delete<DeleteInvoiceEnumerationRangeAsyncResponse, DeleteInvoiceEnumerationRangeAsyncError, ThrowOnError>({
2234
+ url: '/api/v2/AccountingService/InvoiceEnumerationRanges/{rangeId}',
2235
+ ...options
2236
+ });
2237
+ };
2238
+
2239
+ /**
2240
+ * Get invoice enumeration range by ID
2241
+ * Retrieves the details of a specific invoice enumeration range.
2242
+ */
2243
+ export const getInvoiceEnumerationRangeDetailsAsync = <ThrowOnError extends boolean = false>(options: Options<GetInvoiceEnumerationRangeDetailsAsyncData, ThrowOnError>) => {
2244
+ return (options.client ?? _heyApiClient).get<GetInvoiceEnumerationRangeDetailsAsyncResponse, GetInvoiceEnumerationRangeDetailsAsyncError, ThrowOnError>({
2245
+ url: '/api/v2/AccountingService/InvoiceEnumerationRanges/{rangeId}',
2246
+ ...options
2247
+ });
2248
+ };
2249
+
2250
+ /**
2251
+ * Update an invoice enumeration range
2252
+ * Updates an existing invoice enumeration range with the provided data.
2253
+ */
2254
+ export const updateInvoiceEnumerationRangeAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateInvoiceEnumerationRangeAsyncData, ThrowOnError>) => {
2255
+ return (options.client ?? _heyApiClient).put<UpdateInvoiceEnumerationRangeAsyncResponse, UpdateInvoiceEnumerationRangeAsyncError, ThrowOnError>({
2256
+ url: '/api/v2/AccountingService/InvoiceEnumerationRanges/{rangeId}',
2257
+ ...options,
2258
+ headers: {
2259
+ 'Content-Type': 'application/json',
2260
+ ...options?.headers
2261
+ }
2262
+ });
2263
+ };
2264
+
2265
+ /**
2266
+ * Get all journals
2267
+ * Retrieves all journals for the specified tenant.
2268
+ */
2269
+ export const getJournalsAsync = <ThrowOnError extends boolean = false>(options: Options<GetJournalsAsyncData, ThrowOnError>) => {
2270
+ return (options.client ?? _heyApiClient).get<GetJournalsAsyncResponse, GetJournalsAsyncError, ThrowOnError>({
2271
+ url: '/api/v2/AccountingService/Journals',
2272
+ ...options
2273
+ });
2274
+ };
2275
+
2276
+ /**
2277
+ * Create journal
2278
+ * Creates a new journal for the tenant.
2279
+ */
2280
+ export const createJournalAsync = <ThrowOnError extends boolean = false>(options: Options<CreateJournalAsyncData, ThrowOnError>) => {
2281
+ return (options.client ?? _heyApiClient).post<CreateJournalAsyncResponse, CreateJournalAsyncError, ThrowOnError>({
2282
+ url: '/api/v2/AccountingService/Journals',
2283
+ ...options,
2284
+ headers: {
2285
+ 'Content-Type': 'application/json',
2286
+ ...options?.headers
2287
+ }
2288
+ });
2289
+ };
2290
+
2291
+ /**
2292
+ * Count journals
2293
+ * Returns the count of journals for the tenant.
2294
+ */
2295
+ export const countJournalsAsync = <ThrowOnError extends boolean = false>(options: Options<CountJournalsAsyncData, ThrowOnError>) => {
2296
+ return (options.client ?? _heyApiClient).get<CountJournalsAsyncResponse, CountJournalsAsyncError, ThrowOnError>({
2297
+ url: '/api/v2/AccountingService/Journals/Count',
2298
+ ...options
2299
+ });
2300
+ };
2301
+
2302
+ /**
2303
+ * Delete journal
2304
+ * Deletes a journal by ID.
2305
+ */
2306
+ export const deleteJournalAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteJournalAsyncData, ThrowOnError>) => {
2307
+ return (options.client ?? _heyApiClient).delete<DeleteJournalAsyncResponse, DeleteJournalAsyncError, ThrowOnError>({
2308
+ url: '/api/v2/AccountingService/Journals/{journalId}',
2309
+ ...options
2310
+ });
2311
+ };
2312
+
2313
+ /**
2314
+ * Get journal by ID
2315
+ * Retrieves the details of a journal.
2316
+ */
2317
+ export const getJournalDetailsAsync = <ThrowOnError extends boolean = false>(options: Options<GetJournalDetailsAsyncData, ThrowOnError>) => {
2318
+ return (options.client ?? _heyApiClient).get<GetJournalDetailsAsyncResponse, GetJournalDetailsAsyncError, ThrowOnError>({
2319
+ url: '/api/v2/AccountingService/Journals/{journalId}',
2320
+ ...options
2321
+ });
2322
+ };
2323
+
2324
+ /**
2325
+ * Update journal
2326
+ * Updates an existing journal.
2327
+ */
2328
+ export const updateJournalAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateJournalAsyncData, ThrowOnError>) => {
2329
+ return (options.client ?? _heyApiClient).put<UpdateJournalAsyncResponse, UpdateJournalAsyncError, ThrowOnError>({
2330
+ url: '/api/v2/AccountingService/Journals/{journalId}',
2331
+ ...options,
2332
+ headers: {
2333
+ 'Content-Type': 'application/json',
2334
+ ...options?.headers
2335
+ }
2336
+ });
2337
+ };
2338
+
2339
+ /**
2340
+ * Get journal entries
2341
+ * Gets entries for the specified journal.
2342
+ */
2343
+ export const getJournalEntriesAsync = <ThrowOnError extends boolean = false>(options: Options<GetJournalEntriesAsyncData, ThrowOnError>) => {
2344
+ return (options.client ?? _heyApiClient).get<GetJournalEntriesAsyncResponse, GetJournalEntriesAsyncError, ThrowOnError>({
2345
+ url: '/api/v2/AccountingService/Journals/{journalId}/Entries',
2346
+ ...options
2347
+ });
2348
+ };
2349
+
2350
+ /**
2351
+ * Create journal entry
2352
+ * Creates a new journal entry for a given journal.
2353
+ */
2354
+ export const createJournalEntryAsync = <ThrowOnError extends boolean = false>(options: Options<CreateJournalEntryAsyncData, ThrowOnError>) => {
2355
+ return (options.client ?? _heyApiClient).post<CreateJournalEntryAsyncResponse, CreateJournalEntryAsyncError, ThrowOnError>({
2356
+ url: '/api/v2/AccountingService/Journals/{journalId}/Entries',
2357
+ ...options,
2358
+ headers: {
2359
+ 'Content-Type': 'application/json',
2360
+ ...options?.headers
2361
+ }
2362
+ });
2363
+ };
2364
+
2365
+ /**
2366
+ * Count journal entries
2367
+ * Returns the number of entries in the specified journal.
2368
+ */
2369
+ export const getJournalEntriesCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetJournalEntriesCountAsyncData, ThrowOnError>) => {
2370
+ return (options.client ?? _heyApiClient).get<GetJournalEntriesCountAsyncResponse, GetJournalEntriesCountAsyncError, ThrowOnError>({
2371
+ url: '/api/v2/AccountingService/Journals/{journalId}/Entries/Count',
2372
+ ...options
2373
+ });
2374
+ };
2375
+
2376
+ /**
2377
+ * Delete journal entry
2378
+ * Deletes a specific journal entry.
2379
+ */
2380
+ export const deleteJournalEntryAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteJournalEntryAsyncData, ThrowOnError>) => {
2381
+ return (options.client ?? _heyApiClient).delete<DeleteJournalEntryAsyncResponse, DeleteJournalEntryAsyncError, ThrowOnError>({
2382
+ url: '/api/v2/AccountingService/Journals/{journalId}/Entries/{entryId}',
2383
+ ...options
2384
+ });
2385
+ };
2386
+
2387
+ /**
2388
+ * Update journal entry
2389
+ * Updates a specific journal entry.
2390
+ */
2391
+ export const updateJournalEntryAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateJournalEntryAsyncData, ThrowOnError>) => {
2392
+ return (options.client ?? _heyApiClient).put<UpdateJournalEntryAsyncResponse, UpdateJournalEntryAsyncError, ThrowOnError>({
2393
+ url: '/api/v2/AccountingService/Journals/{journalId}/Entries/{entryId}',
2394
+ ...options,
2395
+ headers: {
2396
+ 'Content-Type': 'application/json',
2397
+ ...options?.headers
2398
+ }
2399
+ });
2400
+ };
2401
+
2402
+ /**
2403
+ * Deletes a journal type
2404
+ * Removes a journal type from the tenant's configuration.
2405
+ */
2406
+ export const deleteJournalTypeAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteJournalTypeAsyncData, ThrowOnError>) => {
2407
+ return (options.client ?? _heyApiClient).delete<DeleteJournalTypeAsyncResponse, unknown, ThrowOnError>({
2408
+ url: '/api/v2/AccountingService/JournalTypes/{journalTypeId}',
2409
+ ...options
2410
+ });
2411
+ };
2412
+
2413
+ /**
2414
+ * Retrieves a journal type by ID
2415
+ * Fetches the journal type matching the specified ID.
2416
+ */
2417
+ export const getJournalTypeDetailsAsync = <ThrowOnError extends boolean = false>(options: Options<GetJournalTypeDetailsAsyncData, ThrowOnError>) => {
2418
+ return (options.client ?? _heyApiClient).get<GetJournalTypeDetailsAsyncResponse, unknown, ThrowOnError>({
2419
+ url: '/api/v2/AccountingService/JournalTypes/{journalTypeId}',
2420
+ ...options
2421
+ });
2422
+ };
2423
+
2424
+ /**
2425
+ * Updates an existing journal type
2426
+ * Modifies the details of a specific journal type.
2427
+ */
2428
+ export const updateJournalTypeAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateJournalTypeAsyncData, ThrowOnError>) => {
2429
+ return (options.client ?? _heyApiClient).put<UpdateJournalTypeAsyncResponse, unknown, ThrowOnError>({
2430
+ url: '/api/v2/AccountingService/JournalTypes/{journalTypeId}',
2431
+ ...options,
2432
+ headers: {
2433
+ 'Content-Type': 'application/json',
2434
+ ...options?.headers
2435
+ }
2436
+ });
2437
+ };
2438
+
2439
+ /**
2440
+ * Retrieves all journal types
2441
+ * Fetches all journal types for the current tenant with OData support.
2442
+ */
2443
+ export const getJournalTypesAsync = <ThrowOnError extends boolean = false>(options: Options<GetJournalTypesAsyncData, ThrowOnError>) => {
2444
+ return (options.client ?? _heyApiClient).get<GetJournalTypesAsyncResponse, unknown, ThrowOnError>({
2445
+ url: '/api/v2/AccountingService/JournalTypes',
2446
+ ...options
2447
+ });
2448
+ };
2449
+
2450
+ /**
2451
+ * Creates a new journal type
2452
+ * Adds a new journal type to the tenant's catalog.
2453
+ */
2454
+ export const createJournalTypeAsync = <ThrowOnError extends boolean = false>(options: Options<CreateJournalTypeAsyncData, ThrowOnError>) => {
2455
+ return (options.client ?? _heyApiClient).post<CreateJournalTypeAsyncResponse, unknown, ThrowOnError>({
2456
+ url: '/api/v2/AccountingService/JournalTypes',
2457
+ ...options,
2458
+ headers: {
2459
+ 'Content-Type': 'application/json',
2460
+ ...options?.headers
2461
+ }
2462
+ });
2463
+ };
2464
+
2465
+ /**
2466
+ * Counts journal types
2467
+ * Returns the total number of journal types available for the tenant.
2468
+ */
2469
+ export const getJournalTypesCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetJournalTypesCountAsyncData, ThrowOnError>) => {
2470
+ return (options.client ?? _heyApiClient).get<GetJournalTypesCountAsyncResponse, unknown, ThrowOnError>({
2471
+ url: '/api/v2/AccountingService/JournalTypes/Count',
2472
+ ...options
2473
+ });
2474
+ };
2475
+
2476
+ /**
2477
+ * Retrieves all ledgers
2478
+ * Gets all ledgers for the current tenant with OData support.
2479
+ */
2480
+ export const getLedgersAsync = <ThrowOnError extends boolean = false>(options: Options<GetLedgersAsyncData, ThrowOnError>) => {
2481
+ return (options.client ?? _heyApiClient).get<GetLedgersAsyncResponse, GetLedgersAsyncError, ThrowOnError>({
2482
+ url: '/api/v2/AccountingService/Ledgers',
2483
+ ...options
2484
+ });
2485
+ };
2486
+
2487
+ /**
2488
+ * Creates a new ledger
2489
+ * Creates a new ledger for the current tenant.
2490
+ */
2491
+ export const createLedgerAsync = <ThrowOnError extends boolean = false>(options: Options<CreateLedgerAsyncData, ThrowOnError>) => {
2492
+ return (options.client ?? _heyApiClient).post<CreateLedgerAsyncResponse, CreateLedgerAsyncError, ThrowOnError>({
2493
+ url: '/api/v2/AccountingService/Ledgers',
2494
+ ...options,
2495
+ headers: {
2496
+ 'Content-Type': 'application/json',
2497
+ ...options?.headers
2498
+ }
2499
+ });
2500
+ };
2501
+
2502
+ /**
2503
+ * Counts ledgers
2504
+ * Gets the count of ledgers for the current tenant.
2505
+ */
2506
+ export const getLedgersCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetLedgersCountAsyncData, ThrowOnError>) => {
2507
+ return (options.client ?? _heyApiClient).get<GetLedgersCountAsyncResponse, GetLedgersCountAsyncError, ThrowOnError>({
2508
+ url: '/api/v2/AccountingService/Ledgers/Count',
2509
+ ...options
2510
+ });
2511
+ };
2512
+
2513
+ /**
2514
+ * Deletes a ledger
2515
+ * Deletes the specified ledger.
2516
+ */
2517
+ export const deleteLedgerAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteLedgerAsyncData, ThrowOnError>) => {
2518
+ return (options.client ?? _heyApiClient).delete<DeleteLedgerAsyncResponse, DeleteLedgerAsyncError, ThrowOnError>({
2519
+ url: '/api/v2/AccountingService/Ledgers/{ledgerId}',
2520
+ ...options
2521
+ });
2522
+ };
2523
+
2524
+ /**
2525
+ * Gets a ledger by ID
2526
+ * Retrieves the details of a ledger using its unique ID.
2527
+ */
2528
+ export const getLedgerDetailsAsync = <ThrowOnError extends boolean = false>(options: Options<GetLedgerDetailsAsyncData, ThrowOnError>) => {
2529
+ return (options.client ?? _heyApiClient).get<GetLedgerDetailsAsyncResponse, GetLedgerDetailsAsyncError, ThrowOnError>({
2530
+ url: '/api/v2/AccountingService/Ledgers/{ledgerId}',
2531
+ ...options
2532
+ });
2533
+ };
2534
+
2535
+ /**
2536
+ * Updates a ledger
2537
+ * Updates the specified ledger.
2538
+ */
2539
+ export const updateLedgerAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateLedgerAsyncData, ThrowOnError>) => {
2540
+ return (options.client ?? _heyApiClient).put<UpdateLedgerAsyncResponse, UpdateLedgerAsyncError, ThrowOnError>({
2541
+ url: '/api/v2/AccountingService/Ledgers/{ledgerId}',
2542
+ ...options,
2543
+ headers: {
2544
+ 'Content-Type': 'application/json',
2545
+ ...options?.headers
2546
+ }
2547
+ });
2548
+ };
2549
+
2550
+ /**
2551
+ * Retrieves all ledger types
2552
+ * Gets all ledger types for the current tenant with OData support.
2553
+ */
2554
+ export const getLedgerTypesAsync = <ThrowOnError extends boolean = false>(options: Options<GetLedgerTypesAsyncData, ThrowOnError>) => {
2555
+ return (options.client ?? _heyApiClient).get<GetLedgerTypesAsyncResponse, GetLedgerTypesAsyncError, ThrowOnError>({
2556
+ url: '/api/v2/AccountingService/LedgerTypes',
2557
+ ...options
2558
+ });
2559
+ };
2560
+
2561
+ /**
2562
+ * Creates a new ledger type
2563
+ * Creates a new ledger type for the current tenant.
2564
+ */
2565
+ export const createLedgerTypeAsync = <ThrowOnError extends boolean = false>(options: Options<CreateLedgerTypeAsyncData, ThrowOnError>) => {
2566
+ return (options.client ?? _heyApiClient).post<CreateLedgerTypeAsyncResponse, CreateLedgerTypeAsyncError, ThrowOnError>({
2567
+ url: '/api/v2/AccountingService/LedgerTypes',
2568
+ ...options,
2569
+ headers: {
2570
+ 'Content-Type': 'application/json',
2571
+ ...options?.headers
2572
+ }
2573
+ });
2574
+ };
2575
+
2576
+ /**
2577
+ * Counts ledger types
2578
+ * Gets the count of ledger types for the current tenant.
2579
+ */
2580
+ export const getLedgerTypesCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetLedgerTypesCountAsyncData, ThrowOnError>) => {
2581
+ return (options.client ?? _heyApiClient).get<GetLedgerTypesCountAsyncResponse, GetLedgerTypesCountAsyncError, ThrowOnError>({
2582
+ url: '/api/v2/AccountingService/LedgerTypes/Count',
2583
+ ...options
2584
+ });
2585
+ };
2586
+
2587
+ /**
2588
+ * Deletes a ledger type
2589
+ * Deletes the specified ledger type.
2590
+ */
2591
+ export const deleteLedgerTypeAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteLedgerTypeAsyncData, ThrowOnError>) => {
2592
+ return (options.client ?? _heyApiClient).delete<DeleteLedgerTypeAsyncResponse, DeleteLedgerTypeAsyncError, ThrowOnError>({
2593
+ url: '/api/v2/AccountingService/LedgerTypes/{ledgerTypeId}',
2594
+ ...options
2595
+ });
2596
+ };
2597
+
2598
+ /**
2599
+ * Gets a ledger type by ID
2600
+ * Retrieves the details of a ledger type using its unique ID.
2601
+ */
2602
+ export const getLedgerTypeDetailsAsync = <ThrowOnError extends boolean = false>(options: Options<GetLedgerTypeDetailsAsyncData, ThrowOnError>) => {
2603
+ return (options.client ?? _heyApiClient).get<GetLedgerTypeDetailsAsyncResponse, GetLedgerTypeDetailsAsyncError, ThrowOnError>({
2604
+ url: '/api/v2/AccountingService/LedgerTypes/{ledgerTypeId}',
2605
+ ...options
2606
+ });
2607
+ };
2608
+
2609
+ /**
2610
+ * Updates a ledger type
2611
+ * Updates the specified ledger type.
2612
+ */
2613
+ export const updateLedgerTypeAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateLedgerTypeAsyncData, ThrowOnError>) => {
2614
+ return (options.client ?? _heyApiClient).put<UpdateLedgerTypeAsyncResponse, UpdateLedgerTypeAsyncError, ThrowOnError>({
2615
+ url: '/api/v2/AccountingService/LedgerTypes/{ledgerTypeId}',
2616
+ ...options,
2617
+ headers: {
2618
+ 'Content-Type': 'application/json',
2619
+ ...options?.headers
2620
+ }
2621
+ });
2622
+ };
2623
+
2624
+ /**
2625
+ * Deletes a loan
2626
+ * Deletes the specified loan.
2627
+ */
2628
+ export const deleteLoanAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteLoanAsyncData, ThrowOnError>) => {
2629
+ return (options.client ?? _heyApiClient).delete<DeleteLoanAsyncResponse, DeleteLoanAsyncError, ThrowOnError>({
2630
+ url: '/api/v2/AccountingService/Loans/{loanId}',
2631
+ ...options
2632
+ });
2633
+ };
2634
+
2635
+ /**
2636
+ * Gets a loan by ID
2637
+ * Retrieves the details of a loan using its unique ID.
2638
+ */
2639
+ export const getLoanDetailsAsync = <ThrowOnError extends boolean = false>(options: Options<GetLoanDetailsAsyncData, ThrowOnError>) => {
2640
+ return (options.client ?? _heyApiClient).get<GetLoanDetailsAsyncResponse, GetLoanDetailsAsyncError, ThrowOnError>({
2641
+ url: '/api/v2/AccountingService/Loans/{loanId}',
2642
+ ...options
2643
+ });
2644
+ };
2645
+
2646
+ /**
2647
+ * Updates a loan
2648
+ * Updates the specified loan.
2649
+ */
2650
+ export const updateLoanAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateLoanAsyncData, ThrowOnError>) => {
2651
+ return (options.client ?? _heyApiClient).put<UpdateLoanAsyncResponse, UpdateLoanAsyncError, ThrowOnError>({
2652
+ url: '/api/v2/AccountingService/Loans/{loanId}',
2653
+ ...options,
2654
+ headers: {
2655
+ 'Content-Type': 'application/json',
2656
+ ...options?.headers
2657
+ }
2658
+ });
2659
+ };
2660
+
2661
+ /**
2662
+ * Gets all loans
2663
+ * Retrieves all loans for the current tenant with OData support.
2664
+ */
2665
+ export const getLoansAsync = <ThrowOnError extends boolean = false>(options: Options<GetLoansAsyncData, ThrowOnError>) => {
2666
+ return (options.client ?? _heyApiClient).get<GetLoansAsyncResponse, GetLoansAsyncError, ThrowOnError>({
2667
+ url: '/api/v2/AccountingService/Loans',
2668
+ ...options
2669
+ });
2670
+ };
2671
+
2672
+ /**
2673
+ * Creates a new loan
2674
+ * Creates a new loan for the current tenant.
2675
+ */
2676
+ export const createLoanAsync = <ThrowOnError extends boolean = false>(options: Options<CreateLoanAsyncData, ThrowOnError>) => {
2677
+ return (options.client ?? _heyApiClient).post<CreateLoanAsyncResponse, CreateLoanAsyncError, ThrowOnError>({
2678
+ url: '/api/v2/AccountingService/Loans',
2679
+ ...options,
2680
+ headers: {
2681
+ 'Content-Type': 'application/json',
2682
+ ...options?.headers
2683
+ }
2684
+ });
2685
+ };
2686
+
2687
+ /**
2688
+ * Counts loans
2689
+ * Gets the count of loans for the current tenant.
2690
+ */
2691
+ export const getLoansCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetLoansCountAsyncData, ThrowOnError>) => {
2692
+ return (options.client ?? _heyApiClient).get<GetLoansCountAsyncResponse, GetLoansCountAsyncError, ThrowOnError>({
2693
+ url: '/api/v2/AccountingService/Loans/Count',
2694
+ ...options
2695
+ });
2696
+ };
2697
+
2698
+ /**
2699
+ * Gets all loan applications
2700
+ * Retrieves all loan applications for the current tenant.
2701
+ */
2702
+ export const getLoanApplicationsAsync = <ThrowOnError extends boolean = false>(options: Options<GetLoanApplicationsAsyncData, ThrowOnError>) => {
2703
+ return (options.client ?? _heyApiClient).get<GetLoanApplicationsAsyncResponse, GetLoanApplicationsAsyncError, ThrowOnError>({
2704
+ url: '/api/v2/AccountingService/Loans/Applications',
2705
+ ...options
2706
+ });
2707
+ };
2708
+
2709
+ /**
2710
+ * Creates a loan application
2711
+ * Creates a new loan application.
2712
+ */
2713
+ export const createLoanApplicationAsync = <ThrowOnError extends boolean = false>(options: Options<CreateLoanApplicationAsyncData, ThrowOnError>) => {
2714
+ return (options.client ?? _heyApiClient).post<CreateLoanApplicationAsyncResponse, CreateLoanApplicationAsyncError, ThrowOnError>({
2715
+ url: '/api/v2/AccountingService/Loans/Applications',
2716
+ ...options,
2717
+ headers: {
2718
+ 'Content-Type': 'application/json',
2719
+ ...options?.headers
2720
+ }
2721
+ });
2722
+ };
2723
+
2724
+ /**
2725
+ * Counts loan applications
2726
+ * Gets the count of loan applications for the current tenant.
2727
+ */
2728
+ export const getLoanApplicationsCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetLoanApplicationsCountAsyncData, ThrowOnError>) => {
2729
+ return (options.client ?? _heyApiClient).get<GetLoanApplicationsCountAsyncResponse, GetLoanApplicationsCountAsyncError, ThrowOnError>({
2730
+ url: '/api/v2/AccountingService/Loans/Applications/Count',
2731
+ ...options
2732
+ });
2733
+ };
2734
+
2735
+ /**
2736
+ * Deletes a loan application
2737
+ * Deletes the specified loan application.
2738
+ */
2739
+ export const deleteLoanApplicationAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteLoanApplicationAsyncData, ThrowOnError>) => {
2740
+ return (options.client ?? _heyApiClient).delete<DeleteLoanApplicationAsyncResponse, DeleteLoanApplicationAsyncError, ThrowOnError>({
2741
+ url: '/api/v2/AccountingService/Loans/Applications/{applicationId}',
2742
+ ...options
2743
+ });
2744
+ };
2745
+
2746
+ /**
2747
+ * Gets a loan application by ID
2748
+ * Retrieves the details of a loan application.
2749
+ */
2750
+ export const getLoanApplicationDetailsAsync = <ThrowOnError extends boolean = false>(options: Options<GetLoanApplicationDetailsAsyncData, ThrowOnError>) => {
2751
+ return (options.client ?? _heyApiClient).get<GetLoanApplicationDetailsAsyncResponse, GetLoanApplicationDetailsAsyncError, ThrowOnError>({
2752
+ url: '/api/v2/AccountingService/Loans/Applications/{applicationId}',
2753
+ ...options
2754
+ });
2755
+ };
2756
+
2757
+ /**
2758
+ * Updates a loan application
2759
+ * Updates the specified loan application.
2760
+ */
2761
+ export const updateLoanApplicationAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateLoanApplicationAsyncData, ThrowOnError>) => {
2762
+ return (options.client ?? _heyApiClient).put<UpdateLoanApplicationAsyncResponse, UpdateLoanApplicationAsyncError, ThrowOnError>({
2763
+ url: '/api/v2/AccountingService/Loans/Applications/{applicationId}',
2764
+ ...options,
2765
+ headers: {
2766
+ 'Content-Type': 'application/json',
2767
+ ...options?.headers
2768
+ }
2769
+ });
2770
+ };
2771
+
2772
+ /**
2773
+ * Retrieves tenant receipts
2774
+ * Fetches all receipts for a given tenant with OData support.
2775
+ */
2776
+ export const getReceiptsAsync = <ThrowOnError extends boolean = false>(options: Options<GetReceiptsAsyncData, ThrowOnError>) => {
2777
+ return (options.client ?? _heyApiClient).get<GetReceiptsAsyncResponse, unknown, ThrowOnError>({
2778
+ url: '/api/v2/AccountingService/Receipts',
2779
+ ...options
2780
+ });
2781
+ };
2782
+
2783
+ /**
2784
+ * Creates a new receipt
2785
+ * Adds a new receipt record under the specified tenant.
2786
+ */
2787
+ export const createReceiptAsync = <ThrowOnError extends boolean = false>(options: Options<CreateReceiptAsyncData, ThrowOnError>) => {
2788
+ return (options.client ?? _heyApiClient).post<CreateReceiptAsyncResponse, unknown, ThrowOnError>({
2789
+ url: '/api/v2/AccountingService/Receipts',
2790
+ ...options,
2791
+ headers: {
2792
+ 'Content-Type': 'application/json',
2793
+ ...options?.headers
2794
+ }
2795
+ });
2796
+ };
2797
+
2798
+ /**
2799
+ * Gets count of tenant receipts
2800
+ * Returns total number of receipts for the tenant with OData filter support.
2801
+ */
2802
+ export const getReceiptsCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetReceiptsCountAsyncData, ThrowOnError>) => {
2803
+ return (options.client ?? _heyApiClient).get<GetReceiptsCountAsyncResponse, unknown, ThrowOnError>({
2804
+ url: '/api/v2/AccountingService/Receipts/Count',
2805
+ ...options
2806
+ });
2807
+ };
2808
+
2809
+ /**
2810
+ * Deletes a receipt
2811
+ * Removes an existing receipt from the tenant’s records.
2812
+ */
2813
+ export const deleteReceiptAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteReceiptAsyncData, ThrowOnError>) => {
2814
+ return (options.client ?? _heyApiClient).delete<DeleteReceiptAsyncResponse, unknown, ThrowOnError>({
2815
+ url: '/api/v2/AccountingService/Receipts/{receiptId}',
2816
+ ...options
2817
+ });
2818
+ };
2819
+
2820
+ /**
2821
+ * Gets details of a receipt
2822
+ * Retrieves a specific receipt by its ID for the given tenant.
2823
+ */
2824
+ export const getReceiptDetailsAsync = <ThrowOnError extends boolean = false>(options: Options<GetReceiptDetailsAsyncData, ThrowOnError>) => {
2825
+ return (options.client ?? _heyApiClient).get<GetReceiptDetailsAsyncResponse, unknown, ThrowOnError>({
2826
+ url: '/api/v2/AccountingService/Receipts/{receiptId}',
2827
+ ...options
2828
+ });
2829
+ };
2830
+
2831
+ /**
2832
+ * Updates a receipt
2833
+ * Modifies the data of an existing receipt for the given tenant.
2834
+ */
2835
+ export const updateReceiptAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateReceiptAsyncData, ThrowOnError>) => {
2836
+ return (options.client ?? _heyApiClient).put<UpdateReceiptAsyncResponse, unknown, ThrowOnError>({
2837
+ url: '/api/v2/AccountingService/Receipts/{receiptId}',
2838
+ ...options,
2839
+ headers: {
2840
+ 'Content-Type': 'application/json',
2841
+ ...options?.headers
2842
+ }
2843
+ });
2844
+ };
2845
+
2846
+ /**
2847
+ * Gets the current tenant share classes
2848
+ * Get the currently acting tenant share classes.
2849
+ */
2850
+ export const getShareClasses = <ThrowOnError extends boolean = false>(options: Options<GetShareClassesData, ThrowOnError>) => {
2851
+ return (options.client ?? _heyApiClient).get<GetShareClassesResponse, GetShareClassesError, ThrowOnError>({
2852
+ url: '/api/v2/AccountingService/Shares/Classes',
2853
+ ...options
2854
+ });
2855
+ };
2856
+
2857
+ /**
2858
+ * Creates a new share class
2859
+ * Creates a new share class.
2860
+ */
2861
+ export const createShareClass = <ThrowOnError extends boolean = false>(options: Options<CreateShareClassData, ThrowOnError>) => {
2862
+ return (options.client ?? _heyApiClient).post<CreateShareClassResponse, CreateShareClassError, ThrowOnError>({
2863
+ url: '/api/v2/AccountingService/Shares/Classes',
2864
+ ...options,
2865
+ headers: {
2866
+ 'Content-Type': 'application/json',
2867
+ ...options?.headers
2868
+ }
2869
+ });
2870
+ };
2871
+
2872
+ /**
2873
+ * Gets the current tenant share classes count
2874
+ * Get the currently acting tenant share classes count.
2875
+ */
2876
+ export const getShareClassesCount = <ThrowOnError extends boolean = false>(options: Options<GetShareClassesCountData, ThrowOnError>) => {
2877
+ return (options.client ?? _heyApiClient).get<GetShareClassesCountResponse, GetShareClassesCountError, ThrowOnError>({
2878
+ url: '/api/v2/AccountingService/Shares/Classes/Count',
2879
+ ...options
2880
+ });
2881
+ };
2882
+
2883
+ /**
2884
+ * Deletes an existing share class
2885
+ * Deletes an existing share class.
2886
+ */
2887
+ export const deleteShareClass = <ThrowOnError extends boolean = false>(options: Options<DeleteShareClassData, ThrowOnError>) => {
2888
+ return (options.client ?? _heyApiClient).delete<unknown, DeleteShareClassError, ThrowOnError>({
2889
+ url: '/api/v2/AccountingService/Shares/Classes/{shareClassId}',
2890
+ ...options
2891
+ });
2892
+ };
2893
+
2894
+ /**
2895
+ * Gets a share class by id
2896
+ * Get a specific share class by its identifier.
2897
+ */
2898
+ export const getShareClass = <ThrowOnError extends boolean = false>(options: Options<GetShareClassData, ThrowOnError>) => {
2899
+ return (options.client ?? _heyApiClient).get<GetShareClassResponse, GetShareClassError, ThrowOnError>({
2900
+ url: '/api/v2/AccountingService/Shares/Classes/{shareClassId}',
2901
+ ...options
2902
+ });
2903
+ };
2904
+
2905
+ /**
2906
+ * Updates an existing share class
2907
+ * Updates an existing share class.
2908
+ */
2909
+ export const updateShareClass = <ThrowOnError extends boolean = false>(options: Options<UpdateShareClassData, ThrowOnError>) => {
2910
+ return (options.client ?? _heyApiClient).put<UpdateShareClassResponse, UpdateShareClassError, ThrowOnError>({
2911
+ url: '/api/v2/AccountingService/Shares/Classes/{shareClassId}',
2912
+ ...options,
2913
+ headers: {
2914
+ 'Content-Type': 'application/json',
2915
+ ...options?.headers
2916
+ }
2917
+ });
2918
+ };
2919
+
2920
+ /**
2921
+ * Gets the current tenant share issuances
2922
+ * Get the currently acting tenant share issuances.
2923
+ */
2924
+ export const getShareIssuances = <ThrowOnError extends boolean = false>(options: Options<GetShareIssuancesData, ThrowOnError>) => {
2925
+ return (options.client ?? _heyApiClient).get<GetShareIssuancesResponse, GetShareIssuancesError, ThrowOnError>({
2926
+ url: '/api/v2/AccountingService/Shares/Issuances',
2927
+ ...options
2928
+ });
2929
+ };
2930
+
2931
+ /**
2932
+ * Creates a new share issuance
2933
+ * Creates a new share issuance.
2934
+ */
2935
+ export const createShareIssuance = <ThrowOnError extends boolean = false>(options: Options<CreateShareIssuanceData, ThrowOnError>) => {
2936
+ return (options.client ?? _heyApiClient).post<CreateShareIssuanceResponse, CreateShareIssuanceError, ThrowOnError>({
2937
+ url: '/api/v2/AccountingService/Shares/Issuances',
2938
+ ...options,
2939
+ headers: {
2940
+ 'Content-Type': 'application/json',
2941
+ ...options?.headers
2942
+ }
2943
+ });
2944
+ };
2945
+
2946
+ /**
2947
+ * Gets the current tenant share issuances count
2948
+ * Get the currently acting tenant share issuances count.
2949
+ */
2950
+ export const getShareIssuancesCount = <ThrowOnError extends boolean = false>(options: Options<GetShareIssuancesCountData, ThrowOnError>) => {
2951
+ return (options.client ?? _heyApiClient).get<GetShareIssuancesCountResponse, GetShareIssuancesCountError, ThrowOnError>({
2952
+ url: '/api/v2/AccountingService/Shares/Issuances/Count',
2953
+ ...options
2954
+ });
2955
+ };
2956
+
2957
+ /**
2958
+ * Deletes an existing share issuance
2959
+ * Deletes an existing share issuance.
2960
+ */
2961
+ export const deleteShareIssuance = <ThrowOnError extends boolean = false>(options: Options<DeleteShareIssuanceData, ThrowOnError>) => {
2962
+ return (options.client ?? _heyApiClient).delete<unknown, DeleteShareIssuanceError, ThrowOnError>({
2963
+ url: '/api/v2/AccountingService/Shares/Issuances/{issuanceId}',
2964
+ ...options
2965
+ });
2966
+ };
2967
+
2968
+ /**
2969
+ * Gets a share issuance by id
2970
+ * Get a specific share issuance by its identifier.
2971
+ */
2972
+ export const getShareIssuance = <ThrowOnError extends boolean = false>(options: Options<GetShareIssuanceData, ThrowOnError>) => {
2973
+ return (options.client ?? _heyApiClient).get<GetShareIssuanceResponse, GetShareIssuanceError, ThrowOnError>({
2974
+ url: '/api/v2/AccountingService/Shares/Issuances/{issuanceId}',
2975
+ ...options
2976
+ });
2977
+ };
2978
+
2979
+ /**
2980
+ * Updates an existing share issuance
2981
+ * Updates an existing share issuance.
2982
+ */
2983
+ export const updateShareIssuance = <ThrowOnError extends boolean = false>(options: Options<UpdateShareIssuanceData, ThrowOnError>) => {
2984
+ return (options.client ?? _heyApiClient).put<UpdateShareIssuanceResponse, UpdateShareIssuanceError, ThrowOnError>({
2985
+ url: '/api/v2/AccountingService/Shares/Issuances/{issuanceId}',
2986
+ ...options,
2987
+ headers: {
2988
+ 'Content-Type': 'application/json',
2989
+ ...options?.headers
2990
+ }
2991
+ });
2992
+ };
2993
+
2994
+ /**
2995
+ * Gets the current tenant share transfers
2996
+ * Get the currently acting tenant share transfers.
2997
+ */
2998
+ export const getShareTransfers = <ThrowOnError extends boolean = false>(options: Options<GetShareTransfersData, ThrowOnError>) => {
2999
+ return (options.client ?? _heyApiClient).get<GetShareTransfersResponse, GetShareTransfersError, ThrowOnError>({
3000
+ url: '/api/v2/AccountingService/Shares/Transfers',
3001
+ ...options
3002
+ });
3003
+ };
3004
+
3005
+ /**
3006
+ * Creates a new share transfer
3007
+ * Creates a new share transfer.
3008
+ */
3009
+ export const createShareTransfer = <ThrowOnError extends boolean = false>(options: Options<CreateShareTransferData, ThrowOnError>) => {
3010
+ return (options.client ?? _heyApiClient).post<CreateShareTransferResponse, CreateShareTransferError, ThrowOnError>({
3011
+ url: '/api/v2/AccountingService/Shares/Transfers',
3012
+ ...options,
3013
+ headers: {
3014
+ 'Content-Type': 'application/json',
3015
+ ...options?.headers
3016
+ }
3017
+ });
3018
+ };
3019
+
3020
+ /**
3021
+ * Gets the current tenant share transfers count
3022
+ * Get the currently acting tenant share transfers count.
3023
+ */
3024
+ export const getShareTransfersCount = <ThrowOnError extends boolean = false>(options: Options<GetShareTransfersCountData, ThrowOnError>) => {
3025
+ return (options.client ?? _heyApiClient).get<GetShareTransfersCountResponse, GetShareTransfersCountError, ThrowOnError>({
3026
+ url: '/api/v2/AccountingService/Shares/Transfers/Count',
3027
+ ...options
3028
+ });
3029
+ };
3030
+
3031
+ /**
3032
+ * Deletes an existing share transfer
3033
+ * Deletes an existing share transfer.
3034
+ */
3035
+ export const deleteShareTransfer = <ThrowOnError extends boolean = false>(options: Options<DeleteShareTransferData, ThrowOnError>) => {
3036
+ return (options.client ?? _heyApiClient).delete<unknown, DeleteShareTransferError, ThrowOnError>({
3037
+ url: '/api/v2/AccountingService/Shares/Transfers/{transferId}',
3038
+ ...options
3039
+ });
3040
+ };
3041
+
3042
+ /**
3043
+ * Gets a share transfer by id
3044
+ * Get a specific share transfer by its identifier.
3045
+ */
3046
+ export const getShareTransfer = <ThrowOnError extends boolean = false>(options: Options<GetShareTransferData, ThrowOnError>) => {
3047
+ return (options.client ?? _heyApiClient).get<GetShareTransferResponse, GetShareTransferError, ThrowOnError>({
3048
+ url: '/api/v2/AccountingService/Shares/Transfers/{transferId}',
3049
+ ...options
3050
+ });
3051
+ };
3052
+
3053
+ /**
3054
+ * Updates an existing share transfer
3055
+ * Updates an existing share transfer.
3056
+ */
3057
+ export const updateShareTransfer = <ThrowOnError extends boolean = false>(options: Options<UpdateShareTransferData, ThrowOnError>) => {
3058
+ return (options.client ?? _heyApiClient).put<UpdateShareTransferResponse, UpdateShareTransferError, ThrowOnError>({
3059
+ url: '/api/v2/AccountingService/Shares/Transfers/{transferId}',
3060
+ ...options,
3061
+ headers: {
3062
+ 'Content-Type': 'application/json',
3063
+ ...options?.headers
3064
+ }
3065
+ });
3066
+ };
3067
+
3068
+ /**
3069
+ * Gets the current tenant share transfer reasons
3070
+ * Get the currently acting tenant share transfer reasons.
3071
+ */
3072
+ export const getShareTransferReasons = <ThrowOnError extends boolean = false>(options: Options<GetShareTransferReasonsData, ThrowOnError>) => {
3073
+ return (options.client ?? _heyApiClient).get<GetShareTransferReasonsResponse, GetShareTransferReasonsError, ThrowOnError>({
3074
+ url: '/api/v2/AccountingService/Shares/TransferReasons',
3075
+ ...options
3076
+ });
3077
+ };
3078
+
3079
+ /**
3080
+ * Creates a new share transfer reason
3081
+ * Creates a new share transfer reason.
3082
+ */
3083
+ export const createShareTransferReason = <ThrowOnError extends boolean = false>(options: Options<CreateShareTransferReasonData, ThrowOnError>) => {
3084
+ return (options.client ?? _heyApiClient).post<CreateShareTransferReasonResponse, CreateShareTransferReasonError, ThrowOnError>({
3085
+ url: '/api/v2/AccountingService/Shares/TransferReasons',
3086
+ ...options,
3087
+ headers: {
3088
+ 'Content-Type': 'application/json',
3089
+ ...options?.headers
3090
+ }
3091
+ });
3092
+ };
3093
+
3094
+ /**
3095
+ * Gets the current tenant share transfer reasons count
3096
+ * Get the currently acting tenant share transfer reasons count.
3097
+ */
3098
+ export const getShareTransferReasonsCount = <ThrowOnError extends boolean = false>(options: Options<GetShareTransferReasonsCountData, ThrowOnError>) => {
3099
+ return (options.client ?? _heyApiClient).get<GetShareTransferReasonsCountResponse, GetShareTransferReasonsCountError, ThrowOnError>({
3100
+ url: '/api/v2/AccountingService/Shares/TransferReasons/Count',
3101
+ ...options
3102
+ });
3103
+ };
3104
+
3105
+ /**
3106
+ * Deletes an existing share transfer reason
3107
+ * Deletes an existing share transfer reason.
3108
+ */
3109
+ export const deleteShareTransferReason = <ThrowOnError extends boolean = false>(options: Options<DeleteShareTransferReasonData, ThrowOnError>) => {
3110
+ return (options.client ?? _heyApiClient).delete<unknown, DeleteShareTransferReasonError, ThrowOnError>({
3111
+ url: '/api/v2/AccountingService/Shares/TransferReasons/{reasonId}',
3112
+ ...options
3113
+ });
3114
+ };
3115
+
3116
+ /**
3117
+ * Gets a share transfer reason by id
3118
+ * Get a specific share transfer reason by its identifier.
3119
+ */
3120
+ export const getShareTransferReason = <ThrowOnError extends boolean = false>(options: Options<GetShareTransferReasonData, ThrowOnError>) => {
3121
+ return (options.client ?? _heyApiClient).get<GetShareTransferReasonResponse, GetShareTransferReasonError, ThrowOnError>({
3122
+ url: '/api/v2/AccountingService/Shares/TransferReasons/{reasonId}',
3123
+ ...options
3124
+ });
3125
+ };
3126
+
3127
+ /**
3128
+ * Updates an existing share transfer reason
3129
+ * Updates an existing share transfer reason.
3130
+ */
3131
+ export const updateShareTransferReason = <ThrowOnError extends boolean = false>(options: Options<UpdateShareTransferReasonData, ThrowOnError>) => {
3132
+ return (options.client ?? _heyApiClient).put<UpdateShareTransferReasonResponse, UpdateShareTransferReasonError, ThrowOnError>({
3133
+ url: '/api/v2/AccountingService/Shares/TransferReasons/{reasonId}',
3134
+ ...options,
3135
+ headers: {
3136
+ 'Content-Type': 'application/json',
3137
+ ...options?.headers
3138
+ }
3139
+ });
3140
+ };
3141
+
3142
+ /**
3143
+ * Get all tax policies for a tenant
3144
+ * Retrieves all tax policies for the specified tenant using OData query options.
3145
+ */
3146
+ export const getTaxPolicies = <ThrowOnError extends boolean = false>(options: Options<GetTaxPoliciesData, ThrowOnError>) => {
3147
+ return (options.client ?? _heyApiClient).get<GetTaxPoliciesResponse, GetTaxPoliciesError, ThrowOnError>({
3148
+ url: '/api/v2/AccountingService/TaxPolicies',
3149
+ ...options
3150
+ });
3151
+ };
3152
+
3153
+ export const postApiV2AccountingServiceTaxPolicies = <ThrowOnError extends boolean = false>(options: Options<PostApiV2AccountingServiceTaxPoliciesData, ThrowOnError>) => {
3154
+ return (options.client ?? _heyApiClient).post<PostApiV2AccountingServiceTaxPoliciesResponse, PostApiV2AccountingServiceTaxPoliciesError, ThrowOnError>({
3155
+ url: '/api/v2/AccountingService/TaxPolicies',
3156
+ ...options,
3157
+ headers: {
3158
+ 'Content-Type': 'application/json',
3159
+ ...options?.headers
3160
+ }
3161
+ });
3162
+ };
3163
+
3164
+ /**
3165
+ * Get tax policies count
3166
+ * Returns the count of tax policies for the specified tenant.
3167
+ */
3168
+ export const getTaxPoliciesCount = <ThrowOnError extends boolean = false>(options: Options<GetTaxPoliciesCountData, ThrowOnError>) => {
3169
+ return (options.client ?? _heyApiClient).get<GetTaxPoliciesCountResponse, GetTaxPoliciesCountError, ThrowOnError>({
3170
+ url: '/api/v2/AccountingService/TaxPolicies/Count',
3171
+ ...options
3172
+ });
3173
+ };
3174
+
3175
+ export const getApiV2AccountingServiceTaxPoliciesByAuthorityByAuthorityId = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceTaxPoliciesByAuthorityByAuthorityIdData, ThrowOnError>) => {
3176
+ return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceTaxPoliciesByAuthorityByAuthorityIdResponse, GetApiV2AccountingServiceTaxPoliciesByAuthorityByAuthorityIdError, ThrowOnError>({
3177
+ url: '/api/v2/AccountingService/TaxPolicies/ByAuthority/{authorityId}',
3178
+ ...options
3179
+ });
3180
+ };
3181
+
3182
+ export const deleteApiV2AccountingServiceTaxPoliciesById = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV2AccountingServiceTaxPoliciesByIdData, ThrowOnError>) => {
3183
+ return (options.client ?? _heyApiClient).delete<DeleteApiV2AccountingServiceTaxPoliciesByIdResponse, DeleteApiV2AccountingServiceTaxPoliciesByIdError, ThrowOnError>({
3184
+ url: '/api/v2/AccountingService/TaxPolicies/{id}',
3185
+ ...options
3186
+ });
3187
+ };
3188
+
3189
+ export const getApiV2AccountingServiceTaxPoliciesById = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceTaxPoliciesByIdData, ThrowOnError>) => {
3190
+ return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceTaxPoliciesByIdResponse, GetApiV2AccountingServiceTaxPoliciesByIdError, ThrowOnError>({
3191
+ url: '/api/v2/AccountingService/TaxPolicies/{id}',
3192
+ ...options
3193
+ });
3194
+ };
3195
+
3196
+ export const putApiV2AccountingServiceTaxPoliciesById = <ThrowOnError extends boolean = false>(options: Options<PutApiV2AccountingServiceTaxPoliciesByIdData, ThrowOnError>) => {
3197
+ return (options.client ?? _heyApiClient).put<PutApiV2AccountingServiceTaxPoliciesByIdResponse, PutApiV2AccountingServiceTaxPoliciesByIdError, ThrowOnError>({
3198
+ url: '/api/v2/AccountingService/TaxPolicies/{id}',
3199
+ ...options,
3200
+ headers: {
3201
+ 'Content-Type': 'application/json',
3202
+ ...options?.headers
3203
+ }
3204
+ });
3205
+ };
3206
+
3207
+ export const getApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecords = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsData, ThrowOnError>) => {
3208
+ return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsResponse, GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsError, ThrowOnError>({
3209
+ url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/ItemTaxPolicyRecords',
3210
+ ...options
3211
+ });
3212
+ };
3213
+
3214
+ export const postApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecords = <ThrowOnError extends boolean = false>(options: Options<PostApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsData, ThrowOnError>) => {
3215
+ return (options.client ?? _heyApiClient).post<PostApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsResponse, PostApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsError, ThrowOnError>({
3216
+ url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/ItemTaxPolicyRecords',
3217
+ ...options,
3218
+ headers: {
3219
+ 'Content-Type': 'application/json',
3220
+ ...options?.headers
3221
+ }
3222
+ });
3223
+ };
3224
+
3225
+ export const deleteApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordId = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordIdData, ThrowOnError>) => {
3226
+ return (options.client ?? _heyApiClient).delete<DeleteApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordIdResponse, DeleteApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordIdError, ThrowOnError>({
3227
+ url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/ItemTaxPolicyRecords/{itemTaxPolicyRecordId}',
3228
+ ...options
3229
+ });
3230
+ };
3231
+
3232
+ export const getApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordId = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordIdData, ThrowOnError>) => {
3233
+ return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordIdResponse, GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordIdError, ThrowOnError>({
3234
+ url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/ItemTaxPolicyRecords/{itemTaxPolicyRecordId}',
3235
+ ...options
3236
+ });
3237
+ };
3238
+
3239
+ export const putApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordId = <ThrowOnError extends boolean = false>(options: Options<PutApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordIdData, ThrowOnError>) => {
3240
+ return (options.client ?? _heyApiClient).put<PutApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordIdResponse, PutApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordIdError, ThrowOnError>({
3241
+ url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/ItemTaxPolicyRecords/{itemTaxPolicyRecordId}',
3242
+ ...options,
3243
+ headers: {
3244
+ 'Content-Type': 'application/json',
3245
+ ...options?.headers
3246
+ }
3247
+ });
3248
+ };
3249
+
3250
+ export const getApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecords = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsData, ThrowOnError>) => {
3251
+ return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsResponse, GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsError, ThrowOnError>({
3252
+ url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/AppliedTaxPolicyRecords',
3253
+ ...options
3254
+ });
3255
+ };
3256
+
3257
+ export const postApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecords = <ThrowOnError extends boolean = false>(options: Options<PostApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsData, ThrowOnError>) => {
3258
+ return (options.client ?? _heyApiClient).post<PostApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsResponse, PostApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsError, ThrowOnError>({
3259
+ url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/AppliedTaxPolicyRecords',
3260
+ ...options,
3261
+ headers: {
3262
+ 'Content-Type': 'application/json',
3263
+ ...options?.headers
3264
+ }
3265
+ });
3266
+ };
3267
+
3268
+ export const getApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsCount = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsCountData, ThrowOnError>) => {
3269
+ return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsCountResponse, GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsCountError, ThrowOnError>({
3270
+ url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/AppliedTaxPolicyRecords/Count',
3271
+ ...options
3272
+ });
3273
+ };
3274
+
3275
+ export const deleteApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordId = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordIdData, ThrowOnError>) => {
3276
+ return (options.client ?? _heyApiClient).delete<DeleteApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordIdResponse, DeleteApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordIdError, ThrowOnError>({
3277
+ url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/AppliedTaxPolicyRecords/{appliedTaxPolicyRecordId}',
3278
+ ...options
3279
+ });
3280
+ };
3281
+
3282
+ export const getApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordId = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordIdData, ThrowOnError>) => {
3283
+ return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordIdResponse, GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordIdError, ThrowOnError>({
3284
+ url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/AppliedTaxPolicyRecords/{appliedTaxPolicyRecordId}',
3285
+ ...options
3286
+ });
3287
+ };
3288
+
3289
+ export const putApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordId = <ThrowOnError extends boolean = false>(options: Options<PutApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordIdData, ThrowOnError>) => {
3290
+ return (options.client ?? _heyApiClient).put<PutApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordIdResponse, PutApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordIdError, ThrowOnError>({
3291
+ url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/AppliedTaxPolicyRecords/{appliedTaxPolicyRecordId}',
3292
+ ...options,
3293
+ headers: {
3294
+ 'Content-Type': 'application/json',
3295
+ ...options?.headers
3296
+ }
3297
+ });
3298
+ };
3299
+
3300
+ /**
3301
+ * Get all tax rates for a tenant
3302
+ * Retrieves all tax rates for the specified tenant using OData query options.
3303
+ */
3304
+ export const getTaxRates = <ThrowOnError extends boolean = false>(options: Options<GetTaxRatesData, ThrowOnError>) => {
3305
+ return (options.client ?? _heyApiClient).get<GetTaxRatesResponse, GetTaxRatesError, ThrowOnError>({
3306
+ url: '/api/v2/AccountingService/TaxRates',
3307
+ ...options
3308
+ });
3309
+ };
3310
+
3311
+ export const postApiV2AccountingServiceTaxRates = <ThrowOnError extends boolean = false>(options: Options<PostApiV2AccountingServiceTaxRatesData, ThrowOnError>) => {
3312
+ return (options.client ?? _heyApiClient).post<PostApiV2AccountingServiceTaxRatesResponse, PostApiV2AccountingServiceTaxRatesError, ThrowOnError>({
3313
+ url: '/api/v2/AccountingService/TaxRates',
3314
+ ...options,
3315
+ headers: {
3316
+ 'Content-Type': 'application/json',
3317
+ ...options?.headers
3318
+ }
3319
+ });
3320
+ };
3321
+
3322
+ /**
3323
+ * Get tax rates count
3324
+ * Returns the count of tax rates for the specified tenant.
3325
+ */
3326
+ export const getTaxRatesCount = <ThrowOnError extends boolean = false>(options: Options<GetTaxRatesCountData, ThrowOnError>) => {
3327
+ return (options.client ?? _heyApiClient).get<GetTaxRatesCountResponse, GetTaxRatesCountError, ThrowOnError>({
3328
+ url: '/api/v2/AccountingService/TaxRates/Count',
3329
+ ...options
3330
+ });
3331
+ };
3332
+
3333
+ export const deleteApiV2AccountingServiceTaxRatesById = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV2AccountingServiceTaxRatesByIdData, ThrowOnError>) => {
3334
+ return (options.client ?? _heyApiClient).delete<DeleteApiV2AccountingServiceTaxRatesByIdResponse, DeleteApiV2AccountingServiceTaxRatesByIdError, ThrowOnError>({
3335
+ url: '/api/v2/AccountingService/TaxRates/{id}',
3336
+ ...options
3337
+ });
3338
+ };
3339
+
3340
+ export const getApiV2AccountingServiceTaxRatesById = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceTaxRatesByIdData, ThrowOnError>) => {
3341
+ return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceTaxRatesByIdResponse, GetApiV2AccountingServiceTaxRatesByIdError, ThrowOnError>({
3342
+ url: '/api/v2/AccountingService/TaxRates/{id}',
3343
+ ...options
3344
+ });
3345
+ };
3346
+
3347
+ export const putApiV2AccountingServiceTaxRatesById = <ThrowOnError extends boolean = false>(options: Options<PutApiV2AccountingServiceTaxRatesByIdData, ThrowOnError>) => {
3348
+ return (options.client ?? _heyApiClient).put<PutApiV2AccountingServiceTaxRatesByIdResponse, PutApiV2AccountingServiceTaxRatesByIdError, ThrowOnError>({
3349
+ url: '/api/v2/AccountingService/TaxRates/{id}',
3350
+ ...options,
3351
+ headers: {
3352
+ 'Content-Type': 'application/json',
3353
+ ...options?.headers
3354
+ }
3355
+ });
3356
+ };
3357
+
3358
+ /**
3359
+ * Get all transactions for a tenant
3360
+ * Retrieves all transactions for the specified tenant using OData query options.
3361
+ */
3362
+ export const getTransactions = <ThrowOnError extends boolean = false>(options: Options<GetTransactionsData, ThrowOnError>) => {
3363
+ return (options.client ?? _heyApiClient).get<GetTransactionsResponse, GetTransactionsError, ThrowOnError>({
3364
+ url: '/api/v2/AccountingService/Transactions',
3365
+ ...options
3366
+ });
3367
+ };
3368
+
3369
+ /**
3370
+ * Create a transaction
3371
+ * Creates a new transaction for the specified tenant.
3372
+ */
3373
+ export const createTransaction = <ThrowOnError extends boolean = false>(options: Options<CreateTransactionData, ThrowOnError>) => {
3374
+ return (options.client ?? _heyApiClient).post<CreateTransactionResponse, CreateTransactionError, ThrowOnError>({
3375
+ url: '/api/v2/AccountingService/Transactions',
3376
+ ...options,
3377
+ headers: {
3378
+ 'Content-Type': 'application/json',
3379
+ ...options?.headers
3380
+ }
3381
+ });
3382
+ };
3383
+
3384
+ /**
3385
+ * Get transactions count
3386
+ * Returns total number of transactions for the tenant with OData filter support.
3387
+ */
3388
+ export const getTransactionsCount = <ThrowOnError extends boolean = false>(options: Options<GetTransactionsCountData, ThrowOnError>) => {
3389
+ return (options.client ?? _heyApiClient).get<GetTransactionsCountResponse, GetTransactionsCountError, ThrowOnError>({
3390
+ url: '/api/v2/AccountingService/Transactions/Count',
3391
+ ...options
3392
+ });
3393
+ };
3394
+
3395
+ /**
3396
+ * Delete a transaction
3397
+ * Deletes a transaction by its unique identifier.
3398
+ */
3399
+ export const deleteTransaction = <ThrowOnError extends boolean = false>(options: Options<DeleteTransactionData, ThrowOnError>) => {
3400
+ return (options.client ?? _heyApiClient).delete<DeleteTransactionResponse, DeleteTransactionError, ThrowOnError>({
3401
+ url: '/api/v2/AccountingService/Transactions/{transactionId}',
3402
+ ...options
3403
+ });
3404
+ };
3405
+
3406
+ /**
3407
+ * Get transaction by ID
3408
+ * Retrieves a specific transaction by its unique identifier.
3409
+ */
3410
+ export const getTransaction = <ThrowOnError extends boolean = false>(options: Options<GetTransactionData, ThrowOnError>) => {
3411
+ return (options.client ?? _heyApiClient).get<GetTransactionResponse, GetTransactionError, ThrowOnError>({
3412
+ url: '/api/v2/AccountingService/Transactions/{transactionId}',
3413
+ ...options
3414
+ });
3415
+ };
3416
+
3417
+ /**
3418
+ * Update a transaction
3419
+ * Updates an existing transaction with the provided data.
3420
+ */
3421
+ export const updateTransaction = <ThrowOnError extends boolean = false>(options: Options<UpdateTransactionData, ThrowOnError>) => {
3422
+ return (options.client ?? _heyApiClient).put<UpdateTransactionResponse, UpdateTransactionError, ThrowOnError>({
3423
+ url: '/api/v2/AccountingService/Transactions/{transactionId}',
3424
+ ...options,
3425
+ headers: {
3426
+ 'Content-Type': 'application/json',
3427
+ ...options?.headers
3428
+ }
3429
+ });
3430
+ };
3431
+
3432
+ /**
3433
+ * Get all transaction categories
3434
+ * Retrieves all transaction categories for the specified tenant.
3435
+ */
3436
+ export const getTransactionCategories = <ThrowOnError extends boolean = false>(options: Options<GetTransactionCategoriesData, ThrowOnError>) => {
3437
+ return (options.client ?? _heyApiClient).get<GetTransactionCategoriesResponse, GetTransactionCategoriesError, ThrowOnError>({
3438
+ url: '/api/v2/AccountingService/Transactions/Categories',
3439
+ ...options
3440
+ });
3441
+ };
3442
+
3443
+ /**
3444
+ * Create a transaction category
3445
+ * Creates a new transaction category for the specified tenant.
3446
+ */
3447
+ export const createTransactionCategory = <ThrowOnError extends boolean = false>(options: Options<CreateTransactionCategoryData, ThrowOnError>) => {
3448
+ return (options.client ?? _heyApiClient).post<CreateTransactionCategoryResponse, CreateTransactionCategoryError, ThrowOnError>({
3449
+ url: '/api/v2/AccountingService/Transactions/Categories',
3450
+ ...options,
3451
+ headers: {
3452
+ 'Content-Type': 'application/json',
3453
+ ...options?.headers
3454
+ }
3455
+ });
3456
+ };
3457
+
3458
+ /**
3459
+ * Get transaction categories count
3460
+ * Returns total number of transaction categories for the tenant.
3461
+ */
3462
+ export const getTransactionCategoriesCount = <ThrowOnError extends boolean = false>(options: Options<GetTransactionCategoriesCountData, ThrowOnError>) => {
3463
+ return (options.client ?? _heyApiClient).get<GetTransactionCategoriesCountResponse, GetTransactionCategoriesCountError, ThrowOnError>({
3464
+ url: '/api/v2/AccountingService/Transactions/Categories/Count',
3465
+ ...options
3466
+ });
3467
+ };
3468
+
3469
+ /**
3470
+ * Delete a transaction category
3471
+ * Deletes a transaction category by its unique identifier.
3472
+ */
3473
+ export const deleteTransactionCategory = <ThrowOnError extends boolean = false>(options: Options<DeleteTransactionCategoryData, ThrowOnError>) => {
3474
+ return (options.client ?? _heyApiClient).delete<DeleteTransactionCategoryResponse, DeleteTransactionCategoryError, ThrowOnError>({
3475
+ url: '/api/v2/AccountingService/Transactions/Categories/{categoryId}',
3476
+ ...options
3477
+ });
3478
+ };
3479
+
3480
+ /**
3481
+ * Get transaction category by ID
3482
+ * Retrieves a specific transaction category by its unique identifier.
3483
+ */
3484
+ export const getTransactionCategory = <ThrowOnError extends boolean = false>(options: Options<GetTransactionCategoryData, ThrowOnError>) => {
3485
+ return (options.client ?? _heyApiClient).get<GetTransactionCategoryResponse, GetTransactionCategoryError, ThrowOnError>({
3486
+ url: '/api/v2/AccountingService/Transactions/Categories/{categoryId}',
3487
+ ...options
3488
+ });
3489
+ };
3490
+
3491
+ /**
3492
+ * Update a transaction category
3493
+ * Updates an existing transaction category with the provided data.
3494
+ */
3495
+ export const updateTransactionCategory = <ThrowOnError extends boolean = false>(options: Options<UpdateTransactionCategoryData, ThrowOnError>) => {
3496
+ return (options.client ?? _heyApiClient).put<UpdateTransactionCategoryResponse, UpdateTransactionCategoryError, ThrowOnError>({
3497
+ url: '/api/v2/AccountingService/Transactions/Categories/{categoryId}',
3498
+ ...options,
3499
+ headers: {
3500
+ 'Content-Type': 'application/json',
3501
+ ...options?.headers
3502
+ }
3503
+ });
3504
+ };