@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
|
@@ -13,9 +13,9 @@ export type AccessTokenResponseWritable = {
|
|
|
13
13
|
refreshToken: string | null;
|
|
14
14
|
};
|
|
15
15
|
|
|
16
|
-
export type
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
export type AccountCreateDto = {
|
|
17
|
+
id?: string;
|
|
18
|
+
timestamp?: string;
|
|
19
19
|
group?: boolean;
|
|
20
20
|
frozen?: boolean;
|
|
21
21
|
name: string;
|
|
@@ -30,22 +30,34 @@ export type AccountCreateDtoReadable = {
|
|
|
30
30
|
accountCategory: 'Assets' | 'Equity' | 'Revenue' | 'Expense' | 'Liabilities';
|
|
31
31
|
};
|
|
32
32
|
|
|
33
|
-
export type
|
|
33
|
+
export type AccountDtoReadable = {
|
|
34
|
+
id?: string | null;
|
|
35
|
+
timestamp?: string | null;
|
|
34
36
|
group?: boolean;
|
|
35
37
|
frozen?: boolean;
|
|
36
|
-
name
|
|
38
|
+
name?: string | null;
|
|
37
39
|
code?: string | null;
|
|
38
40
|
path?: string | null;
|
|
41
|
+
title?: string | null;
|
|
39
42
|
prefix?: string | null;
|
|
40
|
-
|
|
41
|
-
currencyId
|
|
42
|
-
|
|
43
|
+
balance?: number;
|
|
44
|
+
currencyId?: string | null;
|
|
45
|
+
accountType?: string | null;
|
|
46
|
+
qualifiedName?: string | null;
|
|
43
47
|
accountTypeId?: string | null;
|
|
48
|
+
debitsBalance?: number;
|
|
49
|
+
creditsBalance?: number;
|
|
44
50
|
parentAccountId?: string | null;
|
|
45
|
-
|
|
51
|
+
tenantId?: string | null;
|
|
52
|
+
enrollmentId?: string | null;
|
|
53
|
+
childrenAccountsCount?: number;
|
|
54
|
+
accountCategory?: 'Assets' | 'Equity' | 'Revenue' | 'Expense' | 'Liabilities';
|
|
55
|
+
balanceAmount?: MoneyReadable;
|
|
56
|
+
creditsBalanceAmount?: MoneyReadable;
|
|
57
|
+
debitsBalanceAmount?: MoneyReadable;
|
|
46
58
|
};
|
|
47
59
|
|
|
48
|
-
export type
|
|
60
|
+
export type AccountDtoWritable = {
|
|
49
61
|
id?: string | null;
|
|
50
62
|
timestamp?: string | null;
|
|
51
63
|
group?: boolean;
|
|
@@ -67,9 +79,9 @@ export type AccountDto = {
|
|
|
67
79
|
enrollmentId?: string | null;
|
|
68
80
|
childrenAccountsCount?: number;
|
|
69
81
|
accountCategory?: 'Assets' | 'Equity' | 'Revenue' | 'Expense' | 'Liabilities';
|
|
70
|
-
balanceAmount?:
|
|
71
|
-
creditsBalanceAmount?:
|
|
72
|
-
debitsBalanceAmount?:
|
|
82
|
+
balanceAmount?: MoneyWritable;
|
|
83
|
+
creditsBalanceAmount?: MoneyWritable;
|
|
84
|
+
debitsBalanceAmount?: MoneyWritable;
|
|
73
85
|
};
|
|
74
86
|
|
|
75
87
|
export type AccountDtoEnvelopeReadable = {
|
|
@@ -78,13 +90,13 @@ export type AccountDtoEnvelopeReadable = {
|
|
|
78
90
|
correlationId?: string | null;
|
|
79
91
|
readonly timestamp?: string;
|
|
80
92
|
readonly activityId?: string | null;
|
|
81
|
-
result?:
|
|
93
|
+
result?: AccountDtoReadable;
|
|
82
94
|
};
|
|
83
95
|
|
|
84
96
|
export type AccountDtoEnvelopeWritable = {
|
|
85
97
|
errorMessage?: string | null;
|
|
86
98
|
correlationId?: string | null;
|
|
87
|
-
result?:
|
|
99
|
+
result?: AccountDtoWritable;
|
|
88
100
|
};
|
|
89
101
|
|
|
90
102
|
export type AccountDtoListEnvelopeReadable = {
|
|
@@ -93,26 +105,18 @@ export type AccountDtoListEnvelopeReadable = {
|
|
|
93
105
|
correlationId?: string | null;
|
|
94
106
|
readonly timestamp?: string;
|
|
95
107
|
readonly activityId?: string | null;
|
|
96
|
-
result?: Array<
|
|
108
|
+
result?: Array<AccountDtoReadable> | null;
|
|
97
109
|
};
|
|
98
110
|
|
|
99
111
|
export type AccountDtoListEnvelopeWritable = {
|
|
100
112
|
errorMessage?: string | null;
|
|
101
113
|
correlationId?: string | null;
|
|
102
|
-
result?: Array<
|
|
103
|
-
};
|
|
104
|
-
|
|
105
|
-
export type AccountGroupCreateDtoReadable = {
|
|
106
|
-
readonly id?: string;
|
|
107
|
-
readonly timestamp?: string;
|
|
108
|
-
title?: string | null;
|
|
109
|
-
description?: string | null;
|
|
110
|
-
parentAccountGroupId?: string | null;
|
|
111
|
-
tenantId?: string | null;
|
|
112
|
-
enrollmentId?: string | null;
|
|
114
|
+
result?: Array<AccountDtoWritable> | null;
|
|
113
115
|
};
|
|
114
116
|
|
|
115
|
-
export type
|
|
117
|
+
export type AccountGroupCreateDto = {
|
|
118
|
+
id?: string;
|
|
119
|
+
timestamp?: string;
|
|
116
120
|
title?: string | null;
|
|
117
121
|
description?: string | null;
|
|
118
122
|
parentAccountGroupId?: string | null;
|
|
@@ -168,15 +172,9 @@ export type AccountGroupUpdateDto = {
|
|
|
168
172
|
enrollmentId?: string | null;
|
|
169
173
|
};
|
|
170
174
|
|
|
171
|
-
export type
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
accountId?: string | null;
|
|
175
|
-
tenantId?: string | null;
|
|
176
|
-
enrollmentId?: string | null;
|
|
177
|
-
};
|
|
178
|
-
|
|
179
|
-
export type AccountRelationCreateDtoWritable = {
|
|
175
|
+
export type AccountRelationCreateDto = {
|
|
176
|
+
id?: string;
|
|
177
|
+
timestamp?: string;
|
|
180
178
|
accountId?: string | null;
|
|
181
179
|
tenantId?: string | null;
|
|
182
180
|
enrollmentId?: string | null;
|
|
@@ -211,16 +209,9 @@ export type AccountRelationUpdateDto = {
|
|
|
211
209
|
enrollmentId?: string | null;
|
|
212
210
|
};
|
|
213
211
|
|
|
214
|
-
export type
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
name?: string | null;
|
|
218
|
-
description?: string | null;
|
|
219
|
-
tenantId?: string | null;
|
|
220
|
-
enrollmentId?: string | null;
|
|
221
|
-
};
|
|
222
|
-
|
|
223
|
-
export type AccountTypeCreateDtoWritable = {
|
|
212
|
+
export type AccountTypeCreateDto = {
|
|
213
|
+
id?: string;
|
|
214
|
+
timestamp?: string;
|
|
224
215
|
name?: string | null;
|
|
225
216
|
description?: string | null;
|
|
226
217
|
tenantId?: string | null;
|
|
@@ -271,9 +262,9 @@ export type AccountUpdateDto = {
|
|
|
271
262
|
accountCategory?: 'Assets' | 'Equity' | 'Revenue' | 'Expense' | 'Liabilities';
|
|
272
263
|
};
|
|
273
264
|
|
|
274
|
-
export type
|
|
275
|
-
|
|
276
|
-
|
|
265
|
+
export type AccountingEntryCreateDto = {
|
|
266
|
+
id?: string;
|
|
267
|
+
timestamp?: string;
|
|
277
268
|
tenantId?: string | null;
|
|
278
269
|
enrollmentId?: string | null;
|
|
279
270
|
description: string;
|
|
@@ -286,20 +277,29 @@ export type AccountingEntryCreateDtoReadable = {
|
|
|
286
277
|
accountingEntryType?: 'None' | 'Debit' | 'Credit';
|
|
287
278
|
};
|
|
288
279
|
|
|
289
|
-
export type
|
|
280
|
+
export type AccountingEntryDtoReadable = {
|
|
281
|
+
id?: string | null;
|
|
282
|
+
timestamp?: string | null;
|
|
283
|
+
debit?: number;
|
|
284
|
+
credit?: number;
|
|
285
|
+
description?: string | null;
|
|
286
|
+
forexRate?: number;
|
|
287
|
+
accountId?: string | null;
|
|
290
288
|
tenantId?: string | null;
|
|
291
|
-
enrollmentId?: string | null;
|
|
292
|
-
description: string;
|
|
293
289
|
date?: string | null;
|
|
294
|
-
|
|
295
|
-
currencyId
|
|
290
|
+
enrollmentId?: string | null;
|
|
291
|
+
currencyId?: string | null;
|
|
296
292
|
debitAccountId?: string | null;
|
|
297
293
|
creditAccountId?: string | null;
|
|
298
294
|
journalEntryId?: string | null;
|
|
295
|
+
debitAccountName?: string | null;
|
|
296
|
+
creditAccountName?: string | null;
|
|
299
297
|
accountingEntryType?: 'None' | 'Debit' | 'Credit';
|
|
298
|
+
debitAmount?: MoneyReadable;
|
|
299
|
+
creditAmount?: MoneyReadable;
|
|
300
300
|
};
|
|
301
301
|
|
|
302
|
-
export type
|
|
302
|
+
export type AccountingEntryDtoWritable = {
|
|
303
303
|
id?: string | null;
|
|
304
304
|
timestamp?: string | null;
|
|
305
305
|
debit?: number;
|
|
@@ -317,8 +317,8 @@ export type AccountingEntryDto = {
|
|
|
317
317
|
debitAccountName?: string | null;
|
|
318
318
|
creditAccountName?: string | null;
|
|
319
319
|
accountingEntryType?: 'None' | 'Debit' | 'Credit';
|
|
320
|
-
debitAmount?:
|
|
321
|
-
creditAmount?:
|
|
320
|
+
debitAmount?: MoneyWritable;
|
|
321
|
+
creditAmount?: MoneyWritable;
|
|
322
322
|
};
|
|
323
323
|
|
|
324
324
|
export type AccountingEntryDtoEnvelopeReadable = {
|
|
@@ -327,13 +327,13 @@ export type AccountingEntryDtoEnvelopeReadable = {
|
|
|
327
327
|
correlationId?: string | null;
|
|
328
328
|
readonly timestamp?: string;
|
|
329
329
|
readonly activityId?: string | null;
|
|
330
|
-
result?:
|
|
330
|
+
result?: AccountingEntryDtoReadable;
|
|
331
331
|
};
|
|
332
332
|
|
|
333
333
|
export type AccountingEntryDtoEnvelopeWritable = {
|
|
334
334
|
errorMessage?: string | null;
|
|
335
335
|
correlationId?: string | null;
|
|
336
|
-
result?:
|
|
336
|
+
result?: AccountingEntryDtoWritable;
|
|
337
337
|
};
|
|
338
338
|
|
|
339
339
|
export type AccountingEntryDtoListEnvelopeReadable = {
|
|
@@ -342,13 +342,13 @@ export type AccountingEntryDtoListEnvelopeReadable = {
|
|
|
342
342
|
correlationId?: string | null;
|
|
343
343
|
readonly timestamp?: string;
|
|
344
344
|
readonly activityId?: string | null;
|
|
345
|
-
result?: Array<
|
|
345
|
+
result?: Array<AccountingEntryDtoReadable> | null;
|
|
346
346
|
};
|
|
347
347
|
|
|
348
348
|
export type AccountingEntryDtoListEnvelopeWritable = {
|
|
349
349
|
errorMessage?: string | null;
|
|
350
350
|
correlationId?: string | null;
|
|
351
|
-
result?: Array<
|
|
351
|
+
result?: Array<AccountingEntryDtoWritable> | null;
|
|
352
352
|
};
|
|
353
353
|
|
|
354
354
|
export type AccountingEntryUpdateDto = {
|
|
@@ -364,17 +364,9 @@ export type AccountingEntryUpdateDto = {
|
|
|
364
364
|
accountingEntryType?: 'None' | 'Debit' | 'Credit';
|
|
365
365
|
};
|
|
366
366
|
|
|
367
|
-
export type
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
name?: string | null;
|
|
371
|
-
tenantId?: string | null;
|
|
372
|
-
enrollmentId?: string | null;
|
|
373
|
-
dateStart?: string;
|
|
374
|
-
dateEnd?: string;
|
|
375
|
-
};
|
|
376
|
-
|
|
377
|
-
export type AccountingPeriodCreateDtoWritable = {
|
|
367
|
+
export type AccountingPeriodCreateDto = {
|
|
368
|
+
id?: string;
|
|
369
|
+
timestamp?: string;
|
|
378
370
|
name?: string | null;
|
|
379
371
|
tenantId?: string | null;
|
|
380
372
|
enrollmentId?: string | null;
|
|
@@ -430,19 +422,9 @@ export type AccountingPeriodUpdateDto = {
|
|
|
430
422
|
dateEnd?: string;
|
|
431
423
|
};
|
|
432
424
|
|
|
433
|
-
export type
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
tenantId?: string | null;
|
|
437
|
-
enrollmentId?: string | null;
|
|
438
|
-
taxPolicyId?: string | null;
|
|
439
|
-
invoiceId?: string | null;
|
|
440
|
-
itemId?: string | null;
|
|
441
|
-
taxAmountInUSD?: number;
|
|
442
|
-
taxBaseAmountInUSD?: number;
|
|
443
|
-
};
|
|
444
|
-
|
|
445
|
-
export type AppliedTaxPolicyRecordCreateDtoWritable = {
|
|
425
|
+
export type AppliedTaxPolicyRecordCreateDto = {
|
|
426
|
+
id?: string;
|
|
427
|
+
timestamp?: string;
|
|
446
428
|
tenantId?: string | null;
|
|
447
429
|
enrollmentId?: string | null;
|
|
448
430
|
taxPolicyId?: string | null;
|
|
@@ -504,9 +486,9 @@ export type AppliedTaxPolicyRecordUpdateDto = {
|
|
|
504
486
|
taxBaseAmountInUSD?: number;
|
|
505
487
|
};
|
|
506
488
|
|
|
507
|
-
export type
|
|
508
|
-
|
|
509
|
-
|
|
489
|
+
export type BankAccountCreateDto = {
|
|
490
|
+
id?: string;
|
|
491
|
+
timestamp?: string;
|
|
510
492
|
group?: boolean;
|
|
511
493
|
frozen?: boolean;
|
|
512
494
|
name: string;
|
|
@@ -528,19 +510,30 @@ export type BankAccountCreateDtoReadable = {
|
|
|
528
510
|
bankProfileId?: string | null;
|
|
529
511
|
};
|
|
530
512
|
|
|
531
|
-
export type
|
|
513
|
+
export type BankAccountDtoReadable = {
|
|
514
|
+
id?: string | null;
|
|
515
|
+
timestamp?: string | null;
|
|
532
516
|
group?: boolean;
|
|
533
517
|
frozen?: boolean;
|
|
534
|
-
name
|
|
518
|
+
name?: string | null;
|
|
535
519
|
code?: string | null;
|
|
536
520
|
path?: string | null;
|
|
521
|
+
title?: string | null;
|
|
537
522
|
prefix?: string | null;
|
|
538
|
-
|
|
539
|
-
currencyId
|
|
540
|
-
|
|
523
|
+
balance?: number;
|
|
524
|
+
currencyId?: string | null;
|
|
525
|
+
accountType?: string | null;
|
|
541
526
|
accountTypeId?: string | null;
|
|
527
|
+
debitsBalance?: number;
|
|
528
|
+
creditsBalance?: number;
|
|
542
529
|
parentAccountId?: string | null;
|
|
543
|
-
|
|
530
|
+
tenantId?: string | null;
|
|
531
|
+
enrollmentId?: string | null;
|
|
532
|
+
childrenAccountsCount?: number;
|
|
533
|
+
accountCategory?: 'Assets' | 'Equity' | 'Revenue' | 'Expense' | 'Liabilities';
|
|
534
|
+
balanceAmount?: MoneyReadable;
|
|
535
|
+
creditsBalanceAmount?: MoneyReadable;
|
|
536
|
+
debitsBalanceAmount?: MoneyReadable;
|
|
544
537
|
iban?: string | null;
|
|
545
538
|
swift?: string | null;
|
|
546
539
|
branchCode?: string | null;
|
|
@@ -550,7 +543,7 @@ export type BankAccountCreateDtoWritable = {
|
|
|
550
543
|
bankProfileId?: string | null;
|
|
551
544
|
};
|
|
552
545
|
|
|
553
|
-
export type
|
|
546
|
+
export type BankAccountDtoWritable = {
|
|
554
547
|
id?: string | null;
|
|
555
548
|
timestamp?: string | null;
|
|
556
549
|
group?: boolean;
|
|
@@ -571,9 +564,9 @@ export type BankAccountDto = {
|
|
|
571
564
|
enrollmentId?: string | null;
|
|
572
565
|
childrenAccountsCount?: number;
|
|
573
566
|
accountCategory?: 'Assets' | 'Equity' | 'Revenue' | 'Expense' | 'Liabilities';
|
|
574
|
-
balanceAmount?:
|
|
575
|
-
creditsBalanceAmount?:
|
|
576
|
-
debitsBalanceAmount?:
|
|
567
|
+
balanceAmount?: MoneyWritable;
|
|
568
|
+
creditsBalanceAmount?: MoneyWritable;
|
|
569
|
+
debitsBalanceAmount?: MoneyWritable;
|
|
577
570
|
iban?: string | null;
|
|
578
571
|
swift?: string | null;
|
|
579
572
|
branchCode?: string | null;
|
|
@@ -589,13 +582,13 @@ export type BankAccountDtoEnvelopeReadable = {
|
|
|
589
582
|
correlationId?: string | null;
|
|
590
583
|
readonly timestamp?: string;
|
|
591
584
|
readonly activityId?: string | null;
|
|
592
|
-
result?:
|
|
585
|
+
result?: BankAccountDtoReadable;
|
|
593
586
|
};
|
|
594
587
|
|
|
595
588
|
export type BankAccountDtoEnvelopeWritable = {
|
|
596
589
|
errorMessage?: string | null;
|
|
597
590
|
correlationId?: string | null;
|
|
598
|
-
result?:
|
|
591
|
+
result?: BankAccountDtoWritable;
|
|
599
592
|
};
|
|
600
593
|
|
|
601
594
|
export type BankAccountDtoListEnvelopeReadable = {
|
|
@@ -604,13 +597,13 @@ export type BankAccountDtoListEnvelopeReadable = {
|
|
|
604
597
|
correlationId?: string | null;
|
|
605
598
|
readonly timestamp?: string;
|
|
606
599
|
readonly activityId?: string | null;
|
|
607
|
-
result?: Array<
|
|
600
|
+
result?: Array<BankAccountDtoReadable> | null;
|
|
608
601
|
};
|
|
609
602
|
|
|
610
603
|
export type BankAccountDtoListEnvelopeWritable = {
|
|
611
604
|
errorMessage?: string | null;
|
|
612
605
|
correlationId?: string | null;
|
|
613
|
-
result?: Array<
|
|
606
|
+
result?: Array<BankAccountDtoWritable> | null;
|
|
614
607
|
};
|
|
615
608
|
|
|
616
609
|
export type BankAccountUpdateDto = {
|
|
@@ -633,15 +626,9 @@ export type BankAccountUpdateDto = {
|
|
|
633
626
|
bankProfileId?: string | null;
|
|
634
627
|
};
|
|
635
628
|
|
|
636
|
-
export type
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
name?: string | null;
|
|
640
|
-
image?: string | null;
|
|
641
|
-
countryId?: string | null;
|
|
642
|
-
};
|
|
643
|
-
|
|
644
|
-
export type BankCreateDtoWritable = {
|
|
629
|
+
export type BankCreateDto = {
|
|
630
|
+
id?: string;
|
|
631
|
+
timestamp?: string;
|
|
645
632
|
name?: string | null;
|
|
646
633
|
image?: string | null;
|
|
647
634
|
countryId?: string | null;
|
|
@@ -685,30 +672,9 @@ export type BankDtoListEnvelopeWritable = {
|
|
|
685
672
|
result?: Array<BankDto> | null;
|
|
686
673
|
};
|
|
687
674
|
|
|
688
|
-
export type
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
margin?: number;
|
|
692
|
-
charges?: number;
|
|
693
|
-
beneficiaryName?: string | null;
|
|
694
|
-
guaranteeNumber?: string | null;
|
|
695
|
-
guaranteeConditions?: string | null;
|
|
696
|
-
fixedDepositNumber?: number;
|
|
697
|
-
startDate?: string;
|
|
698
|
-
endDate?: string;
|
|
699
|
-
validityInDays?: number;
|
|
700
|
-
tenantId?: string | null;
|
|
701
|
-
bankGuaranteeType?: 'Receiving' | 'Providing';
|
|
702
|
-
enrollmentId?: string | null;
|
|
703
|
-
contactId?: string | null;
|
|
704
|
-
projectId?: string | null;
|
|
705
|
-
orderId?: string | null;
|
|
706
|
-
bankProfileId?: string | null;
|
|
707
|
-
bankAccountId?: string | null;
|
|
708
|
-
currencyId?: string | null;
|
|
709
|
-
};
|
|
710
|
-
|
|
711
|
-
export type BankGuaranteeCreateDtoWritable = {
|
|
675
|
+
export type BankGuaranteeCreateDto = {
|
|
676
|
+
id?: string;
|
|
677
|
+
timestamp?: string;
|
|
712
678
|
margin?: number;
|
|
713
679
|
charges?: number;
|
|
714
680
|
beneficiaryName?: string | null;
|
|
@@ -803,14 +769,9 @@ export type BankGuaranteeUpdateDto = {
|
|
|
803
769
|
currencyId?: string | null;
|
|
804
770
|
};
|
|
805
771
|
|
|
806
|
-
export type
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
bankProfileId?: string | null;
|
|
810
|
-
bankAccountId?: string | null;
|
|
811
|
-
};
|
|
812
|
-
|
|
813
|
-
export type BankTransactionCreateDtoWritable = {
|
|
772
|
+
export type BankTransactionCreateDto = {
|
|
773
|
+
id?: string;
|
|
774
|
+
timestamp?: string;
|
|
814
775
|
bankProfileId?: string | null;
|
|
815
776
|
bankAccountId?: string | null;
|
|
816
777
|
};
|
|
@@ -889,33 +850,9 @@ export type BankUpdateDto = {
|
|
|
889
850
|
countryId?: string | null;
|
|
890
851
|
};
|
|
891
852
|
|
|
892
|
-
export type
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
contactId?: string | null;
|
|
896
|
-
tenantId?: string | null;
|
|
897
|
-
taxId: string;
|
|
898
|
-
phone: string;
|
|
899
|
-
email: string;
|
|
900
|
-
address: string;
|
|
901
|
-
address1?: string | null;
|
|
902
|
-
address2?: string | null;
|
|
903
|
-
postalCode: string;
|
|
904
|
-
businessName: string;
|
|
905
|
-
commercialName: string;
|
|
906
|
-
ticker?: string | null;
|
|
907
|
-
duns?: string | null;
|
|
908
|
-
isPublicCompany?: boolean;
|
|
909
|
-
isFactaCustomer?: boolean;
|
|
910
|
-
countryId: string;
|
|
911
|
-
stateId: string;
|
|
912
|
-
cityId: string;
|
|
913
|
-
fiscalIdentificationTypeId: string;
|
|
914
|
-
fiscalAuthorityId: string;
|
|
915
|
-
fiscalRegimeId: string;
|
|
916
|
-
};
|
|
917
|
-
|
|
918
|
-
export type BillingProfileCreateDtoWritable = {
|
|
853
|
+
export type BillingProfileCreateDto = {
|
|
854
|
+
id?: string;
|
|
855
|
+
timestamp?: string;
|
|
919
856
|
contactId?: string | null;
|
|
920
857
|
tenantId?: string | null;
|
|
921
858
|
taxId: string;
|
|
@@ -1050,9 +987,9 @@ export type BillingProfileUpdateDto = {
|
|
|
1050
987
|
fiscalRegimeId?: string | null;
|
|
1051
988
|
};
|
|
1052
989
|
|
|
1053
|
-
export type
|
|
1054
|
-
|
|
1055
|
-
|
|
990
|
+
export type BudgetAccountEntryCreateDto = {
|
|
991
|
+
id?: string;
|
|
992
|
+
timestamp?: string;
|
|
1056
993
|
tenantId?: string | null;
|
|
1057
994
|
enrollmentId?: string | null;
|
|
1058
995
|
description: string;
|
|
@@ -1066,21 +1003,30 @@ export type BudgetAccountEntryCreateDtoReadable = {
|
|
|
1066
1003
|
budgetId?: string | null;
|
|
1067
1004
|
};
|
|
1068
1005
|
|
|
1069
|
-
export type
|
|
1006
|
+
export type BudgetAccountEntryDtoReadable = {
|
|
1007
|
+
id?: string | null;
|
|
1008
|
+
timestamp?: string | null;
|
|
1009
|
+
debit?: number;
|
|
1010
|
+
credit?: number;
|
|
1011
|
+
description?: string | null;
|
|
1012
|
+
forexRate?: number;
|
|
1013
|
+
accountId?: string | null;
|
|
1070
1014
|
tenantId?: string | null;
|
|
1071
|
-
enrollmentId?: string | null;
|
|
1072
|
-
description: string;
|
|
1073
1015
|
date?: string | null;
|
|
1074
|
-
|
|
1075
|
-
currencyId
|
|
1016
|
+
enrollmentId?: string | null;
|
|
1017
|
+
currencyId?: string | null;
|
|
1076
1018
|
debitAccountId?: string | null;
|
|
1077
1019
|
creditAccountId?: string | null;
|
|
1078
1020
|
journalEntryId?: string | null;
|
|
1021
|
+
debitAccountName?: string | null;
|
|
1022
|
+
creditAccountName?: string | null;
|
|
1079
1023
|
accountingEntryType?: 'None' | 'Debit' | 'Credit';
|
|
1024
|
+
debitAmount?: MoneyReadable;
|
|
1025
|
+
creditAmount?: MoneyReadable;
|
|
1080
1026
|
budgetId?: string | null;
|
|
1081
1027
|
};
|
|
1082
1028
|
|
|
1083
|
-
export type
|
|
1029
|
+
export type BudgetAccountEntryDtoWritable = {
|
|
1084
1030
|
id?: string | null;
|
|
1085
1031
|
timestamp?: string | null;
|
|
1086
1032
|
debit?: number;
|
|
@@ -1098,8 +1044,8 @@ export type BudgetAccountEntryDto = {
|
|
|
1098
1044
|
debitAccountName?: string | null;
|
|
1099
1045
|
creditAccountName?: string | null;
|
|
1100
1046
|
accountingEntryType?: 'None' | 'Debit' | 'Credit';
|
|
1101
|
-
debitAmount?:
|
|
1102
|
-
creditAmount?:
|
|
1047
|
+
debitAmount?: MoneyWritable;
|
|
1048
|
+
creditAmount?: MoneyWritable;
|
|
1103
1049
|
budgetId?: string | null;
|
|
1104
1050
|
};
|
|
1105
1051
|
|
|
@@ -1109,13 +1055,13 @@ export type BudgetAccountEntryDtoEnvelopeReadable = {
|
|
|
1109
1055
|
correlationId?: string | null;
|
|
1110
1056
|
readonly timestamp?: string;
|
|
1111
1057
|
readonly activityId?: string | null;
|
|
1112
|
-
result?:
|
|
1058
|
+
result?: BudgetAccountEntryDtoReadable;
|
|
1113
1059
|
};
|
|
1114
1060
|
|
|
1115
1061
|
export type BudgetAccountEntryDtoEnvelopeWritable = {
|
|
1116
1062
|
errorMessage?: string | null;
|
|
1117
1063
|
correlationId?: string | null;
|
|
1118
|
-
result?:
|
|
1064
|
+
result?: BudgetAccountEntryDtoWritable;
|
|
1119
1065
|
};
|
|
1120
1066
|
|
|
1121
1067
|
export type BudgetAccountEntryDtoIReadOnlyListEnvelopeReadable = {
|
|
@@ -1124,13 +1070,13 @@ export type BudgetAccountEntryDtoIReadOnlyListEnvelopeReadable = {
|
|
|
1124
1070
|
correlationId?: string | null;
|
|
1125
1071
|
readonly timestamp?: string;
|
|
1126
1072
|
readonly activityId?: string | null;
|
|
1127
|
-
result?: Array<
|
|
1073
|
+
result?: Array<BudgetAccountEntryDtoReadable> | null;
|
|
1128
1074
|
};
|
|
1129
1075
|
|
|
1130
1076
|
export type BudgetAccountEntryDtoIReadOnlyListEnvelopeWritable = {
|
|
1131
1077
|
errorMessage?: string | null;
|
|
1132
1078
|
correlationId?: string | null;
|
|
1133
|
-
result?: Array<
|
|
1079
|
+
result?: Array<BudgetAccountEntryDtoWritable> | null;
|
|
1134
1080
|
};
|
|
1135
1081
|
|
|
1136
1082
|
export type BudgetAccountEntryUpdateDto = {
|
|
@@ -1147,15 +1093,9 @@ export type BudgetAccountEntryUpdateDto = {
|
|
|
1147
1093
|
budgetId?: string | null;
|
|
1148
1094
|
};
|
|
1149
1095
|
|
|
1150
|
-
export type
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
name?: string | null;
|
|
1154
|
-
tenantId?: string | null;
|
|
1155
|
-
fiscalYearId?: string | null;
|
|
1156
|
-
};
|
|
1157
|
-
|
|
1158
|
-
export type BudgetCreateDtoWritable = {
|
|
1096
|
+
export type BudgetCreateDto = {
|
|
1097
|
+
id?: string;
|
|
1098
|
+
timestamp?: string;
|
|
1159
1099
|
name?: string | null;
|
|
1160
1100
|
tenantId?: string | null;
|
|
1161
1101
|
fiscalYearId?: string | null;
|
|
@@ -1204,25 +1144,9 @@ export type BudgetUpdateDto = {
|
|
|
1204
1144
|
fiscalYearId?: string | null;
|
|
1205
1145
|
};
|
|
1206
1146
|
|
|
1207
|
-
export type
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
title?: string | null;
|
|
1211
|
-
description?: string | null;
|
|
1212
|
-
baseAmount?: number;
|
|
1213
|
-
addedPercent?: number;
|
|
1214
|
-
addedAmount?: number;
|
|
1215
|
-
taxComission?: number;
|
|
1216
|
-
tenantId?: string | null;
|
|
1217
|
-
enrollmentId?: string | null;
|
|
1218
|
-
salaryId?: string | null;
|
|
1219
|
-
emisorWalletAccountId?: string | null;
|
|
1220
|
-
receiverWalletAccountId?: string | null;
|
|
1221
|
-
emisorContactId?: string | null;
|
|
1222
|
-
receiverContactId?: string | null;
|
|
1223
|
-
};
|
|
1224
|
-
|
|
1225
|
-
export type CommissionCreateDtoWritable = {
|
|
1147
|
+
export type CommissionCreateDto = {
|
|
1148
|
+
id?: string;
|
|
1149
|
+
timestamp?: string;
|
|
1226
1150
|
title?: string | null;
|
|
1227
1151
|
description?: string | null;
|
|
1228
1152
|
baseAmount?: number;
|
|
@@ -1302,16 +1226,9 @@ export type CommissionUpdateDto = {
|
|
|
1302
1226
|
receiverContactId?: string | null;
|
|
1303
1227
|
};
|
|
1304
1228
|
|
|
1305
|
-
export type
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
name?: string | null;
|
|
1309
|
-
tenantId?: string | null;
|
|
1310
|
-
fiscalYearId?: string | null;
|
|
1311
|
-
costCentreId?: string | null;
|
|
1312
|
-
};
|
|
1313
|
-
|
|
1314
|
-
export type CostCentreBudgetCreateDtoWritable = {
|
|
1229
|
+
export type CostCentreBudgetCreateDto = {
|
|
1230
|
+
id?: string;
|
|
1231
|
+
timestamp?: string;
|
|
1315
1232
|
name?: string | null;
|
|
1316
1233
|
tenantId?: string | null;
|
|
1317
1234
|
fiscalYearId?: string | null;
|
|
@@ -1363,19 +1280,9 @@ export type CostCentreBudgetUpdateDto = {
|
|
|
1363
1280
|
costCentreId?: string | null;
|
|
1364
1281
|
};
|
|
1365
1282
|
|
|
1366
|
-
export type
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
name?: string | null;
|
|
1370
|
-
disabled?: boolean;
|
|
1371
|
-
description?: string | null;
|
|
1372
|
-
costCentreType?: 'Service' | 'Production';
|
|
1373
|
-
tenantId?: string | null;
|
|
1374
|
-
costCentresGroupId?: string | null;
|
|
1375
|
-
parentCostCentreId?: string | null;
|
|
1376
|
-
};
|
|
1377
|
-
|
|
1378
|
-
export type CostCentreCreateDtoWritable = {
|
|
1283
|
+
export type CostCentreCreateDto = {
|
|
1284
|
+
id?: string;
|
|
1285
|
+
timestamp?: string;
|
|
1379
1286
|
name?: string | null;
|
|
1380
1287
|
disabled?: boolean;
|
|
1381
1288
|
description?: string | null;
|
|
@@ -1427,17 +1334,9 @@ export type CostCentreDtoListEnvelopeWritable = {
|
|
|
1427
1334
|
result?: Array<CostCentreDto> | null;
|
|
1428
1335
|
};
|
|
1429
1336
|
|
|
1430
|
-
export type
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
name?: string | null;
|
|
1434
|
-
description?: string | null;
|
|
1435
|
-
disabled?: boolean;
|
|
1436
|
-
tenantId?: string | null;
|
|
1437
|
-
parentCostCentresGroupId?: string | null;
|
|
1438
|
-
};
|
|
1439
|
-
|
|
1440
|
-
export type CostCentreGroupCreateDtoWritable = {
|
|
1337
|
+
export type CostCentreGroupCreateDto = {
|
|
1338
|
+
id?: string;
|
|
1339
|
+
timestamp?: string;
|
|
1441
1340
|
name?: string | null;
|
|
1442
1341
|
description?: string | null;
|
|
1443
1342
|
disabled?: boolean;
|
|
@@ -1503,9 +1402,9 @@ export type CostCentreUpdateDto = {
|
|
|
1503
1402
|
parentCostCentreId?: string | null;
|
|
1504
1403
|
};
|
|
1505
1404
|
|
|
1506
|
-
export type
|
|
1507
|
-
|
|
1508
|
-
|
|
1405
|
+
export type CreateLedgerDto = {
|
|
1406
|
+
id?: string;
|
|
1407
|
+
timestamp?: string;
|
|
1509
1408
|
name?: string | null;
|
|
1510
1409
|
description?: string | null;
|
|
1511
1410
|
dateTime?: string;
|
|
@@ -1514,16 +1413,13 @@ export type CreateLedgerDtoReadable = {
|
|
|
1514
1413
|
ledgerTypeId?: string | null;
|
|
1515
1414
|
};
|
|
1516
1415
|
|
|
1517
|
-
export type
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
tenantId?: string | null;
|
|
1522
|
-
enrollmentId?: string | null;
|
|
1523
|
-
ledgerTypeId?: string | null;
|
|
1416
|
+
export type CurrencyIdReadable = {
|
|
1417
|
+
readonly value?: string | null;
|
|
1418
|
+
code?: string | null;
|
|
1419
|
+
country?: string | null;
|
|
1524
1420
|
};
|
|
1525
1421
|
|
|
1526
|
-
export type
|
|
1422
|
+
export type CurrencyIdWritable = {
|
|
1527
1423
|
code?: string | null;
|
|
1528
1424
|
country?: string | null;
|
|
1529
1425
|
};
|
|
@@ -1554,15 +1450,9 @@ export type ErrorEnvelopeWritable = {
|
|
|
1554
1450
|
correlationId?: string | null;
|
|
1555
1451
|
};
|
|
1556
1452
|
|
|
1557
|
-
export type
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
name: string;
|
|
1561
|
-
description?: string | null;
|
|
1562
|
-
tenantID?: string | null;
|
|
1563
|
-
};
|
|
1564
|
-
|
|
1565
|
-
export type FinancialBookCreateDtoWritable = {
|
|
1453
|
+
export type FinancialBookCreateDto = {
|
|
1454
|
+
id?: string;
|
|
1455
|
+
timestamp?: string;
|
|
1566
1456
|
name: string;
|
|
1567
1457
|
description?: string | null;
|
|
1568
1458
|
tenantID?: string | null;
|
|
@@ -1612,17 +1502,9 @@ export type FinancialBookUpdateDto = {
|
|
|
1612
1502
|
tenantId?: string | null;
|
|
1613
1503
|
};
|
|
1614
1504
|
|
|
1615
|
-
export type
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
name?: string | null;
|
|
1619
|
-
description?: string | null;
|
|
1620
|
-
countryId?: string | null;
|
|
1621
|
-
logoUrl?: string | null;
|
|
1622
|
-
webUrl?: string | null;
|
|
1623
|
-
};
|
|
1624
|
-
|
|
1625
|
-
export type FiscalAuthorityCreateDtoWritable = {
|
|
1505
|
+
export type FiscalAuthorityCreateDto = {
|
|
1506
|
+
id?: string;
|
|
1507
|
+
timestamp?: string;
|
|
1626
1508
|
name?: string | null;
|
|
1627
1509
|
description?: string | null;
|
|
1628
1510
|
countryId?: string | null;
|
|
@@ -1680,17 +1562,9 @@ export type FiscalAuthorityUpdateDto = {
|
|
|
1680
1562
|
webUrl?: string | null;
|
|
1681
1563
|
};
|
|
1682
1564
|
|
|
1683
|
-
export type
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
code?: string | null;
|
|
1687
|
-
name?: string | null;
|
|
1688
|
-
fiscalAuthorityId?: string | null;
|
|
1689
|
-
tenantId?: string | null;
|
|
1690
|
-
enrollmentId?: string | null;
|
|
1691
|
-
};
|
|
1692
|
-
|
|
1693
|
-
export type FiscalIdentificationTypeCreateDtoWritable = {
|
|
1565
|
+
export type FiscalIdentificationTypeCreateDto = {
|
|
1566
|
+
id?: string;
|
|
1567
|
+
timestamp?: string;
|
|
1694
1568
|
code?: string | null;
|
|
1695
1569
|
name?: string | null;
|
|
1696
1570
|
fiscalAuthorityId?: string | null;
|
|
@@ -1746,18 +1620,9 @@ export type FiscalIdentificationTypeUpdateDto = {
|
|
|
1746
1620
|
enrollmentId?: string | null;
|
|
1747
1621
|
};
|
|
1748
1622
|
|
|
1749
|
-
export type
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
name?: string | null;
|
|
1753
|
-
fromDate?: string;
|
|
1754
|
-
toDate?: string;
|
|
1755
|
-
tenantId?: string | null;
|
|
1756
|
-
enrollmentId?: string | null;
|
|
1757
|
-
fiscalYearId?: string | null;
|
|
1758
|
-
};
|
|
1759
|
-
|
|
1760
|
-
export type FiscalPeriodCreateDtoWritable = {
|
|
1623
|
+
export type FiscalPeriodCreateDto = {
|
|
1624
|
+
id?: string;
|
|
1625
|
+
timestamp?: string;
|
|
1761
1626
|
name?: string | null;
|
|
1762
1627
|
fromDate?: string;
|
|
1763
1628
|
toDate?: string;
|
|
@@ -1816,17 +1681,9 @@ export type FiscalPeriodUpdateDto = {
|
|
|
1816
1681
|
fiscalYearId?: string | null;
|
|
1817
1682
|
};
|
|
1818
1683
|
|
|
1819
|
-
export type
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
code?: string | null;
|
|
1823
|
-
name?: string | null;
|
|
1824
|
-
fiscalAuthorityId?: string | null;
|
|
1825
|
-
tenantId?: string | null;
|
|
1826
|
-
enrollmentId?: string | null;
|
|
1827
|
-
};
|
|
1828
|
-
|
|
1829
|
-
export type FiscalRegimeCreateDtoWritable = {
|
|
1684
|
+
export type FiscalRegimeCreateDto = {
|
|
1685
|
+
id?: string;
|
|
1686
|
+
timestamp?: string;
|
|
1830
1687
|
code?: string | null;
|
|
1831
1688
|
name?: string | null;
|
|
1832
1689
|
fiscalAuthorityId?: string | null;
|
|
@@ -1882,17 +1739,9 @@ export type FiscalRegimeUpdateDto = {
|
|
|
1882
1739
|
enrollmentId?: string | null;
|
|
1883
1740
|
};
|
|
1884
1741
|
|
|
1885
|
-
export type
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
code?: string | null;
|
|
1889
|
-
name?: string | null;
|
|
1890
|
-
fiscalAuthorityId?: string | null;
|
|
1891
|
-
tenantId?: string | null;
|
|
1892
|
-
enrollmentId?: string | null;
|
|
1893
|
-
};
|
|
1894
|
-
|
|
1895
|
-
export type FiscalResponsibilityCreateDtoWritable = {
|
|
1742
|
+
export type FiscalResponsibilityCreateDto = {
|
|
1743
|
+
id?: string;
|
|
1744
|
+
timestamp?: string;
|
|
1896
1745
|
code?: string | null;
|
|
1897
1746
|
name?: string | null;
|
|
1898
1747
|
fiscalAuthorityId?: string | null;
|
|
@@ -1934,22 +1783,15 @@ export type FiscalResponsibilityDtoListEnvelopeReadable = {
|
|
|
1934
1783
|
result?: Array<FiscalResponsibilityDto> | null;
|
|
1935
1784
|
};
|
|
1936
1785
|
|
|
1937
|
-
export type FiscalResponsibilityDtoListEnvelopeWritable = {
|
|
1938
|
-
errorMessage?: string | null;
|
|
1939
|
-
correlationId?: string | null;
|
|
1940
|
-
result?: Array<FiscalResponsibilityDto> | null;
|
|
1941
|
-
};
|
|
1942
|
-
|
|
1943
|
-
export type
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
fiscalResponsibilityId?: string | null;
|
|
1947
|
-
billingProfileId?: string | null;
|
|
1948
|
-
tenantId?: string | null;
|
|
1949
|
-
enrollmentId?: string | null;
|
|
1950
|
-
};
|
|
1951
|
-
|
|
1952
|
-
export type FiscalResponsibilityRecordCreateDtoWritable = {
|
|
1786
|
+
export type FiscalResponsibilityDtoListEnvelopeWritable = {
|
|
1787
|
+
errorMessage?: string | null;
|
|
1788
|
+
correlationId?: string | null;
|
|
1789
|
+
result?: Array<FiscalResponsibilityDto> | null;
|
|
1790
|
+
};
|
|
1791
|
+
|
|
1792
|
+
export type FiscalResponsibilityRecordCreateDto = {
|
|
1793
|
+
id?: string;
|
|
1794
|
+
timestamp?: string;
|
|
1953
1795
|
fiscalResponsibilityId?: string | null;
|
|
1954
1796
|
billingProfileId?: string | null;
|
|
1955
1797
|
tenantId?: string | null;
|
|
@@ -2010,19 +1852,9 @@ export type FiscalResponsibilityUpdateDto = {
|
|
|
2010
1852
|
enrollmentId?: string | null;
|
|
2011
1853
|
};
|
|
2012
1854
|
|
|
2013
|
-
export type
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
name?: string | null;
|
|
2017
|
-
description?: string | null;
|
|
2018
|
-
closed?: boolean;
|
|
2019
|
-
tenantId?: string | null;
|
|
2020
|
-
enrollmentId?: string | null;
|
|
2021
|
-
endDate?: string;
|
|
2022
|
-
startDate?: string;
|
|
2023
|
-
};
|
|
2024
|
-
|
|
2025
|
-
export type FiscalYearCreateDtoWritable = {
|
|
1855
|
+
export type FiscalYearCreateDto = {
|
|
1856
|
+
id?: string;
|
|
1857
|
+
timestamp?: string;
|
|
2026
1858
|
name?: string | null;
|
|
2027
1859
|
description?: string | null;
|
|
2028
1860
|
closed?: boolean;
|
|
@@ -2102,14 +1934,9 @@ export type ForgotPasswordRequest = {
|
|
|
2102
1934
|
email: string | null;
|
|
2103
1935
|
};
|
|
2104
1936
|
|
|
2105
|
-
export type
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
tenantId?: string | null;
|
|
2109
|
-
enrollmentId?: string | null;
|
|
2110
|
-
};
|
|
2111
|
-
|
|
2112
|
-
export type GrantCreateDtoWritable = {
|
|
1937
|
+
export type GrantCreateDto = {
|
|
1938
|
+
id?: string;
|
|
1939
|
+
timestamp?: string;
|
|
2113
1940
|
tenantId?: string | null;
|
|
2114
1941
|
enrollmentId?: string | null;
|
|
2115
1942
|
};
|
|
@@ -2196,25 +2023,9 @@ export type Int32EnvelopeWritable = {
|
|
|
2196
2023
|
result?: number;
|
|
2197
2024
|
};
|
|
2198
2025
|
|
|
2199
|
-
export type
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
prefix?: string | null;
|
|
2203
|
-
suffix?: string | null;
|
|
2204
|
-
identifier?: string | null;
|
|
2205
|
-
qualifiedName?: string | null;
|
|
2206
|
-
currentNumeration?: number;
|
|
2207
|
-
numerationFrom?: number;
|
|
2208
|
-
numerationTo?: number;
|
|
2209
|
-
validFrom: string;
|
|
2210
|
-
validTo: string;
|
|
2211
|
-
fiscalAuthorityId?: string | null;
|
|
2212
|
-
tenantId?: string | null;
|
|
2213
|
-
enrollmentId?: string | null;
|
|
2214
|
-
documentType?: 'Standard' | 'DebitNote' | 'CreditNote';
|
|
2215
|
-
};
|
|
2216
|
-
|
|
2217
|
-
export type InvoiceEnumerationRangeCreateDtoWritable = {
|
|
2026
|
+
export type InvoiceEnumerationRangeCreateDto = {
|
|
2027
|
+
id?: string;
|
|
2028
|
+
timestamp?: string;
|
|
2218
2029
|
prefix?: string | null;
|
|
2219
2030
|
suffix?: string | null;
|
|
2220
2031
|
identifier?: string | null;
|
|
@@ -2294,15 +2105,9 @@ export type InvoiceEnumerationRangeUpdateDto = {
|
|
|
2294
2105
|
documentType?: 'Standard' | 'DebitNote' | 'CreditNote';
|
|
2295
2106
|
};
|
|
2296
2107
|
|
|
2297
|
-
export type
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
taxPolicyId?: string | null;
|
|
2301
|
-
itemPriceId?: string | null;
|
|
2302
|
-
itemId?: string | null;
|
|
2303
|
-
};
|
|
2304
|
-
|
|
2305
|
-
export type ItemTaxPolicyRecordCreateDtoWritable = {
|
|
2108
|
+
export type ItemTaxPolicyRecordCreateDto = {
|
|
2109
|
+
id?: string;
|
|
2110
|
+
timestamp?: string;
|
|
2306
2111
|
taxPolicyId?: string | null;
|
|
2307
2112
|
itemPriceId?: string | null;
|
|
2308
2113
|
itemId?: string | null;
|
|
@@ -2346,34 +2151,17 @@ export type ItemTaxPolicyRecordDtoListEnvelopeWritable = {
|
|
|
2346
2151
|
result?: Array<ItemTaxPolicyRecordDto> | null;
|
|
2347
2152
|
};
|
|
2348
2153
|
|
|
2349
|
-
export type
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
taxPolicyId?: string | null;
|
|
2353
|
-
itemPriceId?: string | null;
|
|
2354
|
-
itemId?: string | null;
|
|
2355
|
-
};
|
|
2356
|
-
|
|
2357
|
-
export type ItemTaxPolicyRecordUpdateDtoWritable = {
|
|
2154
|
+
export type ItemTaxPolicyRecordUpdateDto = {
|
|
2155
|
+
id?: string;
|
|
2156
|
+
timestamp?: string;
|
|
2358
2157
|
taxPolicyId?: string | null;
|
|
2359
2158
|
itemPriceId?: string | null;
|
|
2360
2159
|
itemId?: string | null;
|
|
2361
2160
|
};
|
|
2362
2161
|
|
|
2363
|
-
export type
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
name: string;
|
|
2367
|
-
description?: string | null;
|
|
2368
|
-
dateTime?: string;
|
|
2369
|
-
tenantID?: string | null;
|
|
2370
|
-
enrollmentID?: string | null;
|
|
2371
|
-
parentJournalID?: string | null;
|
|
2372
|
-
journalTypeID?: string | null;
|
|
2373
|
-
ledgerID?: string | null;
|
|
2374
|
-
};
|
|
2375
|
-
|
|
2376
|
-
export type JournalCreateDtoWritable = {
|
|
2162
|
+
export type JournalCreateDto = {
|
|
2163
|
+
id?: string;
|
|
2164
|
+
timestamp?: string;
|
|
2377
2165
|
name: string;
|
|
2378
2166
|
description?: string | null;
|
|
2379
2167
|
dateTime?: string;
|
|
@@ -2427,9 +2215,9 @@ export type JournalDtoIReadOnlyListEnvelopeWritable = {
|
|
|
2427
2215
|
result?: Array<JournalDto> | null;
|
|
2428
2216
|
};
|
|
2429
2217
|
|
|
2430
|
-
export type
|
|
2431
|
-
|
|
2432
|
-
|
|
2218
|
+
export type JournalEntryCreateDto = {
|
|
2219
|
+
id?: string;
|
|
2220
|
+
timestamp?: string;
|
|
2433
2221
|
group?: boolean;
|
|
2434
2222
|
opening?: boolean;
|
|
2435
2223
|
description: string;
|
|
@@ -2444,22 +2232,34 @@ export type JournalEntryCreateDtoReadable = {
|
|
|
2444
2232
|
invoiceCode?: string | null;
|
|
2445
2233
|
};
|
|
2446
2234
|
|
|
2447
|
-
export type
|
|
2235
|
+
export type JournalEntryDtoReadable = {
|
|
2236
|
+
id?: string | null;
|
|
2237
|
+
timestamp?: string | null;
|
|
2448
2238
|
group?: boolean;
|
|
2449
2239
|
opening?: boolean;
|
|
2450
|
-
description
|
|
2451
|
-
date
|
|
2452
|
-
|
|
2240
|
+
description?: string | null;
|
|
2241
|
+
date?: string | null;
|
|
2242
|
+
forexRatesSnapshot?: string | null;
|
|
2243
|
+
forexRate?: number;
|
|
2453
2244
|
credit?: number;
|
|
2454
|
-
|
|
2455
|
-
currencyId
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2245
|
+
debit?: number;
|
|
2246
|
+
currencyId?: string | null;
|
|
2247
|
+
tenantId?: string | null;
|
|
2248
|
+
enrollmentId?: string | null;
|
|
2249
|
+
journalId?: string | null;
|
|
2250
|
+
journalName?: string | null;
|
|
2251
|
+
journalCode?: string | null;
|
|
2252
|
+
creditAccountId?: string | null;
|
|
2253
|
+
creditAccountName?: string | null;
|
|
2254
|
+
debitAccountId?: string | null;
|
|
2255
|
+
debitAccountName?: string | null;
|
|
2459
2256
|
invoiceCode?: string | null;
|
|
2257
|
+
parentJournalEntryId?: string | null;
|
|
2258
|
+
creditAmount?: MoneyReadable;
|
|
2259
|
+
debitAmount?: MoneyReadable;
|
|
2460
2260
|
};
|
|
2461
2261
|
|
|
2462
|
-
export type
|
|
2262
|
+
export type JournalEntryDtoWritable = {
|
|
2463
2263
|
id?: string | null;
|
|
2464
2264
|
timestamp?: string | null;
|
|
2465
2265
|
group?: boolean;
|
|
@@ -2482,8 +2282,8 @@ export type JournalEntryDto = {
|
|
|
2482
2282
|
debitAccountName?: string | null;
|
|
2483
2283
|
invoiceCode?: string | null;
|
|
2484
2284
|
parentJournalEntryId?: string | null;
|
|
2485
|
-
creditAmount?:
|
|
2486
|
-
debitAmount?:
|
|
2285
|
+
creditAmount?: MoneyWritable;
|
|
2286
|
+
debitAmount?: MoneyWritable;
|
|
2487
2287
|
};
|
|
2488
2288
|
|
|
2489
2289
|
export type JournalEntryDtoIReadOnlyListEnvelopeReadable = {
|
|
@@ -2492,13 +2292,13 @@ export type JournalEntryDtoIReadOnlyListEnvelopeReadable = {
|
|
|
2492
2292
|
correlationId?: string | null;
|
|
2493
2293
|
readonly timestamp?: string;
|
|
2494
2294
|
readonly activityId?: string | null;
|
|
2495
|
-
result?: Array<
|
|
2295
|
+
result?: Array<JournalEntryDtoReadable> | null;
|
|
2496
2296
|
};
|
|
2497
2297
|
|
|
2498
2298
|
export type JournalEntryDtoIReadOnlyListEnvelopeWritable = {
|
|
2499
2299
|
errorMessage?: string | null;
|
|
2500
2300
|
correlationId?: string | null;
|
|
2501
|
-
result?: Array<
|
|
2301
|
+
result?: Array<JournalEntryDtoWritable> | null;
|
|
2502
2302
|
};
|
|
2503
2303
|
|
|
2504
2304
|
export type JournalEntryUpdateDto = {
|
|
@@ -2516,15 +2316,9 @@ export type JournalEntryUpdateDto = {
|
|
|
2516
2316
|
parentJournalEntryId?: string | null;
|
|
2517
2317
|
};
|
|
2518
2318
|
|
|
2519
|
-
export type
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
name?: string | null;
|
|
2523
|
-
tenantId?: string | null;
|
|
2524
|
-
enrollmentId?: string | null;
|
|
2525
|
-
};
|
|
2526
|
-
|
|
2527
|
-
export type JournalTypeCreateDtoWritable = {
|
|
2319
|
+
export type JournalTypeCreateDto = {
|
|
2320
|
+
id?: string;
|
|
2321
|
+
timestamp?: string;
|
|
2528
2322
|
name?: string | null;
|
|
2529
2323
|
tenantId?: string | null;
|
|
2530
2324
|
enrollmentId?: string | null;
|
|
@@ -2624,16 +2418,9 @@ export type LedgerDtoIReadOnlyListEnvelopeWritable = {
|
|
|
2624
2418
|
result?: Array<LedgerDto> | null;
|
|
2625
2419
|
};
|
|
2626
2420
|
|
|
2627
|
-
export type
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
name: string;
|
|
2631
|
-
ledgerClass?: 'Assets' | 'Equity' | 'Gains' | 'Losses' | 'Revenue' | 'Expenses' | 'Liabilities';
|
|
2632
|
-
tenantId?: string | null;
|
|
2633
|
-
enrollmentId?: string | null;
|
|
2634
|
-
};
|
|
2635
|
-
|
|
2636
|
-
export type LedgerTypeCreateDtoWritable = {
|
|
2421
|
+
export type LedgerTypeCreateDto = {
|
|
2422
|
+
id?: string;
|
|
2423
|
+
timestamp?: string;
|
|
2637
2424
|
name: string;
|
|
2638
2425
|
ledgerClass?: 'Assets' | 'Equity' | 'Gains' | 'Losses' | 'Revenue' | 'Expenses' | 'Liabilities';
|
|
2639
2426
|
tenantId?: string | null;
|
|
@@ -2686,14 +2473,9 @@ export type LedgerTypeUpdateDto = {
|
|
|
2686
2473
|
enrollmentId?: string | null;
|
|
2687
2474
|
};
|
|
2688
2475
|
|
|
2689
|
-
export type
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
tenantId?: string | null;
|
|
2693
|
-
enrollmentId?: string | null;
|
|
2694
|
-
};
|
|
2695
|
-
|
|
2696
|
-
export type LoanApplicationCreateDtoWritable = {
|
|
2476
|
+
export type LoanApplicationCreateDto = {
|
|
2477
|
+
id?: string;
|
|
2478
|
+
timestamp?: string;
|
|
2697
2479
|
tenantId?: string | null;
|
|
2698
2480
|
enrollmentId?: string | null;
|
|
2699
2481
|
};
|
|
@@ -2740,21 +2522,9 @@ export type LoanApplicationUpdateDto = {
|
|
|
2740
2522
|
enrollmentId?: string | null;
|
|
2741
2523
|
};
|
|
2742
2524
|
|
|
2743
|
-
export type
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
loanTimestamp?: string;
|
|
2747
|
-
paymentDeadline?: string;
|
|
2748
|
-
value?: number;
|
|
2749
|
-
interestRate?: number;
|
|
2750
|
-
isCompundInterestRate?: boolean;
|
|
2751
|
-
loanTypeId?: string | null;
|
|
2752
|
-
currencyId?: string | null;
|
|
2753
|
-
tenantId?: string | null;
|
|
2754
|
-
enrollmentId?: string | null;
|
|
2755
|
-
};
|
|
2756
|
-
|
|
2757
|
-
export type LoanCreateDtoWritable = {
|
|
2525
|
+
export type LoanCreateDto = {
|
|
2526
|
+
id?: string;
|
|
2527
|
+
timestamp?: string;
|
|
2758
2528
|
loanTimestamp?: string;
|
|
2759
2529
|
paymentDeadline?: string;
|
|
2760
2530
|
value?: number;
|
|
@@ -2828,9 +2598,14 @@ export type LoginRequest = {
|
|
|
2828
2598
|
twoFactorRecoveryCode?: string | null;
|
|
2829
2599
|
};
|
|
2830
2600
|
|
|
2831
|
-
export type
|
|
2601
|
+
export type MoneyReadable = {
|
|
2602
|
+
amount?: number;
|
|
2603
|
+
currency?: CurrencyIdReadable;
|
|
2604
|
+
};
|
|
2605
|
+
|
|
2606
|
+
export type MoneyWritable = {
|
|
2832
2607
|
amount?: number;
|
|
2833
|
-
currency?:
|
|
2608
|
+
currency?: CurrencyIdWritable;
|
|
2834
2609
|
};
|
|
2835
2610
|
|
|
2836
2611
|
export type Operation = {
|
|
@@ -2841,13 +2616,9 @@ export type Operation = {
|
|
|
2841
2616
|
value?: unknown;
|
|
2842
2617
|
};
|
|
2843
2618
|
|
|
2844
|
-
export type
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
paymentId?: string | null;
|
|
2848
|
-
};
|
|
2849
|
-
|
|
2850
|
-
export type PaymentCommissionCreateDtoWritable = {
|
|
2619
|
+
export type PaymentCommissionCreateDto = {
|
|
2620
|
+
id?: string;
|
|
2621
|
+
timestamp?: string;
|
|
2851
2622
|
paymentId?: string | null;
|
|
2852
2623
|
};
|
|
2853
2624
|
|
|
@@ -2941,17 +2712,29 @@ export type ReceiptCreateDto = {
|
|
|
2941
2712
|
shippingMethodId?: string | null;
|
|
2942
2713
|
currencyId?: string | null;
|
|
2943
2714
|
totalDetail?: number;
|
|
2715
|
+
totalDetailCurrencyId?: string | null;
|
|
2944
2716
|
totalProfit?: number;
|
|
2717
|
+
totalProfitCurrencyId?: string | null;
|
|
2945
2718
|
totalDiscounts?: number;
|
|
2719
|
+
totalDiscountsCurrencyId?: string | null;
|
|
2946
2720
|
totalSurcharges?: number;
|
|
2721
|
+
totalSurchargesCurrencyId?: string | null;
|
|
2947
2722
|
totalShippingTax?: number;
|
|
2723
|
+
totalShippingTaxCurrencyId?: string | null;
|
|
2948
2724
|
totalShippingCost?: number;
|
|
2725
|
+
totalShippingCostCurrencyId?: string | null;
|
|
2949
2726
|
totalGlobalDiscounts?: number;
|
|
2727
|
+
totalGlobalDiscountsCurrencyId?: string | null;
|
|
2950
2728
|
totalGlobalSurcharges?: number;
|
|
2729
|
+
totalGlobalSurchargesCurrencyId?: string | null;
|
|
2951
2730
|
totalWithheldTax?: number;
|
|
2731
|
+
totalWithheldTaxCurrencyId?: string | null;
|
|
2952
2732
|
totalTaxBase?: number;
|
|
2733
|
+
totalTaxBaseCurrencyId?: string | null;
|
|
2953
2734
|
totalTaxes?: number;
|
|
2735
|
+
totalTaxesCurrencyId?: string | null;
|
|
2954
2736
|
total?: number;
|
|
2737
|
+
totalCurrencyId?: string | null;
|
|
2955
2738
|
costCalculationMethod?: 'Automatic' | 'Custom';
|
|
2956
2739
|
taxCalculationMethod?: 'Included' | 'Excluded';
|
|
2957
2740
|
paymentId?: string | null;
|
|
@@ -3046,19 +2829,9 @@ export type ResetPasswordRequest = {
|
|
|
3046
2829
|
newPassword: string | null;
|
|
3047
2830
|
};
|
|
3048
2831
|
|
|
3049
|
-
export type
|
|
3050
|
-
|
|
3051
|
-
|
|
3052
|
-
name?: string | null;
|
|
3053
|
-
value?: boolean;
|
|
3054
|
-
description?: string | null;
|
|
3055
|
-
forexRates?: string | null;
|
|
3056
|
-
currencyId?: string | null;
|
|
3057
|
-
tenantId?: string | null;
|
|
3058
|
-
enrollmentId?: string | null;
|
|
3059
|
-
};
|
|
3060
|
-
|
|
3061
|
-
export type ShareClassCreateDtoWritable = {
|
|
2832
|
+
export type ShareClassCreateDto = {
|
|
2833
|
+
id?: string;
|
|
2834
|
+
timestamp?: string;
|
|
3062
2835
|
name?: string | null;
|
|
3063
2836
|
value?: boolean;
|
|
3064
2837
|
description?: string | null;
|
|
@@ -3120,17 +2893,9 @@ export type ShareClassUpdateDto = {
|
|
|
3120
2893
|
enrollmentId?: string | null;
|
|
3121
2894
|
};
|
|
3122
2895
|
|
|
3123
|
-
export type
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
tenantId?: string | null;
|
|
3127
|
-
enrollmentId?: string | null;
|
|
3128
|
-
unitPrice?: number;
|
|
3129
|
-
quantity?: number;
|
|
3130
|
-
currencyId?: string | null;
|
|
3131
|
-
};
|
|
3132
|
-
|
|
3133
|
-
export type ShareIssuanceCreateDtoWritable = {
|
|
2896
|
+
export type ShareIssuanceCreateDto = {
|
|
2897
|
+
id?: string;
|
|
2898
|
+
timestamp?: string;
|
|
3134
2899
|
tenantId?: string | null;
|
|
3135
2900
|
enrollmentId?: string | null;
|
|
3136
2901
|
unitPrice?: number;
|
|
@@ -3186,19 +2951,9 @@ export type ShareIssuanceUpdateDto = {
|
|
|
3186
2951
|
currencyId?: string | null;
|
|
3187
2952
|
};
|
|
3188
2953
|
|
|
3189
|
-
export type
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
description?: string | null;
|
|
3193
|
-
value?: number;
|
|
3194
|
-
newShareHolderId?: string | null;
|
|
3195
|
-
formerShareHolderId?: string | null;
|
|
3196
|
-
shareTransferReasonId?: string | null;
|
|
3197
|
-
enrollmentId?: string | null;
|
|
3198
|
-
tenantId?: string | null;
|
|
3199
|
-
};
|
|
3200
|
-
|
|
3201
|
-
export type ShareTransferCreateDtoWritable = {
|
|
2954
|
+
export type ShareTransferCreateDto = {
|
|
2955
|
+
id?: string;
|
|
2956
|
+
timestamp?: string;
|
|
3202
2957
|
description?: string | null;
|
|
3203
2958
|
value?: number;
|
|
3204
2959
|
newShareHolderId?: string | null;
|
|
@@ -3250,16 +3005,9 @@ export type ShareTransferDtoListEnvelopeWritable = {
|
|
|
3250
3005
|
result?: Array<ShareTransferDto> | null;
|
|
3251
3006
|
};
|
|
3252
3007
|
|
|
3253
|
-
export type
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
name?: string | null;
|
|
3257
|
-
description?: string | null;
|
|
3258
|
-
enrollmentId?: string | null;
|
|
3259
|
-
tenantId?: string | null;
|
|
3260
|
-
};
|
|
3261
|
-
|
|
3262
|
-
export type ShareTransferReasonCreateDtoWritable = {
|
|
3008
|
+
export type ShareTransferReasonCreateDto = {
|
|
3009
|
+
id?: string;
|
|
3010
|
+
timestamp?: string;
|
|
3263
3011
|
name?: string | null;
|
|
3264
3012
|
description?: string | null;
|
|
3265
3013
|
enrollmentId?: string | null;
|
|
@@ -3322,39 +3070,9 @@ export type ShareTransferUpdateDto = {
|
|
|
3322
3070
|
tenantId?: string | null;
|
|
3323
3071
|
};
|
|
3324
3072
|
|
|
3325
|
-
export type
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
code?: string | null;
|
|
3329
|
-
title?: string | null;
|
|
3330
|
-
description?: string | null;
|
|
3331
|
-
isFree?: boolean;
|
|
3332
|
-
reduce?: boolean;
|
|
3333
|
-
isEnabled?: boolean;
|
|
3334
|
-
isDefault?: boolean;
|
|
3335
|
-
allowInternational?: boolean;
|
|
3336
|
-
hours?: number;
|
|
3337
|
-
days?: number;
|
|
3338
|
-
weeks?: number;
|
|
3339
|
-
months?: number;
|
|
3340
|
-
years?: number;
|
|
3341
|
-
value?: number;
|
|
3342
|
-
percentage?: number;
|
|
3343
|
-
currencyId?: string | null;
|
|
3344
|
-
countryId?: string | null;
|
|
3345
|
-
countryStateId?: string | null;
|
|
3346
|
-
customState?: string | null;
|
|
3347
|
-
customCity?: string | null;
|
|
3348
|
-
cityId?: string | null;
|
|
3349
|
-
enrollmentId?: string | null;
|
|
3350
|
-
tenantId?: string | null;
|
|
3351
|
-
zero?: boolean;
|
|
3352
|
-
reduced?: boolean;
|
|
3353
|
-
withholding?: boolean;
|
|
3354
|
-
fiscalAuthorityId?: string | null;
|
|
3355
|
-
};
|
|
3356
|
-
|
|
3357
|
-
export type TaxPolicyCreateDtoWritable = {
|
|
3073
|
+
export type TaxPolicyCreateDto = {
|
|
3074
|
+
id?: string;
|
|
3075
|
+
timestamp?: string;
|
|
3358
3076
|
code?: string | null;
|
|
3359
3077
|
title?: string | null;
|
|
3360
3078
|
description?: string | null;
|
|
@@ -3476,32 +3194,9 @@ export type TaxPolicyUpdateDto = {
|
|
|
3476
3194
|
fiscalAuthorityId?: string | null;
|
|
3477
3195
|
};
|
|
3478
3196
|
|
|
3479
|
-
export type
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
name?: string | null;
|
|
3483
|
-
rate?: number;
|
|
3484
|
-
value?: number;
|
|
3485
|
-
um?: string | null;
|
|
3486
|
-
unitId?: string | null;
|
|
3487
|
-
unitGroupId?: string | null;
|
|
3488
|
-
priority?: number;
|
|
3489
|
-
compound?: boolean;
|
|
3490
|
-
shipping?: boolean;
|
|
3491
|
-
withholding?: boolean;
|
|
3492
|
-
singleTransactionThreshold?: number;
|
|
3493
|
-
cumulativeTransactionThreshold?: number;
|
|
3494
|
-
fiscalAuthorityId?: string | null;
|
|
3495
|
-
fiscalYearId?: string | null;
|
|
3496
|
-
tenantId?: string | null;
|
|
3497
|
-
countryId?: string | null;
|
|
3498
|
-
taxClassId?: string | null;
|
|
3499
|
-
currencyId?: string | null;
|
|
3500
|
-
taxPolicyId?: string | null;
|
|
3501
|
-
enrollmentId?: string | null;
|
|
3502
|
-
};
|
|
3503
|
-
|
|
3504
|
-
export type TaxRateCreateDtoWritable = {
|
|
3197
|
+
export type TaxRateCreateDto = {
|
|
3198
|
+
id?: string;
|
|
3199
|
+
timestamp?: string;
|
|
3505
3200
|
name?: string | null;
|
|
3506
3201
|
rate?: number;
|
|
3507
3202
|
value?: number;
|
|
@@ -3604,16 +3299,9 @@ export type TaxRateUpdateDto = {
|
|
|
3604
3299
|
|
|
3605
3300
|
export type TenantId = string;
|
|
3606
3301
|
|
|
3607
|
-
export type
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
name?: string | null;
|
|
3611
|
-
description?: string | null;
|
|
3612
|
-
enrollmentId?: string | null;
|
|
3613
|
-
tenantId?: string | null;
|
|
3614
|
-
};
|
|
3615
|
-
|
|
3616
|
-
export type TransactionCategoryCreateDtoWritable = {
|
|
3302
|
+
export type TransactionCategoryCreateDto = {
|
|
3303
|
+
id?: string;
|
|
3304
|
+
timestamp?: string;
|
|
3617
3305
|
name?: string | null;
|
|
3618
3306
|
description?: string | null;
|
|
3619
3307
|
enrollmentId?: string | null;
|
|
@@ -3666,25 +3354,9 @@ export type TransactionCategoryUpdateDto = {
|
|
|
3666
3354
|
tenantId?: string | null;
|
|
3667
3355
|
};
|
|
3668
3356
|
|
|
3669
|
-
export type
|
|
3670
|
-
|
|
3671
|
-
|
|
3672
|
-
description?: string | null;
|
|
3673
|
-
price?: number;
|
|
3674
|
-
quantity?: number;
|
|
3675
|
-
externalDescription?: string | null;
|
|
3676
|
-
basisQuantity?: number;
|
|
3677
|
-
basisAmount?: number;
|
|
3678
|
-
percent?: number;
|
|
3679
|
-
unitGroupId?: string | null;
|
|
3680
|
-
unitId?: string | null;
|
|
3681
|
-
transactionCategoryId?: string | null;
|
|
3682
|
-
currencyId?: string | null;
|
|
3683
|
-
tenantId?: string | null;
|
|
3684
|
-
enrollmentId?: string | null;
|
|
3685
|
-
};
|
|
3686
|
-
|
|
3687
|
-
export type TransactionCreateDtoWritable = {
|
|
3357
|
+
export type TransactionCreateDto = {
|
|
3358
|
+
id?: string;
|
|
3359
|
+
timestamp?: string;
|
|
3688
3360
|
description?: string | null;
|
|
3689
3361
|
price?: number;
|
|
3690
3362
|
quantity?: number;
|
|
@@ -3824,7 +3496,7 @@ export type GetAccountGroupsResponses = {
|
|
|
3824
3496
|
export type GetAccountGroupsResponse = GetAccountGroupsResponses[keyof GetAccountGroupsResponses];
|
|
3825
3497
|
|
|
3826
3498
|
export type CreateAccountGroupData = {
|
|
3827
|
-
body?:
|
|
3499
|
+
body?: AccountGroupCreateDto;
|
|
3828
3500
|
headers?: {
|
|
3829
3501
|
'x-api-version'?: string;
|
|
3830
3502
|
};
|
|
@@ -4051,7 +3723,7 @@ export type GetAccountingPeriodsResponses = {
|
|
|
4051
3723
|
export type GetAccountingPeriodsResponse = GetAccountingPeriodsResponses[keyof GetAccountingPeriodsResponses];
|
|
4052
3724
|
|
|
4053
3725
|
export type CreateAccountingPeriodData = {
|
|
4054
|
-
body?:
|
|
3726
|
+
body?: AccountingPeriodCreateDto;
|
|
4055
3727
|
headers?: {
|
|
4056
3728
|
'x-api-version'?: string;
|
|
4057
3729
|
};
|
|
@@ -4279,7 +3951,7 @@ export type GetAccountsAsyncResponses = {
|
|
|
4279
3951
|
export type GetAccountsAsyncResponse = GetAccountsAsyncResponses[keyof GetAccountsAsyncResponses];
|
|
4280
3952
|
|
|
4281
3953
|
export type CreateAccountAsyncData = {
|
|
4282
|
-
body?:
|
|
3954
|
+
body?: AccountCreateDto;
|
|
4283
3955
|
headers?: {
|
|
4284
3956
|
'x-api-version'?: string;
|
|
4285
3957
|
};
|
|
@@ -4678,7 +4350,7 @@ export type GetAccountEntriesAsyncResponses = {
|
|
|
4678
4350
|
export type GetAccountEntriesAsyncResponse = GetAccountEntriesAsyncResponses[keyof GetAccountEntriesAsyncResponses];
|
|
4679
4351
|
|
|
4680
4352
|
export type CreateAccountEntryAsyncData = {
|
|
4681
|
-
body?:
|
|
4353
|
+
body?: AccountingEntryCreateDto;
|
|
4682
4354
|
headers?: {
|
|
4683
4355
|
'x-api-version'?: string;
|
|
4684
4356
|
};
|
|
@@ -4952,7 +4624,7 @@ export type GetAccountDebitsAsyncResponses = {
|
|
|
4952
4624
|
export type GetAccountDebitsAsyncResponse = GetAccountDebitsAsyncResponses[keyof GetAccountDebitsAsyncResponses];
|
|
4953
4625
|
|
|
4954
4626
|
export type CreateAccountDebitAsyncData = {
|
|
4955
|
-
body?:
|
|
4627
|
+
body?: AccountingEntryCreateDto;
|
|
4956
4628
|
headers?: {
|
|
4957
4629
|
'x-api-version'?: string;
|
|
4958
4630
|
};
|
|
@@ -5063,7 +4735,7 @@ export type GetAccountCreditsAsyncResponses = {
|
|
|
5063
4735
|
export type GetAccountCreditsAsyncResponse = GetAccountCreditsAsyncResponses[keyof GetAccountCreditsAsyncResponses];
|
|
5064
4736
|
|
|
5065
4737
|
export type CreateAccountCreditAsyncData = {
|
|
5066
|
-
body?:
|
|
4738
|
+
body?: AccountingEntryCreateDto;
|
|
5067
4739
|
headers?: {
|
|
5068
4740
|
'x-api-version'?: string;
|
|
5069
4741
|
};
|
|
@@ -5137,7 +4809,7 @@ export type GetAccountCreditsCountAsyncResponses = {
|
|
|
5137
4809
|
export type GetAccountCreditsCountAsyncResponse = GetAccountCreditsCountAsyncResponses[keyof GetAccountCreditsCountAsyncResponses];
|
|
5138
4810
|
|
|
5139
4811
|
export type GetAccountAggregateAsyncData = {
|
|
5140
|
-
body?: Array<
|
|
4812
|
+
body?: Array<AccountDtoWritable>;
|
|
5141
4813
|
headers?: {
|
|
5142
4814
|
'x-api-version'?: string;
|
|
5143
4815
|
};
|
|
@@ -5209,7 +4881,7 @@ export type GetAccountTypesAsyncResponses = {
|
|
|
5209
4881
|
export type GetAccountTypesAsyncResponse = GetAccountTypesAsyncResponses[keyof GetAccountTypesAsyncResponses];
|
|
5210
4882
|
|
|
5211
4883
|
export type CreateAccountTypeAsyncData = {
|
|
5212
|
-
body?:
|
|
4884
|
+
body?: AccountTypeCreateDto;
|
|
5213
4885
|
headers?: {
|
|
5214
4886
|
'x-api-version'?: string;
|
|
5215
4887
|
};
|
|
@@ -5393,7 +5065,7 @@ export type GetAccountRelationsAsyncResponses = {
|
|
|
5393
5065
|
export type GetAccountRelationsAsyncResponse = GetAccountRelationsAsyncResponses[keyof GetAccountRelationsAsyncResponses];
|
|
5394
5066
|
|
|
5395
5067
|
export type CreateAccountRelationAsyncData = {
|
|
5396
|
-
body?:
|
|
5068
|
+
body?: AccountRelationCreateDto;
|
|
5397
5069
|
headers?: {
|
|
5398
5070
|
'x-api-version'?: string;
|
|
5399
5071
|
};
|
|
@@ -5576,7 +5248,7 @@ export type GetBanksResponses = {
|
|
|
5576
5248
|
export type GetBanksResponse = GetBanksResponses[keyof GetBanksResponses];
|
|
5577
5249
|
|
|
5578
5250
|
export type CreateBankData = {
|
|
5579
|
-
body?:
|
|
5251
|
+
body?: BankCreateDto;
|
|
5580
5252
|
headers?: {
|
|
5581
5253
|
'x-api-version'?: string;
|
|
5582
5254
|
};
|
|
@@ -5805,7 +5477,7 @@ export type GetBankAccountsResponses = {
|
|
|
5805
5477
|
export type GetBankAccountsResponse = GetBankAccountsResponses[keyof GetBankAccountsResponses];
|
|
5806
5478
|
|
|
5807
5479
|
export type CreateBankAccountData = {
|
|
5808
|
-
body?:
|
|
5480
|
+
body?: BankAccountCreateDto;
|
|
5809
5481
|
headers?: {
|
|
5810
5482
|
'x-api-version'?: string;
|
|
5811
5483
|
};
|
|
@@ -6037,7 +5709,7 @@ export type GetBankGuaranteesResponses = {
|
|
|
6037
5709
|
export type GetBankGuaranteesResponse = GetBankGuaranteesResponses[keyof GetBankGuaranteesResponses];
|
|
6038
5710
|
|
|
6039
5711
|
export type CreateBankGuaranteeData = {
|
|
6040
|
-
body?:
|
|
5712
|
+
body?: BankGuaranteeCreateDto;
|
|
6041
5713
|
headers?: {
|
|
6042
5714
|
'x-api-version'?: string;
|
|
6043
5715
|
};
|
|
@@ -6269,7 +5941,7 @@ export type GetBankTransactionsResponses = {
|
|
|
6269
5941
|
export type GetBankTransactionsResponse = GetBankTransactionsResponses[keyof GetBankTransactionsResponses];
|
|
6270
5942
|
|
|
6271
5943
|
export type CreateBankTransactionData = {
|
|
6272
|
-
body?:
|
|
5944
|
+
body?: BankTransactionCreateDto;
|
|
6273
5945
|
headers?: {
|
|
6274
5946
|
'x-api-version'?: string;
|
|
6275
5947
|
};
|
|
@@ -6558,7 +6230,7 @@ export type GetBillingProfilesAsyncResponses = {
|
|
|
6558
6230
|
export type GetBillingProfilesAsyncResponse = GetBillingProfilesAsyncResponses[keyof GetBillingProfilesAsyncResponses];
|
|
6559
6231
|
|
|
6560
6232
|
export type CreateBillingProfileAsyncData = {
|
|
6561
|
-
body:
|
|
6233
|
+
body: BillingProfileCreateDto;
|
|
6562
6234
|
headers?: {
|
|
6563
6235
|
'x-api-version'?: string;
|
|
6564
6236
|
};
|
|
@@ -6748,7 +6420,7 @@ export type GetBudgetsAsyncResponses = {
|
|
|
6748
6420
|
export type GetBudgetsAsyncResponse = GetBudgetsAsyncResponses[keyof GetBudgetsAsyncResponses];
|
|
6749
6421
|
|
|
6750
6422
|
export type CreateBudgetAsyncData = {
|
|
6751
|
-
body:
|
|
6423
|
+
body: BudgetCreateDto;
|
|
6752
6424
|
headers?: {
|
|
6753
6425
|
'x-api-version'?: string;
|
|
6754
6426
|
};
|
|
@@ -6820,7 +6492,7 @@ export type GetBudgetAccountEntriesCollectionAsyncResponses = {
|
|
|
6820
6492
|
export type GetBudgetAccountEntriesCollectionAsyncResponse = GetBudgetAccountEntriesCollectionAsyncResponses[keyof GetBudgetAccountEntriesCollectionAsyncResponses];
|
|
6821
6493
|
|
|
6822
6494
|
export type CreateBudgetAccountEntryAsyncData = {
|
|
6823
|
-
body:
|
|
6495
|
+
body: BudgetAccountEntryCreateDto;
|
|
6824
6496
|
headers?: {
|
|
6825
6497
|
'x-api-version'?: string;
|
|
6826
6498
|
};
|
|
@@ -7006,7 +6678,7 @@ export type GetCommissionsAsyncResponses = {
|
|
|
7006
6678
|
export type GetCommissionsAsyncResponse = GetCommissionsAsyncResponses[keyof GetCommissionsAsyncResponses];
|
|
7007
6679
|
|
|
7008
6680
|
export type CreateCommissionAsyncData = {
|
|
7009
|
-
body:
|
|
6681
|
+
body: CommissionCreateDto;
|
|
7010
6682
|
headers?: {
|
|
7011
6683
|
'x-api-version'?: string;
|
|
7012
6684
|
};
|
|
@@ -7222,7 +6894,7 @@ export type GetPaymentCommissionsAsyncResponses = {
|
|
|
7222
6894
|
export type GetPaymentCommissionsAsyncResponse = GetPaymentCommissionsAsyncResponses[keyof GetPaymentCommissionsAsyncResponses];
|
|
7223
6895
|
|
|
7224
6896
|
export type CreatePaymentCommissionAsyncData = {
|
|
7225
|
-
body:
|
|
6897
|
+
body: PaymentCommissionCreateDto;
|
|
7226
6898
|
headers?: {
|
|
7227
6899
|
'x-api-version'?: string;
|
|
7228
6900
|
};
|
|
@@ -7438,7 +7110,7 @@ export type GetCostCentresResponses = {
|
|
|
7438
7110
|
export type GetCostCentresResponse = GetCostCentresResponses[keyof GetCostCentresResponses];
|
|
7439
7111
|
|
|
7440
7112
|
export type CreateCostCentreData = {
|
|
7441
|
-
body:
|
|
7113
|
+
body: CostCentreCreateDto;
|
|
7442
7114
|
headers?: {
|
|
7443
7115
|
'x-api-version'?: string;
|
|
7444
7116
|
};
|
|
@@ -7654,7 +7326,7 @@ export type GetCostCentreGroupsResponses = {
|
|
|
7654
7326
|
export type GetCostCentreGroupsResponse = GetCostCentreGroupsResponses[keyof GetCostCentreGroupsResponses];
|
|
7655
7327
|
|
|
7656
7328
|
export type CreateCostCentreGroupData = {
|
|
7657
|
-
body:
|
|
7329
|
+
body: CostCentreGroupCreateDto;
|
|
7658
7330
|
headers?: {
|
|
7659
7331
|
'x-api-version'?: string;
|
|
7660
7332
|
};
|
|
@@ -7870,7 +7542,7 @@ export type GetCostCentreBudgetsResponses = {
|
|
|
7870
7542
|
export type GetCostCentreBudgetsResponse = GetCostCentreBudgetsResponses[keyof GetCostCentreBudgetsResponses];
|
|
7871
7543
|
|
|
7872
7544
|
export type CreateCostCentreBudgetData = {
|
|
7873
|
-
body:
|
|
7545
|
+
body: CostCentreBudgetCreateDto;
|
|
7874
7546
|
headers?: {
|
|
7875
7547
|
'x-api-version'?: string;
|
|
7876
7548
|
};
|
|
@@ -8320,7 +7992,7 @@ export type GetFinancialBooksAsyncResponses = {
|
|
|
8320
7992
|
export type GetFinancialBooksAsyncResponse = GetFinancialBooksAsyncResponses[keyof GetFinancialBooksAsyncResponses];
|
|
8321
7993
|
|
|
8322
7994
|
export type CreateFinancialBookAsyncData = {
|
|
8323
|
-
body:
|
|
7995
|
+
body: FinancialBookCreateDto;
|
|
8324
7996
|
headers?: {
|
|
8325
7997
|
'x-api-version'?: string;
|
|
8326
7998
|
};
|
|
@@ -8520,7 +8192,7 @@ export type UpdateFinancialBookAsyncResponses = {
|
|
|
8520
8192
|
|
|
8521
8193
|
export type UpdateFinancialBookAsyncResponse = UpdateFinancialBookAsyncResponses[keyof UpdateFinancialBookAsyncResponses];
|
|
8522
8194
|
|
|
8523
|
-
export type
|
|
8195
|
+
export type GetFiscalAuthoritiesData = {
|
|
8524
8196
|
body?: never;
|
|
8525
8197
|
headers?: {
|
|
8526
8198
|
'x-api-version'?: string;
|
|
@@ -8533,7 +8205,7 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesData = {
|
|
|
8533
8205
|
url: '/api/v2/AccountingService/Fiscals/Authorities';
|
|
8534
8206
|
};
|
|
8535
8207
|
|
|
8536
|
-
export type
|
|
8208
|
+
export type GetFiscalAuthoritiesErrors = {
|
|
8537
8209
|
/**
|
|
8538
8210
|
* Unauthorized
|
|
8539
8211
|
*/
|
|
@@ -8544,19 +8216,19 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesErrors = {
|
|
|
8544
8216
|
403: ErrorEnvelopeReadable;
|
|
8545
8217
|
};
|
|
8546
8218
|
|
|
8547
|
-
export type
|
|
8219
|
+
export type GetFiscalAuthoritiesError = GetFiscalAuthoritiesErrors[keyof GetFiscalAuthoritiesErrors];
|
|
8548
8220
|
|
|
8549
|
-
export type
|
|
8221
|
+
export type GetFiscalAuthoritiesResponses = {
|
|
8550
8222
|
/**
|
|
8551
8223
|
* OK
|
|
8552
8224
|
*/
|
|
8553
8225
|
200: FiscalAuthorityDtoListEnvelopeReadable;
|
|
8554
8226
|
};
|
|
8555
8227
|
|
|
8556
|
-
export type
|
|
8228
|
+
export type GetFiscalAuthoritiesResponse = GetFiscalAuthoritiesResponses[keyof GetFiscalAuthoritiesResponses];
|
|
8557
8229
|
|
|
8558
|
-
export type
|
|
8559
|
-
body?:
|
|
8230
|
+
export type CreateFiscalAuthorityData = {
|
|
8231
|
+
body?: FiscalAuthorityCreateDto;
|
|
8560
8232
|
headers?: {
|
|
8561
8233
|
'x-api-version'?: string;
|
|
8562
8234
|
};
|
|
@@ -8568,7 +8240,7 @@ export type PostApiV2AccountingServiceFiscalsAuthoritiesData = {
|
|
|
8568
8240
|
url: '/api/v2/AccountingService/Fiscals/Authorities';
|
|
8569
8241
|
};
|
|
8570
8242
|
|
|
8571
|
-
export type
|
|
8243
|
+
export type CreateFiscalAuthorityErrors = {
|
|
8572
8244
|
/**
|
|
8573
8245
|
* Unauthorized
|
|
8574
8246
|
*/
|
|
@@ -8579,18 +8251,18 @@ export type PostApiV2AccountingServiceFiscalsAuthoritiesErrors = {
|
|
|
8579
8251
|
403: ErrorEnvelopeReadable;
|
|
8580
8252
|
};
|
|
8581
8253
|
|
|
8582
|
-
export type
|
|
8254
|
+
export type CreateFiscalAuthorityError = CreateFiscalAuthorityErrors[keyof CreateFiscalAuthorityErrors];
|
|
8583
8255
|
|
|
8584
|
-
export type
|
|
8256
|
+
export type CreateFiscalAuthorityResponses = {
|
|
8585
8257
|
/**
|
|
8586
8258
|
* Created
|
|
8587
8259
|
*/
|
|
8588
8260
|
201: EmptyEnvelopeReadable;
|
|
8589
8261
|
};
|
|
8590
8262
|
|
|
8591
|
-
export type
|
|
8263
|
+
export type CreateFiscalAuthorityResponse = CreateFiscalAuthorityResponses[keyof CreateFiscalAuthorityResponses];
|
|
8592
8264
|
|
|
8593
|
-
export type
|
|
8265
|
+
export type GetFiscalAuthoritiesCountData = {
|
|
8594
8266
|
body?: never;
|
|
8595
8267
|
headers?: {
|
|
8596
8268
|
'x-api-version'?: string;
|
|
@@ -8603,7 +8275,7 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesCountData = {
|
|
|
8603
8275
|
url: '/api/v2/AccountingService/Fiscals/Authorities/Count';
|
|
8604
8276
|
};
|
|
8605
8277
|
|
|
8606
|
-
export type
|
|
8278
|
+
export type GetFiscalAuthoritiesCountErrors = {
|
|
8607
8279
|
/**
|
|
8608
8280
|
* Unauthorized
|
|
8609
8281
|
*/
|
|
@@ -8614,18 +8286,18 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesCountErrors = {
|
|
|
8614
8286
|
403: ErrorEnvelopeReadable;
|
|
8615
8287
|
};
|
|
8616
8288
|
|
|
8617
|
-
export type
|
|
8289
|
+
export type GetFiscalAuthoritiesCountError = GetFiscalAuthoritiesCountErrors[keyof GetFiscalAuthoritiesCountErrors];
|
|
8618
8290
|
|
|
8619
|
-
export type
|
|
8291
|
+
export type GetFiscalAuthoritiesCountResponses = {
|
|
8620
8292
|
/**
|
|
8621
8293
|
* OK
|
|
8622
8294
|
*/
|
|
8623
8295
|
200: Int32EnvelopeReadable;
|
|
8624
8296
|
};
|
|
8625
8297
|
|
|
8626
|
-
export type
|
|
8298
|
+
export type GetFiscalAuthoritiesCountResponse = GetFiscalAuthoritiesCountResponses[keyof GetFiscalAuthoritiesCountResponses];
|
|
8627
8299
|
|
|
8628
|
-
export type
|
|
8300
|
+
export type DeleteFiscalAuthorityData = {
|
|
8629
8301
|
body?: never;
|
|
8630
8302
|
headers?: {
|
|
8631
8303
|
'x-api-version'?: string;
|
|
@@ -8640,7 +8312,7 @@ export type DeleteApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdData = {
|
|
|
8640
8312
|
url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}';
|
|
8641
8313
|
};
|
|
8642
8314
|
|
|
8643
|
-
export type
|
|
8315
|
+
export type DeleteFiscalAuthorityErrors = {
|
|
8644
8316
|
/**
|
|
8645
8317
|
* Unauthorized
|
|
8646
8318
|
*/
|
|
@@ -8651,18 +8323,18 @@ export type DeleteApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdErrors =
|
|
|
8651
8323
|
403: ErrorEnvelopeReadable;
|
|
8652
8324
|
};
|
|
8653
8325
|
|
|
8654
|
-
export type
|
|
8326
|
+
export type DeleteFiscalAuthorityError = DeleteFiscalAuthorityErrors[keyof DeleteFiscalAuthorityErrors];
|
|
8655
8327
|
|
|
8656
|
-
export type
|
|
8328
|
+
export type DeleteFiscalAuthorityResponses = {
|
|
8657
8329
|
/**
|
|
8658
8330
|
* No Content
|
|
8659
8331
|
*/
|
|
8660
8332
|
204: EmptyEnvelopeReadable;
|
|
8661
8333
|
};
|
|
8662
8334
|
|
|
8663
|
-
export type
|
|
8335
|
+
export type DeleteFiscalAuthorityResponse = DeleteFiscalAuthorityResponses[keyof DeleteFiscalAuthorityResponses];
|
|
8664
8336
|
|
|
8665
|
-
export type
|
|
8337
|
+
export type GetFiscalAuthorityData = {
|
|
8666
8338
|
body?: never;
|
|
8667
8339
|
headers?: {
|
|
8668
8340
|
'x-api-version'?: string;
|
|
@@ -8677,7 +8349,7 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdData = {
|
|
|
8677
8349
|
url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}';
|
|
8678
8350
|
};
|
|
8679
8351
|
|
|
8680
|
-
export type
|
|
8352
|
+
export type GetFiscalAuthorityErrors = {
|
|
8681
8353
|
/**
|
|
8682
8354
|
* Unauthorized
|
|
8683
8355
|
*/
|
|
@@ -8688,18 +8360,18 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdErrors = {
|
|
|
8688
8360
|
403: ErrorEnvelopeReadable;
|
|
8689
8361
|
};
|
|
8690
8362
|
|
|
8691
|
-
export type
|
|
8363
|
+
export type GetFiscalAuthorityError = GetFiscalAuthorityErrors[keyof GetFiscalAuthorityErrors];
|
|
8692
8364
|
|
|
8693
|
-
export type
|
|
8365
|
+
export type GetFiscalAuthorityResponses = {
|
|
8694
8366
|
/**
|
|
8695
8367
|
* OK
|
|
8696
8368
|
*/
|
|
8697
8369
|
200: FiscalAuthorityDtoEnvelopeReadable;
|
|
8698
8370
|
};
|
|
8699
8371
|
|
|
8700
|
-
export type
|
|
8372
|
+
export type GetFiscalAuthorityResponse = GetFiscalAuthorityResponses[keyof GetFiscalAuthorityResponses];
|
|
8701
8373
|
|
|
8702
|
-
export type
|
|
8374
|
+
export type UpdateFiscalAuthorityData = {
|
|
8703
8375
|
body?: FiscalAuthorityUpdateDto;
|
|
8704
8376
|
headers?: {
|
|
8705
8377
|
'x-api-version'?: string;
|
|
@@ -8714,7 +8386,7 @@ export type PutApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdData = {
|
|
|
8714
8386
|
url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}';
|
|
8715
8387
|
};
|
|
8716
8388
|
|
|
8717
|
-
export type
|
|
8389
|
+
export type UpdateFiscalAuthorityErrors = {
|
|
8718
8390
|
/**
|
|
8719
8391
|
* Unauthorized
|
|
8720
8392
|
*/
|
|
@@ -8725,18 +8397,18 @@ export type PutApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdErrors = {
|
|
|
8725
8397
|
403: ErrorEnvelopeReadable;
|
|
8726
8398
|
};
|
|
8727
8399
|
|
|
8728
|
-
export type
|
|
8400
|
+
export type UpdateFiscalAuthorityError = UpdateFiscalAuthorityErrors[keyof UpdateFiscalAuthorityErrors];
|
|
8729
8401
|
|
|
8730
|
-
export type
|
|
8402
|
+
export type UpdateFiscalAuthorityResponses = {
|
|
8731
8403
|
/**
|
|
8732
8404
|
* OK
|
|
8733
8405
|
*/
|
|
8734
8406
|
200: EmptyEnvelopeReadable;
|
|
8735
8407
|
};
|
|
8736
8408
|
|
|
8737
|
-
export type
|
|
8409
|
+
export type UpdateFiscalAuthorityResponse = UpdateFiscalAuthorityResponses[keyof UpdateFiscalAuthorityResponses];
|
|
8738
8410
|
|
|
8739
|
-
export type
|
|
8411
|
+
export type GetFiscalYearsData = {
|
|
8740
8412
|
body?: never;
|
|
8741
8413
|
headers?: {
|
|
8742
8414
|
'x-api-version'?: string;
|
|
@@ -8752,7 +8424,7 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalYearsD
|
|
|
8752
8424
|
url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}/FiscalYears';
|
|
8753
8425
|
};
|
|
8754
8426
|
|
|
8755
|
-
export type
|
|
8427
|
+
export type GetFiscalYearsErrors = {
|
|
8756
8428
|
/**
|
|
8757
8429
|
* Unauthorized
|
|
8758
8430
|
*/
|
|
@@ -8763,18 +8435,18 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalYearsE
|
|
|
8763
8435
|
403: ErrorEnvelopeReadable;
|
|
8764
8436
|
};
|
|
8765
8437
|
|
|
8766
|
-
export type
|
|
8438
|
+
export type GetFiscalYearsError = GetFiscalYearsErrors[keyof GetFiscalYearsErrors];
|
|
8767
8439
|
|
|
8768
|
-
export type
|
|
8440
|
+
export type GetFiscalYearsResponses = {
|
|
8769
8441
|
/**
|
|
8770
8442
|
* OK
|
|
8771
8443
|
*/
|
|
8772
8444
|
200: FiscalYearDtoListEnvelopeReadable;
|
|
8773
8445
|
};
|
|
8774
8446
|
|
|
8775
|
-
export type
|
|
8447
|
+
export type GetFiscalYearsResponse = GetFiscalYearsResponses[keyof GetFiscalYearsResponses];
|
|
8776
8448
|
|
|
8777
|
-
export type
|
|
8449
|
+
export type GetFiscalYearsCountData = {
|
|
8778
8450
|
body?: never;
|
|
8779
8451
|
headers?: {
|
|
8780
8452
|
'x-api-version'?: string;
|
|
@@ -8789,7 +8461,7 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscal
|
|
|
8789
8461
|
url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalYears/Count';
|
|
8790
8462
|
};
|
|
8791
8463
|
|
|
8792
|
-
export type
|
|
8464
|
+
export type GetFiscalYearsCountErrors = {
|
|
8793
8465
|
/**
|
|
8794
8466
|
* Unauthorized
|
|
8795
8467
|
*/
|
|
@@ -8800,18 +8472,18 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscal
|
|
|
8800
8472
|
403: ErrorEnvelopeReadable;
|
|
8801
8473
|
};
|
|
8802
8474
|
|
|
8803
|
-
export type
|
|
8475
|
+
export type GetFiscalYearsCountError = GetFiscalYearsCountErrors[keyof GetFiscalYearsCountErrors];
|
|
8804
8476
|
|
|
8805
|
-
export type
|
|
8477
|
+
export type GetFiscalYearsCountResponses = {
|
|
8806
8478
|
/**
|
|
8807
8479
|
* OK
|
|
8808
8480
|
*/
|
|
8809
8481
|
200: Int32EnvelopeReadable;
|
|
8810
8482
|
};
|
|
8811
8483
|
|
|
8812
|
-
export type
|
|
8484
|
+
export type GetFiscalYearsCountResponse = GetFiscalYearsCountResponses[keyof GetFiscalYearsCountResponses];
|
|
8813
8485
|
|
|
8814
|
-
export type
|
|
8486
|
+
export type GetFiscalYearData = {
|
|
8815
8487
|
body?: never;
|
|
8816
8488
|
headers?: {
|
|
8817
8489
|
'x-api-version'?: string;
|
|
@@ -8827,7 +8499,7 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscal
|
|
|
8827
8499
|
url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalYears/{fiscalYearId}';
|
|
8828
8500
|
};
|
|
8829
8501
|
|
|
8830
|
-
export type
|
|
8502
|
+
export type GetFiscalYearErrors = {
|
|
8831
8503
|
/**
|
|
8832
8504
|
* Unauthorized
|
|
8833
8505
|
*/
|
|
@@ -8838,19 +8510,19 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscal
|
|
|
8838
8510
|
403: ErrorEnvelopeReadable;
|
|
8839
8511
|
};
|
|
8840
8512
|
|
|
8841
|
-
export type
|
|
8513
|
+
export type GetFiscalYearError = GetFiscalYearErrors[keyof GetFiscalYearErrors];
|
|
8842
8514
|
|
|
8843
|
-
export type
|
|
8515
|
+
export type GetFiscalYearResponses = {
|
|
8844
8516
|
/**
|
|
8845
8517
|
* OK
|
|
8846
8518
|
*/
|
|
8847
8519
|
200: FiscalYearDtoEnvelopeReadable;
|
|
8848
8520
|
};
|
|
8849
8521
|
|
|
8850
|
-
export type
|
|
8522
|
+
export type GetFiscalYearResponse = GetFiscalYearResponses[keyof GetFiscalYearResponses];
|
|
8851
8523
|
|
|
8852
|
-
export type
|
|
8853
|
-
body?:
|
|
8524
|
+
export type CreateFiscalYearData = {
|
|
8525
|
+
body?: FiscalYearCreateDto;
|
|
8854
8526
|
headers?: {
|
|
8855
8527
|
'x-api-version'?: string;
|
|
8856
8528
|
};
|
|
@@ -8862,7 +8534,7 @@ export type PostApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsData = {
|
|
|
8862
8534
|
url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalYears';
|
|
8863
8535
|
};
|
|
8864
8536
|
|
|
8865
|
-
export type
|
|
8537
|
+
export type CreateFiscalYearErrors = {
|
|
8866
8538
|
/**
|
|
8867
8539
|
* Unauthorized
|
|
8868
8540
|
*/
|
|
@@ -8873,18 +8545,18 @@ export type PostApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsErrors = {
|
|
|
8873
8545
|
403: ErrorEnvelopeReadable;
|
|
8874
8546
|
};
|
|
8875
8547
|
|
|
8876
|
-
export type
|
|
8548
|
+
export type CreateFiscalYearError = CreateFiscalYearErrors[keyof CreateFiscalYearErrors];
|
|
8877
8549
|
|
|
8878
|
-
export type
|
|
8550
|
+
export type CreateFiscalYearResponses = {
|
|
8879
8551
|
/**
|
|
8880
8552
|
* Created
|
|
8881
8553
|
*/
|
|
8882
8554
|
201: EmptyEnvelopeReadable;
|
|
8883
8555
|
};
|
|
8884
8556
|
|
|
8885
|
-
export type
|
|
8557
|
+
export type CreateFiscalYearResponse = CreateFiscalYearResponses[keyof CreateFiscalYearResponses];
|
|
8886
8558
|
|
|
8887
|
-
export type
|
|
8559
|
+
export type DeleteFiscalYearData = {
|
|
8888
8560
|
body?: never;
|
|
8889
8561
|
headers?: {
|
|
8890
8562
|
'x-api-version'?: string;
|
|
@@ -8899,7 +8571,7 @@ export type DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsByFiscalYea
|
|
|
8899
8571
|
url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalYears/{fiscalYearId}';
|
|
8900
8572
|
};
|
|
8901
8573
|
|
|
8902
|
-
export type
|
|
8574
|
+
export type DeleteFiscalYearErrors = {
|
|
8903
8575
|
/**
|
|
8904
8576
|
* Unauthorized
|
|
8905
8577
|
*/
|
|
@@ -8910,18 +8582,18 @@ export type DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsByFiscalYea
|
|
|
8910
8582
|
403: ErrorEnvelopeReadable;
|
|
8911
8583
|
};
|
|
8912
8584
|
|
|
8913
|
-
export type
|
|
8585
|
+
export type DeleteFiscalYearError = DeleteFiscalYearErrors[keyof DeleteFiscalYearErrors];
|
|
8914
8586
|
|
|
8915
|
-
export type
|
|
8587
|
+
export type DeleteFiscalYearResponses = {
|
|
8916
8588
|
/**
|
|
8917
8589
|
* No Content
|
|
8918
8590
|
*/
|
|
8919
8591
|
204: EmptyEnvelopeReadable;
|
|
8920
8592
|
};
|
|
8921
8593
|
|
|
8922
|
-
export type
|
|
8594
|
+
export type DeleteFiscalYearResponse = DeleteFiscalYearResponses[keyof DeleteFiscalYearResponses];
|
|
8923
8595
|
|
|
8924
|
-
export type
|
|
8596
|
+
export type UpdateFiscalYearData = {
|
|
8925
8597
|
body?: FiscalYearUpdateDto;
|
|
8926
8598
|
headers?: {
|
|
8927
8599
|
'x-api-version'?: string;
|
|
@@ -8936,7 +8608,7 @@ export type PutApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsByFiscalYearId
|
|
|
8936
8608
|
url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalYears/{fiscalYearId}';
|
|
8937
8609
|
};
|
|
8938
8610
|
|
|
8939
|
-
export type
|
|
8611
|
+
export type UpdateFiscalYearErrors = {
|
|
8940
8612
|
/**
|
|
8941
8613
|
* Unauthorized
|
|
8942
8614
|
*/
|
|
@@ -8947,18 +8619,18 @@ export type PutApiV2AccountingServiceFiscalsAuthoritiesFiscalYearsByFiscalYearId
|
|
|
8947
8619
|
403: ErrorEnvelopeReadable;
|
|
8948
8620
|
};
|
|
8949
8621
|
|
|
8950
|
-
export type
|
|
8622
|
+
export type UpdateFiscalYearError = UpdateFiscalYearErrors[keyof UpdateFiscalYearErrors];
|
|
8951
8623
|
|
|
8952
|
-
export type
|
|
8624
|
+
export type UpdateFiscalYearResponses = {
|
|
8953
8625
|
/**
|
|
8954
8626
|
* OK
|
|
8955
8627
|
*/
|
|
8956
8628
|
200: EmptyEnvelopeReadable;
|
|
8957
8629
|
};
|
|
8958
8630
|
|
|
8959
|
-
export type
|
|
8631
|
+
export type UpdateFiscalYearResponse = UpdateFiscalYearResponses[keyof UpdateFiscalYearResponses];
|
|
8960
8632
|
|
|
8961
|
-
export type
|
|
8633
|
+
export type GetInvoiceEnumerationRangesData = {
|
|
8962
8634
|
body?: never;
|
|
8963
8635
|
headers?: {
|
|
8964
8636
|
'x-api-version'?: string;
|
|
@@ -8973,7 +8645,7 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdEnumerationR
|
|
|
8973
8645
|
url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}/EnumerationRanges';
|
|
8974
8646
|
};
|
|
8975
8647
|
|
|
8976
|
-
export type
|
|
8648
|
+
export type GetInvoiceEnumerationRangesErrors = {
|
|
8977
8649
|
/**
|
|
8978
8650
|
* Unauthorized
|
|
8979
8651
|
*/
|
|
@@ -8984,18 +8656,18 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdEnumerationR
|
|
|
8984
8656
|
403: ErrorEnvelopeReadable;
|
|
8985
8657
|
};
|
|
8986
8658
|
|
|
8987
|
-
export type
|
|
8659
|
+
export type GetInvoiceEnumerationRangesError = GetInvoiceEnumerationRangesErrors[keyof GetInvoiceEnumerationRangesErrors];
|
|
8988
8660
|
|
|
8989
|
-
export type
|
|
8661
|
+
export type GetInvoiceEnumerationRangesResponses = {
|
|
8990
8662
|
/**
|
|
8991
8663
|
* OK
|
|
8992
8664
|
*/
|
|
8993
8665
|
200: InvoiceEnumerationRangeDtoListEnvelopeReadable;
|
|
8994
8666
|
};
|
|
8995
8667
|
|
|
8996
|
-
export type
|
|
8668
|
+
export type GetInvoiceEnumerationRangesResponse = GetInvoiceEnumerationRangesResponses[keyof GetInvoiceEnumerationRangesResponses];
|
|
8997
8669
|
|
|
8998
|
-
export type
|
|
8670
|
+
export type GetInvoiceEnumerationRangesCountData = {
|
|
8999
8671
|
body?: never;
|
|
9000
8672
|
headers?: {
|
|
9001
8673
|
'x-api-version'?: string;
|
|
@@ -9009,7 +8681,7 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdEnumer
|
|
|
9009
8681
|
url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/EnumerationRanges/Count';
|
|
9010
8682
|
};
|
|
9011
8683
|
|
|
9012
|
-
export type
|
|
8684
|
+
export type GetInvoiceEnumerationRangesCountErrors = {
|
|
9013
8685
|
/**
|
|
9014
8686
|
* Unauthorized
|
|
9015
8687
|
*/
|
|
@@ -9020,18 +8692,18 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdEnumer
|
|
|
9020
8692
|
403: ErrorEnvelopeReadable;
|
|
9021
8693
|
};
|
|
9022
8694
|
|
|
9023
|
-
export type
|
|
8695
|
+
export type GetInvoiceEnumerationRangesCountError = GetInvoiceEnumerationRangesCountErrors[keyof GetInvoiceEnumerationRangesCountErrors];
|
|
9024
8696
|
|
|
9025
|
-
export type
|
|
8697
|
+
export type GetInvoiceEnumerationRangesCountResponses = {
|
|
9026
8698
|
/**
|
|
9027
8699
|
* OK
|
|
9028
8700
|
*/
|
|
9029
8701
|
200: Int32EnvelopeReadable;
|
|
9030
8702
|
};
|
|
9031
8703
|
|
|
9032
|
-
export type
|
|
8704
|
+
export type GetInvoiceEnumerationRangesCountResponse = GetInvoiceEnumerationRangesCountResponses[keyof GetInvoiceEnumerationRangesCountResponses];
|
|
9033
8705
|
|
|
9034
|
-
export type
|
|
8706
|
+
export type GetInvoiceEnumerationRangeData = {
|
|
9035
8707
|
body?: never;
|
|
9036
8708
|
headers?: {
|
|
9037
8709
|
'x-api-version'?: string;
|
|
@@ -9047,7 +8719,7 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdEnumer
|
|
|
9047
8719
|
url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/EnumerationRanges/{enumerationRangeId}';
|
|
9048
8720
|
};
|
|
9049
8721
|
|
|
9050
|
-
export type
|
|
8722
|
+
export type GetInvoiceEnumerationRangeErrors = {
|
|
9051
8723
|
/**
|
|
9052
8724
|
* Unauthorized
|
|
9053
8725
|
*/
|
|
@@ -9058,19 +8730,19 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdEnumer
|
|
|
9058
8730
|
403: ErrorEnvelopeReadable;
|
|
9059
8731
|
};
|
|
9060
8732
|
|
|
9061
|
-
export type
|
|
8733
|
+
export type GetInvoiceEnumerationRangeError = GetInvoiceEnumerationRangeErrors[keyof GetInvoiceEnumerationRangeErrors];
|
|
9062
8734
|
|
|
9063
|
-
export type
|
|
8735
|
+
export type GetInvoiceEnumerationRangeResponses = {
|
|
9064
8736
|
/**
|
|
9065
8737
|
* OK
|
|
9066
8738
|
*/
|
|
9067
8739
|
200: InvoiceEnumerationRangeDtoEnvelopeReadable;
|
|
9068
8740
|
};
|
|
9069
8741
|
|
|
9070
|
-
export type
|
|
8742
|
+
export type GetInvoiceEnumerationRangeResponse = GetInvoiceEnumerationRangeResponses[keyof GetInvoiceEnumerationRangeResponses];
|
|
9071
8743
|
|
|
9072
|
-
export type
|
|
9073
|
-
body?:
|
|
8744
|
+
export type CreateInvoiceEnumerationRangeData = {
|
|
8745
|
+
body?: InvoiceEnumerationRangeCreateDto;
|
|
9074
8746
|
headers?: {
|
|
9075
8747
|
'x-api-version'?: string;
|
|
9076
8748
|
};
|
|
@@ -9082,7 +8754,7 @@ export type PostApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesData =
|
|
|
9082
8754
|
url: '/api/v2/AccountingService/Fiscals/Authorities/EnumerationRanges';
|
|
9083
8755
|
};
|
|
9084
8756
|
|
|
9085
|
-
export type
|
|
8757
|
+
export type CreateInvoiceEnumerationRangeErrors = {
|
|
9086
8758
|
/**
|
|
9087
8759
|
* Unauthorized
|
|
9088
8760
|
*/
|
|
@@ -9093,18 +8765,18 @@ export type PostApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesErrors
|
|
|
9093
8765
|
403: ErrorEnvelopeReadable;
|
|
9094
8766
|
};
|
|
9095
8767
|
|
|
9096
|
-
export type
|
|
8768
|
+
export type CreateInvoiceEnumerationRangeError = CreateInvoiceEnumerationRangeErrors[keyof CreateInvoiceEnumerationRangeErrors];
|
|
9097
8769
|
|
|
9098
|
-
export type
|
|
8770
|
+
export type CreateInvoiceEnumerationRangeResponses = {
|
|
9099
8771
|
/**
|
|
9100
8772
|
* Created
|
|
9101
8773
|
*/
|
|
9102
8774
|
201: EmptyEnvelopeReadable;
|
|
9103
8775
|
};
|
|
9104
8776
|
|
|
9105
|
-
export type
|
|
8777
|
+
export type CreateInvoiceEnumerationRangeResponse = CreateInvoiceEnumerationRangeResponses[keyof CreateInvoiceEnumerationRangeResponses];
|
|
9106
8778
|
|
|
9107
|
-
export type
|
|
8779
|
+
export type DeleteInvoiceEnumerationRangeData = {
|
|
9108
8780
|
body?: never;
|
|
9109
8781
|
headers?: {
|
|
9110
8782
|
'x-api-version'?: string;
|
|
@@ -9119,7 +8791,7 @@ export type DeleteApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesByEnu
|
|
|
9119
8791
|
url: '/api/v2/AccountingService/Fiscals/Authorities/EnumerationRanges/{enumerationRangeId}';
|
|
9120
8792
|
};
|
|
9121
8793
|
|
|
9122
|
-
export type
|
|
8794
|
+
export type DeleteInvoiceEnumerationRangeErrors = {
|
|
9123
8795
|
/**
|
|
9124
8796
|
* Unauthorized
|
|
9125
8797
|
*/
|
|
@@ -9130,18 +8802,18 @@ export type DeleteApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesByEnu
|
|
|
9130
8802
|
403: ErrorEnvelopeReadable;
|
|
9131
8803
|
};
|
|
9132
8804
|
|
|
9133
|
-
export type
|
|
8805
|
+
export type DeleteInvoiceEnumerationRangeError = DeleteInvoiceEnumerationRangeErrors[keyof DeleteInvoiceEnumerationRangeErrors];
|
|
9134
8806
|
|
|
9135
|
-
export type
|
|
8807
|
+
export type DeleteInvoiceEnumerationRangeResponses = {
|
|
9136
8808
|
/**
|
|
9137
8809
|
* No Content
|
|
9138
8810
|
*/
|
|
9139
8811
|
204: EmptyEnvelopeReadable;
|
|
9140
8812
|
};
|
|
9141
8813
|
|
|
9142
|
-
export type
|
|
8814
|
+
export type DeleteInvoiceEnumerationRangeResponse = DeleteInvoiceEnumerationRangeResponses[keyof DeleteInvoiceEnumerationRangeResponses];
|
|
9143
8815
|
|
|
9144
|
-
export type
|
|
8816
|
+
export type UpdateInvoiceEnumerationRangeData = {
|
|
9145
8817
|
body?: InvoiceEnumerationRangeUpdateDto;
|
|
9146
8818
|
headers?: {
|
|
9147
8819
|
'x-api-version'?: string;
|
|
@@ -9156,7 +8828,7 @@ export type PutApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesByEnumer
|
|
|
9156
8828
|
url: '/api/v2/AccountingService/Fiscals/Authorities/EnumerationRanges/{enumerationRangeId}';
|
|
9157
8829
|
};
|
|
9158
8830
|
|
|
9159
|
-
export type
|
|
8831
|
+
export type UpdateInvoiceEnumerationRangeErrors = {
|
|
9160
8832
|
/**
|
|
9161
8833
|
* Unauthorized
|
|
9162
8834
|
*/
|
|
@@ -9167,18 +8839,18 @@ export type PutApiV2AccountingServiceFiscalsAuthoritiesEnumerationRangesByEnumer
|
|
|
9167
8839
|
403: ErrorEnvelopeReadable;
|
|
9168
8840
|
};
|
|
9169
8841
|
|
|
9170
|
-
export type
|
|
8842
|
+
export type UpdateInvoiceEnumerationRangeError = UpdateInvoiceEnumerationRangeErrors[keyof UpdateInvoiceEnumerationRangeErrors];
|
|
9171
8843
|
|
|
9172
|
-
export type
|
|
8844
|
+
export type UpdateInvoiceEnumerationRangeResponses = {
|
|
9173
8845
|
/**
|
|
9174
8846
|
* OK
|
|
9175
8847
|
*/
|
|
9176
8848
|
200: EmptyEnvelopeReadable;
|
|
9177
8849
|
};
|
|
9178
8850
|
|
|
9179
|
-
export type
|
|
8851
|
+
export type UpdateInvoiceEnumerationRangeResponse = UpdateInvoiceEnumerationRangeResponses[keyof UpdateInvoiceEnumerationRangeResponses];
|
|
9180
8852
|
|
|
9181
|
-
export type
|
|
8853
|
+
export type GetFiscalIdentificationTypesData = {
|
|
9182
8854
|
body?: never;
|
|
9183
8855
|
headers?: {
|
|
9184
8856
|
'x-api-version'?: string;
|
|
@@ -9192,7 +8864,7 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdIdentificati
|
|
|
9192
8864
|
url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}/IdentificationTypes';
|
|
9193
8865
|
};
|
|
9194
8866
|
|
|
9195
|
-
export type
|
|
8867
|
+
export type GetFiscalIdentificationTypesErrors = {
|
|
9196
8868
|
/**
|
|
9197
8869
|
* Unauthorized
|
|
9198
8870
|
*/
|
|
@@ -9203,18 +8875,18 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdIdentificati
|
|
|
9203
8875
|
403: ErrorEnvelopeReadable;
|
|
9204
8876
|
};
|
|
9205
8877
|
|
|
9206
|
-
export type
|
|
8878
|
+
export type GetFiscalIdentificationTypesError = GetFiscalIdentificationTypesErrors[keyof GetFiscalIdentificationTypesErrors];
|
|
9207
8879
|
|
|
9208
|
-
export type
|
|
8880
|
+
export type GetFiscalIdentificationTypesResponses = {
|
|
9209
8881
|
/**
|
|
9210
8882
|
* OK
|
|
9211
8883
|
*/
|
|
9212
8884
|
200: FiscalIdentificationTypeDtoListEnvelopeReadable;
|
|
9213
8885
|
};
|
|
9214
8886
|
|
|
9215
|
-
export type
|
|
8887
|
+
export type GetFiscalIdentificationTypesResponse = GetFiscalIdentificationTypesResponses[keyof GetFiscalIdentificationTypesResponses];
|
|
9216
8888
|
|
|
9217
|
-
export type
|
|
8889
|
+
export type GetFiscalIdentificationTypesCountData = {
|
|
9218
8890
|
body?: never;
|
|
9219
8891
|
headers?: {
|
|
9220
8892
|
'x-api-version'?: string;
|
|
@@ -9228,7 +8900,7 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdIdentificati
|
|
|
9228
8900
|
url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}/IdentificationTypes/Count';
|
|
9229
8901
|
};
|
|
9230
8902
|
|
|
9231
|
-
export type
|
|
8903
|
+
export type GetFiscalIdentificationTypesCountErrors = {
|
|
9232
8904
|
/**
|
|
9233
8905
|
* Unauthorized
|
|
9234
8906
|
*/
|
|
@@ -9239,18 +8911,18 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdIdentificati
|
|
|
9239
8911
|
403: ErrorEnvelopeReadable;
|
|
9240
8912
|
};
|
|
9241
8913
|
|
|
9242
|
-
export type
|
|
8914
|
+
export type GetFiscalIdentificationTypesCountError = GetFiscalIdentificationTypesCountErrors[keyof GetFiscalIdentificationTypesCountErrors];
|
|
9243
8915
|
|
|
9244
|
-
export type
|
|
8916
|
+
export type GetFiscalIdentificationTypesCountResponses = {
|
|
9245
8917
|
/**
|
|
9246
8918
|
* OK
|
|
9247
8919
|
*/
|
|
9248
8920
|
200: Int32EnvelopeReadable;
|
|
9249
8921
|
};
|
|
9250
8922
|
|
|
9251
|
-
export type
|
|
8923
|
+
export type GetFiscalIdentificationTypesCountResponse = GetFiscalIdentificationTypesCountResponses[keyof GetFiscalIdentificationTypesCountResponses];
|
|
9252
8924
|
|
|
9253
|
-
export type
|
|
8925
|
+
export type GetFiscalIdentificationTypeData = {
|
|
9254
8926
|
body?: never;
|
|
9255
8927
|
headers?: {
|
|
9256
8928
|
'x-api-version'?: string;
|
|
@@ -9266,7 +8938,7 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdIdenti
|
|
|
9266
8938
|
url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/IdentificationTypes/{identificationTypeId}';
|
|
9267
8939
|
};
|
|
9268
8940
|
|
|
9269
|
-
export type
|
|
8941
|
+
export type GetFiscalIdentificationTypeErrors = {
|
|
9270
8942
|
/**
|
|
9271
8943
|
* Unauthorized
|
|
9272
8944
|
*/
|
|
@@ -9277,19 +8949,19 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdIdenti
|
|
|
9277
8949
|
403: ErrorEnvelopeReadable;
|
|
9278
8950
|
};
|
|
9279
8951
|
|
|
9280
|
-
export type
|
|
8952
|
+
export type GetFiscalIdentificationTypeError = GetFiscalIdentificationTypeErrors[keyof GetFiscalIdentificationTypeErrors];
|
|
9281
8953
|
|
|
9282
|
-
export type
|
|
8954
|
+
export type GetFiscalIdentificationTypeResponses = {
|
|
9283
8955
|
/**
|
|
9284
8956
|
* OK
|
|
9285
8957
|
*/
|
|
9286
8958
|
200: FiscalIdentificationTypeDtoEnvelopeReadable;
|
|
9287
8959
|
};
|
|
9288
8960
|
|
|
9289
|
-
export type
|
|
8961
|
+
export type GetFiscalIdentificationTypeResponse = GetFiscalIdentificationTypeResponses[keyof GetFiscalIdentificationTypeResponses];
|
|
9290
8962
|
|
|
9291
|
-
export type
|
|
9292
|
-
body?:
|
|
8963
|
+
export type CreateFiscalIdentificationTypeData = {
|
|
8964
|
+
body?: FiscalIdentificationTypeCreateDto;
|
|
9293
8965
|
headers?: {
|
|
9294
8966
|
'x-api-version'?: string;
|
|
9295
8967
|
};
|
|
@@ -9301,7 +8973,7 @@ export type PostApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesData
|
|
|
9301
8973
|
url: '/api/v2/AccountingService/Fiscals/Authorities/IdentificationTypes';
|
|
9302
8974
|
};
|
|
9303
8975
|
|
|
9304
|
-
export type
|
|
8976
|
+
export type CreateFiscalIdentificationTypeErrors = {
|
|
9305
8977
|
/**
|
|
9306
8978
|
* Unauthorized
|
|
9307
8979
|
*/
|
|
@@ -9312,18 +8984,18 @@ export type PostApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesError
|
|
|
9312
8984
|
403: ErrorEnvelopeReadable;
|
|
9313
8985
|
};
|
|
9314
8986
|
|
|
9315
|
-
export type
|
|
8987
|
+
export type CreateFiscalIdentificationTypeError = CreateFiscalIdentificationTypeErrors[keyof CreateFiscalIdentificationTypeErrors];
|
|
9316
8988
|
|
|
9317
|
-
export type
|
|
8989
|
+
export type CreateFiscalIdentificationTypeResponses = {
|
|
9318
8990
|
/**
|
|
9319
8991
|
* Created
|
|
9320
8992
|
*/
|
|
9321
8993
|
201: EmptyEnvelopeReadable;
|
|
9322
8994
|
};
|
|
9323
8995
|
|
|
9324
|
-
export type
|
|
8996
|
+
export type CreateFiscalIdentificationTypeResponse = CreateFiscalIdentificationTypeResponses[keyof CreateFiscalIdentificationTypeResponses];
|
|
9325
8997
|
|
|
9326
|
-
export type
|
|
8998
|
+
export type DeleteFiscalIdentificationTypeData = {
|
|
9327
8999
|
body?: never;
|
|
9328
9000
|
headers?: {
|
|
9329
9001
|
'x-api-version'?: string;
|
|
@@ -9338,7 +9010,7 @@ export type DeleteApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesByI
|
|
|
9338
9010
|
url: '/api/v2/AccountingService/Fiscals/Authorities/IdentificationTypes/{identificationTypeId}';
|
|
9339
9011
|
};
|
|
9340
9012
|
|
|
9341
|
-
export type
|
|
9013
|
+
export type DeleteFiscalIdentificationTypeErrors = {
|
|
9342
9014
|
/**
|
|
9343
9015
|
* Unauthorized
|
|
9344
9016
|
*/
|
|
@@ -9349,18 +9021,18 @@ export type DeleteApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesByI
|
|
|
9349
9021
|
403: ErrorEnvelopeReadable;
|
|
9350
9022
|
};
|
|
9351
9023
|
|
|
9352
|
-
export type
|
|
9024
|
+
export type DeleteFiscalIdentificationTypeError = DeleteFiscalIdentificationTypeErrors[keyof DeleteFiscalIdentificationTypeErrors];
|
|
9353
9025
|
|
|
9354
|
-
export type
|
|
9026
|
+
export type DeleteFiscalIdentificationTypeResponses = {
|
|
9355
9027
|
/**
|
|
9356
9028
|
* No Content
|
|
9357
9029
|
*/
|
|
9358
9030
|
204: EmptyEnvelopeReadable;
|
|
9359
9031
|
};
|
|
9360
9032
|
|
|
9361
|
-
export type
|
|
9033
|
+
export type DeleteFiscalIdentificationTypeResponse = DeleteFiscalIdentificationTypeResponses[keyof DeleteFiscalIdentificationTypeResponses];
|
|
9362
9034
|
|
|
9363
|
-
export type
|
|
9035
|
+
export type UpdateFiscalIdentificationTypeData = {
|
|
9364
9036
|
body?: FiscalIdentificationTypeUpdateDto;
|
|
9365
9037
|
headers?: {
|
|
9366
9038
|
'x-api-version'?: string;
|
|
@@ -9375,7 +9047,7 @@ export type PutApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesByIden
|
|
|
9375
9047
|
url: '/api/v2/AccountingService/Fiscals/Authorities/IdentificationTypes/{identificationTypeId}';
|
|
9376
9048
|
};
|
|
9377
9049
|
|
|
9378
|
-
export type
|
|
9050
|
+
export type UpdateFiscalIdentificationTypeErrors = {
|
|
9379
9051
|
/**
|
|
9380
9052
|
* Unauthorized
|
|
9381
9053
|
*/
|
|
@@ -9386,18 +9058,18 @@ export type PutApiV2AccountingServiceFiscalsAuthoritiesIdentificationTypesByIden
|
|
|
9386
9058
|
403: ErrorEnvelopeReadable;
|
|
9387
9059
|
};
|
|
9388
9060
|
|
|
9389
|
-
export type
|
|
9061
|
+
export type UpdateFiscalIdentificationTypeError = UpdateFiscalIdentificationTypeErrors[keyof UpdateFiscalIdentificationTypeErrors];
|
|
9390
9062
|
|
|
9391
|
-
export type
|
|
9063
|
+
export type UpdateFiscalIdentificationTypeResponses = {
|
|
9392
9064
|
/**
|
|
9393
9065
|
* OK
|
|
9394
9066
|
*/
|
|
9395
9067
|
200: EmptyEnvelopeReadable;
|
|
9396
9068
|
};
|
|
9397
9069
|
|
|
9398
|
-
export type
|
|
9070
|
+
export type UpdateFiscalIdentificationTypeResponse = UpdateFiscalIdentificationTypeResponses[keyof UpdateFiscalIdentificationTypeResponses];
|
|
9399
9071
|
|
|
9400
|
-
export type
|
|
9072
|
+
export type GetFiscalPeriodsData = {
|
|
9401
9073
|
body?: never;
|
|
9402
9074
|
headers?: {
|
|
9403
9075
|
'x-api-version'?: string;
|
|
@@ -9414,7 +9086,7 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalYearsB
|
|
|
9414
9086
|
url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}/FiscalYears/{fiscalYearId}/FiscalPeriods';
|
|
9415
9087
|
};
|
|
9416
9088
|
|
|
9417
|
-
export type
|
|
9089
|
+
export type GetFiscalPeriodsErrors = {
|
|
9418
9090
|
/**
|
|
9419
9091
|
* Unauthorized
|
|
9420
9092
|
*/
|
|
@@ -9425,18 +9097,18 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalYearsB
|
|
|
9425
9097
|
403: ErrorEnvelopeReadable;
|
|
9426
9098
|
};
|
|
9427
9099
|
|
|
9428
|
-
export type
|
|
9100
|
+
export type GetFiscalPeriodsError = GetFiscalPeriodsErrors[keyof GetFiscalPeriodsErrors];
|
|
9429
9101
|
|
|
9430
|
-
export type
|
|
9102
|
+
export type GetFiscalPeriodsResponses = {
|
|
9431
9103
|
/**
|
|
9432
9104
|
* OK
|
|
9433
9105
|
*/
|
|
9434
9106
|
200: FiscalPeriodDtoListEnvelopeReadable;
|
|
9435
9107
|
};
|
|
9436
9108
|
|
|
9437
|
-
export type
|
|
9109
|
+
export type GetFiscalPeriodsResponse = GetFiscalPeriodsResponses[keyof GetFiscalPeriodsResponses];
|
|
9438
9110
|
|
|
9439
|
-
export type
|
|
9111
|
+
export type GetFiscalPeriodsCountData = {
|
|
9440
9112
|
body?: never;
|
|
9441
9113
|
headers?: {
|
|
9442
9114
|
'x-api-version'?: string;
|
|
@@ -9452,7 +9124,7 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscal
|
|
|
9452
9124
|
url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalYears/{fiscalYearId}/FiscalPeriods/Count';
|
|
9453
9125
|
};
|
|
9454
9126
|
|
|
9455
|
-
export type
|
|
9127
|
+
export type GetFiscalPeriodsCountErrors = {
|
|
9456
9128
|
/**
|
|
9457
9129
|
* Unauthorized
|
|
9458
9130
|
*/
|
|
@@ -9463,18 +9135,18 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscal
|
|
|
9463
9135
|
403: ErrorEnvelopeReadable;
|
|
9464
9136
|
};
|
|
9465
9137
|
|
|
9466
|
-
export type
|
|
9138
|
+
export type GetFiscalPeriodsCountError = GetFiscalPeriodsCountErrors[keyof GetFiscalPeriodsCountErrors];
|
|
9467
9139
|
|
|
9468
|
-
export type
|
|
9140
|
+
export type GetFiscalPeriodsCountResponses = {
|
|
9469
9141
|
/**
|
|
9470
9142
|
* OK
|
|
9471
9143
|
*/
|
|
9472
9144
|
200: Int32EnvelopeReadable;
|
|
9473
9145
|
};
|
|
9474
9146
|
|
|
9475
|
-
export type
|
|
9147
|
+
export type GetFiscalPeriodsCountResponse = GetFiscalPeriodsCountResponses[keyof GetFiscalPeriodsCountResponses];
|
|
9476
9148
|
|
|
9477
|
-
export type
|
|
9149
|
+
export type GetFiscalPeriodData = {
|
|
9478
9150
|
body?: never;
|
|
9479
9151
|
headers?: {
|
|
9480
9152
|
'x-api-version'?: string;
|
|
@@ -9491,7 +9163,7 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscal
|
|
|
9491
9163
|
url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalYears/{fiscalYearId}/FiscalPeriods/{fiscalPeriodId}';
|
|
9492
9164
|
};
|
|
9493
9165
|
|
|
9494
|
-
export type
|
|
9166
|
+
export type GetFiscalPeriodErrors = {
|
|
9495
9167
|
/**
|
|
9496
9168
|
* Unauthorized
|
|
9497
9169
|
*/
|
|
@@ -9502,19 +9174,19 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscal
|
|
|
9502
9174
|
403: ErrorEnvelopeReadable;
|
|
9503
9175
|
};
|
|
9504
9176
|
|
|
9505
|
-
export type
|
|
9177
|
+
export type GetFiscalPeriodError = GetFiscalPeriodErrors[keyof GetFiscalPeriodErrors];
|
|
9506
9178
|
|
|
9507
|
-
export type
|
|
9179
|
+
export type GetFiscalPeriodResponses = {
|
|
9508
9180
|
/**
|
|
9509
9181
|
* OK
|
|
9510
9182
|
*/
|
|
9511
9183
|
200: FiscalPeriodDtoEnvelopeReadable;
|
|
9512
9184
|
};
|
|
9513
9185
|
|
|
9514
|
-
export type
|
|
9186
|
+
export type GetFiscalPeriodResponse = GetFiscalPeriodResponses[keyof GetFiscalPeriodResponses];
|
|
9515
9187
|
|
|
9516
|
-
export type
|
|
9517
|
-
body?:
|
|
9188
|
+
export type CreateFiscalPeriodData = {
|
|
9189
|
+
body?: FiscalPeriodCreateDto;
|
|
9518
9190
|
headers?: {
|
|
9519
9191
|
'x-api-version'?: string;
|
|
9520
9192
|
};
|
|
@@ -9526,7 +9198,7 @@ export type PostApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsData = {
|
|
|
9526
9198
|
url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalPeriods';
|
|
9527
9199
|
};
|
|
9528
9200
|
|
|
9529
|
-
export type
|
|
9201
|
+
export type CreateFiscalPeriodErrors = {
|
|
9530
9202
|
/**
|
|
9531
9203
|
* Unauthorized
|
|
9532
9204
|
*/
|
|
@@ -9537,18 +9209,18 @@ export type PostApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsErrors = {
|
|
|
9537
9209
|
403: ErrorEnvelopeReadable;
|
|
9538
9210
|
};
|
|
9539
9211
|
|
|
9540
|
-
export type
|
|
9212
|
+
export type CreateFiscalPeriodError = CreateFiscalPeriodErrors[keyof CreateFiscalPeriodErrors];
|
|
9541
9213
|
|
|
9542
|
-
export type
|
|
9214
|
+
export type CreateFiscalPeriodResponses = {
|
|
9543
9215
|
/**
|
|
9544
9216
|
* Created
|
|
9545
9217
|
*/
|
|
9546
9218
|
201: EmptyEnvelopeReadable;
|
|
9547
9219
|
};
|
|
9548
9220
|
|
|
9549
|
-
export type
|
|
9221
|
+
export type CreateFiscalPeriodResponse = CreateFiscalPeriodResponses[keyof CreateFiscalPeriodResponses];
|
|
9550
9222
|
|
|
9551
|
-
export type
|
|
9223
|
+
export type DeleteFiscalPeriodData = {
|
|
9552
9224
|
body?: never;
|
|
9553
9225
|
headers?: {
|
|
9554
9226
|
'x-api-version'?: string;
|
|
@@ -9563,7 +9235,7 @@ export type DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsByFiscalP
|
|
|
9563
9235
|
url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalPeriods/{fiscalPeriodId}';
|
|
9564
9236
|
};
|
|
9565
9237
|
|
|
9566
|
-
export type
|
|
9238
|
+
export type DeleteFiscalPeriodErrors = {
|
|
9567
9239
|
/**
|
|
9568
9240
|
* Unauthorized
|
|
9569
9241
|
*/
|
|
@@ -9574,18 +9246,18 @@ export type DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsByFiscalP
|
|
|
9574
9246
|
403: ErrorEnvelopeReadable;
|
|
9575
9247
|
};
|
|
9576
9248
|
|
|
9577
|
-
export type
|
|
9249
|
+
export type DeleteFiscalPeriodError = DeleteFiscalPeriodErrors[keyof DeleteFiscalPeriodErrors];
|
|
9578
9250
|
|
|
9579
|
-
export type
|
|
9251
|
+
export type DeleteFiscalPeriodResponses = {
|
|
9580
9252
|
/**
|
|
9581
9253
|
* No Content
|
|
9582
9254
|
*/
|
|
9583
9255
|
204: EmptyEnvelopeReadable;
|
|
9584
9256
|
};
|
|
9585
9257
|
|
|
9586
|
-
export type
|
|
9258
|
+
export type DeleteFiscalPeriodResponse = DeleteFiscalPeriodResponses[keyof DeleteFiscalPeriodResponses];
|
|
9587
9259
|
|
|
9588
|
-
export type
|
|
9260
|
+
export type UpdateFiscalPeriodData = {
|
|
9589
9261
|
body?: FiscalPeriodUpdateDto;
|
|
9590
9262
|
headers?: {
|
|
9591
9263
|
'x-api-version'?: string;
|
|
@@ -9600,7 +9272,7 @@ export type PutApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsByFiscalPeri
|
|
|
9600
9272
|
url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalPeriods/{fiscalPeriodId}';
|
|
9601
9273
|
};
|
|
9602
9274
|
|
|
9603
|
-
export type
|
|
9275
|
+
export type UpdateFiscalPeriodErrors = {
|
|
9604
9276
|
/**
|
|
9605
9277
|
* Unauthorized
|
|
9606
9278
|
*/
|
|
@@ -9611,18 +9283,18 @@ export type PutApiV2AccountingServiceFiscalsAuthoritiesFiscalPeriodsByFiscalPeri
|
|
|
9611
9283
|
403: ErrorEnvelopeReadable;
|
|
9612
9284
|
};
|
|
9613
9285
|
|
|
9614
|
-
export type
|
|
9286
|
+
export type UpdateFiscalPeriodError = UpdateFiscalPeriodErrors[keyof UpdateFiscalPeriodErrors];
|
|
9615
9287
|
|
|
9616
|
-
export type
|
|
9288
|
+
export type UpdateFiscalPeriodResponses = {
|
|
9617
9289
|
/**
|
|
9618
9290
|
* OK
|
|
9619
9291
|
*/
|
|
9620
9292
|
200: EmptyEnvelopeReadable;
|
|
9621
9293
|
};
|
|
9622
9294
|
|
|
9623
|
-
export type
|
|
9295
|
+
export type UpdateFiscalPeriodResponse = UpdateFiscalPeriodResponses[keyof UpdateFiscalPeriodResponses];
|
|
9624
9296
|
|
|
9625
|
-
export type
|
|
9297
|
+
export type GetFiscalRegimesData = {
|
|
9626
9298
|
body?: never;
|
|
9627
9299
|
headers?: {
|
|
9628
9300
|
'x-api-version'?: string;
|
|
@@ -9637,7 +9309,7 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalRegime
|
|
|
9637
9309
|
url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}/FiscalRegimes';
|
|
9638
9310
|
};
|
|
9639
9311
|
|
|
9640
|
-
export type
|
|
9312
|
+
export type GetFiscalRegimesErrors = {
|
|
9641
9313
|
/**
|
|
9642
9314
|
* Unauthorized
|
|
9643
9315
|
*/
|
|
@@ -9648,18 +9320,18 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalRegime
|
|
|
9648
9320
|
403: ErrorEnvelopeReadable;
|
|
9649
9321
|
};
|
|
9650
9322
|
|
|
9651
|
-
export type
|
|
9323
|
+
export type GetFiscalRegimesError = GetFiscalRegimesErrors[keyof GetFiscalRegimesErrors];
|
|
9652
9324
|
|
|
9653
|
-
export type
|
|
9325
|
+
export type GetFiscalRegimesResponses = {
|
|
9654
9326
|
/**
|
|
9655
9327
|
* OK
|
|
9656
9328
|
*/
|
|
9657
9329
|
200: FiscalRegimeDtoListEnvelopeReadable;
|
|
9658
9330
|
};
|
|
9659
9331
|
|
|
9660
|
-
export type
|
|
9332
|
+
export type GetFiscalRegimesResponse = GetFiscalRegimesResponses[keyof GetFiscalRegimesResponses];
|
|
9661
9333
|
|
|
9662
|
-
export type
|
|
9334
|
+
export type GetFiscalRegimesCountData = {
|
|
9663
9335
|
body?: never;
|
|
9664
9336
|
headers?: {
|
|
9665
9337
|
'x-api-version'?: string;
|
|
@@ -9673,7 +9345,7 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscal
|
|
|
9673
9345
|
url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalRegimes/Count';
|
|
9674
9346
|
};
|
|
9675
9347
|
|
|
9676
|
-
export type
|
|
9348
|
+
export type GetFiscalRegimesCountErrors = {
|
|
9677
9349
|
/**
|
|
9678
9350
|
* Unauthorized
|
|
9679
9351
|
*/
|
|
@@ -9684,18 +9356,18 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscal
|
|
|
9684
9356
|
403: ErrorEnvelopeReadable;
|
|
9685
9357
|
};
|
|
9686
9358
|
|
|
9687
|
-
export type
|
|
9359
|
+
export type GetFiscalRegimesCountError = GetFiscalRegimesCountErrors[keyof GetFiscalRegimesCountErrors];
|
|
9688
9360
|
|
|
9689
|
-
export type
|
|
9361
|
+
export type GetFiscalRegimesCountResponses = {
|
|
9690
9362
|
/**
|
|
9691
9363
|
* OK
|
|
9692
9364
|
*/
|
|
9693
9365
|
200: Int32EnvelopeReadable;
|
|
9694
9366
|
};
|
|
9695
9367
|
|
|
9696
|
-
export type
|
|
9368
|
+
export type GetFiscalRegimesCountResponse = GetFiscalRegimesCountResponses[keyof GetFiscalRegimesCountResponses];
|
|
9697
9369
|
|
|
9698
|
-
export type
|
|
9370
|
+
export type GetFiscalRegimeData = {
|
|
9699
9371
|
body?: never;
|
|
9700
9372
|
headers?: {
|
|
9701
9373
|
'x-api-version'?: string;
|
|
@@ -9711,7 +9383,7 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscal
|
|
|
9711
9383
|
url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalRegimes/{regimeId}';
|
|
9712
9384
|
};
|
|
9713
9385
|
|
|
9714
|
-
export type
|
|
9386
|
+
export type GetFiscalRegimeErrors = {
|
|
9715
9387
|
/**
|
|
9716
9388
|
* Unauthorized
|
|
9717
9389
|
*/
|
|
@@ -9722,19 +9394,19 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscal
|
|
|
9722
9394
|
403: ErrorEnvelopeReadable;
|
|
9723
9395
|
};
|
|
9724
9396
|
|
|
9725
|
-
export type
|
|
9397
|
+
export type GetFiscalRegimeError = GetFiscalRegimeErrors[keyof GetFiscalRegimeErrors];
|
|
9726
9398
|
|
|
9727
|
-
export type
|
|
9399
|
+
export type GetFiscalRegimeResponses = {
|
|
9728
9400
|
/**
|
|
9729
9401
|
* OK
|
|
9730
9402
|
*/
|
|
9731
9403
|
200: FiscalRegimeDtoEnvelopeReadable;
|
|
9732
9404
|
};
|
|
9733
9405
|
|
|
9734
|
-
export type
|
|
9406
|
+
export type GetFiscalRegimeResponse = GetFiscalRegimeResponses[keyof GetFiscalRegimeResponses];
|
|
9735
9407
|
|
|
9736
|
-
export type
|
|
9737
|
-
body?:
|
|
9408
|
+
export type CreateFiscalRegimeData = {
|
|
9409
|
+
body?: FiscalRegimeCreateDto;
|
|
9738
9410
|
headers?: {
|
|
9739
9411
|
'x-api-version'?: string;
|
|
9740
9412
|
};
|
|
@@ -9746,7 +9418,7 @@ export type PostApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesData = {
|
|
|
9746
9418
|
url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalRegimes';
|
|
9747
9419
|
};
|
|
9748
9420
|
|
|
9749
|
-
export type
|
|
9421
|
+
export type CreateFiscalRegimeErrors = {
|
|
9750
9422
|
/**
|
|
9751
9423
|
* Unauthorized
|
|
9752
9424
|
*/
|
|
@@ -9757,18 +9429,18 @@ export type PostApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesErrors = {
|
|
|
9757
9429
|
403: ErrorEnvelopeReadable;
|
|
9758
9430
|
};
|
|
9759
9431
|
|
|
9760
|
-
export type
|
|
9432
|
+
export type CreateFiscalRegimeError = CreateFiscalRegimeErrors[keyof CreateFiscalRegimeErrors];
|
|
9761
9433
|
|
|
9762
|
-
export type
|
|
9434
|
+
export type CreateFiscalRegimeResponses = {
|
|
9763
9435
|
/**
|
|
9764
9436
|
* Created
|
|
9765
9437
|
*/
|
|
9766
9438
|
201: EmptyEnvelopeReadable;
|
|
9767
9439
|
};
|
|
9768
9440
|
|
|
9769
|
-
export type
|
|
9441
|
+
export type CreateFiscalRegimeResponse = CreateFiscalRegimeResponses[keyof CreateFiscalRegimeResponses];
|
|
9770
9442
|
|
|
9771
|
-
export type
|
|
9443
|
+
export type DeleteFiscalRegimeData = {
|
|
9772
9444
|
body?: never;
|
|
9773
9445
|
headers?: {
|
|
9774
9446
|
'x-api-version'?: string;
|
|
@@ -9783,7 +9455,7 @@ export type DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesByRegimeI
|
|
|
9783
9455
|
url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalRegimes/{regimeId}';
|
|
9784
9456
|
};
|
|
9785
9457
|
|
|
9786
|
-
export type
|
|
9458
|
+
export type DeleteFiscalRegimeErrors = {
|
|
9787
9459
|
/**
|
|
9788
9460
|
* Unauthorized
|
|
9789
9461
|
*/
|
|
@@ -9794,18 +9466,18 @@ export type DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesByRegimeI
|
|
|
9794
9466
|
403: ErrorEnvelopeReadable;
|
|
9795
9467
|
};
|
|
9796
9468
|
|
|
9797
|
-
export type
|
|
9469
|
+
export type DeleteFiscalRegimeError = DeleteFiscalRegimeErrors[keyof DeleteFiscalRegimeErrors];
|
|
9798
9470
|
|
|
9799
|
-
export type
|
|
9471
|
+
export type DeleteFiscalRegimeResponses = {
|
|
9800
9472
|
/**
|
|
9801
9473
|
* No Content
|
|
9802
9474
|
*/
|
|
9803
9475
|
204: EmptyEnvelopeReadable;
|
|
9804
9476
|
};
|
|
9805
9477
|
|
|
9806
|
-
export type
|
|
9478
|
+
export type DeleteFiscalRegimeResponse = DeleteFiscalRegimeResponses[keyof DeleteFiscalRegimeResponses];
|
|
9807
9479
|
|
|
9808
|
-
export type
|
|
9480
|
+
export type UpdateFiscalRegimeData = {
|
|
9809
9481
|
body?: FiscalRegimeUpdateDto;
|
|
9810
9482
|
headers?: {
|
|
9811
9483
|
'x-api-version'?: string;
|
|
@@ -9820,7 +9492,7 @@ export type PutApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesByRegimeIdDa
|
|
|
9820
9492
|
url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalRegimes/{regimeId}';
|
|
9821
9493
|
};
|
|
9822
9494
|
|
|
9823
|
-
export type
|
|
9495
|
+
export type UpdateFiscalRegimeErrors = {
|
|
9824
9496
|
/**
|
|
9825
9497
|
* Unauthorized
|
|
9826
9498
|
*/
|
|
@@ -9831,18 +9503,18 @@ export type PutApiV2AccountingServiceFiscalsAuthoritiesFiscalRegimesByRegimeIdEr
|
|
|
9831
9503
|
403: ErrorEnvelopeReadable;
|
|
9832
9504
|
};
|
|
9833
9505
|
|
|
9834
|
-
export type
|
|
9506
|
+
export type UpdateFiscalRegimeError = UpdateFiscalRegimeErrors[keyof UpdateFiscalRegimeErrors];
|
|
9835
9507
|
|
|
9836
|
-
export type
|
|
9508
|
+
export type UpdateFiscalRegimeResponses = {
|
|
9837
9509
|
/**
|
|
9838
9510
|
* OK
|
|
9839
9511
|
*/
|
|
9840
9512
|
200: EmptyEnvelopeReadable;
|
|
9841
9513
|
};
|
|
9842
9514
|
|
|
9843
|
-
export type
|
|
9515
|
+
export type UpdateFiscalRegimeResponse = UpdateFiscalRegimeResponses[keyof UpdateFiscalRegimeResponses];
|
|
9844
9516
|
|
|
9845
|
-
export type
|
|
9517
|
+
export type GetFiscalResponsibilitiesData = {
|
|
9846
9518
|
body?: never;
|
|
9847
9519
|
headers?: {
|
|
9848
9520
|
'x-api-version'?: string;
|
|
@@ -9857,7 +9529,7 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalRespon
|
|
|
9857
9529
|
url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}/FiscalResponsibilities';
|
|
9858
9530
|
};
|
|
9859
9531
|
|
|
9860
|
-
export type
|
|
9532
|
+
export type GetFiscalResponsibilitiesErrors = {
|
|
9861
9533
|
/**
|
|
9862
9534
|
* Unauthorized
|
|
9863
9535
|
*/
|
|
@@ -9868,18 +9540,18 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByAuthorityIdFiscalRespon
|
|
|
9868
9540
|
403: ErrorEnvelopeReadable;
|
|
9869
9541
|
};
|
|
9870
9542
|
|
|
9871
|
-
export type
|
|
9543
|
+
export type GetFiscalResponsibilitiesError = GetFiscalResponsibilitiesErrors[keyof GetFiscalResponsibilitiesErrors];
|
|
9872
9544
|
|
|
9873
|
-
export type
|
|
9545
|
+
export type GetFiscalResponsibilitiesResponses = {
|
|
9874
9546
|
/**
|
|
9875
9547
|
* OK
|
|
9876
9548
|
*/
|
|
9877
9549
|
200: FiscalResponsibilityDtoListEnvelopeReadable;
|
|
9878
9550
|
};
|
|
9879
9551
|
|
|
9880
|
-
export type
|
|
9552
|
+
export type GetFiscalResponsibilitiesResponse = GetFiscalResponsibilitiesResponses[keyof GetFiscalResponsibilitiesResponses];
|
|
9881
9553
|
|
|
9882
|
-
export type
|
|
9554
|
+
export type GetFiscalResponsibilitiesCountData = {
|
|
9883
9555
|
body?: never;
|
|
9884
9556
|
headers?: {
|
|
9885
9557
|
'x-api-version'?: string;
|
|
@@ -9893,7 +9565,7 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscal
|
|
|
9893
9565
|
url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalResponsibilities/Count';
|
|
9894
9566
|
};
|
|
9895
9567
|
|
|
9896
|
-
export type
|
|
9568
|
+
export type GetFiscalResponsibilitiesCountErrors = {
|
|
9897
9569
|
/**
|
|
9898
9570
|
* Unauthorized
|
|
9899
9571
|
*/
|
|
@@ -9904,18 +9576,18 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscal
|
|
|
9904
9576
|
403: ErrorEnvelopeReadable;
|
|
9905
9577
|
};
|
|
9906
9578
|
|
|
9907
|
-
export type
|
|
9579
|
+
export type GetFiscalResponsibilitiesCountError = GetFiscalResponsibilitiesCountErrors[keyof GetFiscalResponsibilitiesCountErrors];
|
|
9908
9580
|
|
|
9909
|
-
export type
|
|
9581
|
+
export type GetFiscalResponsibilitiesCountResponses = {
|
|
9910
9582
|
/**
|
|
9911
9583
|
* OK
|
|
9912
9584
|
*/
|
|
9913
9585
|
200: Int32EnvelopeReadable;
|
|
9914
9586
|
};
|
|
9915
9587
|
|
|
9916
|
-
export type
|
|
9588
|
+
export type GetFiscalResponsibilitiesCountResponse = GetFiscalResponsibilitiesCountResponses[keyof GetFiscalResponsibilitiesCountResponses];
|
|
9917
9589
|
|
|
9918
|
-
export type
|
|
9590
|
+
export type GetFiscalResponsibilityData = {
|
|
9919
9591
|
body?: never;
|
|
9920
9592
|
headers?: {
|
|
9921
9593
|
'x-api-version'?: string;
|
|
@@ -9931,7 +9603,7 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscal
|
|
|
9931
9603
|
url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalResponsibilities/{fiscalResponsibilityId}';
|
|
9932
9604
|
};
|
|
9933
9605
|
|
|
9934
|
-
export type
|
|
9606
|
+
export type GetFiscalResponsibilityErrors = {
|
|
9935
9607
|
/**
|
|
9936
9608
|
* Unauthorized
|
|
9937
9609
|
*/
|
|
@@ -9942,19 +9614,19 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscal
|
|
|
9942
9614
|
403: ErrorEnvelopeReadable;
|
|
9943
9615
|
};
|
|
9944
9616
|
|
|
9945
|
-
export type
|
|
9617
|
+
export type GetFiscalResponsibilityError = GetFiscalResponsibilityErrors[keyof GetFiscalResponsibilityErrors];
|
|
9946
9618
|
|
|
9947
|
-
export type
|
|
9619
|
+
export type GetFiscalResponsibilityResponses = {
|
|
9948
9620
|
/**
|
|
9949
9621
|
* OK
|
|
9950
9622
|
*/
|
|
9951
9623
|
200: FiscalResponsibilityDtoEnvelopeReadable;
|
|
9952
9624
|
};
|
|
9953
9625
|
|
|
9954
|
-
export type
|
|
9626
|
+
export type GetFiscalResponsibilityResponse = GetFiscalResponsibilityResponses[keyof GetFiscalResponsibilityResponses];
|
|
9955
9627
|
|
|
9956
|
-
export type
|
|
9957
|
-
body?:
|
|
9628
|
+
export type CreateFiscalResponsibilityData = {
|
|
9629
|
+
body?: FiscalResponsibilityCreateDto;
|
|
9958
9630
|
headers?: {
|
|
9959
9631
|
'x-api-version'?: string;
|
|
9960
9632
|
};
|
|
@@ -9966,7 +9638,7 @@ export type PostApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesDa
|
|
|
9966
9638
|
url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalResponsibilities';
|
|
9967
9639
|
};
|
|
9968
9640
|
|
|
9969
|
-
export type
|
|
9641
|
+
export type CreateFiscalResponsibilityErrors = {
|
|
9970
9642
|
/**
|
|
9971
9643
|
* Unauthorized
|
|
9972
9644
|
*/
|
|
@@ -9977,18 +9649,18 @@ export type PostApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesEr
|
|
|
9977
9649
|
403: ErrorEnvelopeReadable;
|
|
9978
9650
|
};
|
|
9979
9651
|
|
|
9980
|
-
export type
|
|
9652
|
+
export type CreateFiscalResponsibilityError = CreateFiscalResponsibilityErrors[keyof CreateFiscalResponsibilityErrors];
|
|
9981
9653
|
|
|
9982
|
-
export type
|
|
9654
|
+
export type CreateFiscalResponsibilityResponses = {
|
|
9983
9655
|
/**
|
|
9984
9656
|
* Created
|
|
9985
9657
|
*/
|
|
9986
9658
|
201: EmptyEnvelopeReadable;
|
|
9987
9659
|
};
|
|
9988
9660
|
|
|
9989
|
-
export type
|
|
9661
|
+
export type CreateFiscalResponsibilityResponse = CreateFiscalResponsibilityResponses[keyof CreateFiscalResponsibilityResponses];
|
|
9990
9662
|
|
|
9991
|
-
export type
|
|
9663
|
+
export type DeleteFiscalResponsibilityData = {
|
|
9992
9664
|
body?: never;
|
|
9993
9665
|
headers?: {
|
|
9994
9666
|
'x-api-version'?: string;
|
|
@@ -10003,7 +9675,7 @@ export type DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilities
|
|
|
10003
9675
|
url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalResponsibilities/{fiscalResponsibilityId}';
|
|
10004
9676
|
};
|
|
10005
9677
|
|
|
10006
|
-
export type
|
|
9678
|
+
export type DeleteFiscalResponsibilityErrors = {
|
|
10007
9679
|
/**
|
|
10008
9680
|
* Unauthorized
|
|
10009
9681
|
*/
|
|
@@ -10014,18 +9686,18 @@ export type DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilities
|
|
|
10014
9686
|
403: ErrorEnvelopeReadable;
|
|
10015
9687
|
};
|
|
10016
9688
|
|
|
10017
|
-
export type
|
|
9689
|
+
export type DeleteFiscalResponsibilityError = DeleteFiscalResponsibilityErrors[keyof DeleteFiscalResponsibilityErrors];
|
|
10018
9690
|
|
|
10019
|
-
export type
|
|
9691
|
+
export type DeleteFiscalResponsibilityResponses = {
|
|
10020
9692
|
/**
|
|
10021
9693
|
* No Content
|
|
10022
9694
|
*/
|
|
10023
9695
|
204: EmptyEnvelopeReadable;
|
|
10024
9696
|
};
|
|
10025
9697
|
|
|
10026
|
-
export type
|
|
9698
|
+
export type DeleteFiscalResponsibilityResponse = DeleteFiscalResponsibilityResponses[keyof DeleteFiscalResponsibilityResponses];
|
|
10027
9699
|
|
|
10028
|
-
export type
|
|
9700
|
+
export type UpdateFiscalResponsibilityData = {
|
|
10029
9701
|
body?: FiscalResponsibilityUpdateDto;
|
|
10030
9702
|
headers?: {
|
|
10031
9703
|
'x-api-version'?: string;
|
|
@@ -10040,7 +9712,7 @@ export type PutApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesByF
|
|
|
10040
9712
|
url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalResponsibilities/{fiscalResponsibilityId}';
|
|
10041
9713
|
};
|
|
10042
9714
|
|
|
10043
|
-
export type
|
|
9715
|
+
export type UpdateFiscalResponsibilityErrors = {
|
|
10044
9716
|
/**
|
|
10045
9717
|
* Unauthorized
|
|
10046
9718
|
*/
|
|
@@ -10051,18 +9723,18 @@ export type PutApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilitiesByF
|
|
|
10051
9723
|
403: ErrorEnvelopeReadable;
|
|
10052
9724
|
};
|
|
10053
9725
|
|
|
10054
|
-
export type
|
|
9726
|
+
export type UpdateFiscalResponsibilityError = UpdateFiscalResponsibilityErrors[keyof UpdateFiscalResponsibilityErrors];
|
|
10055
9727
|
|
|
10056
|
-
export type
|
|
9728
|
+
export type UpdateFiscalResponsibilityResponses = {
|
|
10057
9729
|
/**
|
|
10058
9730
|
* OK
|
|
10059
9731
|
*/
|
|
10060
9732
|
200: EmptyEnvelopeReadable;
|
|
10061
9733
|
};
|
|
10062
9734
|
|
|
10063
|
-
export type
|
|
9735
|
+
export type UpdateFiscalResponsibilityResponse = UpdateFiscalResponsibilityResponses[keyof UpdateFiscalResponsibilityResponses];
|
|
10064
9736
|
|
|
10065
|
-
export type
|
|
9737
|
+
export type GetFiscalResponsibilityRecordsData = {
|
|
10066
9738
|
body?: never;
|
|
10067
9739
|
headers?: {
|
|
10068
9740
|
'x-api-version'?: string;
|
|
@@ -10078,7 +9750,7 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscal
|
|
|
10078
9750
|
url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalResponsibilities/{fiscalResponsibilityId}/FiscalResponsibilityRecords';
|
|
10079
9751
|
};
|
|
10080
9752
|
|
|
10081
|
-
export type
|
|
9753
|
+
export type GetFiscalResponsibilityRecordsErrors = {
|
|
10082
9754
|
/**
|
|
10083
9755
|
* Unauthorized
|
|
10084
9756
|
*/
|
|
@@ -10089,18 +9761,18 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscal
|
|
|
10089
9761
|
403: ErrorEnvelopeReadable;
|
|
10090
9762
|
};
|
|
10091
9763
|
|
|
10092
|
-
export type
|
|
9764
|
+
export type GetFiscalResponsibilityRecordsError = GetFiscalResponsibilityRecordsErrors[keyof GetFiscalResponsibilityRecordsErrors];
|
|
10093
9765
|
|
|
10094
|
-
export type
|
|
9766
|
+
export type GetFiscalResponsibilityRecordsResponses = {
|
|
10095
9767
|
/**
|
|
10096
9768
|
* OK
|
|
10097
9769
|
*/
|
|
10098
9770
|
200: FiscalResponsibilityRecordDtoListEnvelopeReadable;
|
|
10099
9771
|
};
|
|
10100
9772
|
|
|
10101
|
-
export type
|
|
9773
|
+
export type GetFiscalResponsibilityRecordsResponse = GetFiscalResponsibilityRecordsResponses[keyof GetFiscalResponsibilityRecordsResponses];
|
|
10102
9774
|
|
|
10103
|
-
export type
|
|
9775
|
+
export type GetFiscalResponsibilityRecordsCountData = {
|
|
10104
9776
|
body?: never;
|
|
10105
9777
|
headers?: {
|
|
10106
9778
|
'x-api-version'?: string;
|
|
@@ -10116,7 +9788,7 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscal
|
|
|
10116
9788
|
url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalResponsibilities/{fiscalResponsibilityId}/FiscalResponsibilityRecords/Count';
|
|
10117
9789
|
};
|
|
10118
9790
|
|
|
10119
|
-
export type
|
|
9791
|
+
export type GetFiscalResponsibilityRecordsCountErrors = {
|
|
10120
9792
|
/**
|
|
10121
9793
|
* Unauthorized
|
|
10122
9794
|
*/
|
|
@@ -10127,18 +9799,18 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscal
|
|
|
10127
9799
|
403: ErrorEnvelopeReadable;
|
|
10128
9800
|
};
|
|
10129
9801
|
|
|
10130
|
-
export type
|
|
9802
|
+
export type GetFiscalResponsibilityRecordsCountError = GetFiscalResponsibilityRecordsCountErrors[keyof GetFiscalResponsibilityRecordsCountErrors];
|
|
10131
9803
|
|
|
10132
|
-
export type
|
|
9804
|
+
export type GetFiscalResponsibilityRecordsCountResponses = {
|
|
10133
9805
|
/**
|
|
10134
9806
|
* OK
|
|
10135
9807
|
*/
|
|
10136
9808
|
200: Int32EnvelopeReadable;
|
|
10137
9809
|
};
|
|
10138
9810
|
|
|
10139
|
-
export type
|
|
9811
|
+
export type GetFiscalResponsibilityRecordsCountResponse = GetFiscalResponsibilityRecordsCountResponses[keyof GetFiscalResponsibilityRecordsCountResponses];
|
|
10140
9812
|
|
|
10141
|
-
export type
|
|
9813
|
+
export type GetFiscalResponsibilityRecordData = {
|
|
10142
9814
|
body?: never;
|
|
10143
9815
|
headers?: {
|
|
10144
9816
|
'x-api-version'?: string;
|
|
@@ -10155,7 +9827,7 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscal
|
|
|
10155
9827
|
url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalResponsibilities/{fiscalResponsibilityId}/FiscalResponsibilityRecords/{fiscalResponsibilityRecordId}';
|
|
10156
9828
|
};
|
|
10157
9829
|
|
|
10158
|
-
export type
|
|
9830
|
+
export type GetFiscalResponsibilityRecordErrors = {
|
|
10159
9831
|
/**
|
|
10160
9832
|
* Unauthorized
|
|
10161
9833
|
*/
|
|
@@ -10166,19 +9838,19 @@ export type GetApiV2AccountingServiceFiscalsAuthoritiesByFiscalAuthorityIdFiscal
|
|
|
10166
9838
|
403: ErrorEnvelopeReadable;
|
|
10167
9839
|
};
|
|
10168
9840
|
|
|
10169
|
-
export type
|
|
9841
|
+
export type GetFiscalResponsibilityRecordError = GetFiscalResponsibilityRecordErrors[keyof GetFiscalResponsibilityRecordErrors];
|
|
10170
9842
|
|
|
10171
|
-
export type
|
|
9843
|
+
export type GetFiscalResponsibilityRecordResponses = {
|
|
10172
9844
|
/**
|
|
10173
9845
|
* OK
|
|
10174
9846
|
*/
|
|
10175
9847
|
200: FiscalResponsibilityRecordDtoEnvelopeReadable;
|
|
10176
9848
|
};
|
|
10177
9849
|
|
|
10178
|
-
export type
|
|
9850
|
+
export type GetFiscalResponsibilityRecordResponse = GetFiscalResponsibilityRecordResponses[keyof GetFiscalResponsibilityRecordResponses];
|
|
10179
9851
|
|
|
10180
|
-
export type
|
|
10181
|
-
body?:
|
|
9852
|
+
export type CreateFiscalResponsibilityRecordData = {
|
|
9853
|
+
body?: FiscalResponsibilityRecordCreateDto;
|
|
10182
9854
|
headers?: {
|
|
10183
9855
|
'x-api-version'?: string;
|
|
10184
9856
|
};
|
|
@@ -10190,7 +9862,7 @@ export type PostApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityReco
|
|
|
10190
9862
|
url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalResponsibilityRecords';
|
|
10191
9863
|
};
|
|
10192
9864
|
|
|
10193
|
-
export type
|
|
9865
|
+
export type CreateFiscalResponsibilityRecordErrors = {
|
|
10194
9866
|
/**
|
|
10195
9867
|
* Unauthorized
|
|
10196
9868
|
*/
|
|
@@ -10201,18 +9873,18 @@ export type PostApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityReco
|
|
|
10201
9873
|
403: ErrorEnvelopeReadable;
|
|
10202
9874
|
};
|
|
10203
9875
|
|
|
10204
|
-
export type
|
|
9876
|
+
export type CreateFiscalResponsibilityRecordError = CreateFiscalResponsibilityRecordErrors[keyof CreateFiscalResponsibilityRecordErrors];
|
|
10205
9877
|
|
|
10206
|
-
export type
|
|
9878
|
+
export type CreateFiscalResponsibilityRecordResponses = {
|
|
10207
9879
|
/**
|
|
10208
9880
|
* Created
|
|
10209
9881
|
*/
|
|
10210
9882
|
201: EmptyEnvelopeReadable;
|
|
10211
9883
|
};
|
|
10212
9884
|
|
|
10213
|
-
export type
|
|
9885
|
+
export type CreateFiscalResponsibilityRecordResponse = CreateFiscalResponsibilityRecordResponses[keyof CreateFiscalResponsibilityRecordResponses];
|
|
10214
9886
|
|
|
10215
|
-
export type
|
|
9887
|
+
export type DeleteFiscalResponsibilityRecordData = {
|
|
10216
9888
|
body?: never;
|
|
10217
9889
|
headers?: {
|
|
10218
9890
|
'x-api-version'?: string;
|
|
@@ -10227,7 +9899,7 @@ export type DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRe
|
|
|
10227
9899
|
url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalResponsibilityRecords/{fiscalResponsibilityRecordId}';
|
|
10228
9900
|
};
|
|
10229
9901
|
|
|
10230
|
-
export type
|
|
9902
|
+
export type DeleteFiscalResponsibilityRecordErrors = {
|
|
10231
9903
|
/**
|
|
10232
9904
|
* Unauthorized
|
|
10233
9905
|
*/
|
|
@@ -10238,18 +9910,18 @@ export type DeleteApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRe
|
|
|
10238
9910
|
403: ErrorEnvelopeReadable;
|
|
10239
9911
|
};
|
|
10240
9912
|
|
|
10241
|
-
export type
|
|
9913
|
+
export type DeleteFiscalResponsibilityRecordError = DeleteFiscalResponsibilityRecordErrors[keyof DeleteFiscalResponsibilityRecordErrors];
|
|
10242
9914
|
|
|
10243
|
-
export type
|
|
9915
|
+
export type DeleteFiscalResponsibilityRecordResponses = {
|
|
10244
9916
|
/**
|
|
10245
9917
|
* No Content
|
|
10246
9918
|
*/
|
|
10247
9919
|
204: EmptyEnvelopeReadable;
|
|
10248
9920
|
};
|
|
10249
9921
|
|
|
10250
|
-
export type
|
|
9922
|
+
export type DeleteFiscalResponsibilityRecordResponse = DeleteFiscalResponsibilityRecordResponses[keyof DeleteFiscalResponsibilityRecordResponses];
|
|
10251
9923
|
|
|
10252
|
-
export type
|
|
9924
|
+
export type UpdateFiscalResponsibilityRecordData = {
|
|
10253
9925
|
body?: FiscalResponsibilityRecordUpdateDto;
|
|
10254
9926
|
headers?: {
|
|
10255
9927
|
'x-api-version'?: string;
|
|
@@ -10264,7 +9936,7 @@ export type PutApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecor
|
|
|
10264
9936
|
url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalResponsibilityRecords/{fiscalResponsibilityRecordId}';
|
|
10265
9937
|
};
|
|
10266
9938
|
|
|
10267
|
-
export type
|
|
9939
|
+
export type UpdateFiscalResponsibilityRecordErrors = {
|
|
10268
9940
|
/**
|
|
10269
9941
|
* Unauthorized
|
|
10270
9942
|
*/
|
|
@@ -10275,16 +9947,16 @@ export type PutApiV2AccountingServiceFiscalsAuthoritiesFiscalResponsibilityRecor
|
|
|
10275
9947
|
403: ErrorEnvelopeReadable;
|
|
10276
9948
|
};
|
|
10277
9949
|
|
|
10278
|
-
export type
|
|
9950
|
+
export type UpdateFiscalResponsibilityRecordError = UpdateFiscalResponsibilityRecordErrors[keyof UpdateFiscalResponsibilityRecordErrors];
|
|
10279
9951
|
|
|
10280
|
-
export type
|
|
9952
|
+
export type UpdateFiscalResponsibilityRecordResponses = {
|
|
10281
9953
|
/**
|
|
10282
9954
|
* OK
|
|
10283
9955
|
*/
|
|
10284
9956
|
200: EmptyEnvelopeReadable;
|
|
10285
9957
|
};
|
|
10286
9958
|
|
|
10287
|
-
export type
|
|
9959
|
+
export type UpdateFiscalResponsibilityRecordResponse = UpdateFiscalResponsibilityRecordResponses[keyof UpdateFiscalResponsibilityRecordResponses];
|
|
10288
9960
|
|
|
10289
9961
|
export type GetFiscalYearsAsyncData = {
|
|
10290
9962
|
body?: never;
|
|
@@ -10309,7 +9981,7 @@ export type GetFiscalYearsAsyncResponses = {
|
|
|
10309
9981
|
export type GetFiscalYearsAsyncResponse = GetFiscalYearsAsyncResponses[keyof GetFiscalYearsAsyncResponses];
|
|
10310
9982
|
|
|
10311
9983
|
export type CreateFiscalYearAsyncData = {
|
|
10312
|
-
body?:
|
|
9984
|
+
body?: FiscalYearCreateDto;
|
|
10313
9985
|
headers?: {
|
|
10314
9986
|
'x-api-version'?: string;
|
|
10315
9987
|
};
|
|
@@ -10447,7 +10119,7 @@ export type GetGrantsAsyncResponses = {
|
|
|
10447
10119
|
export type GetGrantsAsyncResponse = GetGrantsAsyncResponses[keyof GetGrantsAsyncResponses];
|
|
10448
10120
|
|
|
10449
10121
|
export type CreateGrantAsyncData = {
|
|
10450
|
-
body?:
|
|
10122
|
+
body?: GrantCreateDto;
|
|
10451
10123
|
headers?: {
|
|
10452
10124
|
'x-api-version'?: string;
|
|
10453
10125
|
};
|
|
@@ -10602,7 +10274,7 @@ export type GetInvoiceEnumerationRangesAsyncResponses = {
|
|
|
10602
10274
|
export type GetInvoiceEnumerationRangesAsyncResponse = GetInvoiceEnumerationRangesAsyncResponses[keyof GetInvoiceEnumerationRangesAsyncResponses];
|
|
10603
10275
|
|
|
10604
10276
|
export type CreateInvoiceEnumerationRangeAsyncData = {
|
|
10605
|
-
body?:
|
|
10277
|
+
body?: InvoiceEnumerationRangeCreateDto;
|
|
10606
10278
|
headers?: {
|
|
10607
10279
|
'x-api-version'?: string;
|
|
10608
10280
|
};
|
|
@@ -10799,7 +10471,7 @@ export type GetJournalsAsyncResponses = {
|
|
|
10799
10471
|
export type GetJournalsAsyncResponse = GetJournalsAsyncResponses[keyof GetJournalsAsyncResponses];
|
|
10800
10472
|
|
|
10801
10473
|
export type CreateJournalAsyncData = {
|
|
10802
|
-
body?:
|
|
10474
|
+
body?: JournalCreateDto;
|
|
10803
10475
|
headers?: {
|
|
10804
10476
|
'x-api-version'?: string;
|
|
10805
10477
|
};
|
|
@@ -11017,7 +10689,7 @@ export type GetJournalEntriesAsyncResponses = {
|
|
|
11017
10689
|
export type GetJournalEntriesAsyncResponse = GetJournalEntriesAsyncResponses[keyof GetJournalEntriesAsyncResponses];
|
|
11018
10690
|
|
|
11019
10691
|
export type CreateJournalEntryAsyncData = {
|
|
11020
|
-
body?:
|
|
10692
|
+
body?: JournalEntryCreateDto;
|
|
11021
10693
|
headers?: {
|
|
11022
10694
|
'x-api-version'?: string;
|
|
11023
10695
|
};
|
|
@@ -11261,7 +10933,7 @@ export type GetJournalTypesAsyncResponses = {
|
|
|
11261
10933
|
export type GetJournalTypesAsyncResponse = GetJournalTypesAsyncResponses[keyof GetJournalTypesAsyncResponses];
|
|
11262
10934
|
|
|
11263
10935
|
export type CreateJournalTypeAsyncData = {
|
|
11264
|
-
body?:
|
|
10936
|
+
body?: JournalTypeCreateDto;
|
|
11265
10937
|
headers?: {
|
|
11266
10938
|
'x-api-version'?: string;
|
|
11267
10939
|
};
|
|
@@ -11340,7 +11012,7 @@ export type GetLedgersAsyncResponses = {
|
|
|
11340
11012
|
export type GetLedgersAsyncResponse = GetLedgersAsyncResponses[keyof GetLedgersAsyncResponses];
|
|
11341
11013
|
|
|
11342
11014
|
export type CreateLedgerAsyncData = {
|
|
11343
|
-
body?:
|
|
11015
|
+
body?: CreateLedgerDto;
|
|
11344
11016
|
headers?: {
|
|
11345
11017
|
'x-api-version'?: string;
|
|
11346
11018
|
};
|
|
@@ -11556,7 +11228,7 @@ export type GetLedgerTypesAsyncResponses = {
|
|
|
11556
11228
|
export type GetLedgerTypesAsyncResponse = GetLedgerTypesAsyncResponses[keyof GetLedgerTypesAsyncResponses];
|
|
11557
11229
|
|
|
11558
11230
|
export type CreateLedgerTypeAsyncData = {
|
|
11559
|
-
body?:
|
|
11231
|
+
body?: LedgerTypeCreateDto;
|
|
11560
11232
|
headers?: {
|
|
11561
11233
|
'x-api-version'?: string;
|
|
11562
11234
|
};
|
|
@@ -11883,7 +11555,7 @@ export type GetLoansAsyncResponses = {
|
|
|
11883
11555
|
export type GetLoansAsyncResponse = GetLoansAsyncResponses[keyof GetLoansAsyncResponses];
|
|
11884
11556
|
|
|
11885
11557
|
export type CreateLoanAsyncData = {
|
|
11886
|
-
body:
|
|
11558
|
+
body: LoanCreateDto;
|
|
11887
11559
|
headers?: {
|
|
11888
11560
|
'x-api-version'?: string;
|
|
11889
11561
|
};
|
|
@@ -11988,7 +11660,7 @@ export type GetLoanApplicationsAsyncResponses = {
|
|
|
11988
11660
|
export type GetLoanApplicationsAsyncResponse = GetLoanApplicationsAsyncResponses[keyof GetLoanApplicationsAsyncResponses];
|
|
11989
11661
|
|
|
11990
11662
|
export type CreateLoanApplicationAsyncData = {
|
|
11991
|
-
body:
|
|
11663
|
+
body: LoanApplicationCreateDto;
|
|
11992
11664
|
headers?: {
|
|
11993
11665
|
'x-api-version'?: string;
|
|
11994
11666
|
};
|
|
@@ -12318,7 +11990,7 @@ export type GetShareClassesResponses = {
|
|
|
12318
11990
|
export type GetShareClassesResponse = GetShareClassesResponses[keyof GetShareClassesResponses];
|
|
12319
11991
|
|
|
12320
11992
|
export type CreateShareClassData = {
|
|
12321
|
-
body?:
|
|
11993
|
+
body?: ShareClassCreateDto;
|
|
12322
11994
|
headers?: {
|
|
12323
11995
|
'x-api-version'?: string;
|
|
12324
11996
|
};
|
|
@@ -12545,7 +12217,7 @@ export type GetShareIssuancesResponses = {
|
|
|
12545
12217
|
export type GetShareIssuancesResponse = GetShareIssuancesResponses[keyof GetShareIssuancesResponses];
|
|
12546
12218
|
|
|
12547
12219
|
export type CreateShareIssuanceData = {
|
|
12548
|
-
body?:
|
|
12220
|
+
body?: ShareIssuanceCreateDto;
|
|
12549
12221
|
headers?: {
|
|
12550
12222
|
'x-api-version'?: string;
|
|
12551
12223
|
};
|
|
@@ -12772,7 +12444,7 @@ export type GetShareTransfersResponses = {
|
|
|
12772
12444
|
export type GetShareTransfersResponse = GetShareTransfersResponses[keyof GetShareTransfersResponses];
|
|
12773
12445
|
|
|
12774
12446
|
export type CreateShareTransferData = {
|
|
12775
|
-
body?:
|
|
12447
|
+
body?: ShareTransferCreateDto;
|
|
12776
12448
|
headers?: {
|
|
12777
12449
|
'x-api-version'?: string;
|
|
12778
12450
|
};
|
|
@@ -12999,7 +12671,7 @@ export type GetShareTransferReasonsResponses = {
|
|
|
12999
12671
|
export type GetShareTransferReasonsResponse = GetShareTransferReasonsResponses[keyof GetShareTransferReasonsResponses];
|
|
13000
12672
|
|
|
13001
12673
|
export type CreateShareTransferReasonData = {
|
|
13002
|
-
body?:
|
|
12674
|
+
body?: ShareTransferReasonCreateDto;
|
|
13003
12675
|
headers?: {
|
|
13004
12676
|
'x-api-version'?: string;
|
|
13005
12677
|
};
|
|
@@ -13225,8 +12897,8 @@ export type GetTaxPoliciesResponses = {
|
|
|
13225
12897
|
|
|
13226
12898
|
export type GetTaxPoliciesResponse = GetTaxPoliciesResponses[keyof GetTaxPoliciesResponses];
|
|
13227
12899
|
|
|
13228
|
-
export type
|
|
13229
|
-
body?:
|
|
12900
|
+
export type CreateTaxPolicyData = {
|
|
12901
|
+
body?: TaxPolicyCreateDto;
|
|
13230
12902
|
headers?: {
|
|
13231
12903
|
'x-api-version'?: string;
|
|
13232
12904
|
};
|
|
@@ -13238,7 +12910,7 @@ export type PostApiV2AccountingServiceTaxPoliciesData = {
|
|
|
13238
12910
|
url: '/api/v2/AccountingService/TaxPolicies';
|
|
13239
12911
|
};
|
|
13240
12912
|
|
|
13241
|
-
export type
|
|
12913
|
+
export type CreateTaxPolicyErrors = {
|
|
13242
12914
|
/**
|
|
13243
12915
|
* Unauthorized
|
|
13244
12916
|
*/
|
|
@@ -13249,16 +12921,16 @@ export type PostApiV2AccountingServiceTaxPoliciesErrors = {
|
|
|
13249
12921
|
403: ErrorEnvelopeReadable;
|
|
13250
12922
|
};
|
|
13251
12923
|
|
|
13252
|
-
export type
|
|
12924
|
+
export type CreateTaxPolicyError = CreateTaxPolicyErrors[keyof CreateTaxPolicyErrors];
|
|
13253
12925
|
|
|
13254
|
-
export type
|
|
12926
|
+
export type CreateTaxPolicyResponses = {
|
|
13255
12927
|
/**
|
|
13256
12928
|
* Created
|
|
13257
12929
|
*/
|
|
13258
12930
|
201: EmptyEnvelopeReadable;
|
|
13259
12931
|
};
|
|
13260
12932
|
|
|
13261
|
-
export type
|
|
12933
|
+
export type CreateTaxPolicyResponse = CreateTaxPolicyResponses[keyof CreateTaxPolicyResponses];
|
|
13262
12934
|
|
|
13263
12935
|
export type GetTaxPoliciesCountData = {
|
|
13264
12936
|
body?: never;
|
|
@@ -13295,7 +12967,7 @@ export type GetTaxPoliciesCountResponses = {
|
|
|
13295
12967
|
|
|
13296
12968
|
export type GetTaxPoliciesCountResponse = GetTaxPoliciesCountResponses[keyof GetTaxPoliciesCountResponses];
|
|
13297
12969
|
|
|
13298
|
-
export type
|
|
12970
|
+
export type GetTaxPoliciesByAuthorityData = {
|
|
13299
12971
|
body?: never;
|
|
13300
12972
|
headers?: {
|
|
13301
12973
|
'x-api-version'?: string;
|
|
@@ -13310,7 +12982,7 @@ export type GetApiV2AccountingServiceTaxPoliciesByAuthorityByAuthorityIdData = {
|
|
|
13310
12982
|
url: '/api/v2/AccountingService/TaxPolicies/ByAuthority/{authorityId}';
|
|
13311
12983
|
};
|
|
13312
12984
|
|
|
13313
|
-
export type
|
|
12985
|
+
export type GetTaxPoliciesByAuthorityErrors = {
|
|
13314
12986
|
/**
|
|
13315
12987
|
* Unauthorized
|
|
13316
12988
|
*/
|
|
@@ -13321,18 +12993,18 @@ export type GetApiV2AccountingServiceTaxPoliciesByAuthorityByAuthorityIdErrors =
|
|
|
13321
12993
|
403: ErrorEnvelopeReadable;
|
|
13322
12994
|
};
|
|
13323
12995
|
|
|
13324
|
-
export type
|
|
12996
|
+
export type GetTaxPoliciesByAuthorityError = GetTaxPoliciesByAuthorityErrors[keyof GetTaxPoliciesByAuthorityErrors];
|
|
13325
12997
|
|
|
13326
|
-
export type
|
|
12998
|
+
export type GetTaxPoliciesByAuthorityResponses = {
|
|
13327
12999
|
/**
|
|
13328
13000
|
* OK
|
|
13329
13001
|
*/
|
|
13330
13002
|
200: TaxPolicyDtoListEnvelopeReadable;
|
|
13331
13003
|
};
|
|
13332
13004
|
|
|
13333
|
-
export type
|
|
13005
|
+
export type GetTaxPoliciesByAuthorityResponse = GetTaxPoliciesByAuthorityResponses[keyof GetTaxPoliciesByAuthorityResponses];
|
|
13334
13006
|
|
|
13335
|
-
export type
|
|
13007
|
+
export type DeleteTaxPolicyData = {
|
|
13336
13008
|
body?: never;
|
|
13337
13009
|
headers?: {
|
|
13338
13010
|
'x-api-version'?: string;
|
|
@@ -13347,7 +13019,7 @@ export type DeleteApiV2AccountingServiceTaxPoliciesByIdData = {
|
|
|
13347
13019
|
url: '/api/v2/AccountingService/TaxPolicies/{id}';
|
|
13348
13020
|
};
|
|
13349
13021
|
|
|
13350
|
-
export type
|
|
13022
|
+
export type DeleteTaxPolicyErrors = {
|
|
13351
13023
|
/**
|
|
13352
13024
|
* Unauthorized
|
|
13353
13025
|
*/
|
|
@@ -13358,18 +13030,18 @@ export type DeleteApiV2AccountingServiceTaxPoliciesByIdErrors = {
|
|
|
13358
13030
|
403: ErrorEnvelopeReadable;
|
|
13359
13031
|
};
|
|
13360
13032
|
|
|
13361
|
-
export type
|
|
13033
|
+
export type DeleteTaxPolicyError = DeleteTaxPolicyErrors[keyof DeleteTaxPolicyErrors];
|
|
13362
13034
|
|
|
13363
|
-
export type
|
|
13035
|
+
export type DeleteTaxPolicyResponses = {
|
|
13364
13036
|
/**
|
|
13365
13037
|
* No Content
|
|
13366
13038
|
*/
|
|
13367
13039
|
204: EmptyEnvelopeReadable;
|
|
13368
13040
|
};
|
|
13369
13041
|
|
|
13370
|
-
export type
|
|
13042
|
+
export type DeleteTaxPolicyResponse = DeleteTaxPolicyResponses[keyof DeleteTaxPolicyResponses];
|
|
13371
13043
|
|
|
13372
|
-
export type
|
|
13044
|
+
export type GetTaxPolicyData = {
|
|
13373
13045
|
body?: never;
|
|
13374
13046
|
headers?: {
|
|
13375
13047
|
'x-api-version'?: string;
|
|
@@ -13384,7 +13056,7 @@ export type GetApiV2AccountingServiceTaxPoliciesByIdData = {
|
|
|
13384
13056
|
url: '/api/v2/AccountingService/TaxPolicies/{id}';
|
|
13385
13057
|
};
|
|
13386
13058
|
|
|
13387
|
-
export type
|
|
13059
|
+
export type GetTaxPolicyErrors = {
|
|
13388
13060
|
/**
|
|
13389
13061
|
* Unauthorized
|
|
13390
13062
|
*/
|
|
@@ -13395,18 +13067,18 @@ export type GetApiV2AccountingServiceTaxPoliciesByIdErrors = {
|
|
|
13395
13067
|
403: ErrorEnvelopeReadable;
|
|
13396
13068
|
};
|
|
13397
13069
|
|
|
13398
|
-
export type
|
|
13070
|
+
export type GetTaxPolicyError = GetTaxPolicyErrors[keyof GetTaxPolicyErrors];
|
|
13399
13071
|
|
|
13400
|
-
export type
|
|
13072
|
+
export type GetTaxPolicyResponses = {
|
|
13401
13073
|
/**
|
|
13402
13074
|
* OK
|
|
13403
13075
|
*/
|
|
13404
13076
|
200: TaxPolicyDtoEnvelopeReadable;
|
|
13405
13077
|
};
|
|
13406
13078
|
|
|
13407
|
-
export type
|
|
13079
|
+
export type GetTaxPolicyResponse = GetTaxPolicyResponses[keyof GetTaxPolicyResponses];
|
|
13408
13080
|
|
|
13409
|
-
export type
|
|
13081
|
+
export type UpdateTaxPolicyData = {
|
|
13410
13082
|
body?: TaxPolicyUpdateDto;
|
|
13411
13083
|
headers?: {
|
|
13412
13084
|
'x-api-version'?: string;
|
|
@@ -13421,7 +13093,7 @@ export type PutApiV2AccountingServiceTaxPoliciesByIdData = {
|
|
|
13421
13093
|
url: '/api/v2/AccountingService/TaxPolicies/{id}';
|
|
13422
13094
|
};
|
|
13423
13095
|
|
|
13424
|
-
export type
|
|
13096
|
+
export type UpdateTaxPolicyErrors = {
|
|
13425
13097
|
/**
|
|
13426
13098
|
* Unauthorized
|
|
13427
13099
|
*/
|
|
@@ -13432,18 +13104,18 @@ export type PutApiV2AccountingServiceTaxPoliciesByIdErrors = {
|
|
|
13432
13104
|
403: ErrorEnvelopeReadable;
|
|
13433
13105
|
};
|
|
13434
13106
|
|
|
13435
|
-
export type
|
|
13107
|
+
export type UpdateTaxPolicyError = UpdateTaxPolicyErrors[keyof UpdateTaxPolicyErrors];
|
|
13436
13108
|
|
|
13437
|
-
export type
|
|
13109
|
+
export type UpdateTaxPolicyResponses = {
|
|
13438
13110
|
/**
|
|
13439
13111
|
* No Content
|
|
13440
13112
|
*/
|
|
13441
13113
|
204: EmptyEnvelopeReadable;
|
|
13442
13114
|
};
|
|
13443
13115
|
|
|
13444
|
-
export type
|
|
13116
|
+
export type UpdateTaxPolicyResponse = UpdateTaxPolicyResponses[keyof UpdateTaxPolicyResponses];
|
|
13445
13117
|
|
|
13446
|
-
export type
|
|
13118
|
+
export type GetItemTaxPolicyRecordsData = {
|
|
13447
13119
|
body?: never;
|
|
13448
13120
|
headers?: {
|
|
13449
13121
|
'x-api-version'?: string;
|
|
@@ -13458,7 +13130,7 @@ export type GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecord
|
|
|
13458
13130
|
url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/ItemTaxPolicyRecords';
|
|
13459
13131
|
};
|
|
13460
13132
|
|
|
13461
|
-
export type
|
|
13133
|
+
export type GetItemTaxPolicyRecordsErrors = {
|
|
13462
13134
|
/**
|
|
13463
13135
|
* Unauthorized
|
|
13464
13136
|
*/
|
|
@@ -13469,19 +13141,19 @@ export type GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecord
|
|
|
13469
13141
|
403: ErrorEnvelopeReadable;
|
|
13470
13142
|
};
|
|
13471
13143
|
|
|
13472
|
-
export type
|
|
13144
|
+
export type GetItemTaxPolicyRecordsError = GetItemTaxPolicyRecordsErrors[keyof GetItemTaxPolicyRecordsErrors];
|
|
13473
13145
|
|
|
13474
|
-
export type
|
|
13146
|
+
export type GetItemTaxPolicyRecordsResponses = {
|
|
13475
13147
|
/**
|
|
13476
13148
|
* OK
|
|
13477
13149
|
*/
|
|
13478
13150
|
200: ItemTaxPolicyRecordDtoListEnvelopeReadable;
|
|
13479
13151
|
};
|
|
13480
13152
|
|
|
13481
|
-
export type
|
|
13153
|
+
export type GetItemTaxPolicyRecordsResponse = GetItemTaxPolicyRecordsResponses[keyof GetItemTaxPolicyRecordsResponses];
|
|
13482
13154
|
|
|
13483
|
-
export type
|
|
13484
|
-
body?:
|
|
13155
|
+
export type CreateItemTaxPolicyRecordData = {
|
|
13156
|
+
body?: ItemTaxPolicyRecordCreateDto;
|
|
13485
13157
|
headers?: {
|
|
13486
13158
|
'x-api-version'?: string;
|
|
13487
13159
|
};
|
|
@@ -13495,7 +13167,7 @@ export type PostApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecor
|
|
|
13495
13167
|
url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/ItemTaxPolicyRecords';
|
|
13496
13168
|
};
|
|
13497
13169
|
|
|
13498
|
-
export type
|
|
13170
|
+
export type CreateItemTaxPolicyRecordErrors = {
|
|
13499
13171
|
/**
|
|
13500
13172
|
* Unauthorized
|
|
13501
13173
|
*/
|
|
@@ -13506,18 +13178,18 @@ export type PostApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecor
|
|
|
13506
13178
|
403: ErrorEnvelopeReadable;
|
|
13507
13179
|
};
|
|
13508
13180
|
|
|
13509
|
-
export type
|
|
13181
|
+
export type CreateItemTaxPolicyRecordError = CreateItemTaxPolicyRecordErrors[keyof CreateItemTaxPolicyRecordErrors];
|
|
13510
13182
|
|
|
13511
|
-
export type
|
|
13183
|
+
export type CreateItemTaxPolicyRecordResponses = {
|
|
13512
13184
|
/**
|
|
13513
13185
|
* Created
|
|
13514
13186
|
*/
|
|
13515
13187
|
201: EmptyEnvelopeReadable;
|
|
13516
13188
|
};
|
|
13517
13189
|
|
|
13518
|
-
export type
|
|
13190
|
+
export type CreateItemTaxPolicyRecordResponse = CreateItemTaxPolicyRecordResponses[keyof CreateItemTaxPolicyRecordResponses];
|
|
13519
13191
|
|
|
13520
|
-
export type
|
|
13192
|
+
export type DeleteItemTaxPolicyRecordData = {
|
|
13521
13193
|
body?: never;
|
|
13522
13194
|
headers?: {
|
|
13523
13195
|
'x-api-version'?: string;
|
|
@@ -13533,7 +13205,7 @@ export type DeleteApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRec
|
|
|
13533
13205
|
url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/ItemTaxPolicyRecords/{itemTaxPolicyRecordId}';
|
|
13534
13206
|
};
|
|
13535
13207
|
|
|
13536
|
-
export type
|
|
13208
|
+
export type DeleteItemTaxPolicyRecordErrors = {
|
|
13537
13209
|
/**
|
|
13538
13210
|
* Unauthorized
|
|
13539
13211
|
*/
|
|
@@ -13544,18 +13216,18 @@ export type DeleteApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRec
|
|
|
13544
13216
|
403: ErrorEnvelopeReadable;
|
|
13545
13217
|
};
|
|
13546
13218
|
|
|
13547
|
-
export type
|
|
13219
|
+
export type DeleteItemTaxPolicyRecordError = DeleteItemTaxPolicyRecordErrors[keyof DeleteItemTaxPolicyRecordErrors];
|
|
13548
13220
|
|
|
13549
|
-
export type
|
|
13221
|
+
export type DeleteItemTaxPolicyRecordResponses = {
|
|
13550
13222
|
/**
|
|
13551
13223
|
* No Content
|
|
13552
13224
|
*/
|
|
13553
13225
|
204: EmptyEnvelopeReadable;
|
|
13554
13226
|
};
|
|
13555
13227
|
|
|
13556
|
-
export type
|
|
13228
|
+
export type DeleteItemTaxPolicyRecordResponse = DeleteItemTaxPolicyRecordResponses[keyof DeleteItemTaxPolicyRecordResponses];
|
|
13557
13229
|
|
|
13558
|
-
export type
|
|
13230
|
+
export type GetItemTaxPolicyRecordData = {
|
|
13559
13231
|
body?: never;
|
|
13560
13232
|
headers?: {
|
|
13561
13233
|
'x-api-version'?: string;
|
|
@@ -13571,7 +13243,7 @@ export type GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecord
|
|
|
13571
13243
|
url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/ItemTaxPolicyRecords/{itemTaxPolicyRecordId}';
|
|
13572
13244
|
};
|
|
13573
13245
|
|
|
13574
|
-
export type
|
|
13246
|
+
export type GetItemTaxPolicyRecordErrors = {
|
|
13575
13247
|
/**
|
|
13576
13248
|
* Unauthorized
|
|
13577
13249
|
*/
|
|
@@ -13582,19 +13254,19 @@ export type GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecord
|
|
|
13582
13254
|
403: ErrorEnvelopeReadable;
|
|
13583
13255
|
};
|
|
13584
13256
|
|
|
13585
|
-
export type
|
|
13257
|
+
export type GetItemTaxPolicyRecordError = GetItemTaxPolicyRecordErrors[keyof GetItemTaxPolicyRecordErrors];
|
|
13586
13258
|
|
|
13587
|
-
export type
|
|
13259
|
+
export type GetItemTaxPolicyRecordResponses = {
|
|
13588
13260
|
/**
|
|
13589
13261
|
* OK
|
|
13590
13262
|
*/
|
|
13591
13263
|
200: ItemTaxPolicyRecordDtoEnvelopeReadable;
|
|
13592
13264
|
};
|
|
13593
13265
|
|
|
13594
|
-
export type
|
|
13266
|
+
export type GetItemTaxPolicyRecordResponse = GetItemTaxPolicyRecordResponses[keyof GetItemTaxPolicyRecordResponses];
|
|
13595
13267
|
|
|
13596
|
-
export type
|
|
13597
|
-
body?:
|
|
13268
|
+
export type UpdateItemTaxPolicyRecordData = {
|
|
13269
|
+
body?: ItemTaxPolicyRecordUpdateDto;
|
|
13598
13270
|
headers?: {
|
|
13599
13271
|
'x-api-version'?: string;
|
|
13600
13272
|
};
|
|
@@ -13609,7 +13281,7 @@ export type PutApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecord
|
|
|
13609
13281
|
url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/ItemTaxPolicyRecords/{itemTaxPolicyRecordId}';
|
|
13610
13282
|
};
|
|
13611
13283
|
|
|
13612
|
-
export type
|
|
13284
|
+
export type UpdateItemTaxPolicyRecordErrors = {
|
|
13613
13285
|
/**
|
|
13614
13286
|
* Unauthorized
|
|
13615
13287
|
*/
|
|
@@ -13620,18 +13292,18 @@ export type PutApiV2AccountingServiceTaxPoliciesByTaxPolicyIdItemTaxPolicyRecord
|
|
|
13620
13292
|
403: ErrorEnvelopeReadable;
|
|
13621
13293
|
};
|
|
13622
13294
|
|
|
13623
|
-
export type
|
|
13295
|
+
export type UpdateItemTaxPolicyRecordError = UpdateItemTaxPolicyRecordErrors[keyof UpdateItemTaxPolicyRecordErrors];
|
|
13624
13296
|
|
|
13625
|
-
export type
|
|
13297
|
+
export type UpdateItemTaxPolicyRecordResponses = {
|
|
13626
13298
|
/**
|
|
13627
13299
|
* No Content
|
|
13628
13300
|
*/
|
|
13629
13301
|
204: EmptyEnvelopeReadable;
|
|
13630
13302
|
};
|
|
13631
13303
|
|
|
13632
|
-
export type
|
|
13304
|
+
export type UpdateItemTaxPolicyRecordResponse = UpdateItemTaxPolicyRecordResponses[keyof UpdateItemTaxPolicyRecordResponses];
|
|
13633
13305
|
|
|
13634
|
-
export type
|
|
13306
|
+
export type GetAppliedTaxPolicyRecordsData = {
|
|
13635
13307
|
body?: never;
|
|
13636
13308
|
headers?: {
|
|
13637
13309
|
'x-api-version'?: string;
|
|
@@ -13646,7 +13318,7 @@ export type GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRec
|
|
|
13646
13318
|
url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/AppliedTaxPolicyRecords';
|
|
13647
13319
|
};
|
|
13648
13320
|
|
|
13649
|
-
export type
|
|
13321
|
+
export type GetAppliedTaxPolicyRecordsErrors = {
|
|
13650
13322
|
/**
|
|
13651
13323
|
* Unauthorized
|
|
13652
13324
|
*/
|
|
@@ -13657,19 +13329,19 @@ export type GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRec
|
|
|
13657
13329
|
403: ErrorEnvelopeReadable;
|
|
13658
13330
|
};
|
|
13659
13331
|
|
|
13660
|
-
export type
|
|
13332
|
+
export type GetAppliedTaxPolicyRecordsError = GetAppliedTaxPolicyRecordsErrors[keyof GetAppliedTaxPolicyRecordsErrors];
|
|
13661
13333
|
|
|
13662
|
-
export type
|
|
13334
|
+
export type GetAppliedTaxPolicyRecordsResponses = {
|
|
13663
13335
|
/**
|
|
13664
13336
|
* OK
|
|
13665
13337
|
*/
|
|
13666
13338
|
200: AppliedTaxPolicyRecordDtoListEnvelopeReadable;
|
|
13667
13339
|
};
|
|
13668
13340
|
|
|
13669
|
-
export type
|
|
13341
|
+
export type GetAppliedTaxPolicyRecordsResponse = GetAppliedTaxPolicyRecordsResponses[keyof GetAppliedTaxPolicyRecordsResponses];
|
|
13670
13342
|
|
|
13671
|
-
export type
|
|
13672
|
-
body?:
|
|
13343
|
+
export type CreateAppliedTaxPolicyRecordData = {
|
|
13344
|
+
body?: AppliedTaxPolicyRecordCreateDto;
|
|
13673
13345
|
headers?: {
|
|
13674
13346
|
'x-api-version'?: string;
|
|
13675
13347
|
};
|
|
@@ -13683,7 +13355,7 @@ export type PostApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRe
|
|
|
13683
13355
|
url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/AppliedTaxPolicyRecords';
|
|
13684
13356
|
};
|
|
13685
13357
|
|
|
13686
|
-
export type
|
|
13358
|
+
export type CreateAppliedTaxPolicyRecordErrors = {
|
|
13687
13359
|
/**
|
|
13688
13360
|
* Unauthorized
|
|
13689
13361
|
*/
|
|
@@ -13694,18 +13366,18 @@ export type PostApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRe
|
|
|
13694
13366
|
403: ErrorEnvelopeReadable;
|
|
13695
13367
|
};
|
|
13696
13368
|
|
|
13697
|
-
export type
|
|
13369
|
+
export type CreateAppliedTaxPolicyRecordError = CreateAppliedTaxPolicyRecordErrors[keyof CreateAppliedTaxPolicyRecordErrors];
|
|
13698
13370
|
|
|
13699
|
-
export type
|
|
13371
|
+
export type CreateAppliedTaxPolicyRecordResponses = {
|
|
13700
13372
|
/**
|
|
13701
13373
|
* Created
|
|
13702
13374
|
*/
|
|
13703
13375
|
201: EmptyEnvelopeReadable;
|
|
13704
13376
|
};
|
|
13705
13377
|
|
|
13706
|
-
export type
|
|
13378
|
+
export type CreateAppliedTaxPolicyRecordResponse = CreateAppliedTaxPolicyRecordResponses[keyof CreateAppliedTaxPolicyRecordResponses];
|
|
13707
13379
|
|
|
13708
|
-
export type
|
|
13380
|
+
export type GetAppliedTaxPolicyRecordsCountData = {
|
|
13709
13381
|
body?: never;
|
|
13710
13382
|
headers?: {
|
|
13711
13383
|
'x-api-version'?: string;
|
|
@@ -13720,7 +13392,7 @@ export type GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRec
|
|
|
13720
13392
|
url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/AppliedTaxPolicyRecords/Count';
|
|
13721
13393
|
};
|
|
13722
13394
|
|
|
13723
|
-
export type
|
|
13395
|
+
export type GetAppliedTaxPolicyRecordsCountErrors = {
|
|
13724
13396
|
/**
|
|
13725
13397
|
* Unauthorized
|
|
13726
13398
|
*/
|
|
@@ -13731,18 +13403,18 @@ export type GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRec
|
|
|
13731
13403
|
403: ErrorEnvelopeReadable;
|
|
13732
13404
|
};
|
|
13733
13405
|
|
|
13734
|
-
export type
|
|
13406
|
+
export type GetAppliedTaxPolicyRecordsCountError = GetAppliedTaxPolicyRecordsCountErrors[keyof GetAppliedTaxPolicyRecordsCountErrors];
|
|
13735
13407
|
|
|
13736
|
-
export type
|
|
13408
|
+
export type GetAppliedTaxPolicyRecordsCountResponses = {
|
|
13737
13409
|
/**
|
|
13738
13410
|
* OK
|
|
13739
13411
|
*/
|
|
13740
13412
|
200: Int32EnvelopeReadable;
|
|
13741
13413
|
};
|
|
13742
13414
|
|
|
13743
|
-
export type
|
|
13415
|
+
export type GetAppliedTaxPolicyRecordsCountResponse = GetAppliedTaxPolicyRecordsCountResponses[keyof GetAppliedTaxPolicyRecordsCountResponses];
|
|
13744
13416
|
|
|
13745
|
-
export type
|
|
13417
|
+
export type DeleteAppliedTaxPolicyRecordData = {
|
|
13746
13418
|
body?: never;
|
|
13747
13419
|
headers?: {
|
|
13748
13420
|
'x-api-version'?: string;
|
|
@@ -13758,7 +13430,7 @@ export type DeleteApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicy
|
|
|
13758
13430
|
url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/AppliedTaxPolicyRecords/{appliedTaxPolicyRecordId}';
|
|
13759
13431
|
};
|
|
13760
13432
|
|
|
13761
|
-
export type
|
|
13433
|
+
export type DeleteAppliedTaxPolicyRecordErrors = {
|
|
13762
13434
|
/**
|
|
13763
13435
|
* Unauthorized
|
|
13764
13436
|
*/
|
|
@@ -13769,18 +13441,18 @@ export type DeleteApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicy
|
|
|
13769
13441
|
403: ErrorEnvelopeReadable;
|
|
13770
13442
|
};
|
|
13771
13443
|
|
|
13772
|
-
export type
|
|
13444
|
+
export type DeleteAppliedTaxPolicyRecordError = DeleteAppliedTaxPolicyRecordErrors[keyof DeleteAppliedTaxPolicyRecordErrors];
|
|
13773
13445
|
|
|
13774
|
-
export type
|
|
13446
|
+
export type DeleteAppliedTaxPolicyRecordResponses = {
|
|
13775
13447
|
/**
|
|
13776
13448
|
* No Content
|
|
13777
13449
|
*/
|
|
13778
13450
|
204: EmptyEnvelopeReadable;
|
|
13779
13451
|
};
|
|
13780
13452
|
|
|
13781
|
-
export type
|
|
13453
|
+
export type DeleteAppliedTaxPolicyRecordResponse = DeleteAppliedTaxPolicyRecordResponses[keyof DeleteAppliedTaxPolicyRecordResponses];
|
|
13782
13454
|
|
|
13783
|
-
export type
|
|
13455
|
+
export type GetAppliedTaxPolicyRecordData = {
|
|
13784
13456
|
body?: never;
|
|
13785
13457
|
headers?: {
|
|
13786
13458
|
'x-api-version'?: string;
|
|
@@ -13796,7 +13468,7 @@ export type GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRec
|
|
|
13796
13468
|
url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/AppliedTaxPolicyRecords/{appliedTaxPolicyRecordId}';
|
|
13797
13469
|
};
|
|
13798
13470
|
|
|
13799
|
-
export type
|
|
13471
|
+
export type GetAppliedTaxPolicyRecordErrors = {
|
|
13800
13472
|
/**
|
|
13801
13473
|
* Unauthorized
|
|
13802
13474
|
*/
|
|
@@ -13807,18 +13479,18 @@ export type GetApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRec
|
|
|
13807
13479
|
403: ErrorEnvelopeReadable;
|
|
13808
13480
|
};
|
|
13809
13481
|
|
|
13810
|
-
export type
|
|
13482
|
+
export type GetAppliedTaxPolicyRecordError = GetAppliedTaxPolicyRecordErrors[keyof GetAppliedTaxPolicyRecordErrors];
|
|
13811
13483
|
|
|
13812
|
-
export type
|
|
13484
|
+
export type GetAppliedTaxPolicyRecordResponses = {
|
|
13813
13485
|
/**
|
|
13814
13486
|
* OK
|
|
13815
13487
|
*/
|
|
13816
13488
|
200: AppliedTaxPolicyRecordDtoEnvelopeReadable;
|
|
13817
13489
|
};
|
|
13818
13490
|
|
|
13819
|
-
export type
|
|
13491
|
+
export type GetAppliedTaxPolicyRecordResponse = GetAppliedTaxPolicyRecordResponses[keyof GetAppliedTaxPolicyRecordResponses];
|
|
13820
13492
|
|
|
13821
|
-
export type
|
|
13493
|
+
export type UpdateAppliedTaxPolicyRecordData = {
|
|
13822
13494
|
body?: AppliedTaxPolicyRecordUpdateDto;
|
|
13823
13495
|
headers?: {
|
|
13824
13496
|
'x-api-version'?: string;
|
|
@@ -13834,7 +13506,7 @@ export type PutApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRec
|
|
|
13834
13506
|
url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/AppliedTaxPolicyRecords/{appliedTaxPolicyRecordId}';
|
|
13835
13507
|
};
|
|
13836
13508
|
|
|
13837
|
-
export type
|
|
13509
|
+
export type UpdateAppliedTaxPolicyRecordErrors = {
|
|
13838
13510
|
/**
|
|
13839
13511
|
* Unauthorized
|
|
13840
13512
|
*/
|
|
@@ -13845,16 +13517,16 @@ export type PutApiV2AccountingServiceTaxPoliciesByTaxPolicyIdAppliedTaxPolicyRec
|
|
|
13845
13517
|
403: ErrorEnvelopeReadable;
|
|
13846
13518
|
};
|
|
13847
13519
|
|
|
13848
|
-
export type
|
|
13520
|
+
export type UpdateAppliedTaxPolicyRecordError = UpdateAppliedTaxPolicyRecordErrors[keyof UpdateAppliedTaxPolicyRecordErrors];
|
|
13849
13521
|
|
|
13850
|
-
export type
|
|
13522
|
+
export type UpdateAppliedTaxPolicyRecordResponses = {
|
|
13851
13523
|
/**
|
|
13852
13524
|
* No Content
|
|
13853
13525
|
*/
|
|
13854
13526
|
204: EmptyEnvelopeReadable;
|
|
13855
13527
|
};
|
|
13856
13528
|
|
|
13857
|
-
export type
|
|
13529
|
+
export type UpdateAppliedTaxPolicyRecordResponse = UpdateAppliedTaxPolicyRecordResponses[keyof UpdateAppliedTaxPolicyRecordResponses];
|
|
13858
13530
|
|
|
13859
13531
|
export type GetTaxRatesData = {
|
|
13860
13532
|
body?: never;
|
|
@@ -13891,8 +13563,8 @@ export type GetTaxRatesResponses = {
|
|
|
13891
13563
|
|
|
13892
13564
|
export type GetTaxRatesResponse = GetTaxRatesResponses[keyof GetTaxRatesResponses];
|
|
13893
13565
|
|
|
13894
|
-
export type
|
|
13895
|
-
body?:
|
|
13566
|
+
export type CreateTaxRateData = {
|
|
13567
|
+
body?: TaxRateCreateDto;
|
|
13896
13568
|
headers?: {
|
|
13897
13569
|
'x-api-version'?: string;
|
|
13898
13570
|
};
|
|
@@ -13904,7 +13576,7 @@ export type PostApiV2AccountingServiceTaxRatesData = {
|
|
|
13904
13576
|
url: '/api/v2/AccountingService/TaxRates';
|
|
13905
13577
|
};
|
|
13906
13578
|
|
|
13907
|
-
export type
|
|
13579
|
+
export type CreateTaxRateErrors = {
|
|
13908
13580
|
/**
|
|
13909
13581
|
* Unauthorized
|
|
13910
13582
|
*/
|
|
@@ -13915,16 +13587,16 @@ export type PostApiV2AccountingServiceTaxRatesErrors = {
|
|
|
13915
13587
|
403: ErrorEnvelopeReadable;
|
|
13916
13588
|
};
|
|
13917
13589
|
|
|
13918
|
-
export type
|
|
13590
|
+
export type CreateTaxRateError = CreateTaxRateErrors[keyof CreateTaxRateErrors];
|
|
13919
13591
|
|
|
13920
|
-
export type
|
|
13592
|
+
export type CreateTaxRateResponses = {
|
|
13921
13593
|
/**
|
|
13922
13594
|
* Created
|
|
13923
13595
|
*/
|
|
13924
13596
|
201: EmptyEnvelopeReadable;
|
|
13925
13597
|
};
|
|
13926
13598
|
|
|
13927
|
-
export type
|
|
13599
|
+
export type CreateTaxRateResponse = CreateTaxRateResponses[keyof CreateTaxRateResponses];
|
|
13928
13600
|
|
|
13929
13601
|
export type GetTaxRatesCountData = {
|
|
13930
13602
|
body?: never;
|
|
@@ -13961,7 +13633,7 @@ export type GetTaxRatesCountResponses = {
|
|
|
13961
13633
|
|
|
13962
13634
|
export type GetTaxRatesCountResponse = GetTaxRatesCountResponses[keyof GetTaxRatesCountResponses];
|
|
13963
13635
|
|
|
13964
|
-
export type
|
|
13636
|
+
export type DeleteTaxRateData = {
|
|
13965
13637
|
body?: never;
|
|
13966
13638
|
headers?: {
|
|
13967
13639
|
'x-api-version'?: string;
|
|
@@ -13976,7 +13648,7 @@ export type DeleteApiV2AccountingServiceTaxRatesByIdData = {
|
|
|
13976
13648
|
url: '/api/v2/AccountingService/TaxRates/{id}';
|
|
13977
13649
|
};
|
|
13978
13650
|
|
|
13979
|
-
export type
|
|
13651
|
+
export type DeleteTaxRateErrors = {
|
|
13980
13652
|
/**
|
|
13981
13653
|
* Unauthorized
|
|
13982
13654
|
*/
|
|
@@ -13987,18 +13659,18 @@ export type DeleteApiV2AccountingServiceTaxRatesByIdErrors = {
|
|
|
13987
13659
|
403: ErrorEnvelopeReadable;
|
|
13988
13660
|
};
|
|
13989
13661
|
|
|
13990
|
-
export type
|
|
13662
|
+
export type DeleteTaxRateError = DeleteTaxRateErrors[keyof DeleteTaxRateErrors];
|
|
13991
13663
|
|
|
13992
|
-
export type
|
|
13664
|
+
export type DeleteTaxRateResponses = {
|
|
13993
13665
|
/**
|
|
13994
13666
|
* No Content
|
|
13995
13667
|
*/
|
|
13996
13668
|
204: EmptyEnvelopeReadable;
|
|
13997
13669
|
};
|
|
13998
13670
|
|
|
13999
|
-
export type
|
|
13671
|
+
export type DeleteTaxRateResponse = DeleteTaxRateResponses[keyof DeleteTaxRateResponses];
|
|
14000
13672
|
|
|
14001
|
-
export type
|
|
13673
|
+
export type GetTaxRateData = {
|
|
14002
13674
|
body?: never;
|
|
14003
13675
|
headers?: {
|
|
14004
13676
|
'x-api-version'?: string;
|
|
@@ -14013,7 +13685,7 @@ export type GetApiV2AccountingServiceTaxRatesByIdData = {
|
|
|
14013
13685
|
url: '/api/v2/AccountingService/TaxRates/{id}';
|
|
14014
13686
|
};
|
|
14015
13687
|
|
|
14016
|
-
export type
|
|
13688
|
+
export type GetTaxRateErrors = {
|
|
14017
13689
|
/**
|
|
14018
13690
|
* Unauthorized
|
|
14019
13691
|
*/
|
|
@@ -14024,18 +13696,18 @@ export type GetApiV2AccountingServiceTaxRatesByIdErrors = {
|
|
|
14024
13696
|
403: ErrorEnvelopeReadable;
|
|
14025
13697
|
};
|
|
14026
13698
|
|
|
14027
|
-
export type
|
|
13699
|
+
export type GetTaxRateError = GetTaxRateErrors[keyof GetTaxRateErrors];
|
|
14028
13700
|
|
|
14029
|
-
export type
|
|
13701
|
+
export type GetTaxRateResponses = {
|
|
14030
13702
|
/**
|
|
14031
13703
|
* OK
|
|
14032
13704
|
*/
|
|
14033
13705
|
200: TaxRateDtoEnvelopeReadable;
|
|
14034
13706
|
};
|
|
14035
13707
|
|
|
14036
|
-
export type
|
|
13708
|
+
export type GetTaxRateResponse = GetTaxRateResponses[keyof GetTaxRateResponses];
|
|
14037
13709
|
|
|
14038
|
-
export type
|
|
13710
|
+
export type UpdateTaxRateData = {
|
|
14039
13711
|
body?: TaxRateUpdateDto;
|
|
14040
13712
|
headers?: {
|
|
14041
13713
|
'x-api-version'?: string;
|
|
@@ -14050,7 +13722,7 @@ export type PutApiV2AccountingServiceTaxRatesByIdData = {
|
|
|
14050
13722
|
url: '/api/v2/AccountingService/TaxRates/{id}';
|
|
14051
13723
|
};
|
|
14052
13724
|
|
|
14053
|
-
export type
|
|
13725
|
+
export type UpdateTaxRateErrors = {
|
|
14054
13726
|
/**
|
|
14055
13727
|
* Unauthorized
|
|
14056
13728
|
*/
|
|
@@ -14061,16 +13733,16 @@ export type PutApiV2AccountingServiceTaxRatesByIdErrors = {
|
|
|
14061
13733
|
403: ErrorEnvelopeReadable;
|
|
14062
13734
|
};
|
|
14063
13735
|
|
|
14064
|
-
export type
|
|
13736
|
+
export type UpdateTaxRateError = UpdateTaxRateErrors[keyof UpdateTaxRateErrors];
|
|
14065
13737
|
|
|
14066
|
-
export type
|
|
13738
|
+
export type UpdateTaxRateResponses = {
|
|
14067
13739
|
/**
|
|
14068
13740
|
* No Content
|
|
14069
13741
|
*/
|
|
14070
13742
|
204: EmptyEnvelopeReadable;
|
|
14071
13743
|
};
|
|
14072
13744
|
|
|
14073
|
-
export type
|
|
13745
|
+
export type UpdateTaxRateResponse = UpdateTaxRateResponses[keyof UpdateTaxRateResponses];
|
|
14074
13746
|
|
|
14075
13747
|
export type GetTransactionsData = {
|
|
14076
13748
|
body?: never;
|
|
@@ -14108,7 +13780,7 @@ export type GetTransactionsResponses = {
|
|
|
14108
13780
|
export type GetTransactionsResponse = GetTransactionsResponses[keyof GetTransactionsResponses];
|
|
14109
13781
|
|
|
14110
13782
|
export type CreateTransactionData = {
|
|
14111
|
-
body?:
|
|
13783
|
+
body?: TransactionCreateDto;
|
|
14112
13784
|
headers?: {
|
|
14113
13785
|
'x-api-version'?: string;
|
|
14114
13786
|
};
|
|
@@ -14340,7 +14012,7 @@ export type GetTransactionCategoriesResponses = {
|
|
|
14340
14012
|
export type GetTransactionCategoriesResponse = GetTransactionCategoriesResponses[keyof GetTransactionCategoriesResponses];
|
|
14341
14013
|
|
|
14342
14014
|
export type CreateTransactionCategoryData = {
|
|
14343
|
-
body?:
|
|
14015
|
+
body?: TransactionCategoryCreateDto;
|
|
14344
14016
|
headers?: {
|
|
14345
14017
|
'x-api-version'?: string;
|
|
14346
14018
|
};
|