@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.
- package/app/index.ts +74 -5
- package/clients/accountingService/sdk.gen.ts +409 -137
- package/clients/accountingService/types.gen.ts +678 -1006
- package/clients/assetsService/client.gen.ts +18 -0
- package/clients/assetsService/index.ts +3 -0
- package/clients/assetsService/sdk.gen.ts +808 -0
- package/clients/assetsService/types.gen.ts +2762 -0
- package/clients/cartService/sdk.gen.ts +181 -77
- package/clients/cartService/types.gen.ts +328 -198
- package/clients/catalogService/sdk.gen.ts +353 -121
- package/clients/catalogService/types.gen.ts +371 -706
- package/clients/contentService/sdk.gen.ts +129 -49
- package/clients/contentService/types.gen.ts +154 -281
- package/clients/crmService/sdk.gen.ts +125 -9
- package/clients/crmService/types.gen.ts +432 -38
- package/clients/dealsService/sdk.gen.ts +203 -63
- package/clients/dealsService/types.gen.ts +413 -273
- package/clients/emailTemplates/client.gen.ts +18 -0
- package/clients/emailTemplates/index.ts +3 -0
- package/clients/emailTemplates/sdk.gen.ts +142 -0
- package/clients/emailTemplates/types.gen.ts +354 -0
- package/clients/forexService/sdk.gen.ts +49 -17
- package/clients/forexService/types.gen.ts +68 -51
- package/clients/globeService/sdk.gen.ts +121 -41
- package/clients/globeService/types.gen.ts +100 -100
- package/clients/hrmsService/client.gen.ts +18 -0
- package/clients/hrmsService/index.ts +3 -0
- package/clients/hrmsService/sdk.gen.ts +438 -0
- package/clients/hrmsService/types.gen.ts +1498 -0
- package/clients/identityService/sdk.gen.ts +84 -28
- package/clients/identityService/types.gen.ts +65 -93
- package/clients/inventoryService/sdk.gen.ts +6 -2
- package/clients/inventoryService/types.gen.ts +2 -2
- package/clients/invoicingService/types.gen.ts +241 -157
- package/clients/learningService/sdk.gen.ts +5 -5
- package/clients/learningService/types.gen.ts +97 -378
- package/clients/locationsService/client.gen.ts +18 -0
- package/clients/locationsService/index.ts +3 -0
- package/clients/locationsService/sdk.gen.ts +290 -0
- package/clients/locationsService/types.gen.ts +885 -0
- package/clients/logisticsService/client.gen.ts +18 -0
- package/clients/logisticsService/index.ts +3 -0
- package/clients/logisticsService/sdk.gen.ts +153 -0
- package/clients/logisticsService/types.gen.ts +540 -0
- package/clients/marketingService/sdk.gen.ts +295 -99
- package/clients/marketingService/types.gen.ts +279 -349
- package/clients/marketplaceService/client.gen.ts +18 -0
- package/clients/marketplaceService/index.ts +3 -0
- package/clients/marketplaceService/sdk.gen.ts +142 -0
- package/clients/marketplaceService/types.gen.ts +354 -0
- package/clients/ordersService/types.gen.ts +184 -103
- package/clients/paymentsService/sdk.gen.ts +35 -13
- package/clients/paymentsService/types.gen.ts +46 -135
- package/clients/pricingService/sdk.gen.ts +153 -45
- package/clients/pricingService/types.gen.ts +164 -197
- package/clients/projectsService/sdk.gen.ts +181 -61
- package/clients/projectsService/types.gen.ts +170 -203
- package/clients/quotesService/types.gen.ts +198 -88
- package/clients/salesService/sdk.gen.ts +6 -2
- package/clients/salesService/types.gen.ts +2 -2
- package/clients/securityService/sdk.gen.ts +13 -13
- package/clients/securityService/types.gen.ts +32 -84
- package/clients/servicesService/client.gen.ts +18 -0
- package/clients/servicesService/index.ts +3 -0
- package/clients/servicesService/sdk.gen.ts +608 -0
- package/clients/servicesService/types.gen.ts +3093 -0
- package/clients/shipmentsService/sdk.gen.ts +7 -3
- package/clients/shipmentsService/types.gen.ts +5 -5
- package/clients/socialService/sdk.gen.ts +205 -73
- package/clients/socialService/types.gen.ts +190 -296
- package/clients/storageService/sdk.gen.ts +32 -8
- package/clients/storageService/types.gen.ts +21 -87
- package/clients/subscriptionsService/client.gen.ts +18 -0
- package/clients/subscriptionsService/index.ts +3 -0
- package/clients/subscriptionsService/sdk.gen.ts +290 -0
- package/clients/subscriptionsService/types.gen.ts +1435 -0
- package/clients/supportService/sdk.gen.ts +277 -93
- package/clients/supportService/types.gen.ts +257 -414
- package/clients/systemService/sdk.gen.ts +223 -39
- package/clients/systemService/types.gen.ts +454 -154
- package/clients/tenantsService/sdk.gen.ts +186 -60
- package/clients/tenantsService/types.gen.ts +507 -361
- package/clients/timeTrackerService/sdk.gen.ts +73 -25
- package/clients/timeTrackerService/types.gen.ts +62 -80
- package/clients/usersService/sdk.gen.ts +101 -1
- package/clients/usersService/types.gen.ts +352 -0
- package/clients/walletsService/types.gen.ts +52 -29
- package/package.json +4 -2
- package/schemas/accountingService/schema.s.ts +5580 -4955
- package/schemas/assetsService/schema.s.ts +3385 -0
- package/schemas/cartService/schema.s.ts +1478 -1190
- package/schemas/catalogService/schema.s.ts +3323 -2795
- package/schemas/contentService/schema.s.ts +1445 -1194
- package/schemas/crmService/schema.s.ts +657 -146
- package/schemas/dealsService/schema.s.ts +2243 -1842
- package/schemas/emailTemplates/schema.s.ts +335 -0
- package/schemas/forexService/schema.s.ts +343 -270
- package/schemas/globeService/schema.s.ts +1143 -963
- package/schemas/identityService/schema.s.ts +490 -364
- package/schemas/inventoryService/schema.s.ts +28 -19
- package/schemas/invoicingService/schema.s.ts +73 -0
- package/schemas/learningService/schema.s.ts +2 -2
- package/schemas/locationsService/schema.s.ts +980 -0
- package/schemas/logisticsService/schema.s.ts +474 -0
- package/schemas/marketingService/schema.s.ts +3361 -2908
- package/schemas/marketplaceService/schema.s.ts +335 -0
- package/schemas/ordersService/schema.s.ts +90 -0
- package/schemas/paymentsService/schema.s.ts +282 -227
- package/schemas/pricingService/schema.s.ts +1043 -804
- package/schemas/projectsService/schema.s.ts +1452 -1184
- package/schemas/quotesService/schema.s.ts +104 -0
- package/schemas/salesService/schema.s.ts +28 -19
- package/schemas/securityService/schema.s.ts +112 -14
- package/schemas/servicesService/schema.s.ts +3681 -0
- package/schemas/shipmentsService/schema.s.ts +43 -34
- package/schemas/socialService/schema.s.ts +1665 -1246
- package/schemas/storageService/schema.s.ts +260 -239
- package/schemas/subscriptionsService/schema.s.ts +1651 -0
- package/schemas/supportService/schema.s.ts +2420 -2039
- package/schemas/systemService/schema.s.ts +2107 -1479
- package/schemas/tenantsService/schema.s.ts +1588 -960
- package/schemas/timeTrackerService/schema.s.ts +550 -444
- package/schemas/usersService/schema.s.ts +440 -0
- package/schemas/walletsService/schema.s.ts +36 -0
- package/vite.config.js +1 -0
- package/wwwroot/build/bundle.js +1 -1
- package/clients/authService/core/ApiError.js +0 -20
- package/clients/authService/core/ApiError.ts +0 -25
- package/clients/authService/core/ApiRequestOptions.js +0 -2
- package/clients/authService/core/ApiRequestOptions.ts +0 -17
- package/clients/authService/core/ApiResult.js +0 -2
- package/clients/authService/core/ApiResult.ts +0 -11
- package/clients/authService/core/CancelablePromise.js +0 -104
- package/clients/authService/core/CancelablePromise.ts +0 -131
- package/clients/authService/core/OpenAPI.js +0 -14
- package/clients/authService/core/OpenAPI.ts +0 -32
- package/clients/authService/core/request.js +0 -294
- package/clients/authService/core/request.ts +0 -322
- package/clients/authService/index.js +0 -28
- package/clients/authService/index.ts +0 -48
- package/clients/authService/models/AccessTokenResponse.js +0 -2
- package/clients/authService/models/AccessTokenResponse.ts +0 -11
- package/clients/authService/models/AccountHolderCreateDto.js +0 -12
- package/clients/authService/models/AccountHolderCreateDto.ts +0 -41
- package/clients/authService/models/AccountHolderCreateDtoEnvelope.js +0 -2
- package/clients/authService/models/AccountHolderCreateDtoEnvelope.ts +0 -14
- package/clients/authService/models/ApiAuthorizationResult.js +0 -2
- package/clients/authService/models/ApiAuthorizationResult.ts +0 -17
- package/clients/authService/models/ApiAuthorizationResultEnvelope.js +0 -2
- package/clients/authService/models/ApiAuthorizationResultEnvelope.ts +0 -14
- package/clients/authService/models/EnrollmentId.js +0 -2
- package/clients/authService/models/EnrollmentId.ts +0 -5
- package/clients/authService/models/ErrorEnvelope.js +0 -2
- package/clients/authService/models/ErrorEnvelope.ts +0 -12
- package/clients/authService/models/ForgotPasswordRequest.js +0 -2
- package/clients/authService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/authService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/authService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/authService/models/InfoRequest.js +0 -2
- package/clients/authService/models/InfoRequest.ts +0 -10
- package/clients/authService/models/InfoResponse.js +0 -2
- package/clients/authService/models/InfoResponse.ts +0 -9
- package/clients/authService/models/JsonWebKey.js +0 -2
- package/clients/authService/models/JsonWebKey.ts +0 -13
- package/clients/authService/models/JsonWebKeySet.js +0 -2
- package/clients/authService/models/JsonWebKeySet.ts +0 -9
- package/clients/authService/models/JsonWebKeySetEnvelope.js +0 -2
- package/clients/authService/models/JsonWebKeySetEnvelope.ts +0 -14
- package/clients/authService/models/JsonWebToken.js +0 -2
- package/clients/authService/models/JsonWebToken.ts +0 -15
- package/clients/authService/models/JsonWebTokenEnvelope.js +0 -2
- package/clients/authService/models/JsonWebTokenEnvelope.ts +0 -14
- package/clients/authService/models/JsonWebTokenHeader.js +0 -2
- package/clients/authService/models/JsonWebTokenHeader.ts +0 -11
- package/clients/authService/models/JsonWebTokenPayload.js +0 -2
- package/clients/authService/models/JsonWebTokenPayload.ts +0 -17
- package/clients/authService/models/LoginRequest.js +0 -2
- package/clients/authService/models/LoginRequest.ts +0 -11
- package/clients/authService/models/OAuthTokenRequest.js +0 -2
- package/clients/authService/models/OAuthTokenRequest.ts +0 -12
- package/clients/authService/models/OpenIdConfiguration.js +0 -2
- package/clients/authService/models/OpenIdConfiguration.ts +0 -19
- package/clients/authService/models/OpenIdConfigurationEnvelope.js +0 -2
- package/clients/authService/models/OpenIdConfigurationEnvelope.ts +0 -14
- package/clients/authService/models/RefreshRequest.js +0 -2
- package/clients/authService/models/RefreshRequest.ts +0 -8
- package/clients/authService/models/RegisterRequest.js +0 -2
- package/clients/authService/models/RegisterRequest.ts +0 -9
- package/clients/authService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/authService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/authService/models/ResetPasswordRequest.js +0 -2
- package/clients/authService/models/ResetPasswordRequest.ts +0 -10
- package/clients/authService/models/SigninModel.js +0 -2
- package/clients/authService/models/SigninModel.ts +0 -9
- package/clients/authService/models/StringListEnvelope.js +0 -2
- package/clients/authService/models/StringListEnvelope.ts +0 -13
- package/clients/authService/models/TenantId.js +0 -2
- package/clients/authService/models/TenantId.ts +0 -5
- package/clients/authService/models/TwoFactorRequest.js +0 -2
- package/clients/authService/models/TwoFactorRequest.ts +0 -12
- package/clients/authService/models/TwoFactorResponse.js +0 -2
- package/clients/authService/models/TwoFactorResponse.ts +0 -12
- package/clients/authService/models/UserId.js +0 -2
- package/clients/authService/models/UserId.ts +0 -5
- package/clients/authService/services/ApplicationsService.js +0 -112
- package/clients/authService/services/ApplicationsService.ts +0 -132
- package/clients/authService/services/AuthService.js +0 -246
- package/clients/authService/services/AuthService.ts +0 -293
- package/clients/authService/services/CheckerService.js +0 -22
- package/clients/authService/services/CheckerService.ts +0 -25
- package/clients/authService/services/OAuthService.js +0 -152
- package/clients/authService/services/OAuthService.ts +0 -183
- package/clients/authService/services/ResourceService.js +0 -22
- package/clients/authService/services/ResourceService.ts +0 -25
- package/clients/authService/services/UserInfoService.js +0 -36
- package/clients/authService/services/UserInfoService.ts +0 -41
- package/clients/holderService/core/ApiError.js +0 -20
- package/clients/holderService/core/ApiError.ts +0 -25
- package/clients/holderService/core/ApiRequestOptions.js +0 -2
- package/clients/holderService/core/ApiRequestOptions.ts +0 -17
- package/clients/holderService/core/ApiResult.js +0 -2
- package/clients/holderService/core/ApiResult.ts +0 -11
- package/clients/holderService/core/CancelablePromise.js +0 -104
- package/clients/holderService/core/CancelablePromise.ts +0 -131
- package/clients/holderService/core/OpenAPI.js +0 -14
- package/clients/holderService/core/OpenAPI.ts +0 -32
- package/clients/holderService/core/request.js +0 -294
- package/clients/holderService/core/request.ts +0 -322
- package/clients/holderService/index.js +0 -30
- package/clients/holderService/index.ts +0 -47
- package/clients/holderService/models/AddressDto.js +0 -2
- package/clients/holderService/models/AddressDto.ts +0 -31
- package/clients/holderService/models/AddressDtoListEnvelope.js +0 -2
- package/clients/holderService/models/AddressDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/CartDto.js +0 -2
- package/clients/holderService/models/CartDto.ts +0 -18
- package/clients/holderService/models/CartDtoEnvelope.js +0 -2
- package/clients/holderService/models/CartDtoEnvelope.ts +0 -14
- package/clients/holderService/models/EmptyEnvelope.js +0 -2
- package/clients/holderService/models/EmptyEnvelope.ts +0 -12
- package/clients/holderService/models/EnrollmentId.js +0 -2
- package/clients/holderService/models/EnrollmentId.ts +0 -5
- package/clients/holderService/models/ErrorEnvelope.js +0 -2
- package/clients/holderService/models/ErrorEnvelope.ts +0 -12
- package/clients/holderService/models/ExtendedTenantDto.js +0 -2
- package/clients/holderService/models/ExtendedTenantDto.ts +0 -51
- package/clients/holderService/models/ExtendedTenantDtoListEnvelope.js +0 -2
- package/clients/holderService/models/ExtendedTenantDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/ExtendedTenantEnrolmentDto.js +0 -2
- package/clients/holderService/models/ExtendedTenantEnrolmentDto.ts +0 -19
- package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.js +0 -2
- package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/ExtendedUserDto.js +0 -26
- package/clients/holderService/models/ExtendedUserDto.ts +0 -80
- package/clients/holderService/models/ExtendedUserDtoEnvelope.js +0 -2
- package/clients/holderService/models/ExtendedUserDtoEnvelope.ts +0 -14
- package/clients/holderService/models/FollowRecordDto.js +0 -2
- package/clients/holderService/models/FollowRecordDto.ts +0 -12
- package/clients/holderService/models/FollowRecordDtoListEnvelope.js +0 -2
- package/clients/holderService/models/FollowRecordDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/Int32Envelope.js +0 -2
- package/clients/holderService/models/Int32Envelope.ts +0 -13
- package/clients/holderService/models/NotificationDto.js +0 -2
- package/clients/holderService/models/NotificationDto.ts +0 -16
- package/clients/holderService/models/NotificationDtoListEnvelope.js +0 -2
- package/clients/holderService/models/NotificationDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/Operation.js +0 -16
- package/clients/holderService/models/Operation.ts +0 -23
- package/clients/holderService/models/SocialProfileDto.js +0 -12
- package/clients/holderService/models/SocialProfileDto.ts +0 -40
- package/clients/holderService/models/SocialProfileDtoEnvelope.js +0 -2
- package/clients/holderService/models/SocialProfileDtoEnvelope.ts +0 -14
- package/clients/holderService/models/TenantDto.js +0 -2
- package/clients/holderService/models/TenantDto.ts +0 -45
- package/clients/holderService/models/TenantDtoListEnvelope.js +0 -2
- package/clients/holderService/models/TenantDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/TenantEnrolmentDto.js +0 -2
- package/clients/holderService/models/TenantEnrolmentDto.ts +0 -15
- package/clients/holderService/models/TenantEnrolmentDtoEnvelope.js +0 -2
- package/clients/holderService/models/TenantEnrolmentDtoEnvelope.ts +0 -14
- package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
- package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/TenantInvitationDto.js +0 -2
- package/clients/holderService/models/TenantInvitationDto.ts +0 -16
- package/clients/holderService/models/TenantInvitationDtoListEnvelope.js +0 -2
- package/clients/holderService/models/TenantInvitationDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/UserDto.js +0 -26
- package/clients/holderService/models/UserDto.ts +0 -72
- package/clients/holderService/models/UserDtoEnvelope.js +0 -2
- package/clients/holderService/models/UserDtoEnvelope.ts +0 -14
- package/clients/holderService/models/UserSettingsDto.js +0 -12
- package/clients/holderService/models/UserSettingsDto.ts +0 -21
- package/clients/holderService/models/UserSettingsDtoEnvelope.js +0 -2
- package/clients/holderService/models/UserSettingsDtoEnvelope.ts +0 -14
- package/clients/holderService/models/UserSettingsUpdateDto.js +0 -12
- package/clients/holderService/models/UserSettingsUpdateDto.ts +0 -19
- package/clients/holderService/models/UserUpdateDto.js +0 -14
- package/clients/holderService/models/UserUpdateDto.ts +0 -43
- package/clients/holderService/models/WalletDto.js +0 -2
- package/clients/holderService/models/WalletDto.ts +0 -22
- package/clients/holderService/models/WalletDtoEnvelope.js +0 -2
- package/clients/holderService/models/WalletDtoEnvelope.ts +0 -14
- package/clients/holderService/services/UserService.js +0 -507
- package/clients/holderService/services/UserService.ts +0 -587
- package/clients/tenantService/core/ApiError.js +0 -20
- package/clients/tenantService/core/ApiError.ts +0 -25
- package/clients/tenantService/core/ApiRequestOptions.js +0 -2
- package/clients/tenantService/core/ApiRequestOptions.ts +0 -17
- package/clients/tenantService/core/ApiResult.js +0 -2
- package/clients/tenantService/core/ApiResult.ts +0 -11
- package/clients/tenantService/core/CancelablePromise.js +0 -104
- package/clients/tenantService/core/CancelablePromise.ts +0 -131
- package/clients/tenantService/core/OpenAPI.js +0 -14
- package/clients/tenantService/core/OpenAPI.ts +0 -32
- package/clients/tenantService/core/request.js +0 -294
- package/clients/tenantService/core/request.ts +0 -322
- package/clients/tenantService/index.js +0 -24
- package/clients/tenantService/index.ts +0 -118
- package/clients/tenantService/models/BooleanEnvelope.js +0 -2
- package/clients/tenantService/models/BooleanEnvelope.ts +0 -13
- package/clients/tenantService/models/CartDto.js +0 -2
- package/clients/tenantService/models/CartDto.ts +0 -18
- package/clients/tenantService/models/CartDtoEnvelope.js +0 -2
- package/clients/tenantService/models/CartDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/EmptyEnvelope.js +0 -2
- package/clients/tenantService/models/EmptyEnvelope.ts +0 -12
- package/clients/tenantService/models/ErrorEnvelope.js +0 -2
- package/clients/tenantService/models/ErrorEnvelope.ts +0 -12
- package/clients/tenantService/models/ExtendedTenantDto.js +0 -2
- package/clients/tenantService/models/ExtendedTenantDto.ts +0 -51
- package/clients/tenantService/models/ExtendedTenantDtoEnvelope.js +0 -2
- package/clients/tenantService/models/ExtendedTenantDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/ExtendedTenantEnrolmentDto.js +0 -2
- package/clients/tenantService/models/ExtendedTenantEnrolmentDto.ts +0 -19
- package/clients/tenantService/models/ExtendedTenantEnrolmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/ExtendedTenantEnrolmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/Int32Envelope.js +0 -2
- package/clients/tenantService/models/Int32Envelope.ts +0 -13
- package/clients/tenantService/models/NotificationDto.js +0 -2
- package/clients/tenantService/models/NotificationDto.ts +0 -16
- package/clients/tenantService/models/NotificationDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/NotificationDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/Operation.js +0 -16
- package/clients/tenantService/models/Operation.ts +0 -23
- package/clients/tenantService/models/SocialProfileDto.js +0 -12
- package/clients/tenantService/models/SocialProfileDto.ts +0 -40
- package/clients/tenantService/models/SocialProfileDtoEnvelope.js +0 -2
- package/clients/tenantService/models/SocialProfileDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/StringListEnvelope.js +0 -2
- package/clients/tenantService/models/StringListEnvelope.ts +0 -13
- package/clients/tenantService/models/SuiteLicenseAssignmentDto.js +0 -2
- package/clients/tenantService/models/SuiteLicenseAssignmentDto.ts +0 -16
- package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/SuiteLicenseDto.js +0 -2
- package/clients/tenantService/models/SuiteLicenseDto.ts +0 -15
- package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/SuiteLicenseFeatureDto.js +0 -2
- package/clients/tenantService/models/SuiteLicenseFeatureDto.ts +0 -9
- package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantCreateDto.js +0 -2
- package/clients/tenantService/models/TenantCreateDto.ts +0 -25
- package/clients/tenantService/models/TenantDepartmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantDepartmentCreateDto.ts +0 -16
- package/clients/tenantService/models/TenantDepartmentDto.js +0 -2
- package/clients/tenantService/models/TenantDepartmentDto.ts +0 -16
- package/clients/tenantService/models/TenantDepartmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantDepartmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantDepartmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantDepartmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantDepartmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantDepartmentUpdateDto.ts +0 -12
- package/clients/tenantService/models/TenantDto.js +0 -2
- package/clients/tenantService/models/TenantDto.ts +0 -45
- package/clients/tenantService/models/TenantDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantEnrollmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantEnrollmentCreateDto.ts +0 -11
- package/clients/tenantService/models/TenantEnrollmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantEnrollmentUpdateDto.ts +0 -9
- package/clients/tenantService/models/TenantEnrolmentDto.js +0 -2
- package/clients/tenantService/models/TenantEnrolmentDto.ts +0 -15
- package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantIndustryCreateDto.js +0 -2
- package/clients/tenantService/models/TenantIndustryCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantIndustryDto.js +0 -2
- package/clients/tenantService/models/TenantIndustryDto.ts +0 -12
- package/clients/tenantService/models/TenantIndustryDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantIndustryDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantIndustryDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantIndustryDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantIndustryUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantIndustryUpdateDto.ts +0 -10
- package/clients/tenantService/models/TenantInvitationCreateDto.js +0 -2
- package/clients/tenantService/models/TenantInvitationCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantInvitationDto.js +0 -2
- package/clients/tenantService/models/TenantInvitationDto.ts +0 -16
- package/clients/tenantService/models/TenantInvitationDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantInvitationDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantInvitationDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantInvitationDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantPositionCreateDto.js +0 -2
- package/clients/tenantService/models/TenantPositionCreateDto.ts +0 -13
- package/clients/tenantService/models/TenantPositionDto.js +0 -2
- package/clients/tenantService/models/TenantPositionDto.ts +0 -13
- package/clients/tenantService/models/TenantPositionDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantPositionDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantPositionDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantPositionDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantPositionUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantPositionUpdateDto.ts +0 -9
- package/clients/tenantService/models/TenantSegmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantSegmentCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantSegmentDto.js +0 -2
- package/clients/tenantService/models/TenantSegmentDto.ts +0 -12
- package/clients/tenantService/models/TenantSegmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantSegmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantSegmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantSegmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantSegmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantSegmentUpdateDto.ts +0 -10
- package/clients/tenantService/models/TenantSizeCreateDto.js +0 -2
- package/clients/tenantService/models/TenantSizeCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantSizeDto.js +0 -2
- package/clients/tenantService/models/TenantSizeDto.ts +0 -12
- package/clients/tenantService/models/TenantSizeDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantSizeDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantSizeDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantSizeDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantSizeUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantSizeUpdateDto.ts +0 -10
- package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamContactEnrollmentDto.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamContactEnrollmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.ts +0 -11
- package/clients/tenantService/models/TenantTeamCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamCreateDto.ts +0 -17
- package/clients/tenantService/models/TenantTeamDto.js +0 -2
- package/clients/tenantService/models/TenantTeamDto.ts +0 -17
- package/clients/tenantService/models/TenantTeamDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.ts +0 -11
- package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.ts +0 -11
- package/clients/tenantService/models/TenantTeamRecordCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantTeamRecordDto.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordDto.ts +0 -12
- package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamRecordDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamRecordUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordUpdateDto.ts +0 -10
- package/clients/tenantService/models/TenantTeamUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamUpdateDto.ts +0 -17
- package/clients/tenantService/models/TenantTerritoryCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTerritoryCreateDto.ts +0 -14
- package/clients/tenantService/models/TenantTerritoryDto.js +0 -2
- package/clients/tenantService/models/TenantTerritoryDto.ts +0 -14
- package/clients/tenantService/models/TenantTerritoryDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTerritoryDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTerritoryDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTerritoryDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTerritoryUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTerritoryUpdateDto.ts +0 -9
- package/clients/tenantService/models/TenantTypeCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTypeCreateDto.ts +0 -11
- package/clients/tenantService/models/TenantTypeDto.js +0 -2
- package/clients/tenantService/models/TenantTypeDto.ts +0 -11
- package/clients/tenantService/models/TenantTypeDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTypeDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTypeDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTypeDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTypeUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTypeUpdateDto.ts +0 -9
- package/clients/tenantService/models/TenantUnitCreateDto.js +0 -2
- package/clients/tenantService/models/TenantUnitCreateDto.ts +0 -18
- package/clients/tenantService/models/TenantUnitDto.js +0 -2
- package/clients/tenantService/models/TenantUnitDto.ts +0 -18
- package/clients/tenantService/models/TenantUnitDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantUnitDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantUnitDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantUnitDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantUnitUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantUnitUpdateDto.ts +0 -14
- package/clients/tenantService/models/TenantUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantUpdateDto.ts +0 -31
- package/clients/tenantService/models/UserDto.js +0 -26
- package/clients/tenantService/models/UserDto.ts +0 -72
- package/clients/tenantService/models/UserDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/UserDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/WalletDto.js +0 -2
- package/clients/tenantService/models/WalletDto.ts +0 -22
- package/clients/tenantService/models/WalletDtoEnvelope.js +0 -2
- package/clients/tenantService/models/WalletDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/WebPortalDto.js +0 -2
- package/clients/tenantService/models/WebPortalDto.ts +0 -19
- package/clients/tenantService/models/WebPortalDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/WebPortalDtoListEnvelope.ts +0 -14
- package/clients/tenantService/services/SizesService.js +0 -173
- package/clients/tenantService/services/SizesService.ts +0 -204
- package/clients/tenantService/services/TenantsService.js +0 -3173
- package/clients/tenantService/services/TenantsService.ts +0 -3701
- package/openapi-ts-error-1774919197061.log +0 -12
- package/openapi-ts-error-1774919206848.log +0 -12
- package/openapi-ts-error-1774919211413.log +0 -12
- package/openapi-ts-error-1774919234889.log +0 -12
- package/openapi-ts-error-1774919238790.log +0 -12
- package/openapi-ts-error-1774919250450.log +0 -12
- package/openapi-ts-error-1774919289933.log +0 -12
- package/openapi-ts-error-1774919293886.log +0 -12
- package/openapi-ts-error-1774919297530.log +0 -12
- package/openapi-ts-error-1774952133757.log +0 -12
- package/openapi-ts-error-1774952145095.log +0 -12
- package/openapi-ts-error-1774952149289.log +0 -12
- package/openapi-ts-error-1774952170560.log +0 -12
- package/openapi-ts-error-1774952173946.log +0 -12
- package/openapi-ts-error-1774952221374.log +0 -12
- package/openapi-ts-error-1774952225129.log +0 -12
- package/openapi-ts-error-1774952228932.log +0 -12
- package/openapi-ts-error-1774955105047.log +0 -12
- 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
|
-
|
|
1655
|
-
|
|
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
|
-
|
|
1662
|
-
|
|
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
|
-
|
|
1673
|
-
|
|
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
|
-
|
|
1680
|
-
|
|
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
|
-
|
|
1687
|
-
|
|
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
|
-
|
|
1694
|
-
|
|
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
|
-
|
|
1705
|
-
|
|
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
|
-
|
|
1712
|
-
|
|
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
|
-
|
|
1719
|
-
|
|
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
|
-
|
|
1726
|
-
|
|
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
|
-
|
|
1737
|
-
|
|
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
|
-
|
|
1744
|
-
|
|
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
|
-
|
|
1755
|
-
|
|
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
|
-
|
|
1762
|
-
|
|
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
|
-
|
|
1769
|
-
|
|
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
|
-
|
|
1776
|
-
|
|
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
|
-
|
|
1787
|
-
|
|
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
|
-
|
|
1794
|
-
|
|
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
|
-
|
|
1805
|
-
|
|
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
|
-
|
|
1812
|
-
|
|
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
|
-
|
|
1819
|
-
|
|
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
|
-
|
|
1826
|
-
|
|
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
|
-
|
|
1837
|
-
|
|
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
|
-
|
|
1844
|
-
|
|
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
|
-
|
|
1855
|
-
|
|
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
|
-
|
|
1862
|
-
|
|
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
|
-
|
|
1869
|
-
|
|
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
|
-
|
|
1876
|
-
|
|
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
|
-
|
|
1887
|
-
|
|
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
|
-
|
|
1894
|
-
|
|
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
|
-
|
|
1905
|
-
|
|
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
|
-
|
|
1912
|
-
|
|
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
|
-
|
|
1919
|
-
|
|
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
|
-
|
|
1926
|
-
|
|
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
|
-
|
|
1937
|
-
|
|
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
|
-
|
|
1944
|
-
|
|
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
|
-
|
|
1955
|
-
|
|
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
|
-
|
|
1962
|
-
|
|
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
|
-
|
|
1969
|
-
|
|
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
|
-
|
|
1976
|
-
|
|
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
|
-
|
|
1987
|
-
|
|
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
|
-
|
|
1994
|
-
|
|
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
|
-
|
|
2005
|
-
|
|
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
|
-
|
|
2012
|
-
|
|
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
|
-
|
|
2019
|
-
|
|
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
|
-
|
|
2026
|
-
|
|
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
|
-
|
|
2037
|
-
|
|
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
|
-
|
|
2044
|
-
|
|
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
|
-
|
|
3154
|
-
|
|
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
|
-
|
|
3176
|
-
|
|
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
|
-
|
|
3183
|
-
|
|
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
|
-
|
|
3190
|
-
|
|
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
|
-
|
|
3197
|
-
|
|
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
|
-
|
|
3208
|
-
|
|
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
|
-
|
|
3215
|
-
|
|
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
|
-
|
|
3226
|
-
|
|
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
|
-
|
|
3233
|
-
|
|
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
|
-
|
|
3240
|
-
|
|
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
|
-
|
|
3251
|
-
|
|
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
|
-
|
|
3258
|
-
|
|
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
|
-
|
|
3269
|
-
|
|
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
|
-
|
|
3276
|
-
|
|
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
|
-
|
|
3283
|
-
|
|
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
|
-
|
|
3290
|
-
|
|
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
|
-
|
|
3312
|
-
|
|
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
|
-
|
|
3334
|
-
|
|
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
|
-
|
|
3341
|
-
|
|
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
|
-
|
|
3348
|
-
|
|
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: {
|