@fenixalliance/abs-api-client 1.0.16 → 1.1.0

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 (553) hide show
  1. package/app/index.ts +74 -5
  2. package/clients/accountingService/sdk.gen.ts +409 -137
  3. package/clients/accountingService/types.gen.ts +678 -1006
  4. package/clients/assetsService/client.gen.ts +18 -0
  5. package/clients/assetsService/index.ts +3 -0
  6. package/clients/assetsService/sdk.gen.ts +808 -0
  7. package/clients/assetsService/types.gen.ts +2762 -0
  8. package/clients/cartService/sdk.gen.ts +181 -77
  9. package/clients/cartService/types.gen.ts +328 -198
  10. package/clients/catalogService/sdk.gen.ts +353 -121
  11. package/clients/catalogService/types.gen.ts +371 -706
  12. package/clients/contentService/sdk.gen.ts +129 -49
  13. package/clients/contentService/types.gen.ts +154 -281
  14. package/clients/crmService/sdk.gen.ts +125 -9
  15. package/clients/crmService/types.gen.ts +432 -38
  16. package/clients/dealsService/sdk.gen.ts +203 -63
  17. package/clients/dealsService/types.gen.ts +413 -273
  18. package/clients/emailTemplates/client.gen.ts +18 -0
  19. package/clients/emailTemplates/index.ts +3 -0
  20. package/clients/emailTemplates/sdk.gen.ts +142 -0
  21. package/clients/emailTemplates/types.gen.ts +354 -0
  22. package/clients/forexService/sdk.gen.ts +49 -17
  23. package/clients/forexService/types.gen.ts +68 -51
  24. package/clients/globeService/sdk.gen.ts +121 -41
  25. package/clients/globeService/types.gen.ts +100 -100
  26. package/clients/hrmsService/client.gen.ts +18 -0
  27. package/clients/hrmsService/index.ts +3 -0
  28. package/clients/hrmsService/sdk.gen.ts +438 -0
  29. package/clients/hrmsService/types.gen.ts +1498 -0
  30. package/clients/identityService/sdk.gen.ts +84 -28
  31. package/clients/identityService/types.gen.ts +65 -93
  32. package/clients/inventoryService/sdk.gen.ts +6 -2
  33. package/clients/inventoryService/types.gen.ts +2 -2
  34. package/clients/invoicingService/types.gen.ts +241 -157
  35. package/clients/learningService/sdk.gen.ts +5 -5
  36. package/clients/learningService/types.gen.ts +97 -378
  37. package/clients/locationsService/client.gen.ts +18 -0
  38. package/clients/locationsService/index.ts +3 -0
  39. package/clients/locationsService/sdk.gen.ts +290 -0
  40. package/clients/locationsService/types.gen.ts +885 -0
  41. package/clients/logisticsService/client.gen.ts +18 -0
  42. package/clients/logisticsService/index.ts +3 -0
  43. package/clients/logisticsService/sdk.gen.ts +153 -0
  44. package/clients/logisticsService/types.gen.ts +540 -0
  45. package/clients/marketingService/sdk.gen.ts +295 -99
  46. package/clients/marketingService/types.gen.ts +279 -349
  47. package/clients/marketplaceService/client.gen.ts +18 -0
  48. package/clients/marketplaceService/index.ts +3 -0
  49. package/clients/marketplaceService/sdk.gen.ts +142 -0
  50. package/clients/marketplaceService/types.gen.ts +354 -0
  51. package/clients/ordersService/types.gen.ts +184 -103
  52. package/clients/paymentsService/sdk.gen.ts +35 -13
  53. package/clients/paymentsService/types.gen.ts +46 -135
  54. package/clients/pricingService/sdk.gen.ts +153 -45
  55. package/clients/pricingService/types.gen.ts +164 -197
  56. package/clients/projectsService/sdk.gen.ts +181 -61
  57. package/clients/projectsService/types.gen.ts +170 -203
  58. package/clients/quotesService/types.gen.ts +198 -88
  59. package/clients/salesService/sdk.gen.ts +6 -2
  60. package/clients/salesService/types.gen.ts +2 -2
  61. package/clients/securityService/sdk.gen.ts +13 -13
  62. package/clients/securityService/types.gen.ts +32 -84
  63. package/clients/servicesService/client.gen.ts +18 -0
  64. package/clients/servicesService/index.ts +3 -0
  65. package/clients/servicesService/sdk.gen.ts +608 -0
  66. package/clients/servicesService/types.gen.ts +3093 -0
  67. package/clients/shipmentsService/sdk.gen.ts +7 -3
  68. package/clients/shipmentsService/types.gen.ts +5 -5
  69. package/clients/socialService/sdk.gen.ts +205 -73
  70. package/clients/socialService/types.gen.ts +190 -296
  71. package/clients/storageService/sdk.gen.ts +32 -8
  72. package/clients/storageService/types.gen.ts +21 -87
  73. package/clients/subscriptionsService/client.gen.ts +18 -0
  74. package/clients/subscriptionsService/index.ts +3 -0
  75. package/clients/subscriptionsService/sdk.gen.ts +290 -0
  76. package/clients/subscriptionsService/types.gen.ts +1435 -0
  77. package/clients/supportService/sdk.gen.ts +277 -93
  78. package/clients/supportService/types.gen.ts +257 -414
  79. package/clients/systemService/sdk.gen.ts +223 -39
  80. package/clients/systemService/types.gen.ts +454 -154
  81. package/clients/tenantsService/sdk.gen.ts +186 -60
  82. package/clients/tenantsService/types.gen.ts +507 -361
  83. package/clients/timeTrackerService/sdk.gen.ts +73 -25
  84. package/clients/timeTrackerService/types.gen.ts +62 -80
  85. package/clients/usersService/sdk.gen.ts +101 -1
  86. package/clients/usersService/types.gen.ts +352 -0
  87. package/clients/walletsService/types.gen.ts +52 -29
  88. package/package.json +4 -2
  89. package/schemas/accountingService/schema.s.ts +5580 -4955
  90. package/schemas/assetsService/schema.s.ts +3385 -0
  91. package/schemas/cartService/schema.s.ts +1478 -1190
  92. package/schemas/catalogService/schema.s.ts +3323 -2795
  93. package/schemas/contentService/schema.s.ts +1445 -1194
  94. package/schemas/crmService/schema.s.ts +657 -146
  95. package/schemas/dealsService/schema.s.ts +2243 -1842
  96. package/schemas/emailTemplates/schema.s.ts +335 -0
  97. package/schemas/forexService/schema.s.ts +343 -270
  98. package/schemas/globeService/schema.s.ts +1143 -963
  99. package/schemas/identityService/schema.s.ts +490 -364
  100. package/schemas/inventoryService/schema.s.ts +28 -19
  101. package/schemas/invoicingService/schema.s.ts +73 -0
  102. package/schemas/learningService/schema.s.ts +2 -2
  103. package/schemas/locationsService/schema.s.ts +980 -0
  104. package/schemas/logisticsService/schema.s.ts +474 -0
  105. package/schemas/marketingService/schema.s.ts +3361 -2908
  106. package/schemas/marketplaceService/schema.s.ts +335 -0
  107. package/schemas/ordersService/schema.s.ts +90 -0
  108. package/schemas/paymentsService/schema.s.ts +282 -227
  109. package/schemas/pricingService/schema.s.ts +1043 -804
  110. package/schemas/projectsService/schema.s.ts +1452 -1184
  111. package/schemas/quotesService/schema.s.ts +104 -0
  112. package/schemas/salesService/schema.s.ts +28 -19
  113. package/schemas/securityService/schema.s.ts +112 -14
  114. package/schemas/servicesService/schema.s.ts +3681 -0
  115. package/schemas/shipmentsService/schema.s.ts +43 -34
  116. package/schemas/socialService/schema.s.ts +1665 -1246
  117. package/schemas/storageService/schema.s.ts +260 -239
  118. package/schemas/subscriptionsService/schema.s.ts +1651 -0
  119. package/schemas/supportService/schema.s.ts +2420 -2039
  120. package/schemas/systemService/schema.s.ts +2107 -1479
  121. package/schemas/tenantsService/schema.s.ts +1588 -960
  122. package/schemas/timeTrackerService/schema.s.ts +550 -444
  123. package/schemas/usersService/schema.s.ts +440 -0
  124. package/schemas/walletsService/schema.s.ts +36 -0
  125. package/vite.config.js +1 -0
  126. package/wwwroot/build/bundle.js +1 -1
  127. package/clients/authService/core/ApiError.js +0 -20
  128. package/clients/authService/core/ApiError.ts +0 -25
  129. package/clients/authService/core/ApiRequestOptions.js +0 -2
  130. package/clients/authService/core/ApiRequestOptions.ts +0 -17
  131. package/clients/authService/core/ApiResult.js +0 -2
  132. package/clients/authService/core/ApiResult.ts +0 -11
  133. package/clients/authService/core/CancelablePromise.js +0 -104
  134. package/clients/authService/core/CancelablePromise.ts +0 -131
  135. package/clients/authService/core/OpenAPI.js +0 -14
  136. package/clients/authService/core/OpenAPI.ts +0 -32
  137. package/clients/authService/core/request.js +0 -294
  138. package/clients/authService/core/request.ts +0 -322
  139. package/clients/authService/index.js +0 -28
  140. package/clients/authService/index.ts +0 -48
  141. package/clients/authService/models/AccessTokenResponse.js +0 -2
  142. package/clients/authService/models/AccessTokenResponse.ts +0 -11
  143. package/clients/authService/models/AccountHolderCreateDto.js +0 -12
  144. package/clients/authService/models/AccountHolderCreateDto.ts +0 -41
  145. package/clients/authService/models/AccountHolderCreateDtoEnvelope.js +0 -2
  146. package/clients/authService/models/AccountHolderCreateDtoEnvelope.ts +0 -14
  147. package/clients/authService/models/ApiAuthorizationResult.js +0 -2
  148. package/clients/authService/models/ApiAuthorizationResult.ts +0 -17
  149. package/clients/authService/models/ApiAuthorizationResultEnvelope.js +0 -2
  150. package/clients/authService/models/ApiAuthorizationResultEnvelope.ts +0 -14
  151. package/clients/authService/models/EnrollmentId.js +0 -2
  152. package/clients/authService/models/EnrollmentId.ts +0 -5
  153. package/clients/authService/models/ErrorEnvelope.js +0 -2
  154. package/clients/authService/models/ErrorEnvelope.ts +0 -12
  155. package/clients/authService/models/ForgotPasswordRequest.js +0 -2
  156. package/clients/authService/models/ForgotPasswordRequest.ts +0 -8
  157. package/clients/authService/models/HttpValidationProblemDetails.js +0 -2
  158. package/clients/authService/models/HttpValidationProblemDetails.ts +0 -5
  159. package/clients/authService/models/InfoRequest.js +0 -2
  160. package/clients/authService/models/InfoRequest.ts +0 -10
  161. package/clients/authService/models/InfoResponse.js +0 -2
  162. package/clients/authService/models/InfoResponse.ts +0 -9
  163. package/clients/authService/models/JsonWebKey.js +0 -2
  164. package/clients/authService/models/JsonWebKey.ts +0 -13
  165. package/clients/authService/models/JsonWebKeySet.js +0 -2
  166. package/clients/authService/models/JsonWebKeySet.ts +0 -9
  167. package/clients/authService/models/JsonWebKeySetEnvelope.js +0 -2
  168. package/clients/authService/models/JsonWebKeySetEnvelope.ts +0 -14
  169. package/clients/authService/models/JsonWebToken.js +0 -2
  170. package/clients/authService/models/JsonWebToken.ts +0 -15
  171. package/clients/authService/models/JsonWebTokenEnvelope.js +0 -2
  172. package/clients/authService/models/JsonWebTokenEnvelope.ts +0 -14
  173. package/clients/authService/models/JsonWebTokenHeader.js +0 -2
  174. package/clients/authService/models/JsonWebTokenHeader.ts +0 -11
  175. package/clients/authService/models/JsonWebTokenPayload.js +0 -2
  176. package/clients/authService/models/JsonWebTokenPayload.ts +0 -17
  177. package/clients/authService/models/LoginRequest.js +0 -2
  178. package/clients/authService/models/LoginRequest.ts +0 -11
  179. package/clients/authService/models/OAuthTokenRequest.js +0 -2
  180. package/clients/authService/models/OAuthTokenRequest.ts +0 -12
  181. package/clients/authService/models/OpenIdConfiguration.js +0 -2
  182. package/clients/authService/models/OpenIdConfiguration.ts +0 -19
  183. package/clients/authService/models/OpenIdConfigurationEnvelope.js +0 -2
  184. package/clients/authService/models/OpenIdConfigurationEnvelope.ts +0 -14
  185. package/clients/authService/models/RefreshRequest.js +0 -2
  186. package/clients/authService/models/RefreshRequest.ts +0 -8
  187. package/clients/authService/models/RegisterRequest.js +0 -2
  188. package/clients/authService/models/RegisterRequest.ts +0 -9
  189. package/clients/authService/models/ResendConfirmationEmailRequest.js +0 -2
  190. package/clients/authService/models/ResendConfirmationEmailRequest.ts +0 -8
  191. package/clients/authService/models/ResetPasswordRequest.js +0 -2
  192. package/clients/authService/models/ResetPasswordRequest.ts +0 -10
  193. package/clients/authService/models/SigninModel.js +0 -2
  194. package/clients/authService/models/SigninModel.ts +0 -9
  195. package/clients/authService/models/StringListEnvelope.js +0 -2
  196. package/clients/authService/models/StringListEnvelope.ts +0 -13
  197. package/clients/authService/models/TenantId.js +0 -2
  198. package/clients/authService/models/TenantId.ts +0 -5
  199. package/clients/authService/models/TwoFactorRequest.js +0 -2
  200. package/clients/authService/models/TwoFactorRequest.ts +0 -12
  201. package/clients/authService/models/TwoFactorResponse.js +0 -2
  202. package/clients/authService/models/TwoFactorResponse.ts +0 -12
  203. package/clients/authService/models/UserId.js +0 -2
  204. package/clients/authService/models/UserId.ts +0 -5
  205. package/clients/authService/services/ApplicationsService.js +0 -112
  206. package/clients/authService/services/ApplicationsService.ts +0 -132
  207. package/clients/authService/services/AuthService.js +0 -246
  208. package/clients/authService/services/AuthService.ts +0 -293
  209. package/clients/authService/services/CheckerService.js +0 -22
  210. package/clients/authService/services/CheckerService.ts +0 -25
  211. package/clients/authService/services/OAuthService.js +0 -152
  212. package/clients/authService/services/OAuthService.ts +0 -183
  213. package/clients/authService/services/ResourceService.js +0 -22
  214. package/clients/authService/services/ResourceService.ts +0 -25
  215. package/clients/authService/services/UserInfoService.js +0 -36
  216. package/clients/authService/services/UserInfoService.ts +0 -41
  217. package/clients/holderService/core/ApiError.js +0 -20
  218. package/clients/holderService/core/ApiError.ts +0 -25
  219. package/clients/holderService/core/ApiRequestOptions.js +0 -2
  220. package/clients/holderService/core/ApiRequestOptions.ts +0 -17
  221. package/clients/holderService/core/ApiResult.js +0 -2
  222. package/clients/holderService/core/ApiResult.ts +0 -11
  223. package/clients/holderService/core/CancelablePromise.js +0 -104
  224. package/clients/holderService/core/CancelablePromise.ts +0 -131
  225. package/clients/holderService/core/OpenAPI.js +0 -14
  226. package/clients/holderService/core/OpenAPI.ts +0 -32
  227. package/clients/holderService/core/request.js +0 -294
  228. package/clients/holderService/core/request.ts +0 -322
  229. package/clients/holderService/index.js +0 -30
  230. package/clients/holderService/index.ts +0 -47
  231. package/clients/holderService/models/AddressDto.js +0 -2
  232. package/clients/holderService/models/AddressDto.ts +0 -31
  233. package/clients/holderService/models/AddressDtoListEnvelope.js +0 -2
  234. package/clients/holderService/models/AddressDtoListEnvelope.ts +0 -14
  235. package/clients/holderService/models/CartDto.js +0 -2
  236. package/clients/holderService/models/CartDto.ts +0 -18
  237. package/clients/holderService/models/CartDtoEnvelope.js +0 -2
  238. package/clients/holderService/models/CartDtoEnvelope.ts +0 -14
  239. package/clients/holderService/models/EmptyEnvelope.js +0 -2
  240. package/clients/holderService/models/EmptyEnvelope.ts +0 -12
  241. package/clients/holderService/models/EnrollmentId.js +0 -2
  242. package/clients/holderService/models/EnrollmentId.ts +0 -5
  243. package/clients/holderService/models/ErrorEnvelope.js +0 -2
  244. package/clients/holderService/models/ErrorEnvelope.ts +0 -12
  245. package/clients/holderService/models/ExtendedTenantDto.js +0 -2
  246. package/clients/holderService/models/ExtendedTenantDto.ts +0 -51
  247. package/clients/holderService/models/ExtendedTenantDtoListEnvelope.js +0 -2
  248. package/clients/holderService/models/ExtendedTenantDtoListEnvelope.ts +0 -14
  249. package/clients/holderService/models/ExtendedTenantEnrolmentDto.js +0 -2
  250. package/clients/holderService/models/ExtendedTenantEnrolmentDto.ts +0 -19
  251. package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.js +0 -2
  252. package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.ts +0 -14
  253. package/clients/holderService/models/ExtendedUserDto.js +0 -26
  254. package/clients/holderService/models/ExtendedUserDto.ts +0 -80
  255. package/clients/holderService/models/ExtendedUserDtoEnvelope.js +0 -2
  256. package/clients/holderService/models/ExtendedUserDtoEnvelope.ts +0 -14
  257. package/clients/holderService/models/FollowRecordDto.js +0 -2
  258. package/clients/holderService/models/FollowRecordDto.ts +0 -12
  259. package/clients/holderService/models/FollowRecordDtoListEnvelope.js +0 -2
  260. package/clients/holderService/models/FollowRecordDtoListEnvelope.ts +0 -14
  261. package/clients/holderService/models/Int32Envelope.js +0 -2
  262. package/clients/holderService/models/Int32Envelope.ts +0 -13
  263. package/clients/holderService/models/NotificationDto.js +0 -2
  264. package/clients/holderService/models/NotificationDto.ts +0 -16
  265. package/clients/holderService/models/NotificationDtoListEnvelope.js +0 -2
  266. package/clients/holderService/models/NotificationDtoListEnvelope.ts +0 -14
  267. package/clients/holderService/models/Operation.js +0 -16
  268. package/clients/holderService/models/Operation.ts +0 -23
  269. package/clients/holderService/models/SocialProfileDto.js +0 -12
  270. package/clients/holderService/models/SocialProfileDto.ts +0 -40
  271. package/clients/holderService/models/SocialProfileDtoEnvelope.js +0 -2
  272. package/clients/holderService/models/SocialProfileDtoEnvelope.ts +0 -14
  273. package/clients/holderService/models/TenantDto.js +0 -2
  274. package/clients/holderService/models/TenantDto.ts +0 -45
  275. package/clients/holderService/models/TenantDtoListEnvelope.js +0 -2
  276. package/clients/holderService/models/TenantDtoListEnvelope.ts +0 -14
  277. package/clients/holderService/models/TenantEnrolmentDto.js +0 -2
  278. package/clients/holderService/models/TenantEnrolmentDto.ts +0 -15
  279. package/clients/holderService/models/TenantEnrolmentDtoEnvelope.js +0 -2
  280. package/clients/holderService/models/TenantEnrolmentDtoEnvelope.ts +0 -14
  281. package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
  282. package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
  283. package/clients/holderService/models/TenantInvitationDto.js +0 -2
  284. package/clients/holderService/models/TenantInvitationDto.ts +0 -16
  285. package/clients/holderService/models/TenantInvitationDtoListEnvelope.js +0 -2
  286. package/clients/holderService/models/TenantInvitationDtoListEnvelope.ts +0 -14
  287. package/clients/holderService/models/UserDto.js +0 -26
  288. package/clients/holderService/models/UserDto.ts +0 -72
  289. package/clients/holderService/models/UserDtoEnvelope.js +0 -2
  290. package/clients/holderService/models/UserDtoEnvelope.ts +0 -14
  291. package/clients/holderService/models/UserSettingsDto.js +0 -12
  292. package/clients/holderService/models/UserSettingsDto.ts +0 -21
  293. package/clients/holderService/models/UserSettingsDtoEnvelope.js +0 -2
  294. package/clients/holderService/models/UserSettingsDtoEnvelope.ts +0 -14
  295. package/clients/holderService/models/UserSettingsUpdateDto.js +0 -12
  296. package/clients/holderService/models/UserSettingsUpdateDto.ts +0 -19
  297. package/clients/holderService/models/UserUpdateDto.js +0 -14
  298. package/clients/holderService/models/UserUpdateDto.ts +0 -43
  299. package/clients/holderService/models/WalletDto.js +0 -2
  300. package/clients/holderService/models/WalletDto.ts +0 -22
  301. package/clients/holderService/models/WalletDtoEnvelope.js +0 -2
  302. package/clients/holderService/models/WalletDtoEnvelope.ts +0 -14
  303. package/clients/holderService/services/UserService.js +0 -507
  304. package/clients/holderService/services/UserService.ts +0 -587
  305. package/clients/tenantService/core/ApiError.js +0 -20
  306. package/clients/tenantService/core/ApiError.ts +0 -25
  307. package/clients/tenantService/core/ApiRequestOptions.js +0 -2
  308. package/clients/tenantService/core/ApiRequestOptions.ts +0 -17
  309. package/clients/tenantService/core/ApiResult.js +0 -2
  310. package/clients/tenantService/core/ApiResult.ts +0 -11
  311. package/clients/tenantService/core/CancelablePromise.js +0 -104
  312. package/clients/tenantService/core/CancelablePromise.ts +0 -131
  313. package/clients/tenantService/core/OpenAPI.js +0 -14
  314. package/clients/tenantService/core/OpenAPI.ts +0 -32
  315. package/clients/tenantService/core/request.js +0 -294
  316. package/clients/tenantService/core/request.ts +0 -322
  317. package/clients/tenantService/index.js +0 -24
  318. package/clients/tenantService/index.ts +0 -118
  319. package/clients/tenantService/models/BooleanEnvelope.js +0 -2
  320. package/clients/tenantService/models/BooleanEnvelope.ts +0 -13
  321. package/clients/tenantService/models/CartDto.js +0 -2
  322. package/clients/tenantService/models/CartDto.ts +0 -18
  323. package/clients/tenantService/models/CartDtoEnvelope.js +0 -2
  324. package/clients/tenantService/models/CartDtoEnvelope.ts +0 -14
  325. package/clients/tenantService/models/EmptyEnvelope.js +0 -2
  326. package/clients/tenantService/models/EmptyEnvelope.ts +0 -12
  327. package/clients/tenantService/models/ErrorEnvelope.js +0 -2
  328. package/clients/tenantService/models/ErrorEnvelope.ts +0 -12
  329. package/clients/tenantService/models/ExtendedTenantDto.js +0 -2
  330. package/clients/tenantService/models/ExtendedTenantDto.ts +0 -51
  331. package/clients/tenantService/models/ExtendedTenantDtoEnvelope.js +0 -2
  332. package/clients/tenantService/models/ExtendedTenantDtoEnvelope.ts +0 -14
  333. package/clients/tenantService/models/ExtendedTenantEnrolmentDto.js +0 -2
  334. package/clients/tenantService/models/ExtendedTenantEnrolmentDto.ts +0 -19
  335. package/clients/tenantService/models/ExtendedTenantEnrolmentDtoEnvelope.js +0 -2
  336. package/clients/tenantService/models/ExtendedTenantEnrolmentDtoEnvelope.ts +0 -14
  337. package/clients/tenantService/models/Int32Envelope.js +0 -2
  338. package/clients/tenantService/models/Int32Envelope.ts +0 -13
  339. package/clients/tenantService/models/NotificationDto.js +0 -2
  340. package/clients/tenantService/models/NotificationDto.ts +0 -16
  341. package/clients/tenantService/models/NotificationDtoListEnvelope.js +0 -2
  342. package/clients/tenantService/models/NotificationDtoListEnvelope.ts +0 -14
  343. package/clients/tenantService/models/Operation.js +0 -16
  344. package/clients/tenantService/models/Operation.ts +0 -23
  345. package/clients/tenantService/models/SocialProfileDto.js +0 -12
  346. package/clients/tenantService/models/SocialProfileDto.ts +0 -40
  347. package/clients/tenantService/models/SocialProfileDtoEnvelope.js +0 -2
  348. package/clients/tenantService/models/SocialProfileDtoEnvelope.ts +0 -14
  349. package/clients/tenantService/models/StringListEnvelope.js +0 -2
  350. package/clients/tenantService/models/StringListEnvelope.ts +0 -13
  351. package/clients/tenantService/models/SuiteLicenseAssignmentDto.js +0 -2
  352. package/clients/tenantService/models/SuiteLicenseAssignmentDto.ts +0 -16
  353. package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.js +0 -2
  354. package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.ts +0 -14
  355. package/clients/tenantService/models/SuiteLicenseDto.js +0 -2
  356. package/clients/tenantService/models/SuiteLicenseDto.ts +0 -15
  357. package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.js +0 -2
  358. package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.ts +0 -14
  359. package/clients/tenantService/models/SuiteLicenseFeatureDto.js +0 -2
  360. package/clients/tenantService/models/SuiteLicenseFeatureDto.ts +0 -9
  361. package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.js +0 -2
  362. package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.ts +0 -14
  363. package/clients/tenantService/models/TenantCreateDto.js +0 -2
  364. package/clients/tenantService/models/TenantCreateDto.ts +0 -25
  365. package/clients/tenantService/models/TenantDepartmentCreateDto.js +0 -2
  366. package/clients/tenantService/models/TenantDepartmentCreateDto.ts +0 -16
  367. package/clients/tenantService/models/TenantDepartmentDto.js +0 -2
  368. package/clients/tenantService/models/TenantDepartmentDto.ts +0 -16
  369. package/clients/tenantService/models/TenantDepartmentDtoEnvelope.js +0 -2
  370. package/clients/tenantService/models/TenantDepartmentDtoEnvelope.ts +0 -14
  371. package/clients/tenantService/models/TenantDepartmentDtoListEnvelope.js +0 -2
  372. package/clients/tenantService/models/TenantDepartmentDtoListEnvelope.ts +0 -14
  373. package/clients/tenantService/models/TenantDepartmentUpdateDto.js +0 -2
  374. package/clients/tenantService/models/TenantDepartmentUpdateDto.ts +0 -12
  375. package/clients/tenantService/models/TenantDto.js +0 -2
  376. package/clients/tenantService/models/TenantDto.ts +0 -45
  377. package/clients/tenantService/models/TenantDtoEnvelope.js +0 -2
  378. package/clients/tenantService/models/TenantDtoEnvelope.ts +0 -14
  379. package/clients/tenantService/models/TenantEnrollmentCreateDto.js +0 -2
  380. package/clients/tenantService/models/TenantEnrollmentCreateDto.ts +0 -11
  381. package/clients/tenantService/models/TenantEnrollmentUpdateDto.js +0 -2
  382. package/clients/tenantService/models/TenantEnrollmentUpdateDto.ts +0 -9
  383. package/clients/tenantService/models/TenantEnrolmentDto.js +0 -2
  384. package/clients/tenantService/models/TenantEnrolmentDto.ts +0 -15
  385. package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.js +0 -2
  386. package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.ts +0 -14
  387. package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
  388. package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
  389. package/clients/tenantService/models/TenantIndustryCreateDto.js +0 -2
  390. package/clients/tenantService/models/TenantIndustryCreateDto.ts +0 -12
  391. package/clients/tenantService/models/TenantIndustryDto.js +0 -2
  392. package/clients/tenantService/models/TenantIndustryDto.ts +0 -12
  393. package/clients/tenantService/models/TenantIndustryDtoEnvelope.js +0 -2
  394. package/clients/tenantService/models/TenantIndustryDtoEnvelope.ts +0 -14
  395. package/clients/tenantService/models/TenantIndustryDtoListEnvelope.js +0 -2
  396. package/clients/tenantService/models/TenantIndustryDtoListEnvelope.ts +0 -14
  397. package/clients/tenantService/models/TenantIndustryUpdateDto.js +0 -2
  398. package/clients/tenantService/models/TenantIndustryUpdateDto.ts +0 -10
  399. package/clients/tenantService/models/TenantInvitationCreateDto.js +0 -2
  400. package/clients/tenantService/models/TenantInvitationCreateDto.ts +0 -12
  401. package/clients/tenantService/models/TenantInvitationDto.js +0 -2
  402. package/clients/tenantService/models/TenantInvitationDto.ts +0 -16
  403. package/clients/tenantService/models/TenantInvitationDtoEnvelope.js +0 -2
  404. package/clients/tenantService/models/TenantInvitationDtoEnvelope.ts +0 -14
  405. package/clients/tenantService/models/TenantInvitationDtoListEnvelope.js +0 -2
  406. package/clients/tenantService/models/TenantInvitationDtoListEnvelope.ts +0 -14
  407. package/clients/tenantService/models/TenantPositionCreateDto.js +0 -2
  408. package/clients/tenantService/models/TenantPositionCreateDto.ts +0 -13
  409. package/clients/tenantService/models/TenantPositionDto.js +0 -2
  410. package/clients/tenantService/models/TenantPositionDto.ts +0 -13
  411. package/clients/tenantService/models/TenantPositionDtoEnvelope.js +0 -2
  412. package/clients/tenantService/models/TenantPositionDtoEnvelope.ts +0 -14
  413. package/clients/tenantService/models/TenantPositionDtoListEnvelope.js +0 -2
  414. package/clients/tenantService/models/TenantPositionDtoListEnvelope.ts +0 -14
  415. package/clients/tenantService/models/TenantPositionUpdateDto.js +0 -2
  416. package/clients/tenantService/models/TenantPositionUpdateDto.ts +0 -9
  417. package/clients/tenantService/models/TenantSegmentCreateDto.js +0 -2
  418. package/clients/tenantService/models/TenantSegmentCreateDto.ts +0 -12
  419. package/clients/tenantService/models/TenantSegmentDto.js +0 -2
  420. package/clients/tenantService/models/TenantSegmentDto.ts +0 -12
  421. package/clients/tenantService/models/TenantSegmentDtoEnvelope.js +0 -2
  422. package/clients/tenantService/models/TenantSegmentDtoEnvelope.ts +0 -14
  423. package/clients/tenantService/models/TenantSegmentDtoListEnvelope.js +0 -2
  424. package/clients/tenantService/models/TenantSegmentDtoListEnvelope.ts +0 -14
  425. package/clients/tenantService/models/TenantSegmentUpdateDto.js +0 -2
  426. package/clients/tenantService/models/TenantSegmentUpdateDto.ts +0 -10
  427. package/clients/tenantService/models/TenantSizeCreateDto.js +0 -2
  428. package/clients/tenantService/models/TenantSizeCreateDto.ts +0 -12
  429. package/clients/tenantService/models/TenantSizeDto.js +0 -2
  430. package/clients/tenantService/models/TenantSizeDto.ts +0 -12
  431. package/clients/tenantService/models/TenantSizeDtoEnvelope.js +0 -2
  432. package/clients/tenantService/models/TenantSizeDtoEnvelope.ts +0 -14
  433. package/clients/tenantService/models/TenantSizeDtoListEnvelope.js +0 -2
  434. package/clients/tenantService/models/TenantSizeDtoListEnvelope.ts +0 -14
  435. package/clients/tenantService/models/TenantSizeUpdateDto.js +0 -2
  436. package/clients/tenantService/models/TenantSizeUpdateDto.ts +0 -10
  437. package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.js +0 -2
  438. package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.ts +0 -13
  439. package/clients/tenantService/models/TenantTeamContactEnrollmentDto.js +0 -2
  440. package/clients/tenantService/models/TenantTeamContactEnrollmentDto.ts +0 -13
  441. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.js +0 -2
  442. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.ts +0 -14
  443. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoListEnvelope.js +0 -2
  444. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoListEnvelope.ts +0 -14
  445. package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.js +0 -2
  446. package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.ts +0 -11
  447. package/clients/tenantService/models/TenantTeamCreateDto.js +0 -2
  448. package/clients/tenantService/models/TenantTeamCreateDto.ts +0 -17
  449. package/clients/tenantService/models/TenantTeamDto.js +0 -2
  450. package/clients/tenantService/models/TenantTeamDto.ts +0 -17
  451. package/clients/tenantService/models/TenantTeamDtoEnvelope.js +0 -2
  452. package/clients/tenantService/models/TenantTeamDtoEnvelope.ts +0 -14
  453. package/clients/tenantService/models/TenantTeamDtoListEnvelope.js +0 -2
  454. package/clients/tenantService/models/TenantTeamDtoListEnvelope.ts +0 -14
  455. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.js +0 -2
  456. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.ts +0 -13
  457. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.js +0 -2
  458. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.ts +0 -13
  459. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.js +0 -2
  460. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.ts +0 -14
  461. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoListEnvelope.js +0 -2
  462. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoListEnvelope.ts +0 -14
  463. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.js +0 -2
  464. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.ts +0 -11
  465. package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.js +0 -2
  466. package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.ts +0 -13
  467. package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.js +0 -2
  468. package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.ts +0 -13
  469. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.js +0 -2
  470. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.ts +0 -14
  471. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoListEnvelope.js +0 -2
  472. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoListEnvelope.ts +0 -14
  473. package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.js +0 -2
  474. package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.ts +0 -11
  475. package/clients/tenantService/models/TenantTeamRecordCreateDto.js +0 -2
  476. package/clients/tenantService/models/TenantTeamRecordCreateDto.ts +0 -12
  477. package/clients/tenantService/models/TenantTeamRecordDto.js +0 -2
  478. package/clients/tenantService/models/TenantTeamRecordDto.ts +0 -12
  479. package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.js +0 -2
  480. package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.ts +0 -14
  481. package/clients/tenantService/models/TenantTeamRecordDtoListEnvelope.js +0 -2
  482. package/clients/tenantService/models/TenantTeamRecordDtoListEnvelope.ts +0 -14
  483. package/clients/tenantService/models/TenantTeamRecordUpdateDto.js +0 -2
  484. package/clients/tenantService/models/TenantTeamRecordUpdateDto.ts +0 -10
  485. package/clients/tenantService/models/TenantTeamUpdateDto.js +0 -2
  486. package/clients/tenantService/models/TenantTeamUpdateDto.ts +0 -17
  487. package/clients/tenantService/models/TenantTerritoryCreateDto.js +0 -2
  488. package/clients/tenantService/models/TenantTerritoryCreateDto.ts +0 -14
  489. package/clients/tenantService/models/TenantTerritoryDto.js +0 -2
  490. package/clients/tenantService/models/TenantTerritoryDto.ts +0 -14
  491. package/clients/tenantService/models/TenantTerritoryDtoEnvelope.js +0 -2
  492. package/clients/tenantService/models/TenantTerritoryDtoEnvelope.ts +0 -14
  493. package/clients/tenantService/models/TenantTerritoryDtoListEnvelope.js +0 -2
  494. package/clients/tenantService/models/TenantTerritoryDtoListEnvelope.ts +0 -14
  495. package/clients/tenantService/models/TenantTerritoryUpdateDto.js +0 -2
  496. package/clients/tenantService/models/TenantTerritoryUpdateDto.ts +0 -9
  497. package/clients/tenantService/models/TenantTypeCreateDto.js +0 -2
  498. package/clients/tenantService/models/TenantTypeCreateDto.ts +0 -11
  499. package/clients/tenantService/models/TenantTypeDto.js +0 -2
  500. package/clients/tenantService/models/TenantTypeDto.ts +0 -11
  501. package/clients/tenantService/models/TenantTypeDtoEnvelope.js +0 -2
  502. package/clients/tenantService/models/TenantTypeDtoEnvelope.ts +0 -14
  503. package/clients/tenantService/models/TenantTypeDtoListEnvelope.js +0 -2
  504. package/clients/tenantService/models/TenantTypeDtoListEnvelope.ts +0 -14
  505. package/clients/tenantService/models/TenantTypeUpdateDto.js +0 -2
  506. package/clients/tenantService/models/TenantTypeUpdateDto.ts +0 -9
  507. package/clients/tenantService/models/TenantUnitCreateDto.js +0 -2
  508. package/clients/tenantService/models/TenantUnitCreateDto.ts +0 -18
  509. package/clients/tenantService/models/TenantUnitDto.js +0 -2
  510. package/clients/tenantService/models/TenantUnitDto.ts +0 -18
  511. package/clients/tenantService/models/TenantUnitDtoEnvelope.js +0 -2
  512. package/clients/tenantService/models/TenantUnitDtoEnvelope.ts +0 -14
  513. package/clients/tenantService/models/TenantUnitDtoListEnvelope.js +0 -2
  514. package/clients/tenantService/models/TenantUnitDtoListEnvelope.ts +0 -14
  515. package/clients/tenantService/models/TenantUnitUpdateDto.js +0 -2
  516. package/clients/tenantService/models/TenantUnitUpdateDto.ts +0 -14
  517. package/clients/tenantService/models/TenantUpdateDto.js +0 -2
  518. package/clients/tenantService/models/TenantUpdateDto.ts +0 -31
  519. package/clients/tenantService/models/UserDto.js +0 -26
  520. package/clients/tenantService/models/UserDto.ts +0 -72
  521. package/clients/tenantService/models/UserDtoListEnvelope.js +0 -2
  522. package/clients/tenantService/models/UserDtoListEnvelope.ts +0 -14
  523. package/clients/tenantService/models/WalletDto.js +0 -2
  524. package/clients/tenantService/models/WalletDto.ts +0 -22
  525. package/clients/tenantService/models/WalletDtoEnvelope.js +0 -2
  526. package/clients/tenantService/models/WalletDtoEnvelope.ts +0 -14
  527. package/clients/tenantService/models/WebPortalDto.js +0 -2
  528. package/clients/tenantService/models/WebPortalDto.ts +0 -19
  529. package/clients/tenantService/models/WebPortalDtoListEnvelope.js +0 -2
  530. package/clients/tenantService/models/WebPortalDtoListEnvelope.ts +0 -14
  531. package/clients/tenantService/services/SizesService.js +0 -173
  532. package/clients/tenantService/services/SizesService.ts +0 -204
  533. package/clients/tenantService/services/TenantsService.js +0 -3173
  534. package/clients/tenantService/services/TenantsService.ts +0 -3701
  535. package/openapi-ts-error-1774919197061.log +0 -12
  536. package/openapi-ts-error-1774919206848.log +0 -12
  537. package/openapi-ts-error-1774919211413.log +0 -12
  538. package/openapi-ts-error-1774919234889.log +0 -12
  539. package/openapi-ts-error-1774919238790.log +0 -12
  540. package/openapi-ts-error-1774919250450.log +0 -12
  541. package/openapi-ts-error-1774919289933.log +0 -12
  542. package/openapi-ts-error-1774919293886.log +0 -12
  543. package/openapi-ts-error-1774919297530.log +0 -12
  544. package/openapi-ts-error-1774952133757.log +0 -12
  545. package/openapi-ts-error-1774952145095.log +0 -12
  546. package/openapi-ts-error-1774952149289.log +0 -12
  547. package/openapi-ts-error-1774952170560.log +0 -12
  548. package/openapi-ts-error-1774952173946.log +0 -12
  549. package/openapi-ts-error-1774952221374.log +0 -12
  550. package/openapi-ts-error-1774952225129.log +0 -12
  551. package/openapi-ts-error-1774952228932.log +0 -12
  552. package/openapi-ts-error-1774955105047.log +0 -12
  553. package/output.txt +0 -1831
@@ -1,7 +1,7 @@
1
1
  // This file is auto-generated by @hey-api/openapi-ts
2
2
 
3
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';
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, GetFiscalAuthoritiesData, GetFiscalAuthoritiesResponse, GetFiscalAuthoritiesError, CreateFiscalAuthorityData, CreateFiscalAuthorityResponse, CreateFiscalAuthorityError, GetFiscalAuthoritiesCountData, GetFiscalAuthoritiesCountResponse, GetFiscalAuthoritiesCountError, DeleteFiscalAuthorityData, DeleteFiscalAuthorityResponse, DeleteFiscalAuthorityError, GetFiscalAuthorityData, GetFiscalAuthorityResponse, GetFiscalAuthorityError, UpdateFiscalAuthorityData, UpdateFiscalAuthorityResponse, UpdateFiscalAuthorityError, GetFiscalYearsData, GetFiscalYearsResponse, GetFiscalYearsError, GetFiscalYearsCountData, GetFiscalYearsCountResponse, GetFiscalYearsCountError, GetFiscalYearData, GetFiscalYearResponse, GetFiscalYearError, CreateFiscalYearData, CreateFiscalYearResponse, CreateFiscalYearError, DeleteFiscalYearData, DeleteFiscalYearResponse, DeleteFiscalYearError, UpdateFiscalYearData, UpdateFiscalYearResponse, UpdateFiscalYearError, GetInvoiceEnumerationRangesData, GetInvoiceEnumerationRangesResponse, GetInvoiceEnumerationRangesError, GetInvoiceEnumerationRangesCountData, GetInvoiceEnumerationRangesCountResponse, GetInvoiceEnumerationRangesCountError, GetInvoiceEnumerationRangeData, GetInvoiceEnumerationRangeResponse, GetInvoiceEnumerationRangeError, CreateInvoiceEnumerationRangeData, CreateInvoiceEnumerationRangeResponse, CreateInvoiceEnumerationRangeError, DeleteInvoiceEnumerationRangeData, DeleteInvoiceEnumerationRangeResponse, DeleteInvoiceEnumerationRangeError, UpdateInvoiceEnumerationRangeData, UpdateInvoiceEnumerationRangeResponse, UpdateInvoiceEnumerationRangeError, GetFiscalIdentificationTypesData, GetFiscalIdentificationTypesResponse, GetFiscalIdentificationTypesError, GetFiscalIdentificationTypesCountData, GetFiscalIdentificationTypesCountResponse, GetFiscalIdentificationTypesCountError, GetFiscalIdentificationTypeData, GetFiscalIdentificationTypeResponse, GetFiscalIdentificationTypeError, CreateFiscalIdentificationTypeData, CreateFiscalIdentificationTypeResponse, CreateFiscalIdentificationTypeError, DeleteFiscalIdentificationTypeData, DeleteFiscalIdentificationTypeResponse, DeleteFiscalIdentificationTypeError, UpdateFiscalIdentificationTypeData, UpdateFiscalIdentificationTypeResponse, UpdateFiscalIdentificationTypeError, GetFiscalPeriodsData, GetFiscalPeriodsResponse, GetFiscalPeriodsError, GetFiscalPeriodsCountData, GetFiscalPeriodsCountResponse, GetFiscalPeriodsCountError, GetFiscalPeriodData, GetFiscalPeriodResponse, GetFiscalPeriodError, CreateFiscalPeriodData, CreateFiscalPeriodResponse, CreateFiscalPeriodError, DeleteFiscalPeriodData, DeleteFiscalPeriodResponse, DeleteFiscalPeriodError, UpdateFiscalPeriodData, UpdateFiscalPeriodResponse, UpdateFiscalPeriodError, GetFiscalRegimesData, GetFiscalRegimesResponse, GetFiscalRegimesError, GetFiscalRegimesCountData, GetFiscalRegimesCountResponse, GetFiscalRegimesCountError, GetFiscalRegimeData, GetFiscalRegimeResponse, GetFiscalRegimeError, CreateFiscalRegimeData, CreateFiscalRegimeResponse, CreateFiscalRegimeError, DeleteFiscalRegimeData, DeleteFiscalRegimeResponse, DeleteFiscalRegimeError, UpdateFiscalRegimeData, UpdateFiscalRegimeResponse, UpdateFiscalRegimeError, GetFiscalResponsibilitiesData, GetFiscalResponsibilitiesResponse, GetFiscalResponsibilitiesError, GetFiscalResponsibilitiesCountData, GetFiscalResponsibilitiesCountResponse, GetFiscalResponsibilitiesCountError, GetFiscalResponsibilityData, GetFiscalResponsibilityResponse, GetFiscalResponsibilityError, CreateFiscalResponsibilityData, CreateFiscalResponsibilityResponse, CreateFiscalResponsibilityError, DeleteFiscalResponsibilityData, DeleteFiscalResponsibilityResponse, DeleteFiscalResponsibilityError, UpdateFiscalResponsibilityData, UpdateFiscalResponsibilityResponse, UpdateFiscalResponsibilityError, GetFiscalResponsibilityRecordsData, GetFiscalResponsibilityRecordsResponse, GetFiscalResponsibilityRecordsError, GetFiscalResponsibilityRecordsCountData, GetFiscalResponsibilityRecordsCountResponse, GetFiscalResponsibilityRecordsCountError, GetFiscalResponsibilityRecordData, GetFiscalResponsibilityRecordResponse, GetFiscalResponsibilityRecordError, CreateFiscalResponsibilityRecordData, CreateFiscalResponsibilityRecordResponse, CreateFiscalResponsibilityRecordError, DeleteFiscalResponsibilityRecordData, DeleteFiscalResponsibilityRecordResponse, DeleteFiscalResponsibilityRecordError, UpdateFiscalResponsibilityRecordData, UpdateFiscalResponsibilityRecordResponse, UpdateFiscalResponsibilityRecordError, 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, CreateTaxPolicyData, CreateTaxPolicyResponse, CreateTaxPolicyError, GetTaxPoliciesCountData, GetTaxPoliciesCountResponse, GetTaxPoliciesCountError, GetTaxPoliciesByAuthorityData, GetTaxPoliciesByAuthorityResponse, GetTaxPoliciesByAuthorityError, DeleteTaxPolicyData, DeleteTaxPolicyResponse, DeleteTaxPolicyError, GetTaxPolicyData, GetTaxPolicyResponse, GetTaxPolicyError, UpdateTaxPolicyData, UpdateTaxPolicyResponse, UpdateTaxPolicyError, GetItemTaxPolicyRecordsData, GetItemTaxPolicyRecordsResponse, GetItemTaxPolicyRecordsError, CreateItemTaxPolicyRecordData, CreateItemTaxPolicyRecordResponse, CreateItemTaxPolicyRecordError, DeleteItemTaxPolicyRecordData, DeleteItemTaxPolicyRecordResponse, DeleteItemTaxPolicyRecordError, GetItemTaxPolicyRecordData, GetItemTaxPolicyRecordResponse, GetItemTaxPolicyRecordError, UpdateItemTaxPolicyRecordData, UpdateItemTaxPolicyRecordResponse, UpdateItemTaxPolicyRecordError, GetAppliedTaxPolicyRecordsData, GetAppliedTaxPolicyRecordsResponse, GetAppliedTaxPolicyRecordsError, CreateAppliedTaxPolicyRecordData, CreateAppliedTaxPolicyRecordResponse, CreateAppliedTaxPolicyRecordError, GetAppliedTaxPolicyRecordsCountData, GetAppliedTaxPolicyRecordsCountResponse, GetAppliedTaxPolicyRecordsCountError, DeleteAppliedTaxPolicyRecordData, DeleteAppliedTaxPolicyRecordResponse, DeleteAppliedTaxPolicyRecordError, GetAppliedTaxPolicyRecordData, GetAppliedTaxPolicyRecordResponse, GetAppliedTaxPolicyRecordError, UpdateAppliedTaxPolicyRecordData, UpdateAppliedTaxPolicyRecordResponse, UpdateAppliedTaxPolicyRecordError, GetTaxRatesData, GetTaxRatesResponse, GetTaxRatesError, CreateTaxRateData, CreateTaxRateResponse, CreateTaxRateError, GetTaxRatesCountData, GetTaxRatesCountResponse, GetTaxRatesCountError, DeleteTaxRateData, DeleteTaxRateResponse, DeleteTaxRateError, GetTaxRateData, GetTaxRateResponse, GetTaxRateError, UpdateTaxRateData, UpdateTaxRateResponse, UpdateTaxRateError, 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
5
  import { client as _heyApiClient } from './client.gen';
6
6
 
7
7
  export type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = ClientOptions<TData, ThrowOnError> & {
@@ -1651,15 +1651,23 @@ export const updateFinancialBookAsync = <ThrowOnError extends boolean = false>(o
1651
1651
  });
1652
1652
  };
1653
1653
 
1654
- export const getApiV2AccountingServiceFiscalsAuthorities = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesData, ThrowOnError>) => {
1655
- return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesResponse, GetApiV2AccountingServiceFiscalsAuthoritiesError, ThrowOnError>({
1654
+ /**
1655
+ * Get fiscal authorities
1656
+ * Retrieves all fiscal authorities for the specified tenant using OData query options.
1657
+ */
1658
+ export const getFiscalAuthorities = <ThrowOnError extends boolean = false>(options: Options<GetFiscalAuthoritiesData, ThrowOnError>) => {
1659
+ return (options.client ?? _heyApiClient).get<GetFiscalAuthoritiesResponse, GetFiscalAuthoritiesError, ThrowOnError>({
1656
1660
  url: '/api/v2/AccountingService/Fiscals/Authorities',
1657
1661
  ...options
1658
1662
  });
1659
1663
  };
1660
1664
 
1661
- export const postApiV2AccountingServiceFiscalsAuthorities = <ThrowOnError extends boolean = false>(options: Options<PostApiV2AccountingServiceFiscalsAuthoritiesData, ThrowOnError>) => {
1662
- return (options.client ?? _heyApiClient).post<PostApiV2AccountingServiceFiscalsAuthoritiesResponse, PostApiV2AccountingServiceFiscalsAuthoritiesError, ThrowOnError>({
1665
+ /**
1666
+ * Create a fiscal authority
1667
+ * Creates a new fiscal authority for the specified tenant.
1668
+ */
1669
+ export const createFiscalAuthority = <ThrowOnError extends boolean = false>(options: Options<CreateFiscalAuthorityData, ThrowOnError>) => {
1670
+ return (options.client ?? _heyApiClient).post<CreateFiscalAuthorityResponse, CreateFiscalAuthorityError, ThrowOnError>({
1663
1671
  url: '/api/v2/AccountingService/Fiscals/Authorities',
1664
1672
  ...options,
1665
1673
  headers: {
@@ -1669,29 +1677,45 @@ export const postApiV2AccountingServiceFiscalsAuthorities = <ThrowOnError extend
1669
1677
  });
1670
1678
  };
1671
1679
 
1672
- export const getApiV2AccountingServiceFiscalsAuthoritiesCount = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesCountData, ThrowOnError>) => {
1673
- return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesCountResponse, GetApiV2AccountingServiceFiscalsAuthoritiesCountError, ThrowOnError>({
1680
+ /**
1681
+ * Get fiscal authorities count
1682
+ * Returns the total count of fiscal authorities for the specified tenant.
1683
+ */
1684
+ export const getFiscalAuthoritiesCount = <ThrowOnError extends boolean = false>(options: Options<GetFiscalAuthoritiesCountData, ThrowOnError>) => {
1685
+ return (options.client ?? _heyApiClient).get<GetFiscalAuthoritiesCountResponse, GetFiscalAuthoritiesCountError, ThrowOnError>({
1674
1686
  url: '/api/v2/AccountingService/Fiscals/Authorities/Count',
1675
1687
  ...options
1676
1688
  });
1677
1689
  };
1678
1690
 
1679
- export const deleteApiV2AccountingServiceFiscalsAuthoritiesByAuthorityId = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdData, ThrowOnError>) => {
1680
- return (options.client ?? _heyApiClient).delete<DeleteApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdResponse, DeleteApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdError, ThrowOnError>({
1691
+ /**
1692
+ * Delete a fiscal authority
1693
+ * Deletes a fiscal authority identified by its unique identifier.
1694
+ */
1695
+ export const deleteFiscalAuthority = <ThrowOnError extends boolean = false>(options: Options<DeleteFiscalAuthorityData, ThrowOnError>) => {
1696
+ return (options.client ?? _heyApiClient).delete<DeleteFiscalAuthorityResponse, DeleteFiscalAuthorityError, ThrowOnError>({
1681
1697
  url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}',
1682
1698
  ...options
1683
1699
  });
1684
1700
  };
1685
1701
 
1686
- export const getApiV2AccountingServiceFiscalsAuthoritiesByAuthorityId = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdData, ThrowOnError>) => {
1687
- return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdError, ThrowOnError>({
1702
+ /**
1703
+ * Get fiscal authority by ID
1704
+ * Retrieves a specific fiscal authority by its unique identifier.
1705
+ */
1706
+ export const getFiscalAuthority = <ThrowOnError extends boolean = false>(options: Options<GetFiscalAuthorityData, ThrowOnError>) => {
1707
+ return (options.client ?? _heyApiClient).get<GetFiscalAuthorityResponse, GetFiscalAuthorityError, ThrowOnError>({
1688
1708
  url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}',
1689
1709
  ...options
1690
1710
  });
1691
1711
  };
1692
1712
 
1693
- export const putApiV2AccountingServiceFiscalsAuthoritiesByAuthorityId = <ThrowOnError extends boolean = false>(options: Options<PutApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdData, ThrowOnError>) => {
1694
- return (options.client ?? _heyApiClient).put<PutApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdResponse, PutApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdError, ThrowOnError>({
1713
+ /**
1714
+ * Update a fiscal authority
1715
+ * Updates an existing fiscal authority identified by its unique identifier.
1716
+ */
1717
+ export const updateFiscalAuthority = <ThrowOnError extends boolean = false>(options: Options<UpdateFiscalAuthorityData, ThrowOnError>) => {
1718
+ return (options.client ?? _heyApiClient).put<UpdateFiscalAuthorityResponse, UpdateFiscalAuthorityError, ThrowOnError>({
1695
1719
  url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}',
1696
1720
  ...options,
1697
1721
  headers: {
@@ -1701,29 +1725,45 @@ export const putApiV2AccountingServiceFiscalsAuthoritiesByAuthorityId = <ThrowOn
1701
1725
  });
1702
1726
  };
1703
1727
 
1704
- export const getApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalYears = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalYearsData, ThrowOnError>) => {
1705
- return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalYearsResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalYearsError, ThrowOnError>({
1728
+ /**
1729
+ * Get fiscal years for an authority
1730
+ * Retrieves all fiscal years associated with the specified fiscal authority.
1731
+ */
1732
+ export const getFiscalYears = <ThrowOnError extends boolean = false>(options: Options<GetFiscalYearsData, ThrowOnError>) => {
1733
+ return (options.client ?? _heyApiClient).get<GetFiscalYearsResponse, GetFiscalYearsError, ThrowOnError>({
1706
1734
  url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}/FiscalYears',
1707
1735
  ...options
1708
1736
  });
1709
1737
  };
1710
1738
 
1711
- export const getApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsCount = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsCountData, ThrowOnError>) => {
1712
- return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsCountResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsCountError, ThrowOnError>({
1739
+ /**
1740
+ * Get fiscal years count for an authority
1741
+ * Returns the total count of fiscal years for the specified fiscal authority.
1742
+ */
1743
+ export const getFiscalYearsCount = <ThrowOnError extends boolean = false>(options: Options<GetFiscalYearsCountData, ThrowOnError>) => {
1744
+ return (options.client ?? _heyApiClient).get<GetFiscalYearsCountResponse, GetFiscalYearsCountError, ThrowOnError>({
1713
1745
  url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalYears/Count',
1714
1746
  ...options
1715
1747
  });
1716
1748
  };
1717
1749
 
1718
- export const getApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearId = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearIdData, ThrowOnError>) => {
1719
- return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearIdResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearIdError, ThrowOnError>({
1750
+ /**
1751
+ * Get fiscal year by ID for an authority
1752
+ * Retrieves a specific fiscal year by its unique identifier within a fiscal authority.
1753
+ */
1754
+ export const getFiscalYear = <ThrowOnError extends boolean = false>(options: Options<GetFiscalYearData, ThrowOnError>) => {
1755
+ return (options.client ?? _heyApiClient).get<GetFiscalYearResponse, GetFiscalYearError, ThrowOnError>({
1720
1756
  url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalYears/{fiscalYearId}',
1721
1757
  ...options
1722
1758
  });
1723
1759
  };
1724
1760
 
1725
- export const postApiV2AccountingServiceFiscalsAuthoritiesFiscalYears = <ThrowOnError extends boolean = false>(options: Options<PostApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsData, ThrowOnError>) => {
1726
- return (options.client ?? _heyApiClient).post<PostApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsResponse, PostApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsError, ThrowOnError>({
1761
+ /**
1762
+ * Create a fiscal year
1763
+ * Creates a new fiscal year associated with a fiscal authority.
1764
+ */
1765
+ export const createFiscalYear = <ThrowOnError extends boolean = false>(options: Options<CreateFiscalYearData, ThrowOnError>) => {
1766
+ return (options.client ?? _heyApiClient).post<CreateFiscalYearResponse, CreateFiscalYearError, ThrowOnError>({
1727
1767
  url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalYears',
1728
1768
  ...options,
1729
1769
  headers: {
@@ -1733,15 +1773,23 @@ export const postApiV2AccountingServiceFiscalsAuthoritiesFiscalYears = <ThrowOnE
1733
1773
  });
1734
1774
  };
1735
1775
 
1736
- export const deleteApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsByFiscalYearId = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsByFiscalYearIdData, ThrowOnError>) => {
1737
- return (options.client ?? _heyApiClient).delete<DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsByFiscalYearIdResponse, DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsByFiscalYearIdError, ThrowOnError>({
1776
+ /**
1777
+ * Delete a fiscal year
1778
+ * Deletes a fiscal year identified by its unique identifier.
1779
+ */
1780
+ export const deleteFiscalYear = <ThrowOnError extends boolean = false>(options: Options<DeleteFiscalYearData, ThrowOnError>) => {
1781
+ return (options.client ?? _heyApiClient).delete<DeleteFiscalYearResponse, DeleteFiscalYearError, ThrowOnError>({
1738
1782
  url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalYears/{fiscalYearId}',
1739
1783
  ...options
1740
1784
  });
1741
1785
  };
1742
1786
 
1743
- export const putApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsByFiscalYearId = <ThrowOnError extends boolean = false>(options: Options<PutApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsByFiscalYearIdData, ThrowOnError>) => {
1744
- return (options.client ?? _heyApiClient).put<PutApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsByFiscalYearIdResponse, PutApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsByFiscalYearIdError, ThrowOnError>({
1787
+ /**
1788
+ * Update a fiscal year
1789
+ * Updates an existing fiscal year identified by its unique identifier.
1790
+ */
1791
+ export const updateFiscalYear = <ThrowOnError extends boolean = false>(options: Options<UpdateFiscalYearData, ThrowOnError>) => {
1792
+ return (options.client ?? _heyApiClient).put<UpdateFiscalYearResponse, UpdateFiscalYearError, ThrowOnError>({
1745
1793
  url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalYears/{fiscalYearId}',
1746
1794
  ...options,
1747
1795
  headers: {
@@ -1751,29 +1799,45 @@ export const putApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsByFiscalYearI
1751
1799
  });
1752
1800
  };
1753
1801
 
1754
- export const getApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdEnumerationRanges = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdEnumerationRangesData, ThrowOnError>) => {
1755
- return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdEnumerationRangesResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdEnumerationRangesError, ThrowOnError>({
1802
+ /**
1803
+ * Get invoice enumeration ranges for an authority
1804
+ * Retrieves all invoice enumeration ranges for the specified fiscal authority.
1805
+ */
1806
+ export const getInvoiceEnumerationRanges = <ThrowOnError extends boolean = false>(options: Options<GetInvoiceEnumerationRangesData, ThrowOnError>) => {
1807
+ return (options.client ?? _heyApiClient).get<GetInvoiceEnumerationRangesResponse, GetInvoiceEnumerationRangesError, ThrowOnError>({
1756
1808
  url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}/EnumerationRanges',
1757
1809
  ...options
1758
1810
  });
1759
1811
  };
1760
1812
 
1761
- export const getApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdEnumerationRangesCount = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdEnumerationRangesCountData, ThrowOnError>) => {
1762
- return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdEnumerationRangesCountResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdEnumerationRangesCountError, ThrowOnError>({
1813
+ /**
1814
+ * Get invoice enumeration ranges count
1815
+ * Returns the total count of invoice enumeration ranges for the specified fiscal authority.
1816
+ */
1817
+ export const getInvoiceEnumerationRangesCount = <ThrowOnError extends boolean = false>(options: Options<GetInvoiceEnumerationRangesCountData, ThrowOnError>) => {
1818
+ return (options.client ?? _heyApiClient).get<GetInvoiceEnumerationRangesCountResponse, GetInvoiceEnumerationRangesCountError, ThrowOnError>({
1763
1819
  url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/EnumerationRanges/Count',
1764
1820
  ...options
1765
1821
  });
1766
1822
  };
1767
1823
 
1768
- export const getApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdEnumerationRangesByEnumerationRangeId = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdEnumerationRangesByEnumerationRangeIdData, ThrowOnError>) => {
1769
- return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdEnumerationRangesByEnumerationRangeIdResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdEnumerationRangesByEnumerationRangeIdError, ThrowOnError>({
1824
+ /**
1825
+ * Get invoice enumeration range by ID
1826
+ * Retrieves a specific invoice enumeration range by its unique identifier.
1827
+ */
1828
+ export const getInvoiceEnumerationRange = <ThrowOnError extends boolean = false>(options: Options<GetInvoiceEnumerationRangeData, ThrowOnError>) => {
1829
+ return (options.client ?? _heyApiClient).get<GetInvoiceEnumerationRangeResponse, GetInvoiceEnumerationRangeError, ThrowOnError>({
1770
1830
  url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/EnumerationRanges/{enumerationRangeId}',
1771
1831
  ...options
1772
1832
  });
1773
1833
  };
1774
1834
 
1775
- export const postApiV2AccountingServiceFiscalsAuthoritiesEnumerationRanges = <ThrowOnError extends boolean = false>(options: Options<PostApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesData, ThrowOnError>) => {
1776
- return (options.client ?? _heyApiClient).post<PostApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesResponse, PostApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesError, ThrowOnError>({
1835
+ /**
1836
+ * Create an invoice enumeration range
1837
+ * Creates a new invoice enumeration range for a fiscal authority.
1838
+ */
1839
+ export const createInvoiceEnumerationRange = <ThrowOnError extends boolean = false>(options: Options<CreateInvoiceEnumerationRangeData, ThrowOnError>) => {
1840
+ return (options.client ?? _heyApiClient).post<CreateInvoiceEnumerationRangeResponse, CreateInvoiceEnumerationRangeError, ThrowOnError>({
1777
1841
  url: '/api/v2/AccountingService/Fiscals/Authorities/EnumerationRanges',
1778
1842
  ...options,
1779
1843
  headers: {
@@ -1783,15 +1847,23 @@ export const postApiV2AccountingServiceFiscalsAuthoritiesEnumerationRanges = <Th
1783
1847
  });
1784
1848
  };
1785
1849
 
1786
- export const deleteApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesByEnumerationRangeId = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesByEnumerationRangeIdData, ThrowOnError>) => {
1787
- return (options.client ?? _heyApiClient).delete<DeleteApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesByEnumerationRangeIdResponse, DeleteApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesByEnumerationRangeIdError, ThrowOnError>({
1850
+ /**
1851
+ * Delete an invoice enumeration range
1852
+ * Deletes an invoice enumeration range identified by its unique identifier.
1853
+ */
1854
+ export const deleteInvoiceEnumerationRange = <ThrowOnError extends boolean = false>(options: Options<DeleteInvoiceEnumerationRangeData, ThrowOnError>) => {
1855
+ return (options.client ?? _heyApiClient).delete<DeleteInvoiceEnumerationRangeResponse, DeleteInvoiceEnumerationRangeError, ThrowOnError>({
1788
1856
  url: '/api/v2/AccountingService/Fiscals/Authorities/EnumerationRanges/{enumerationRangeId}',
1789
1857
  ...options
1790
1858
  });
1791
1859
  };
1792
1860
 
1793
- export const putApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesByEnumerationRangeId = <ThrowOnError extends boolean = false>(options: Options<PutApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesByEnumerationRangeIdData, ThrowOnError>) => {
1794
- return (options.client ?? _heyApiClient).put<PutApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesByEnumerationRangeIdResponse, PutApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesByEnumerationRangeIdError, ThrowOnError>({
1861
+ /**
1862
+ * Update an invoice enumeration range
1863
+ * Updates an existing invoice enumeration range identified by its unique identifier.
1864
+ */
1865
+ export const updateInvoiceEnumerationRange = <ThrowOnError extends boolean = false>(options: Options<UpdateInvoiceEnumerationRangeData, ThrowOnError>) => {
1866
+ return (options.client ?? _heyApiClient).put<UpdateInvoiceEnumerationRangeResponse, UpdateInvoiceEnumerationRangeError, ThrowOnError>({
1795
1867
  url: '/api/v2/AccountingService/Fiscals/Authorities/EnumerationRanges/{enumerationRangeId}',
1796
1868
  ...options,
1797
1869
  headers: {
@@ -1801,29 +1873,45 @@ export const putApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesByEnume
1801
1873
  });
1802
1874
  };
1803
1875
 
1804
- export const getApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdIdentificationTypes = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdIdentificationTypesData, ThrowOnError>) => {
1805
- return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdIdentificationTypesResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdIdentificationTypesError, ThrowOnError>({
1876
+ /**
1877
+ * Get fiscal identification types for an authority
1878
+ * Retrieves all fiscal identification types for the specified fiscal authority.
1879
+ */
1880
+ export const getFiscalIdentificationTypes = <ThrowOnError extends boolean = false>(options: Options<GetFiscalIdentificationTypesData, ThrowOnError>) => {
1881
+ return (options.client ?? _heyApiClient).get<GetFiscalIdentificationTypesResponse, GetFiscalIdentificationTypesError, ThrowOnError>({
1806
1882
  url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}/IdentificationTypes',
1807
1883
  ...options
1808
1884
  });
1809
1885
  };
1810
1886
 
1811
- export const getApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdIdentificationTypesCount = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdIdentificationTypesCountData, ThrowOnError>) => {
1812
- return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdIdentificationTypesCountResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdIdentificationTypesCountError, ThrowOnError>({
1887
+ /**
1888
+ * Get fiscal identification types count
1889
+ * Returns the total count of fiscal identification types for the specified fiscal authority.
1890
+ */
1891
+ export const getFiscalIdentificationTypesCount = <ThrowOnError extends boolean = false>(options: Options<GetFiscalIdentificationTypesCountData, ThrowOnError>) => {
1892
+ return (options.client ?? _heyApiClient).get<GetFiscalIdentificationTypesCountResponse, GetFiscalIdentificationTypesCountError, ThrowOnError>({
1813
1893
  url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}/IdentificationTypes/Count',
1814
1894
  ...options
1815
1895
  });
1816
1896
  };
1817
1897
 
1818
- export const getApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdIdentificationTypesByIdentificationTypeId = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdIdentificationTypesByIdentificationTypeIdData, ThrowOnError>) => {
1819
- return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdIdentificationTypesByIdentificationTypeIdResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdIdentificationTypesByIdentificationTypeIdError, ThrowOnError>({
1898
+ /**
1899
+ * Get fiscal identification type by ID
1900
+ * Retrieves a specific fiscal identification type by its unique identifier.
1901
+ */
1902
+ export const getFiscalIdentificationType = <ThrowOnError extends boolean = false>(options: Options<GetFiscalIdentificationTypeData, ThrowOnError>) => {
1903
+ return (options.client ?? _heyApiClient).get<GetFiscalIdentificationTypeResponse, GetFiscalIdentificationTypeError, ThrowOnError>({
1820
1904
  url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/IdentificationTypes/{identificationTypeId}',
1821
1905
  ...options
1822
1906
  });
1823
1907
  };
1824
1908
 
1825
- export const postApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypes = <ThrowOnError extends boolean = false>(options: Options<PostApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesData, ThrowOnError>) => {
1826
- return (options.client ?? _heyApiClient).post<PostApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesResponse, PostApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesError, ThrowOnError>({
1909
+ /**
1910
+ * Create a fiscal identification type
1911
+ * Creates a new fiscal identification type for a fiscal authority.
1912
+ */
1913
+ export const createFiscalIdentificationType = <ThrowOnError extends boolean = false>(options: Options<CreateFiscalIdentificationTypeData, ThrowOnError>) => {
1914
+ return (options.client ?? _heyApiClient).post<CreateFiscalIdentificationTypeResponse, CreateFiscalIdentificationTypeError, ThrowOnError>({
1827
1915
  url: '/api/v2/AccountingService/Fiscals/Authorities/IdentificationTypes',
1828
1916
  ...options,
1829
1917
  headers: {
@@ -1833,15 +1921,23 @@ export const postApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypes = <
1833
1921
  });
1834
1922
  };
1835
1923
 
1836
- export const deleteApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesByIdentificationTypeId = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesByIdentificationTypeIdData, ThrowOnError>) => {
1837
- return (options.client ?? _heyApiClient).delete<DeleteApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesByIdentificationTypeIdResponse, DeleteApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesByIdentificationTypeIdError, ThrowOnError>({
1924
+ /**
1925
+ * Delete a fiscal identification type
1926
+ * Deletes a fiscal identification type identified by its unique identifier.
1927
+ */
1928
+ export const deleteFiscalIdentificationType = <ThrowOnError extends boolean = false>(options: Options<DeleteFiscalIdentificationTypeData, ThrowOnError>) => {
1929
+ return (options.client ?? _heyApiClient).delete<DeleteFiscalIdentificationTypeResponse, DeleteFiscalIdentificationTypeError, ThrowOnError>({
1838
1930
  url: '/api/v2/AccountingService/Fiscals/Authorities/IdentificationTypes/{identificationTypeId}',
1839
1931
  ...options
1840
1932
  });
1841
1933
  };
1842
1934
 
1843
- export const putApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesByIdentificationTypeId = <ThrowOnError extends boolean = false>(options: Options<PutApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesByIdentificationTypeIdData, ThrowOnError>) => {
1844
- return (options.client ?? _heyApiClient).put<PutApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesByIdentificationTypeIdResponse, PutApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesByIdentificationTypeIdError, ThrowOnError>({
1935
+ /**
1936
+ * Update a fiscal identification type
1937
+ * Updates an existing fiscal identification type identified by its unique identifier.
1938
+ */
1939
+ export const updateFiscalIdentificationType = <ThrowOnError extends boolean = false>(options: Options<UpdateFiscalIdentificationTypeData, ThrowOnError>) => {
1940
+ return (options.client ?? _heyApiClient).put<UpdateFiscalIdentificationTypeResponse, UpdateFiscalIdentificationTypeError, ThrowOnError>({
1845
1941
  url: '/api/v2/AccountingService/Fiscals/Authorities/IdentificationTypes/{identificationTypeId}',
1846
1942
  ...options,
1847
1943
  headers: {
@@ -1851,29 +1947,45 @@ export const putApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesByIde
1851
1947
  });
1852
1948
  };
1853
1949
 
1854
- export const getApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriods = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriodsData, ThrowOnError>) => {
1855
- return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriodsResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriodsError, ThrowOnError>({
1950
+ /**
1951
+ * Get fiscal periods for a fiscal year
1952
+ * Retrieves all fiscal periods for the specified fiscal year within a fiscal authority.
1953
+ */
1954
+ export const getFiscalPeriods = <ThrowOnError extends boolean = false>(options: Options<GetFiscalPeriodsData, ThrowOnError>) => {
1955
+ return (options.client ?? _heyApiClient).get<GetFiscalPeriodsResponse, GetFiscalPeriodsError, ThrowOnError>({
1856
1956
  url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}/FiscalYears/{fiscalYearId}/FiscalPeriods',
1857
1957
  ...options
1858
1958
  });
1859
1959
  };
1860
1960
 
1861
- export const getApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriodsCount = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriodsCountData, ThrowOnError>) => {
1862
- return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriodsCountResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriodsCountError, ThrowOnError>({
1961
+ /**
1962
+ * Get fiscal periods count
1963
+ * Returns the total count of fiscal periods for the specified fiscal year.
1964
+ */
1965
+ export const getFiscalPeriodsCount = <ThrowOnError extends boolean = false>(options: Options<GetFiscalPeriodsCountData, ThrowOnError>) => {
1966
+ return (options.client ?? _heyApiClient).get<GetFiscalPeriodsCountResponse, GetFiscalPeriodsCountError, ThrowOnError>({
1863
1967
  url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalYears/{fiscalYearId}/FiscalPeriods/Count',
1864
1968
  ...options
1865
1969
  });
1866
1970
  };
1867
1971
 
1868
- export const getApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriodsByFiscalPeriodId = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriodsByFiscalPeriodIdData, ThrowOnError>) => {
1869
- return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriodsByFiscalPeriodIdResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalYearsByFiscalYearIdFiscalPeriodsByFiscalPeriodIdError, ThrowOnError>({
1972
+ /**
1973
+ * Get fiscal period by ID
1974
+ * Retrieves a specific fiscal period by its unique identifier within a fiscal year.
1975
+ */
1976
+ export const getFiscalPeriod = <ThrowOnError extends boolean = false>(options: Options<GetFiscalPeriodData, ThrowOnError>) => {
1977
+ return (options.client ?? _heyApiClient).get<GetFiscalPeriodResponse, GetFiscalPeriodError, ThrowOnError>({
1870
1978
  url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalYears/{fiscalYearId}/FiscalPeriods/{fiscalPeriodId}',
1871
1979
  ...options
1872
1980
  });
1873
1981
  };
1874
1982
 
1875
- export const postApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriods = <ThrowOnError extends boolean = false>(options: Options<PostApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsData, ThrowOnError>) => {
1876
- return (options.client ?? _heyApiClient).post<PostApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsResponse, PostApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsError, ThrowOnError>({
1983
+ /**
1984
+ * Create a fiscal period
1985
+ * Creates a new fiscal period associated with a fiscal year.
1986
+ */
1987
+ export const createFiscalPeriod = <ThrowOnError extends boolean = false>(options: Options<CreateFiscalPeriodData, ThrowOnError>) => {
1988
+ return (options.client ?? _heyApiClient).post<CreateFiscalPeriodResponse, CreateFiscalPeriodError, ThrowOnError>({
1877
1989
  url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalPeriods',
1878
1990
  ...options,
1879
1991
  headers: {
@@ -1883,15 +1995,23 @@ export const postApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriods = <ThrowO
1883
1995
  });
1884
1996
  };
1885
1997
 
1886
- export const deleteApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsByFiscalPeriodId = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsByFiscalPeriodIdData, ThrowOnError>) => {
1887
- return (options.client ?? _heyApiClient).delete<DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsByFiscalPeriodIdResponse, DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsByFiscalPeriodIdError, ThrowOnError>({
1998
+ /**
1999
+ * Delete a fiscal period
2000
+ * Deletes a fiscal period identified by its unique identifier.
2001
+ */
2002
+ export const deleteFiscalPeriod = <ThrowOnError extends boolean = false>(options: Options<DeleteFiscalPeriodData, ThrowOnError>) => {
2003
+ return (options.client ?? _heyApiClient).delete<DeleteFiscalPeriodResponse, DeleteFiscalPeriodError, ThrowOnError>({
1888
2004
  url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalPeriods/{fiscalPeriodId}',
1889
2005
  ...options
1890
2006
  });
1891
2007
  };
1892
2008
 
1893
- export const putApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsByFiscalPeriodId = <ThrowOnError extends boolean = false>(options: Options<PutApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsByFiscalPeriodIdData, ThrowOnError>) => {
1894
- return (options.client ?? _heyApiClient).put<PutApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsByFiscalPeriodIdResponse, PutApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsByFiscalPeriodIdError, ThrowOnError>({
2009
+ /**
2010
+ * Update a fiscal period
2011
+ * Updates an existing fiscal period identified by its unique identifier.
2012
+ */
2013
+ export const updateFiscalPeriod = <ThrowOnError extends boolean = false>(options: Options<UpdateFiscalPeriodData, ThrowOnError>) => {
2014
+ return (options.client ?? _heyApiClient).put<UpdateFiscalPeriodResponse, UpdateFiscalPeriodError, ThrowOnError>({
1895
2015
  url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalPeriods/{fiscalPeriodId}',
1896
2016
  ...options,
1897
2017
  headers: {
@@ -1901,29 +2021,45 @@ export const putApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsByFiscalPer
1901
2021
  });
1902
2022
  };
1903
2023
 
1904
- export const getApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalRegimes = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalRegimesData, ThrowOnError>) => {
1905
- return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalRegimesResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalRegimesError, ThrowOnError>({
2024
+ /**
2025
+ * Get fiscal regimes for an authority
2026
+ * Retrieves all fiscal regimes for the specified fiscal authority.
2027
+ */
2028
+ export const getFiscalRegimes = <ThrowOnError extends boolean = false>(options: Options<GetFiscalRegimesData, ThrowOnError>) => {
2029
+ return (options.client ?? _heyApiClient).get<GetFiscalRegimesResponse, GetFiscalRegimesError, ThrowOnError>({
1906
2030
  url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}/FiscalRegimes',
1907
2031
  ...options
1908
2032
  });
1909
2033
  };
1910
2034
 
1911
- export const getApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalRegimesCount = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalRegimesCountData, ThrowOnError>) => {
1912
- return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalRegimesCountResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalRegimesCountError, ThrowOnError>({
2035
+ /**
2036
+ * Get fiscal regimes count
2037
+ * Returns the total count of fiscal regimes for the specified fiscal authority.
2038
+ */
2039
+ export const getFiscalRegimesCount = <ThrowOnError extends boolean = false>(options: Options<GetFiscalRegimesCountData, ThrowOnError>) => {
2040
+ return (options.client ?? _heyApiClient).get<GetFiscalRegimesCountResponse, GetFiscalRegimesCountError, ThrowOnError>({
1913
2041
  url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalRegimes/Count',
1914
2042
  ...options
1915
2043
  });
1916
2044
  };
1917
2045
 
1918
- export const getApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalRegimesByRegimeId = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalRegimesByRegimeIdData, ThrowOnError>) => {
1919
- return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalRegimesByRegimeIdResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalRegimesByRegimeIdError, ThrowOnError>({
2046
+ /**
2047
+ * Get fiscal regime by ID
2048
+ * Retrieves a specific fiscal regime by its unique identifier.
2049
+ */
2050
+ export const getFiscalRegime = <ThrowOnError extends boolean = false>(options: Options<GetFiscalRegimeData, ThrowOnError>) => {
2051
+ return (options.client ?? _heyApiClient).get<GetFiscalRegimeResponse, GetFiscalRegimeError, ThrowOnError>({
1920
2052
  url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalRegimes/{regimeId}',
1921
2053
  ...options
1922
2054
  });
1923
2055
  };
1924
2056
 
1925
- export const postApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimes = <ThrowOnError extends boolean = false>(options: Options<PostApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesData, ThrowOnError>) => {
1926
- return (options.client ?? _heyApiClient).post<PostApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesResponse, PostApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesError, ThrowOnError>({
2057
+ /**
2058
+ * Create a fiscal regime
2059
+ * Creates a new fiscal regime for a fiscal authority.
2060
+ */
2061
+ export const createFiscalRegime = <ThrowOnError extends boolean = false>(options: Options<CreateFiscalRegimeData, ThrowOnError>) => {
2062
+ return (options.client ?? _heyApiClient).post<CreateFiscalRegimeResponse, CreateFiscalRegimeError, ThrowOnError>({
1927
2063
  url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalRegimes',
1928
2064
  ...options,
1929
2065
  headers: {
@@ -1933,15 +2069,23 @@ export const postApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimes = <ThrowO
1933
2069
  });
1934
2070
  };
1935
2071
 
1936
- export const deleteApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesByRegimeId = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesByRegimeIdData, ThrowOnError>) => {
1937
- return (options.client ?? _heyApiClient).delete<DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesByRegimeIdResponse, DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesByRegimeIdError, ThrowOnError>({
2072
+ /**
2073
+ * Delete a fiscal regime
2074
+ * Deletes a fiscal regime identified by its unique identifier.
2075
+ */
2076
+ export const deleteFiscalRegime = <ThrowOnError extends boolean = false>(options: Options<DeleteFiscalRegimeData, ThrowOnError>) => {
2077
+ return (options.client ?? _heyApiClient).delete<DeleteFiscalRegimeResponse, DeleteFiscalRegimeError, ThrowOnError>({
1938
2078
  url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalRegimes/{regimeId}',
1939
2079
  ...options
1940
2080
  });
1941
2081
  };
1942
2082
 
1943
- export const putApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesByRegimeId = <ThrowOnError extends boolean = false>(options: Options<PutApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesByRegimeIdData, ThrowOnError>) => {
1944
- return (options.client ?? _heyApiClient).put<PutApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesByRegimeIdResponse, PutApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesByRegimeIdError, ThrowOnError>({
2083
+ /**
2084
+ * Update a fiscal regime
2085
+ * Updates an existing fiscal regime identified by its unique identifier.
2086
+ */
2087
+ export const updateFiscalRegime = <ThrowOnError extends boolean = false>(options: Options<UpdateFiscalRegimeData, ThrowOnError>) => {
2088
+ return (options.client ?? _heyApiClient).put<UpdateFiscalRegimeResponse, UpdateFiscalRegimeError, ThrowOnError>({
1945
2089
  url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalRegimes/{regimeId}',
1946
2090
  ...options,
1947
2091
  headers: {
@@ -1951,29 +2095,45 @@ export const putApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesByRegimeId
1951
2095
  });
1952
2096
  };
1953
2097
 
1954
- export const getApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalResponsibilities = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalResponsibilitiesData, ThrowOnError>) => {
1955
- return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalResponsibilitiesResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalResponsibilitiesError, ThrowOnError>({
2098
+ /**
2099
+ * Get fiscal responsibilities for an authority
2100
+ * Retrieves all fiscal responsibilities for the specified fiscal authority.
2101
+ */
2102
+ export const getFiscalResponsibilities = <ThrowOnError extends boolean = false>(options: Options<GetFiscalResponsibilitiesData, ThrowOnError>) => {
2103
+ return (options.client ?? _heyApiClient).get<GetFiscalResponsibilitiesResponse, GetFiscalResponsibilitiesError, ThrowOnError>({
1956
2104
  url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}/FiscalResponsibilities',
1957
2105
  ...options
1958
2106
  });
1959
2107
  };
1960
2108
 
1961
- export const getApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesCount = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesCountData, ThrowOnError>) => {
1962
- return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesCountResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesCountError, ThrowOnError>({
2109
+ /**
2110
+ * Get fiscal responsibilities count
2111
+ * Returns the total count of fiscal responsibilities for the specified fiscal authority.
2112
+ */
2113
+ export const getFiscalResponsibilitiesCount = <ThrowOnError extends boolean = false>(options: Options<GetFiscalResponsibilitiesCountData, ThrowOnError>) => {
2114
+ return (options.client ?? _heyApiClient).get<GetFiscalResponsibilitiesCountResponse, GetFiscalResponsibilitiesCountError, ThrowOnError>({
1963
2115
  url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalResponsibilities/Count',
1964
2116
  ...options
1965
2117
  });
1966
2118
  };
1967
2119
 
1968
- export const getApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityId = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdData, ThrowOnError>) => {
1969
- return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdError, ThrowOnError>({
2120
+ /**
2121
+ * Get fiscal responsibility by ID
2122
+ * Retrieves a specific fiscal responsibility by its unique identifier.
2123
+ */
2124
+ export const getFiscalResponsibility = <ThrowOnError extends boolean = false>(options: Options<GetFiscalResponsibilityData, ThrowOnError>) => {
2125
+ return (options.client ?? _heyApiClient).get<GetFiscalResponsibilityResponse, GetFiscalResponsibilityError, ThrowOnError>({
1970
2126
  url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalResponsibilities/{fiscalResponsibilityId}',
1971
2127
  ...options
1972
2128
  });
1973
2129
  };
1974
2130
 
1975
- export const postApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilities = <ThrowOnError extends boolean = false>(options: Options<PostApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesData, ThrowOnError>) => {
1976
- return (options.client ?? _heyApiClient).post<PostApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesResponse, PostApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesError, ThrowOnError>({
2131
+ /**
2132
+ * Create a fiscal responsibility
2133
+ * Creates a new fiscal responsibility for a fiscal authority.
2134
+ */
2135
+ export const createFiscalResponsibility = <ThrowOnError extends boolean = false>(options: Options<CreateFiscalResponsibilityData, ThrowOnError>) => {
2136
+ return (options.client ?? _heyApiClient).post<CreateFiscalResponsibilityResponse, CreateFiscalResponsibilityError, ThrowOnError>({
1977
2137
  url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalResponsibilities',
1978
2138
  ...options,
1979
2139
  headers: {
@@ -1983,15 +2143,23 @@ export const postApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilities
1983
2143
  });
1984
2144
  };
1985
2145
 
1986
- export const deleteApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesByFiscalResponsibilityId = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesByFiscalResponsibilityIdData, ThrowOnError>) => {
1987
- return (options.client ?? _heyApiClient).delete<DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesByFiscalResponsibilityIdResponse, DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesByFiscalResponsibilityIdError, ThrowOnError>({
2146
+ /**
2147
+ * Delete a fiscal responsibility
2148
+ * Deletes a fiscal responsibility identified by its unique identifier.
2149
+ */
2150
+ export const deleteFiscalResponsibility = <ThrowOnError extends boolean = false>(options: Options<DeleteFiscalResponsibilityData, ThrowOnError>) => {
2151
+ return (options.client ?? _heyApiClient).delete<DeleteFiscalResponsibilityResponse, DeleteFiscalResponsibilityError, ThrowOnError>({
1988
2152
  url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalResponsibilities/{fiscalResponsibilityId}',
1989
2153
  ...options
1990
2154
  });
1991
2155
  };
1992
2156
 
1993
- export const putApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesByFiscalResponsibilityId = <ThrowOnError extends boolean = false>(options: Options<PutApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesByFiscalResponsibilityIdData, ThrowOnError>) => {
1994
- return (options.client ?? _heyApiClient).put<PutApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesByFiscalResponsibilityIdResponse, PutApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesByFiscalResponsibilityIdError, ThrowOnError>({
2157
+ /**
2158
+ * Update a fiscal responsibility
2159
+ * Updates an existing fiscal responsibility identified by its unique identifier.
2160
+ */
2161
+ export const updateFiscalResponsibility = <ThrowOnError extends boolean = false>(options: Options<UpdateFiscalResponsibilityData, ThrowOnError>) => {
2162
+ return (options.client ?? _heyApiClient).put<UpdateFiscalResponsibilityResponse, UpdateFiscalResponsibilityError, ThrowOnError>({
1995
2163
  url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalResponsibilities/{fiscalResponsibilityId}',
1996
2164
  ...options,
1997
2165
  headers: {
@@ -2001,29 +2169,45 @@ export const putApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesBy
2001
2169
  });
2002
2170
  };
2003
2171
 
2004
- export const getApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecords = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecordsData, ThrowOnError>) => {
2005
- return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecordsResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecordsError, ThrowOnError>({
2172
+ /**
2173
+ * Get fiscal responsibility records
2174
+ * Retrieves all fiscal responsibility records for the specified fiscal responsibility.
2175
+ */
2176
+ export const getFiscalResponsibilityRecords = <ThrowOnError extends boolean = false>(options: Options<GetFiscalResponsibilityRecordsData, ThrowOnError>) => {
2177
+ return (options.client ?? _heyApiClient).get<GetFiscalResponsibilityRecordsResponse, GetFiscalResponsibilityRecordsError, ThrowOnError>({
2006
2178
  url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalResponsibilities/{fiscalResponsibilityId}/FiscalResponsibilityRecords',
2007
2179
  ...options
2008
2180
  });
2009
2181
  };
2010
2182
 
2011
- export const getApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecordsCount = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecordsCountData, ThrowOnError>) => {
2012
- return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecordsCountResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecordsCountError, ThrowOnError>({
2183
+ /**
2184
+ * Get fiscal responsibility records count
2185
+ * Returns the total count of fiscal responsibility records for the specified fiscal responsibility.
2186
+ */
2187
+ export const getFiscalResponsibilityRecordsCount = <ThrowOnError extends boolean = false>(options: Options<GetFiscalResponsibilityRecordsCountData, ThrowOnError>) => {
2188
+ return (options.client ?? _heyApiClient).get<GetFiscalResponsibilityRecordsCountResponse, GetFiscalResponsibilityRecordsCountError, ThrowOnError>({
2013
2189
  url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalResponsibilities/{fiscalResponsibilityId}/FiscalResponsibilityRecords/Count',
2014
2190
  ...options
2015
2191
  });
2016
2192
  };
2017
2193
 
2018
- export const getApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecordsByFiscalResponsibilityRecordId = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecordsByFiscalResponsibilityRecordIdData, ThrowOnError>) => {
2019
- return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecordsByFiscalResponsibilityRecordIdResponse, GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscalResponsibilitiesByFiscalResponsibilityIdFiscalResponsibilityRecordsByFiscalResponsibilityRecordIdError, ThrowOnError>({
2194
+ /**
2195
+ * Get fiscal responsibility record by ID
2196
+ * Retrieves a specific fiscal responsibility record by its unique identifier.
2197
+ */
2198
+ export const getFiscalResponsibilityRecord = <ThrowOnError extends boolean = false>(options: Options<GetFiscalResponsibilityRecordData, ThrowOnError>) => {
2199
+ return (options.client ?? _heyApiClient).get<GetFiscalResponsibilityRecordResponse, GetFiscalResponsibilityRecordError, ThrowOnError>({
2020
2200
  url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalResponsibilities/{fiscalResponsibilityId}/FiscalResponsibilityRecords/{fiscalResponsibilityRecordId}',
2021
2201
  ...options
2022
2202
  });
2023
2203
  };
2024
2204
 
2025
- export const postApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecords = <ThrowOnError extends boolean = false>(options: Options<PostApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecordsData, ThrowOnError>) => {
2026
- return (options.client ?? _heyApiClient).post<PostApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecordsResponse, PostApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecordsError, ThrowOnError>({
2205
+ /**
2206
+ * Create a fiscal responsibility record
2207
+ * Creates a new fiscal responsibility record for a fiscal responsibility.
2208
+ */
2209
+ export const createFiscalResponsibilityRecord = <ThrowOnError extends boolean = false>(options: Options<CreateFiscalResponsibilityRecordData, ThrowOnError>) => {
2210
+ return (options.client ?? _heyApiClient).post<CreateFiscalResponsibilityRecordResponse, CreateFiscalResponsibilityRecordError, ThrowOnError>({
2027
2211
  url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalResponsibilityRecords',
2028
2212
  ...options,
2029
2213
  headers: {
@@ -2033,15 +2217,23 @@ export const postApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRec
2033
2217
  });
2034
2218
  };
2035
2219
 
2036
- export const deleteApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecordsByFiscalResponsibilityRecordId = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecordsByFiscalResponsibilityRecordIdData, ThrowOnError>) => {
2037
- return (options.client ?? _heyApiClient).delete<DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecordsByFiscalResponsibilityRecordIdResponse, DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecordsByFiscalResponsibilityRecordIdError, ThrowOnError>({
2220
+ /**
2221
+ * Delete a fiscal responsibility record
2222
+ * Deletes a fiscal responsibility record identified by its unique identifier.
2223
+ */
2224
+ export const deleteFiscalResponsibilityRecord = <ThrowOnError extends boolean = false>(options: Options<DeleteFiscalResponsibilityRecordData, ThrowOnError>) => {
2225
+ return (options.client ?? _heyApiClient).delete<DeleteFiscalResponsibilityRecordResponse, DeleteFiscalResponsibilityRecordError, ThrowOnError>({
2038
2226
  url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalResponsibilityRecords/{fiscalResponsibilityRecordId}',
2039
2227
  ...options
2040
2228
  });
2041
2229
  };
2042
2230
 
2043
- export const putApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecordsByFiscalResponsibilityRecordId = <ThrowOnError extends boolean = false>(options: Options<PutApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecordsByFiscalResponsibilityRecordIdData, ThrowOnError>) => {
2044
- return (options.client ?? _heyApiClient).put<PutApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecordsByFiscalResponsibilityRecordIdResponse, PutApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecordsByFiscalResponsibilityRecordIdError, ThrowOnError>({
2231
+ /**
2232
+ * Update a fiscal responsibility record
2233
+ * Updates an existing fiscal responsibility record identified by its unique identifier.
2234
+ */
2235
+ export const updateFiscalResponsibilityRecord = <ThrowOnError extends boolean = false>(options: Options<UpdateFiscalResponsibilityRecordData, ThrowOnError>) => {
2236
+ return (options.client ?? _heyApiClient).put<UpdateFiscalResponsibilityRecordResponse, UpdateFiscalResponsibilityRecordError, ThrowOnError>({
2045
2237
  url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalResponsibilityRecords/{fiscalResponsibilityRecordId}',
2046
2238
  ...options,
2047
2239
  headers: {
@@ -3150,8 +3342,12 @@ export const getTaxPolicies = <ThrowOnError extends boolean = false>(options: Op
3150
3342
  });
3151
3343
  };
3152
3344
 
3153
- export const postApiV2AccountingServiceTaxPolicies = <ThrowOnError extends boolean = false>(options: Options<PostApiV2AccountingServiceTaxPoliciesData, ThrowOnError>) => {
3154
- return (options.client ?? _heyApiClient).post<PostApiV2AccountingServiceTaxPoliciesResponse, PostApiV2AccountingServiceTaxPoliciesError, ThrowOnError>({
3345
+ /**
3346
+ * Create a tax policy
3347
+ * Creates a new tax policy for the specified tenant.
3348
+ */
3349
+ export const createTaxPolicy = <ThrowOnError extends boolean = false>(options: Options<CreateTaxPolicyData, ThrowOnError>) => {
3350
+ return (options.client ?? _heyApiClient).post<CreateTaxPolicyResponse, CreateTaxPolicyError, ThrowOnError>({
3155
3351
  url: '/api/v2/AccountingService/TaxPolicies',
3156
3352
  ...options,
3157
3353
  headers: {
@@ -3172,29 +3368,45 @@ export const getTaxPoliciesCount = <ThrowOnError extends boolean = false>(option
3172
3368
  });
3173
3369
  };
3174
3370
 
3175
- export const getApiV2AccountingServiceTaxPoliciesByAuthorityByAuthorityId = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceTaxPoliciesByAuthorityByAuthorityIdData, ThrowOnError>) => {
3176
- return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceTaxPoliciesByAuthorityByAuthorityIdResponse, GetApiV2AccountingServiceTaxPoliciesByAuthorityByAuthorityIdError, ThrowOnError>({
3371
+ /**
3372
+ * Get tax policies by fiscal authority
3373
+ * Retrieves all tax policies associated with the specified fiscal authority.
3374
+ */
3375
+ export const getTaxPoliciesByAuthority = <ThrowOnError extends boolean = false>(options: Options<GetTaxPoliciesByAuthorityData, ThrowOnError>) => {
3376
+ return (options.client ?? _heyApiClient).get<GetTaxPoliciesByAuthorityResponse, GetTaxPoliciesByAuthorityError, ThrowOnError>({
3177
3377
  url: '/api/v2/AccountingService/TaxPolicies/ByAuthority/{authorityId}',
3178
3378
  ...options
3179
3379
  });
3180
3380
  };
3181
3381
 
3182
- export const deleteApiV2AccountingServiceTaxPoliciesById = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV2AccountingServiceTaxPoliciesByIdData, ThrowOnError>) => {
3183
- return (options.client ?? _heyApiClient).delete<DeleteApiV2AccountingServiceTaxPoliciesByIdResponse, DeleteApiV2AccountingServiceTaxPoliciesByIdError, ThrowOnError>({
3382
+ /**
3383
+ * Delete a tax policy
3384
+ * Deletes a tax policy identified by its unique identifier.
3385
+ */
3386
+ export const deleteTaxPolicy = <ThrowOnError extends boolean = false>(options: Options<DeleteTaxPolicyData, ThrowOnError>) => {
3387
+ return (options.client ?? _heyApiClient).delete<DeleteTaxPolicyResponse, DeleteTaxPolicyError, ThrowOnError>({
3184
3388
  url: '/api/v2/AccountingService/TaxPolicies/{id}',
3185
3389
  ...options
3186
3390
  });
3187
3391
  };
3188
3392
 
3189
- export const getApiV2AccountingServiceTaxPoliciesById = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceTaxPoliciesByIdData, ThrowOnError>) => {
3190
- return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceTaxPoliciesByIdResponse, GetApiV2AccountingServiceTaxPoliciesByIdError, ThrowOnError>({
3393
+ /**
3394
+ * Get tax policy by ID
3395
+ * Retrieves a specific tax policy by its unique identifier.
3396
+ */
3397
+ export const getTaxPolicy = <ThrowOnError extends boolean = false>(options: Options<GetTaxPolicyData, ThrowOnError>) => {
3398
+ return (options.client ?? _heyApiClient).get<GetTaxPolicyResponse, GetTaxPolicyError, ThrowOnError>({
3191
3399
  url: '/api/v2/AccountingService/TaxPolicies/{id}',
3192
3400
  ...options
3193
3401
  });
3194
3402
  };
3195
3403
 
3196
- export const putApiV2AccountingServiceTaxPoliciesById = <ThrowOnError extends boolean = false>(options: Options<PutApiV2AccountingServiceTaxPoliciesByIdData, ThrowOnError>) => {
3197
- return (options.client ?? _heyApiClient).put<PutApiV2AccountingServiceTaxPoliciesByIdResponse, PutApiV2AccountingServiceTaxPoliciesByIdError, ThrowOnError>({
3404
+ /**
3405
+ * Update a tax policy
3406
+ * Updates an existing tax policy identified by its unique identifier.
3407
+ */
3408
+ export const updateTaxPolicy = <ThrowOnError extends boolean = false>(options: Options<UpdateTaxPolicyData, ThrowOnError>) => {
3409
+ return (options.client ?? _heyApiClient).put<UpdateTaxPolicyResponse, UpdateTaxPolicyError, ThrowOnError>({
3198
3410
  url: '/api/v2/AccountingService/TaxPolicies/{id}',
3199
3411
  ...options,
3200
3412
  headers: {
@@ -3204,15 +3416,23 @@ export const putApiV2AccountingServiceTaxPoliciesById = <ThrowOnError extends bo
3204
3416
  });
3205
3417
  };
3206
3418
 
3207
- export const getApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecords = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsData, ThrowOnError>) => {
3208
- return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsResponse, GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsError, ThrowOnError>({
3419
+ /**
3420
+ * Get item tax policy records
3421
+ * Retrieves all item tax policy records for the specified tax policy.
3422
+ */
3423
+ export const getItemTaxPolicyRecords = <ThrowOnError extends boolean = false>(options: Options<GetItemTaxPolicyRecordsData, ThrowOnError>) => {
3424
+ return (options.client ?? _heyApiClient).get<GetItemTaxPolicyRecordsResponse, GetItemTaxPolicyRecordsError, ThrowOnError>({
3209
3425
  url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/ItemTaxPolicyRecords',
3210
3426
  ...options
3211
3427
  });
3212
3428
  };
3213
3429
 
3214
- export const postApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecords = <ThrowOnError extends boolean = false>(options: Options<PostApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsData, ThrowOnError>) => {
3215
- return (options.client ?? _heyApiClient).post<PostApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsResponse, PostApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsError, ThrowOnError>({
3430
+ /**
3431
+ * Create an item tax policy record
3432
+ * Creates a new item tax policy record for the specified tax policy.
3433
+ */
3434
+ export const createItemTaxPolicyRecord = <ThrowOnError extends boolean = false>(options: Options<CreateItemTaxPolicyRecordData, ThrowOnError>) => {
3435
+ return (options.client ?? _heyApiClient).post<CreateItemTaxPolicyRecordResponse, CreateItemTaxPolicyRecordError, ThrowOnError>({
3216
3436
  url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/ItemTaxPolicyRecords',
3217
3437
  ...options,
3218
3438
  headers: {
@@ -3222,22 +3442,34 @@ export const postApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyReco
3222
3442
  });
3223
3443
  };
3224
3444
 
3225
- export const deleteApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordId = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordIdData, ThrowOnError>) => {
3226
- return (options.client ?? _heyApiClient).delete<DeleteApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordIdResponse, DeleteApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordIdError, ThrowOnError>({
3445
+ /**
3446
+ * Delete an item tax policy record
3447
+ * Deletes an item tax policy record identified by its unique identifier.
3448
+ */
3449
+ export const deleteItemTaxPolicyRecord = <ThrowOnError extends boolean = false>(options: Options<DeleteItemTaxPolicyRecordData, ThrowOnError>) => {
3450
+ return (options.client ?? _heyApiClient).delete<DeleteItemTaxPolicyRecordResponse, DeleteItemTaxPolicyRecordError, ThrowOnError>({
3227
3451
  url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/ItemTaxPolicyRecords/{itemTaxPolicyRecordId}',
3228
3452
  ...options
3229
3453
  });
3230
3454
  };
3231
3455
 
3232
- export const getApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordId = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordIdData, ThrowOnError>) => {
3233
- return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordIdResponse, GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordIdError, ThrowOnError>({
3456
+ /**
3457
+ * Get item tax policy record by ID
3458
+ * Retrieves a specific item tax policy record by its unique identifier.
3459
+ */
3460
+ export const getItemTaxPolicyRecord = <ThrowOnError extends boolean = false>(options: Options<GetItemTaxPolicyRecordData, ThrowOnError>) => {
3461
+ return (options.client ?? _heyApiClient).get<GetItemTaxPolicyRecordResponse, GetItemTaxPolicyRecordError, ThrowOnError>({
3234
3462
  url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/ItemTaxPolicyRecords/{itemTaxPolicyRecordId}',
3235
3463
  ...options
3236
3464
  });
3237
3465
  };
3238
3466
 
3239
- export const putApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordId = <ThrowOnError extends boolean = false>(options: Options<PutApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordIdData, ThrowOnError>) => {
3240
- return (options.client ?? _heyApiClient).put<PutApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordIdResponse, PutApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecordsByItemTaxPolicyRecordIdError, ThrowOnError>({
3467
+ /**
3468
+ * Update an item tax policy record
3469
+ * Updates an existing item tax policy record identified by its unique identifier.
3470
+ */
3471
+ export const updateItemTaxPolicyRecord = <ThrowOnError extends boolean = false>(options: Options<UpdateItemTaxPolicyRecordData, ThrowOnError>) => {
3472
+ return (options.client ?? _heyApiClient).put<UpdateItemTaxPolicyRecordResponse, UpdateItemTaxPolicyRecordError, ThrowOnError>({
3241
3473
  url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/ItemTaxPolicyRecords/{itemTaxPolicyRecordId}',
3242
3474
  ...options,
3243
3475
  headers: {
@@ -3247,15 +3479,23 @@ export const putApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecor
3247
3479
  });
3248
3480
  };
3249
3481
 
3250
- export const getApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecords = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsData, ThrowOnError>) => {
3251
- return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsResponse, GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsError, ThrowOnError>({
3482
+ /**
3483
+ * Get applied tax policy records
3484
+ * Retrieves all applied tax policy records for the specified tax policy.
3485
+ */
3486
+ export const getAppliedTaxPolicyRecords = <ThrowOnError extends boolean = false>(options: Options<GetAppliedTaxPolicyRecordsData, ThrowOnError>) => {
3487
+ return (options.client ?? _heyApiClient).get<GetAppliedTaxPolicyRecordsResponse, GetAppliedTaxPolicyRecordsError, ThrowOnError>({
3252
3488
  url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/AppliedTaxPolicyRecords',
3253
3489
  ...options
3254
3490
  });
3255
3491
  };
3256
3492
 
3257
- export const postApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecords = <ThrowOnError extends boolean = false>(options: Options<PostApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsData, ThrowOnError>) => {
3258
- return (options.client ?? _heyApiClient).post<PostApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsResponse, PostApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsError, ThrowOnError>({
3493
+ /**
3494
+ * Create an applied tax policy record
3495
+ * Creates a new applied tax policy record for the specified tax policy.
3496
+ */
3497
+ export const createAppliedTaxPolicyRecord = <ThrowOnError extends boolean = false>(options: Options<CreateAppliedTaxPolicyRecordData, ThrowOnError>) => {
3498
+ return (options.client ?? _heyApiClient).post<CreateAppliedTaxPolicyRecordResponse, CreateAppliedTaxPolicyRecordError, ThrowOnError>({
3259
3499
  url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/AppliedTaxPolicyRecords',
3260
3500
  ...options,
3261
3501
  headers: {
@@ -3265,29 +3505,45 @@ export const postApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyR
3265
3505
  });
3266
3506
  };
3267
3507
 
3268
- export const getApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsCount = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsCountData, ThrowOnError>) => {
3269
- return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsCountResponse, GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsCountError, ThrowOnError>({
3508
+ /**
3509
+ * Get applied tax policy records count
3510
+ * Returns the total count of applied tax policy records for the specified tax policy.
3511
+ */
3512
+ export const getAppliedTaxPolicyRecordsCount = <ThrowOnError extends boolean = false>(options: Options<GetAppliedTaxPolicyRecordsCountData, ThrowOnError>) => {
3513
+ return (options.client ?? _heyApiClient).get<GetAppliedTaxPolicyRecordsCountResponse, GetAppliedTaxPolicyRecordsCountError, ThrowOnError>({
3270
3514
  url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/AppliedTaxPolicyRecords/Count',
3271
3515
  ...options
3272
3516
  });
3273
3517
  };
3274
3518
 
3275
- export const deleteApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordId = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordIdData, ThrowOnError>) => {
3276
- return (options.client ?? _heyApiClient).delete<DeleteApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordIdResponse, DeleteApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordIdError, ThrowOnError>({
3519
+ /**
3520
+ * Delete an applied tax policy record
3521
+ * Deletes an applied tax policy record identified by its unique identifier.
3522
+ */
3523
+ export const deleteAppliedTaxPolicyRecord = <ThrowOnError extends boolean = false>(options: Options<DeleteAppliedTaxPolicyRecordData, ThrowOnError>) => {
3524
+ return (options.client ?? _heyApiClient).delete<DeleteAppliedTaxPolicyRecordResponse, DeleteAppliedTaxPolicyRecordError, ThrowOnError>({
3277
3525
  url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/AppliedTaxPolicyRecords/{appliedTaxPolicyRecordId}',
3278
3526
  ...options
3279
3527
  });
3280
3528
  };
3281
3529
 
3282
- export const getApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordId = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordIdData, ThrowOnError>) => {
3283
- return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordIdResponse, GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordIdError, ThrowOnError>({
3530
+ /**
3531
+ * Get applied tax policy record by ID
3532
+ * Retrieves a specific applied tax policy record by its unique identifier.
3533
+ */
3534
+ export const getAppliedTaxPolicyRecord = <ThrowOnError extends boolean = false>(options: Options<GetAppliedTaxPolicyRecordData, ThrowOnError>) => {
3535
+ return (options.client ?? _heyApiClient).get<GetAppliedTaxPolicyRecordResponse, GetAppliedTaxPolicyRecordError, ThrowOnError>({
3284
3536
  url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/AppliedTaxPolicyRecords/{appliedTaxPolicyRecordId}',
3285
3537
  ...options
3286
3538
  });
3287
3539
  };
3288
3540
 
3289
- export const putApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordId = <ThrowOnError extends boolean = false>(options: Options<PutApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordIdData, ThrowOnError>) => {
3290
- return (options.client ?? _heyApiClient).put<PutApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordIdResponse, PutApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRecordsByAppliedTaxPolicyRecordIdError, ThrowOnError>({
3541
+ /**
3542
+ * Update an applied tax policy record
3543
+ * Updates an existing applied tax policy record identified by its unique identifier.
3544
+ */
3545
+ export const updateAppliedTaxPolicyRecord = <ThrowOnError extends boolean = false>(options: Options<UpdateAppliedTaxPolicyRecordData, ThrowOnError>) => {
3546
+ return (options.client ?? _heyApiClient).put<UpdateAppliedTaxPolicyRecordResponse, UpdateAppliedTaxPolicyRecordError, ThrowOnError>({
3291
3547
  url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/AppliedTaxPolicyRecords/{appliedTaxPolicyRecordId}',
3292
3548
  ...options,
3293
3549
  headers: {
@@ -3308,8 +3564,12 @@ export const getTaxRates = <ThrowOnError extends boolean = false>(options: Optio
3308
3564
  });
3309
3565
  };
3310
3566
 
3311
- export const postApiV2AccountingServiceTaxRates = <ThrowOnError extends boolean = false>(options: Options<PostApiV2AccountingServiceTaxRatesData, ThrowOnError>) => {
3312
- return (options.client ?? _heyApiClient).post<PostApiV2AccountingServiceTaxRatesResponse, PostApiV2AccountingServiceTaxRatesError, ThrowOnError>({
3567
+ /**
3568
+ * Create a tax rate
3569
+ * Creates a new tax rate for the specified tenant.
3570
+ */
3571
+ export const createTaxRate = <ThrowOnError extends boolean = false>(options: Options<CreateTaxRateData, ThrowOnError>) => {
3572
+ return (options.client ?? _heyApiClient).post<CreateTaxRateResponse, CreateTaxRateError, ThrowOnError>({
3313
3573
  url: '/api/v2/AccountingService/TaxRates',
3314
3574
  ...options,
3315
3575
  headers: {
@@ -3330,22 +3590,34 @@ export const getTaxRatesCount = <ThrowOnError extends boolean = false>(options:
3330
3590
  });
3331
3591
  };
3332
3592
 
3333
- export const deleteApiV2AccountingServiceTaxRatesById = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV2AccountingServiceTaxRatesByIdData, ThrowOnError>) => {
3334
- return (options.client ?? _heyApiClient).delete<DeleteApiV2AccountingServiceTaxRatesByIdResponse, DeleteApiV2AccountingServiceTaxRatesByIdError, ThrowOnError>({
3593
+ /**
3594
+ * Delete a tax rate
3595
+ * Deletes a tax rate identified by its unique identifier.
3596
+ */
3597
+ export const deleteTaxRate = <ThrowOnError extends boolean = false>(options: Options<DeleteTaxRateData, ThrowOnError>) => {
3598
+ return (options.client ?? _heyApiClient).delete<DeleteTaxRateResponse, DeleteTaxRateError, ThrowOnError>({
3335
3599
  url: '/api/v2/AccountingService/TaxRates/{id}',
3336
3600
  ...options
3337
3601
  });
3338
3602
  };
3339
3603
 
3340
- export const getApiV2AccountingServiceTaxRatesById = <ThrowOnError extends boolean = false>(options: Options<GetApiV2AccountingServiceTaxRatesByIdData, ThrowOnError>) => {
3341
- return (options.client ?? _heyApiClient).get<GetApiV2AccountingServiceTaxRatesByIdResponse, GetApiV2AccountingServiceTaxRatesByIdError, ThrowOnError>({
3604
+ /**
3605
+ * Get tax rate by ID
3606
+ * Retrieves a specific tax rate by its unique identifier.
3607
+ */
3608
+ export const getTaxRate = <ThrowOnError extends boolean = false>(options: Options<GetTaxRateData, ThrowOnError>) => {
3609
+ return (options.client ?? _heyApiClient).get<GetTaxRateResponse, GetTaxRateError, ThrowOnError>({
3342
3610
  url: '/api/v2/AccountingService/TaxRates/{id}',
3343
3611
  ...options
3344
3612
  });
3345
3613
  };
3346
3614
 
3347
- export const putApiV2AccountingServiceTaxRatesById = <ThrowOnError extends boolean = false>(options: Options<PutApiV2AccountingServiceTaxRatesByIdData, ThrowOnError>) => {
3348
- return (options.client ?? _heyApiClient).put<PutApiV2AccountingServiceTaxRatesByIdResponse, PutApiV2AccountingServiceTaxRatesByIdError, ThrowOnError>({
3615
+ /**
3616
+ * Update a tax rate
3617
+ * Updates an existing tax rate identified by its unique identifier.
3618
+ */
3619
+ export const updateTaxRate = <ThrowOnError extends boolean = false>(options: Options<UpdateTaxRateData, ThrowOnError>) => {
3620
+ return (options.client ?? _heyApiClient).put<UpdateTaxRateResponse, UpdateTaxRateError, ThrowOnError>({
3349
3621
  url: '/api/v2/AccountingService/TaxRates/{id}',
3350
3622
  ...options,
3351
3623
  headers: {