@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
|
@@ -0,0 +1,2762 @@
|
|
|
1
|
+
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
|
+
|
|
3
|
+
export type AccessTokenResponseReadable = {
|
|
4
|
+
readonly tokenType?: string | null;
|
|
5
|
+
accessToken: string | null;
|
|
6
|
+
expiresIn: number;
|
|
7
|
+
refreshToken: string | null;
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export type AccessTokenResponseWritable = {
|
|
11
|
+
accessToken: string | null;
|
|
12
|
+
expiresIn: number;
|
|
13
|
+
refreshToken: string | null;
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export type AssetCategoryCreateDto = {
|
|
17
|
+
id?: string;
|
|
18
|
+
timestamp?: string;
|
|
19
|
+
businessId?: string | null;
|
|
20
|
+
businessProfileRecordId?: string | null;
|
|
21
|
+
name?: string | null;
|
|
22
|
+
description?: string | null;
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
export type AssetCategoryDto = {
|
|
26
|
+
id?: string | null;
|
|
27
|
+
timestamp?: string;
|
|
28
|
+
tenantId?: string | null;
|
|
29
|
+
businessName?: string | null;
|
|
30
|
+
enrollmentId?: string | null;
|
|
31
|
+
name?: string | null;
|
|
32
|
+
description?: string | null;
|
|
33
|
+
assetCount?: number;
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
export type AssetCategoryDtoEnvelopeReadable = {
|
|
37
|
+
readonly isSuccess?: boolean;
|
|
38
|
+
errorMessage?: string | null;
|
|
39
|
+
correlationId?: string | null;
|
|
40
|
+
readonly timestamp?: string;
|
|
41
|
+
readonly activityId?: string | null;
|
|
42
|
+
result?: AssetCategoryDto;
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
export type AssetCategoryDtoEnvelopeWritable = {
|
|
46
|
+
errorMessage?: string | null;
|
|
47
|
+
correlationId?: string | null;
|
|
48
|
+
result?: AssetCategoryDto;
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
export type AssetCategoryDtoListEnvelopeReadable = {
|
|
52
|
+
readonly isSuccess?: boolean;
|
|
53
|
+
errorMessage?: string | null;
|
|
54
|
+
correlationId?: string | null;
|
|
55
|
+
readonly timestamp?: string;
|
|
56
|
+
readonly activityId?: string | null;
|
|
57
|
+
result?: Array<AssetCategoryDto> | null;
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
export type AssetCategoryDtoListEnvelopeWritable = {
|
|
61
|
+
errorMessage?: string | null;
|
|
62
|
+
correlationId?: string | null;
|
|
63
|
+
result?: Array<AssetCategoryDto> | null;
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
export type AssetCategoryUpdateDto = {
|
|
67
|
+
name?: string | null;
|
|
68
|
+
description?: string | null;
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
export type AssetCreateDto = {
|
|
72
|
+
id?: string;
|
|
73
|
+
timestamp?: string;
|
|
74
|
+
businessId?: string | null;
|
|
75
|
+
businessProfileRecordId?: string | null;
|
|
76
|
+
name?: string | null;
|
|
77
|
+
description?: string | null;
|
|
78
|
+
assetClass?: 'Fixed' | 'Stock';
|
|
79
|
+
assetOwner?: 'Business' | 'Organization' | 'Contact' | 'Supplier';
|
|
80
|
+
isExistingAsset?: boolean;
|
|
81
|
+
calculateDepreciation?: boolean;
|
|
82
|
+
allowMonthlyDepreciation?: boolean;
|
|
83
|
+
openingDepreciation?: number;
|
|
84
|
+
purchaseDate?: string;
|
|
85
|
+
purchasePrice?: number;
|
|
86
|
+
currencyId?: string | null;
|
|
87
|
+
itemId?: string | null;
|
|
88
|
+
assetCategoryId?: string | null;
|
|
89
|
+
purchaseInvoiceId?: string | null;
|
|
90
|
+
purchaseReceiptId?: string | null;
|
|
91
|
+
assetLocationId?: string | null;
|
|
92
|
+
contactId?: string | null;
|
|
93
|
+
organizationDepartmentId?: string | null;
|
|
94
|
+
};
|
|
95
|
+
|
|
96
|
+
export type AssetDepreciationRecordCreateDto = {
|
|
97
|
+
assetId?: string | null;
|
|
98
|
+
assetDepreciationPolicyId?: string | null;
|
|
99
|
+
depreciationAmount?: number;
|
|
100
|
+
accumulatedDepreciation?: number;
|
|
101
|
+
bookValue?: number;
|
|
102
|
+
depreciationDate?: string;
|
|
103
|
+
year?: number;
|
|
104
|
+
month?: number;
|
|
105
|
+
};
|
|
106
|
+
|
|
107
|
+
export type AssetDepreciationRecordDto = {
|
|
108
|
+
id?: AssetDepreciationRecordId;
|
|
109
|
+
timestamp?: string;
|
|
110
|
+
businessId?: TenantId;
|
|
111
|
+
businessProfileRecordId?: EnrollmentId;
|
|
112
|
+
assetId?: AssetId;
|
|
113
|
+
assetName?: string | null;
|
|
114
|
+
assetDepreciationPolicyId?: string | null;
|
|
115
|
+
assetDepreciationPolicyName?: string | null;
|
|
116
|
+
depreciationAmount?: number;
|
|
117
|
+
accumulatedDepreciation?: number;
|
|
118
|
+
bookValue?: number;
|
|
119
|
+
depreciationDate?: string;
|
|
120
|
+
year?: number;
|
|
121
|
+
month?: number;
|
|
122
|
+
period?: string | null;
|
|
123
|
+
};
|
|
124
|
+
|
|
125
|
+
export type AssetDepreciationRecordDtoEnvelopeReadable = {
|
|
126
|
+
readonly isSuccess?: boolean;
|
|
127
|
+
errorMessage?: string | null;
|
|
128
|
+
correlationId?: string | null;
|
|
129
|
+
readonly timestamp?: string;
|
|
130
|
+
readonly activityId?: string | null;
|
|
131
|
+
result?: AssetDepreciationRecordDto;
|
|
132
|
+
};
|
|
133
|
+
|
|
134
|
+
export type AssetDepreciationRecordDtoEnvelopeWritable = {
|
|
135
|
+
errorMessage?: string | null;
|
|
136
|
+
correlationId?: string | null;
|
|
137
|
+
result?: AssetDepreciationRecordDto;
|
|
138
|
+
};
|
|
139
|
+
|
|
140
|
+
export type AssetDepreciationRecordDtoListEnvelopeReadable = {
|
|
141
|
+
readonly isSuccess?: boolean;
|
|
142
|
+
errorMessage?: string | null;
|
|
143
|
+
correlationId?: string | null;
|
|
144
|
+
readonly timestamp?: string;
|
|
145
|
+
readonly activityId?: string | null;
|
|
146
|
+
result?: Array<AssetDepreciationRecordDto> | null;
|
|
147
|
+
};
|
|
148
|
+
|
|
149
|
+
export type AssetDepreciationRecordDtoListEnvelopeWritable = {
|
|
150
|
+
errorMessage?: string | null;
|
|
151
|
+
correlationId?: string | null;
|
|
152
|
+
result?: Array<AssetDepreciationRecordDto> | null;
|
|
153
|
+
};
|
|
154
|
+
|
|
155
|
+
export type AssetDepreciationRecordId = string;
|
|
156
|
+
|
|
157
|
+
export type AssetDepreciationRecordUpdateDto = {
|
|
158
|
+
depreciationAmount?: number | null;
|
|
159
|
+
accumulatedDepreciation?: number | null;
|
|
160
|
+
bookValue?: number | null;
|
|
161
|
+
depreciationDate?: string | null;
|
|
162
|
+
year?: number | null;
|
|
163
|
+
month?: number | null;
|
|
164
|
+
};
|
|
165
|
+
|
|
166
|
+
export type AssetDto = {
|
|
167
|
+
id?: string | null;
|
|
168
|
+
timestamp?: string;
|
|
169
|
+
tenantId?: string | null;
|
|
170
|
+
businessName?: string | null;
|
|
171
|
+
businessProfileRecordId?: string | null;
|
|
172
|
+
name?: string | null;
|
|
173
|
+
description?: string | null;
|
|
174
|
+
assetClass?: 'Fixed' | 'Stock';
|
|
175
|
+
assetOwner?: 'Business' | 'Organization' | 'Contact' | 'Supplier';
|
|
176
|
+
isExistingAsset?: boolean;
|
|
177
|
+
calculateDepreciation?: boolean;
|
|
178
|
+
allowMonthlyDepreciation?: boolean;
|
|
179
|
+
openingDepreciation?: number;
|
|
180
|
+
purchaseDate?: string;
|
|
181
|
+
purchasePrice?: number;
|
|
182
|
+
currencyId?: string | null;
|
|
183
|
+
currencyCode?: string | null;
|
|
184
|
+
itemId?: string | null;
|
|
185
|
+
itemName?: string | null;
|
|
186
|
+
assetCategoryId?: string | null;
|
|
187
|
+
assetCategoryName?: string | null;
|
|
188
|
+
purchaseInvoiceId?: string | null;
|
|
189
|
+
purchaseInvoiceNumber?: string | null;
|
|
190
|
+
assetLocationId?: string | null;
|
|
191
|
+
assetLocationName?: string | null;
|
|
192
|
+
contactId?: string | null;
|
|
193
|
+
contactName?: string | null;
|
|
194
|
+
organizationDepartmentId?: string | null;
|
|
195
|
+
organizationDepartmentName?: string | null;
|
|
196
|
+
purchaseReceiptId?: string | null;
|
|
197
|
+
};
|
|
198
|
+
|
|
199
|
+
export type AssetDtoEnvelopeReadable = {
|
|
200
|
+
readonly isSuccess?: boolean;
|
|
201
|
+
errorMessage?: string | null;
|
|
202
|
+
correlationId?: string | null;
|
|
203
|
+
readonly timestamp?: string;
|
|
204
|
+
readonly activityId?: string | null;
|
|
205
|
+
result?: AssetDto;
|
|
206
|
+
};
|
|
207
|
+
|
|
208
|
+
export type AssetDtoEnvelopeWritable = {
|
|
209
|
+
errorMessage?: string | null;
|
|
210
|
+
correlationId?: string | null;
|
|
211
|
+
result?: AssetDto;
|
|
212
|
+
};
|
|
213
|
+
|
|
214
|
+
export type AssetDtoListEnvelopeReadable = {
|
|
215
|
+
readonly isSuccess?: boolean;
|
|
216
|
+
errorMessage?: string | null;
|
|
217
|
+
correlationId?: string | null;
|
|
218
|
+
readonly timestamp?: string;
|
|
219
|
+
readonly activityId?: string | null;
|
|
220
|
+
result?: Array<AssetDto> | null;
|
|
221
|
+
};
|
|
222
|
+
|
|
223
|
+
export type AssetDtoListEnvelopeWritable = {
|
|
224
|
+
errorMessage?: string | null;
|
|
225
|
+
correlationId?: string | null;
|
|
226
|
+
result?: Array<AssetDto> | null;
|
|
227
|
+
};
|
|
228
|
+
|
|
229
|
+
export type AssetId = string;
|
|
230
|
+
|
|
231
|
+
export type AssetRepairCreateDto = {
|
|
232
|
+
id?: string;
|
|
233
|
+
timestamp?: string;
|
|
234
|
+
assetId?: string | null;
|
|
235
|
+
repairStatus?: 'Scheduled' | 'InProgress' | 'Completed' | 'Cancelled';
|
|
236
|
+
scheduledDate?: string;
|
|
237
|
+
completionDate?: string | null;
|
|
238
|
+
reportedDate?: string;
|
|
239
|
+
estimatedCost?: number;
|
|
240
|
+
actualCost?: number | null;
|
|
241
|
+
problemDescription?: string | null;
|
|
242
|
+
repairDescription?: string | null;
|
|
243
|
+
notes?: string | null;
|
|
244
|
+
assetMaintenanceTeamId?: string | null;
|
|
245
|
+
};
|
|
246
|
+
|
|
247
|
+
export type AssetRepairDto = {
|
|
248
|
+
id?: AssetRepairId;
|
|
249
|
+
timestamp?: string;
|
|
250
|
+
businessId?: TenantId;
|
|
251
|
+
businessProfileRecordId?: EnrollmentId;
|
|
252
|
+
assetId?: AssetId;
|
|
253
|
+
assetName?: string | null;
|
|
254
|
+
repairStatus?: 'Scheduled' | 'InProgress' | 'Completed' | 'Cancelled';
|
|
255
|
+
scheduledDate?: string;
|
|
256
|
+
completionDate?: string | null;
|
|
257
|
+
reportedDate?: string;
|
|
258
|
+
estimatedCost?: number;
|
|
259
|
+
actualCost?: number | null;
|
|
260
|
+
problemDescription?: string | null;
|
|
261
|
+
repairDescription?: string | null;
|
|
262
|
+
notes?: string | null;
|
|
263
|
+
assetMaintenanceTeamId?: string | null;
|
|
264
|
+
assetMaintenanceTeamName?: string | null;
|
|
265
|
+
};
|
|
266
|
+
|
|
267
|
+
export type AssetRepairDtoEnvelopeReadable = {
|
|
268
|
+
readonly isSuccess?: boolean;
|
|
269
|
+
errorMessage?: string | null;
|
|
270
|
+
correlationId?: string | null;
|
|
271
|
+
readonly timestamp?: string;
|
|
272
|
+
readonly activityId?: string | null;
|
|
273
|
+
result?: AssetRepairDto;
|
|
274
|
+
};
|
|
275
|
+
|
|
276
|
+
export type AssetRepairDtoEnvelopeWritable = {
|
|
277
|
+
errorMessage?: string | null;
|
|
278
|
+
correlationId?: string | null;
|
|
279
|
+
result?: AssetRepairDto;
|
|
280
|
+
};
|
|
281
|
+
|
|
282
|
+
export type AssetRepairDtoListEnvelopeReadable = {
|
|
283
|
+
readonly isSuccess?: boolean;
|
|
284
|
+
errorMessage?: string | null;
|
|
285
|
+
correlationId?: string | null;
|
|
286
|
+
readonly timestamp?: string;
|
|
287
|
+
readonly activityId?: string | null;
|
|
288
|
+
result?: Array<AssetRepairDto> | null;
|
|
289
|
+
};
|
|
290
|
+
|
|
291
|
+
export type AssetRepairDtoListEnvelopeWritable = {
|
|
292
|
+
errorMessage?: string | null;
|
|
293
|
+
correlationId?: string | null;
|
|
294
|
+
result?: Array<AssetRepairDto> | null;
|
|
295
|
+
};
|
|
296
|
+
|
|
297
|
+
export type AssetRepairId = string;
|
|
298
|
+
|
|
299
|
+
export type AssetRepairUpdateDto = {
|
|
300
|
+
repairStatus?: 'Scheduled' | 'InProgress' | 'Completed' | 'Cancelled';
|
|
301
|
+
scheduledDate?: string | null;
|
|
302
|
+
completionDate?: string | null;
|
|
303
|
+
estimatedCost?: number | null;
|
|
304
|
+
actualCost?: number | null;
|
|
305
|
+
problemDescription?: string | null;
|
|
306
|
+
repairDescription?: string | null;
|
|
307
|
+
notes?: string | null;
|
|
308
|
+
assetMaintenanceTeamId?: string | null;
|
|
309
|
+
};
|
|
310
|
+
|
|
311
|
+
export type AssetTransferCreateDto = {
|
|
312
|
+
assetId?: string | null;
|
|
313
|
+
isRootTransfer?: boolean;
|
|
314
|
+
serialList?: string | null;
|
|
315
|
+
quantity?: string | null;
|
|
316
|
+
serial?: string | null;
|
|
317
|
+
previousAssetTransferId?: string | null;
|
|
318
|
+
sourceLocationId?: string | null;
|
|
319
|
+
destinationLocationId?: string | null;
|
|
320
|
+
sourceContactId?: string | null;
|
|
321
|
+
destinationContactId?: string | null;
|
|
322
|
+
sourceDepartmentId?: string | null;
|
|
323
|
+
destinationDepartmentId?: string | null;
|
|
324
|
+
};
|
|
325
|
+
|
|
326
|
+
export type AssetTransferDto = {
|
|
327
|
+
id?: string | null;
|
|
328
|
+
timestamp?: string;
|
|
329
|
+
businessId?: string | null;
|
|
330
|
+
businessProfileRecordId?: string | null;
|
|
331
|
+
assetId?: string | null;
|
|
332
|
+
assetName?: string | null;
|
|
333
|
+
isRootTransfer?: boolean;
|
|
334
|
+
serialList?: string | null;
|
|
335
|
+
quantity?: string | null;
|
|
336
|
+
serial?: string | null;
|
|
337
|
+
previousAssetTransferId?: string | null;
|
|
338
|
+
sourceLocationId?: string | null;
|
|
339
|
+
sourceLocationName?: string | null;
|
|
340
|
+
destinationLocationId?: string | null;
|
|
341
|
+
destinationLocationName?: string | null;
|
|
342
|
+
sourceContactId?: string | null;
|
|
343
|
+
sourceContactName?: string | null;
|
|
344
|
+
destinationContactId?: string | null;
|
|
345
|
+
destinationContactName?: string | null;
|
|
346
|
+
sourceDepartmentId?: string | null;
|
|
347
|
+
sourceDepartmentName?: string | null;
|
|
348
|
+
destinationDepartmentId?: string | null;
|
|
349
|
+
destinationDepartmentName?: string | null;
|
|
350
|
+
};
|
|
351
|
+
|
|
352
|
+
export type AssetTransferDtoEnvelopeReadable = {
|
|
353
|
+
readonly isSuccess?: boolean;
|
|
354
|
+
errorMessage?: string | null;
|
|
355
|
+
correlationId?: string | null;
|
|
356
|
+
readonly timestamp?: string;
|
|
357
|
+
readonly activityId?: string | null;
|
|
358
|
+
result?: AssetTransferDto;
|
|
359
|
+
};
|
|
360
|
+
|
|
361
|
+
export type AssetTransferDtoEnvelopeWritable = {
|
|
362
|
+
errorMessage?: string | null;
|
|
363
|
+
correlationId?: string | null;
|
|
364
|
+
result?: AssetTransferDto;
|
|
365
|
+
};
|
|
366
|
+
|
|
367
|
+
export type AssetTransferDtoListEnvelopeReadable = {
|
|
368
|
+
readonly isSuccess?: boolean;
|
|
369
|
+
errorMessage?: string | null;
|
|
370
|
+
correlationId?: string | null;
|
|
371
|
+
readonly timestamp?: string;
|
|
372
|
+
readonly activityId?: string | null;
|
|
373
|
+
result?: Array<AssetTransferDto> | null;
|
|
374
|
+
};
|
|
375
|
+
|
|
376
|
+
export type AssetTransferDtoListEnvelopeWritable = {
|
|
377
|
+
errorMessage?: string | null;
|
|
378
|
+
correlationId?: string | null;
|
|
379
|
+
result?: Array<AssetTransferDto> | null;
|
|
380
|
+
};
|
|
381
|
+
|
|
382
|
+
export type AssetTransferUpdateDto = {
|
|
383
|
+
serialList?: string | null;
|
|
384
|
+
quantity?: string | null;
|
|
385
|
+
serial?: string | null;
|
|
386
|
+
destinationLocationId?: string | null;
|
|
387
|
+
destinationContactId?: string | null;
|
|
388
|
+
destinationDepartmentId?: string | null;
|
|
389
|
+
};
|
|
390
|
+
|
|
391
|
+
export type AssetTypeCreateDto = {
|
|
392
|
+
id?: string;
|
|
393
|
+
timestamp?: string;
|
|
394
|
+
businessId?: string | null;
|
|
395
|
+
businessProfileRecordId?: string | null;
|
|
396
|
+
name?: string | null;
|
|
397
|
+
description?: string | null;
|
|
398
|
+
};
|
|
399
|
+
|
|
400
|
+
export type AssetTypeDto = {
|
|
401
|
+
id?: string | null;
|
|
402
|
+
timestamp?: string;
|
|
403
|
+
tenantId?: string | null;
|
|
404
|
+
businessName?: string | null;
|
|
405
|
+
enrollmentId?: string | null;
|
|
406
|
+
name?: string | null;
|
|
407
|
+
description?: string | null;
|
|
408
|
+
assetCount?: number;
|
|
409
|
+
};
|
|
410
|
+
|
|
411
|
+
export type AssetTypeDtoEnvelopeReadable = {
|
|
412
|
+
readonly isSuccess?: boolean;
|
|
413
|
+
errorMessage?: string | null;
|
|
414
|
+
correlationId?: string | null;
|
|
415
|
+
readonly timestamp?: string;
|
|
416
|
+
readonly activityId?: string | null;
|
|
417
|
+
result?: AssetTypeDto;
|
|
418
|
+
};
|
|
419
|
+
|
|
420
|
+
export type AssetTypeDtoEnvelopeWritable = {
|
|
421
|
+
errorMessage?: string | null;
|
|
422
|
+
correlationId?: string | null;
|
|
423
|
+
result?: AssetTypeDto;
|
|
424
|
+
};
|
|
425
|
+
|
|
426
|
+
export type AssetTypeDtoListEnvelopeReadable = {
|
|
427
|
+
readonly isSuccess?: boolean;
|
|
428
|
+
errorMessage?: string | null;
|
|
429
|
+
correlationId?: string | null;
|
|
430
|
+
readonly timestamp?: string;
|
|
431
|
+
readonly activityId?: string | null;
|
|
432
|
+
result?: Array<AssetTypeDto> | null;
|
|
433
|
+
};
|
|
434
|
+
|
|
435
|
+
export type AssetTypeDtoListEnvelopeWritable = {
|
|
436
|
+
errorMessage?: string | null;
|
|
437
|
+
correlationId?: string | null;
|
|
438
|
+
result?: Array<AssetTypeDto> | null;
|
|
439
|
+
};
|
|
440
|
+
|
|
441
|
+
export type AssetTypeUpdateDto = {
|
|
442
|
+
name?: string | null;
|
|
443
|
+
description?: string | null;
|
|
444
|
+
};
|
|
445
|
+
|
|
446
|
+
export type AssetUpdateDto = {
|
|
447
|
+
name?: string | null;
|
|
448
|
+
description?: string | null;
|
|
449
|
+
assetType?: 'Fixed' | 'Stock';
|
|
450
|
+
assetOwner?: 'Business' | 'Organization' | 'Contact' | 'Supplier';
|
|
451
|
+
calculateDepreciation?: boolean;
|
|
452
|
+
allowMonthlyDepreciation?: boolean;
|
|
453
|
+
openingDepreciation?: number | null;
|
|
454
|
+
purchaseDate?: string | null;
|
|
455
|
+
purchasePrice?: number | null;
|
|
456
|
+
currencyId?: string | null;
|
|
457
|
+
currencyCode?: string | null;
|
|
458
|
+
itemId?: string | null;
|
|
459
|
+
assetCategoryId?: string | null;
|
|
460
|
+
purchaseInvoiceId?: string | null;
|
|
461
|
+
purchaseReceiptId?: string | null;
|
|
462
|
+
assetLocationId?: string | null;
|
|
463
|
+
contactId?: string | null;
|
|
464
|
+
organizationDepartmentId?: string | null;
|
|
465
|
+
};
|
|
466
|
+
|
|
467
|
+
export type AssetValueAmendCreateDto = {
|
|
468
|
+
id?: string;
|
|
469
|
+
timestamp?: string;
|
|
470
|
+
assetId?: string | null;
|
|
471
|
+
previousValue?: number;
|
|
472
|
+
newValue?: number;
|
|
473
|
+
reason?: string | null;
|
|
474
|
+
amendmentDate?: string;
|
|
475
|
+
approvedBy?: string | null;
|
|
476
|
+
approvalDate?: string | null;
|
|
477
|
+
};
|
|
478
|
+
|
|
479
|
+
export type AssetValueAmendDto = {
|
|
480
|
+
id?: AssetValueAmendId;
|
|
481
|
+
timestamp?: string;
|
|
482
|
+
businessId?: TenantId;
|
|
483
|
+
businessProfileRecordId?: EnrollmentId;
|
|
484
|
+
assetId?: AssetId;
|
|
485
|
+
assetName?: string | null;
|
|
486
|
+
previousValue?: number;
|
|
487
|
+
newValue?: number;
|
|
488
|
+
amendmentAmount?: number;
|
|
489
|
+
reason?: string | null;
|
|
490
|
+
amendmentDate?: string;
|
|
491
|
+
approvedBy?: string | null;
|
|
492
|
+
approvalDate?: string | null;
|
|
493
|
+
};
|
|
494
|
+
|
|
495
|
+
export type AssetValueAmendDtoEnvelopeReadable = {
|
|
496
|
+
readonly isSuccess?: boolean;
|
|
497
|
+
errorMessage?: string | null;
|
|
498
|
+
correlationId?: string | null;
|
|
499
|
+
readonly timestamp?: string;
|
|
500
|
+
readonly activityId?: string | null;
|
|
501
|
+
result?: AssetValueAmendDto;
|
|
502
|
+
};
|
|
503
|
+
|
|
504
|
+
export type AssetValueAmendDtoEnvelopeWritable = {
|
|
505
|
+
errorMessage?: string | null;
|
|
506
|
+
correlationId?: string | null;
|
|
507
|
+
result?: AssetValueAmendDto;
|
|
508
|
+
};
|
|
509
|
+
|
|
510
|
+
export type AssetValueAmendDtoListEnvelopeReadable = {
|
|
511
|
+
readonly isSuccess?: boolean;
|
|
512
|
+
errorMessage?: string | null;
|
|
513
|
+
correlationId?: string | null;
|
|
514
|
+
readonly timestamp?: string;
|
|
515
|
+
readonly activityId?: string | null;
|
|
516
|
+
result?: Array<AssetValueAmendDto> | null;
|
|
517
|
+
};
|
|
518
|
+
|
|
519
|
+
export type AssetValueAmendDtoListEnvelopeWritable = {
|
|
520
|
+
errorMessage?: string | null;
|
|
521
|
+
correlationId?: string | null;
|
|
522
|
+
result?: Array<AssetValueAmendDto> | null;
|
|
523
|
+
};
|
|
524
|
+
|
|
525
|
+
export type AssetValueAmendId = string;
|
|
526
|
+
|
|
527
|
+
export type AssetValueAmendUpdateDto = {
|
|
528
|
+
newValue?: number | null;
|
|
529
|
+
reason?: string | null;
|
|
530
|
+
amendmentDate?: string | null;
|
|
531
|
+
approvedBy?: string | null;
|
|
532
|
+
approvalDate?: string | null;
|
|
533
|
+
};
|
|
534
|
+
|
|
535
|
+
export type EmptyEnvelopeReadable = {
|
|
536
|
+
readonly isSuccess?: boolean;
|
|
537
|
+
errorMessage?: string | null;
|
|
538
|
+
correlationId?: string | null;
|
|
539
|
+
readonly timestamp?: string;
|
|
540
|
+
readonly activityId?: string | null;
|
|
541
|
+
};
|
|
542
|
+
|
|
543
|
+
export type EmptyEnvelopeWritable = {
|
|
544
|
+
errorMessage?: string | null;
|
|
545
|
+
correlationId?: string | null;
|
|
546
|
+
};
|
|
547
|
+
|
|
548
|
+
export type EnrollmentId = string;
|
|
549
|
+
|
|
550
|
+
export type ErrorEnvelopeReadable = {
|
|
551
|
+
readonly isSuccess?: boolean;
|
|
552
|
+
errorMessage?: string | null;
|
|
553
|
+
correlationId?: string | null;
|
|
554
|
+
readonly timestamp?: string;
|
|
555
|
+
readonly activityId?: string | null;
|
|
556
|
+
};
|
|
557
|
+
|
|
558
|
+
export type ErrorEnvelopeWritable = {
|
|
559
|
+
errorMessage?: string | null;
|
|
560
|
+
correlationId?: string | null;
|
|
561
|
+
};
|
|
562
|
+
|
|
563
|
+
export type ForgotPasswordRequest = {
|
|
564
|
+
email: string | null;
|
|
565
|
+
};
|
|
566
|
+
|
|
567
|
+
export type HttpValidationProblemDetails = {
|
|
568
|
+
type?: string | null;
|
|
569
|
+
title?: string | null;
|
|
570
|
+
status?: number | null;
|
|
571
|
+
detail?: string | null;
|
|
572
|
+
instance?: string | null;
|
|
573
|
+
errors?: {
|
|
574
|
+
[key: string]: Array<string>;
|
|
575
|
+
} | null;
|
|
576
|
+
[key: string]: unknown | (string | null) | (string | null) | (number | null) | (string | null) | (string | null) | ({
|
|
577
|
+
[key: string]: Array<string>;
|
|
578
|
+
} | null) | undefined;
|
|
579
|
+
};
|
|
580
|
+
|
|
581
|
+
export type InfoRequest = {
|
|
582
|
+
newEmail?: string | null;
|
|
583
|
+
newPassword?: string | null;
|
|
584
|
+
oldPassword?: string | null;
|
|
585
|
+
};
|
|
586
|
+
|
|
587
|
+
export type InfoResponse = {
|
|
588
|
+
email: string | null;
|
|
589
|
+
isEmailConfirmed: boolean;
|
|
590
|
+
};
|
|
591
|
+
|
|
592
|
+
export type Int32EnvelopeReadable = {
|
|
593
|
+
readonly isSuccess?: boolean;
|
|
594
|
+
errorMessage?: string | null;
|
|
595
|
+
correlationId?: string | null;
|
|
596
|
+
readonly timestamp?: string;
|
|
597
|
+
readonly activityId?: string | null;
|
|
598
|
+
result?: number;
|
|
599
|
+
};
|
|
600
|
+
|
|
601
|
+
export type Int32EnvelopeWritable = {
|
|
602
|
+
errorMessage?: string | null;
|
|
603
|
+
correlationId?: string | null;
|
|
604
|
+
result?: number;
|
|
605
|
+
};
|
|
606
|
+
|
|
607
|
+
export type LoginRequest = {
|
|
608
|
+
email: string | null;
|
|
609
|
+
password: string | null;
|
|
610
|
+
twoFactorCode?: string | null;
|
|
611
|
+
twoFactorRecoveryCode?: string | null;
|
|
612
|
+
};
|
|
613
|
+
|
|
614
|
+
export type RefreshRequest = {
|
|
615
|
+
refreshToken: string | null;
|
|
616
|
+
};
|
|
617
|
+
|
|
618
|
+
export type RegisterRequest = {
|
|
619
|
+
email: string | null;
|
|
620
|
+
password: string | null;
|
|
621
|
+
};
|
|
622
|
+
|
|
623
|
+
export type ResendConfirmationEmailRequest = {
|
|
624
|
+
email: string | null;
|
|
625
|
+
};
|
|
626
|
+
|
|
627
|
+
export type ResetPasswordRequest = {
|
|
628
|
+
email: string | null;
|
|
629
|
+
resetCode: string | null;
|
|
630
|
+
newPassword: string | null;
|
|
631
|
+
};
|
|
632
|
+
|
|
633
|
+
export type TenantId = string;
|
|
634
|
+
|
|
635
|
+
export type TwoFactorRequest = {
|
|
636
|
+
enable?: boolean | null;
|
|
637
|
+
twoFactorCode?: string | null;
|
|
638
|
+
resetSharedKey?: boolean;
|
|
639
|
+
resetRecoveryCodes?: boolean;
|
|
640
|
+
forgetMachine?: boolean;
|
|
641
|
+
};
|
|
642
|
+
|
|
643
|
+
export type TwoFactorResponse = {
|
|
644
|
+
sharedKey: string | null;
|
|
645
|
+
recoveryCodesLeft: number;
|
|
646
|
+
recoveryCodes?: Array<string> | null;
|
|
647
|
+
isTwoFactorEnabled: boolean;
|
|
648
|
+
isMachineRemembered: boolean;
|
|
649
|
+
};
|
|
650
|
+
|
|
651
|
+
export type GetAssetCategoriesData = {
|
|
652
|
+
body?: never;
|
|
653
|
+
path?: never;
|
|
654
|
+
query: {
|
|
655
|
+
tenantId: string;
|
|
656
|
+
};
|
|
657
|
+
url: '/api/v2/AssetsService/AssetCategories';
|
|
658
|
+
};
|
|
659
|
+
|
|
660
|
+
export type GetAssetCategoriesErrors = {
|
|
661
|
+
/**
|
|
662
|
+
* Unauthorized
|
|
663
|
+
*/
|
|
664
|
+
401: ErrorEnvelopeReadable;
|
|
665
|
+
/**
|
|
666
|
+
* Forbidden
|
|
667
|
+
*/
|
|
668
|
+
403: ErrorEnvelopeReadable;
|
|
669
|
+
};
|
|
670
|
+
|
|
671
|
+
export type GetAssetCategoriesError = GetAssetCategoriesErrors[keyof GetAssetCategoriesErrors];
|
|
672
|
+
|
|
673
|
+
export type GetAssetCategoriesResponses = {
|
|
674
|
+
/**
|
|
675
|
+
* OK
|
|
676
|
+
*/
|
|
677
|
+
200: AssetCategoryDtoListEnvelopeReadable;
|
|
678
|
+
};
|
|
679
|
+
|
|
680
|
+
export type GetAssetCategoriesResponse = GetAssetCategoriesResponses[keyof GetAssetCategoriesResponses];
|
|
681
|
+
|
|
682
|
+
export type CreateAssetCategoryData = {
|
|
683
|
+
body?: AssetCategoryCreateDto;
|
|
684
|
+
path?: never;
|
|
685
|
+
query: {
|
|
686
|
+
tenantId: string;
|
|
687
|
+
};
|
|
688
|
+
url: '/api/v2/AssetsService/AssetCategories';
|
|
689
|
+
};
|
|
690
|
+
|
|
691
|
+
export type CreateAssetCategoryErrors = {
|
|
692
|
+
/**
|
|
693
|
+
* Bad Request
|
|
694
|
+
*/
|
|
695
|
+
400: ErrorEnvelopeReadable;
|
|
696
|
+
/**
|
|
697
|
+
* Unauthorized
|
|
698
|
+
*/
|
|
699
|
+
401: ErrorEnvelopeReadable;
|
|
700
|
+
/**
|
|
701
|
+
* Forbidden
|
|
702
|
+
*/
|
|
703
|
+
403: ErrorEnvelopeReadable;
|
|
704
|
+
};
|
|
705
|
+
|
|
706
|
+
export type CreateAssetCategoryError = CreateAssetCategoryErrors[keyof CreateAssetCategoryErrors];
|
|
707
|
+
|
|
708
|
+
export type CreateAssetCategoryResponses = {
|
|
709
|
+
/**
|
|
710
|
+
* Created
|
|
711
|
+
*/
|
|
712
|
+
201: AssetCategoryDtoEnvelopeReadable;
|
|
713
|
+
};
|
|
714
|
+
|
|
715
|
+
export type CreateAssetCategoryResponse = CreateAssetCategoryResponses[keyof CreateAssetCategoryResponses];
|
|
716
|
+
|
|
717
|
+
export type DeleteAssetCategoryData = {
|
|
718
|
+
body?: never;
|
|
719
|
+
path: {
|
|
720
|
+
categoryId: string;
|
|
721
|
+
};
|
|
722
|
+
query: {
|
|
723
|
+
tenantId: string;
|
|
724
|
+
};
|
|
725
|
+
url: '/api/v2/AssetsService/AssetCategories/{categoryId}';
|
|
726
|
+
};
|
|
727
|
+
|
|
728
|
+
export type DeleteAssetCategoryErrors = {
|
|
729
|
+
/**
|
|
730
|
+
* Unauthorized
|
|
731
|
+
*/
|
|
732
|
+
401: ErrorEnvelopeReadable;
|
|
733
|
+
/**
|
|
734
|
+
* Forbidden
|
|
735
|
+
*/
|
|
736
|
+
403: ErrorEnvelopeReadable;
|
|
737
|
+
/**
|
|
738
|
+
* Not Found
|
|
739
|
+
*/
|
|
740
|
+
404: ErrorEnvelopeReadable;
|
|
741
|
+
};
|
|
742
|
+
|
|
743
|
+
export type DeleteAssetCategoryError = DeleteAssetCategoryErrors[keyof DeleteAssetCategoryErrors];
|
|
744
|
+
|
|
745
|
+
export type DeleteAssetCategoryResponses = {
|
|
746
|
+
/**
|
|
747
|
+
* No Content
|
|
748
|
+
*/
|
|
749
|
+
204: void;
|
|
750
|
+
};
|
|
751
|
+
|
|
752
|
+
export type DeleteAssetCategoryResponse = DeleteAssetCategoryResponses[keyof DeleteAssetCategoryResponses];
|
|
753
|
+
|
|
754
|
+
export type GetAssetCategoryData = {
|
|
755
|
+
body?: never;
|
|
756
|
+
path: {
|
|
757
|
+
categoryId: string;
|
|
758
|
+
};
|
|
759
|
+
query: {
|
|
760
|
+
tenantId: string;
|
|
761
|
+
};
|
|
762
|
+
url: '/api/v2/AssetsService/AssetCategories/{categoryId}';
|
|
763
|
+
};
|
|
764
|
+
|
|
765
|
+
export type GetAssetCategoryErrors = {
|
|
766
|
+
/**
|
|
767
|
+
* Unauthorized
|
|
768
|
+
*/
|
|
769
|
+
401: ErrorEnvelopeReadable;
|
|
770
|
+
/**
|
|
771
|
+
* Forbidden
|
|
772
|
+
*/
|
|
773
|
+
403: ErrorEnvelopeReadable;
|
|
774
|
+
/**
|
|
775
|
+
* Not Found
|
|
776
|
+
*/
|
|
777
|
+
404: ErrorEnvelopeReadable;
|
|
778
|
+
};
|
|
779
|
+
|
|
780
|
+
export type GetAssetCategoryError = GetAssetCategoryErrors[keyof GetAssetCategoryErrors];
|
|
781
|
+
|
|
782
|
+
export type GetAssetCategoryResponses = {
|
|
783
|
+
/**
|
|
784
|
+
* OK
|
|
785
|
+
*/
|
|
786
|
+
200: AssetCategoryDtoEnvelopeReadable;
|
|
787
|
+
};
|
|
788
|
+
|
|
789
|
+
export type GetAssetCategoryResponse = GetAssetCategoryResponses[keyof GetAssetCategoryResponses];
|
|
790
|
+
|
|
791
|
+
export type UpdateAssetCategoryData = {
|
|
792
|
+
body?: AssetCategoryUpdateDto;
|
|
793
|
+
path: {
|
|
794
|
+
categoryId: string;
|
|
795
|
+
};
|
|
796
|
+
query: {
|
|
797
|
+
tenantId: string;
|
|
798
|
+
};
|
|
799
|
+
url: '/api/v2/AssetsService/AssetCategories/{categoryId}';
|
|
800
|
+
};
|
|
801
|
+
|
|
802
|
+
export type UpdateAssetCategoryErrors = {
|
|
803
|
+
/**
|
|
804
|
+
* Bad Request
|
|
805
|
+
*/
|
|
806
|
+
400: ErrorEnvelopeReadable;
|
|
807
|
+
/**
|
|
808
|
+
* Unauthorized
|
|
809
|
+
*/
|
|
810
|
+
401: ErrorEnvelopeReadable;
|
|
811
|
+
/**
|
|
812
|
+
* Forbidden
|
|
813
|
+
*/
|
|
814
|
+
403: ErrorEnvelopeReadable;
|
|
815
|
+
/**
|
|
816
|
+
* Not Found
|
|
817
|
+
*/
|
|
818
|
+
404: ErrorEnvelopeReadable;
|
|
819
|
+
};
|
|
820
|
+
|
|
821
|
+
export type UpdateAssetCategoryError = UpdateAssetCategoryErrors[keyof UpdateAssetCategoryErrors];
|
|
822
|
+
|
|
823
|
+
export type UpdateAssetCategoryResponses = {
|
|
824
|
+
/**
|
|
825
|
+
* OK
|
|
826
|
+
*/
|
|
827
|
+
200: EmptyEnvelopeReadable;
|
|
828
|
+
};
|
|
829
|
+
|
|
830
|
+
export type UpdateAssetCategoryResponse = UpdateAssetCategoryResponses[keyof UpdateAssetCategoryResponses];
|
|
831
|
+
|
|
832
|
+
export type GetAssetCategoriesCountData = {
|
|
833
|
+
body?: never;
|
|
834
|
+
path?: never;
|
|
835
|
+
query: {
|
|
836
|
+
tenantId: string;
|
|
837
|
+
};
|
|
838
|
+
url: '/api/v2/AssetsService/AssetCategories/count';
|
|
839
|
+
};
|
|
840
|
+
|
|
841
|
+
export type GetAssetCategoriesCountErrors = {
|
|
842
|
+
/**
|
|
843
|
+
* Unauthorized
|
|
844
|
+
*/
|
|
845
|
+
401: ErrorEnvelopeReadable;
|
|
846
|
+
/**
|
|
847
|
+
* Forbidden
|
|
848
|
+
*/
|
|
849
|
+
403: ErrorEnvelopeReadable;
|
|
850
|
+
};
|
|
851
|
+
|
|
852
|
+
export type GetAssetCategoriesCountError = GetAssetCategoriesCountErrors[keyof GetAssetCategoriesCountErrors];
|
|
853
|
+
|
|
854
|
+
export type GetAssetCategoriesCountResponses = {
|
|
855
|
+
/**
|
|
856
|
+
* OK
|
|
857
|
+
*/
|
|
858
|
+
200: Int32EnvelopeReadable;
|
|
859
|
+
};
|
|
860
|
+
|
|
861
|
+
export type GetAssetCategoriesCountResponse = GetAssetCategoriesCountResponses[keyof GetAssetCategoriesCountResponses];
|
|
862
|
+
|
|
863
|
+
export type GetAssetsData = {
|
|
864
|
+
body?: never;
|
|
865
|
+
path?: never;
|
|
866
|
+
query: {
|
|
867
|
+
tenantId: string;
|
|
868
|
+
};
|
|
869
|
+
url: '/api/v2/AssetsService/Assets';
|
|
870
|
+
};
|
|
871
|
+
|
|
872
|
+
export type GetAssetsErrors = {
|
|
873
|
+
/**
|
|
874
|
+
* Unauthorized
|
|
875
|
+
*/
|
|
876
|
+
401: ErrorEnvelopeReadable;
|
|
877
|
+
/**
|
|
878
|
+
* Forbidden
|
|
879
|
+
*/
|
|
880
|
+
403: ErrorEnvelopeReadable;
|
|
881
|
+
};
|
|
882
|
+
|
|
883
|
+
export type GetAssetsError = GetAssetsErrors[keyof GetAssetsErrors];
|
|
884
|
+
|
|
885
|
+
export type GetAssetsResponses = {
|
|
886
|
+
/**
|
|
887
|
+
* OK
|
|
888
|
+
*/
|
|
889
|
+
200: AssetDtoListEnvelopeReadable;
|
|
890
|
+
};
|
|
891
|
+
|
|
892
|
+
export type GetAssetsResponse = GetAssetsResponses[keyof GetAssetsResponses];
|
|
893
|
+
|
|
894
|
+
export type CreateAssetData = {
|
|
895
|
+
body?: AssetCreateDto;
|
|
896
|
+
path?: never;
|
|
897
|
+
query: {
|
|
898
|
+
tenantId: string;
|
|
899
|
+
};
|
|
900
|
+
url: '/api/v2/AssetsService/Assets';
|
|
901
|
+
};
|
|
902
|
+
|
|
903
|
+
export type CreateAssetErrors = {
|
|
904
|
+
/**
|
|
905
|
+
* Bad Request
|
|
906
|
+
*/
|
|
907
|
+
400: ErrorEnvelopeReadable;
|
|
908
|
+
/**
|
|
909
|
+
* Unauthorized
|
|
910
|
+
*/
|
|
911
|
+
401: ErrorEnvelopeReadable;
|
|
912
|
+
/**
|
|
913
|
+
* Forbidden
|
|
914
|
+
*/
|
|
915
|
+
403: ErrorEnvelopeReadable;
|
|
916
|
+
};
|
|
917
|
+
|
|
918
|
+
export type CreateAssetError = CreateAssetErrors[keyof CreateAssetErrors];
|
|
919
|
+
|
|
920
|
+
export type CreateAssetResponses = {
|
|
921
|
+
/**
|
|
922
|
+
* Created
|
|
923
|
+
*/
|
|
924
|
+
201: AssetDtoEnvelopeReadable;
|
|
925
|
+
};
|
|
926
|
+
|
|
927
|
+
export type CreateAssetResponse = CreateAssetResponses[keyof CreateAssetResponses];
|
|
928
|
+
|
|
929
|
+
export type GetAssetsCountData = {
|
|
930
|
+
body?: never;
|
|
931
|
+
path?: never;
|
|
932
|
+
query: {
|
|
933
|
+
tenantId: string;
|
|
934
|
+
};
|
|
935
|
+
url: '/api/v2/AssetsService/Assets/count';
|
|
936
|
+
};
|
|
937
|
+
|
|
938
|
+
export type GetAssetsCountErrors = {
|
|
939
|
+
/**
|
|
940
|
+
* Unauthorized
|
|
941
|
+
*/
|
|
942
|
+
401: ErrorEnvelopeReadable;
|
|
943
|
+
/**
|
|
944
|
+
* Forbidden
|
|
945
|
+
*/
|
|
946
|
+
403: ErrorEnvelopeReadable;
|
|
947
|
+
};
|
|
948
|
+
|
|
949
|
+
export type GetAssetsCountError = GetAssetsCountErrors[keyof GetAssetsCountErrors];
|
|
950
|
+
|
|
951
|
+
export type GetAssetsCountResponses = {
|
|
952
|
+
/**
|
|
953
|
+
* OK
|
|
954
|
+
*/
|
|
955
|
+
200: Int32EnvelopeReadable;
|
|
956
|
+
};
|
|
957
|
+
|
|
958
|
+
export type GetAssetsCountResponse = GetAssetsCountResponses[keyof GetAssetsCountResponses];
|
|
959
|
+
|
|
960
|
+
export type DeleteAssetData = {
|
|
961
|
+
body?: never;
|
|
962
|
+
path: {
|
|
963
|
+
assetId: string;
|
|
964
|
+
};
|
|
965
|
+
query: {
|
|
966
|
+
tenantId: string;
|
|
967
|
+
};
|
|
968
|
+
url: '/api/v2/AssetsService/Assets/{assetId}';
|
|
969
|
+
};
|
|
970
|
+
|
|
971
|
+
export type DeleteAssetErrors = {
|
|
972
|
+
/**
|
|
973
|
+
* Unauthorized
|
|
974
|
+
*/
|
|
975
|
+
401: ErrorEnvelopeReadable;
|
|
976
|
+
/**
|
|
977
|
+
* Forbidden
|
|
978
|
+
*/
|
|
979
|
+
403: ErrorEnvelopeReadable;
|
|
980
|
+
/**
|
|
981
|
+
* Not Found
|
|
982
|
+
*/
|
|
983
|
+
404: ErrorEnvelopeReadable;
|
|
984
|
+
};
|
|
985
|
+
|
|
986
|
+
export type DeleteAssetError = DeleteAssetErrors[keyof DeleteAssetErrors];
|
|
987
|
+
|
|
988
|
+
export type DeleteAssetResponses = {
|
|
989
|
+
/**
|
|
990
|
+
* No Content
|
|
991
|
+
*/
|
|
992
|
+
204: void;
|
|
993
|
+
};
|
|
994
|
+
|
|
995
|
+
export type DeleteAssetResponse = DeleteAssetResponses[keyof DeleteAssetResponses];
|
|
996
|
+
|
|
997
|
+
export type GetAssetData = {
|
|
998
|
+
body?: never;
|
|
999
|
+
path: {
|
|
1000
|
+
assetId: string;
|
|
1001
|
+
};
|
|
1002
|
+
query: {
|
|
1003
|
+
tenantId: string;
|
|
1004
|
+
};
|
|
1005
|
+
url: '/api/v2/AssetsService/Assets/{assetId}';
|
|
1006
|
+
};
|
|
1007
|
+
|
|
1008
|
+
export type GetAssetErrors = {
|
|
1009
|
+
/**
|
|
1010
|
+
* Unauthorized
|
|
1011
|
+
*/
|
|
1012
|
+
401: ErrorEnvelopeReadable;
|
|
1013
|
+
/**
|
|
1014
|
+
* Forbidden
|
|
1015
|
+
*/
|
|
1016
|
+
403: ErrorEnvelopeReadable;
|
|
1017
|
+
/**
|
|
1018
|
+
* Not Found
|
|
1019
|
+
*/
|
|
1020
|
+
404: ErrorEnvelopeReadable;
|
|
1021
|
+
};
|
|
1022
|
+
|
|
1023
|
+
export type GetAssetError = GetAssetErrors[keyof GetAssetErrors];
|
|
1024
|
+
|
|
1025
|
+
export type GetAssetResponses = {
|
|
1026
|
+
/**
|
|
1027
|
+
* OK
|
|
1028
|
+
*/
|
|
1029
|
+
200: AssetDtoEnvelopeReadable;
|
|
1030
|
+
};
|
|
1031
|
+
|
|
1032
|
+
export type GetAssetResponse = GetAssetResponses[keyof GetAssetResponses];
|
|
1033
|
+
|
|
1034
|
+
export type UpdateAssetData = {
|
|
1035
|
+
body?: AssetUpdateDto;
|
|
1036
|
+
path: {
|
|
1037
|
+
assetId: string;
|
|
1038
|
+
};
|
|
1039
|
+
query: {
|
|
1040
|
+
tenantId: string;
|
|
1041
|
+
};
|
|
1042
|
+
url: '/api/v2/AssetsService/Assets/{assetId}';
|
|
1043
|
+
};
|
|
1044
|
+
|
|
1045
|
+
export type UpdateAssetErrors = {
|
|
1046
|
+
/**
|
|
1047
|
+
* Bad Request
|
|
1048
|
+
*/
|
|
1049
|
+
400: ErrorEnvelopeReadable;
|
|
1050
|
+
/**
|
|
1051
|
+
* Unauthorized
|
|
1052
|
+
*/
|
|
1053
|
+
401: ErrorEnvelopeReadable;
|
|
1054
|
+
/**
|
|
1055
|
+
* Forbidden
|
|
1056
|
+
*/
|
|
1057
|
+
403: ErrorEnvelopeReadable;
|
|
1058
|
+
/**
|
|
1059
|
+
* Not Found
|
|
1060
|
+
*/
|
|
1061
|
+
404: ErrorEnvelopeReadable;
|
|
1062
|
+
};
|
|
1063
|
+
|
|
1064
|
+
export type UpdateAssetError = UpdateAssetErrors[keyof UpdateAssetErrors];
|
|
1065
|
+
|
|
1066
|
+
export type UpdateAssetResponses = {
|
|
1067
|
+
/**
|
|
1068
|
+
* OK
|
|
1069
|
+
*/
|
|
1070
|
+
200: AssetDtoEnvelopeReadable;
|
|
1071
|
+
};
|
|
1072
|
+
|
|
1073
|
+
export type UpdateAssetResponse = UpdateAssetResponses[keyof UpdateAssetResponses];
|
|
1074
|
+
|
|
1075
|
+
export type GetAssetAssetCategoriesData = {
|
|
1076
|
+
body?: never;
|
|
1077
|
+
path?: never;
|
|
1078
|
+
query: {
|
|
1079
|
+
tenantId: string;
|
|
1080
|
+
};
|
|
1081
|
+
url: '/api/v2/AssetsService/Assets/Categories';
|
|
1082
|
+
};
|
|
1083
|
+
|
|
1084
|
+
export type GetAssetAssetCategoriesErrors = {
|
|
1085
|
+
/**
|
|
1086
|
+
* Unauthorized
|
|
1087
|
+
*/
|
|
1088
|
+
401: ErrorEnvelopeReadable;
|
|
1089
|
+
/**
|
|
1090
|
+
* Forbidden
|
|
1091
|
+
*/
|
|
1092
|
+
403: ErrorEnvelopeReadable;
|
|
1093
|
+
};
|
|
1094
|
+
|
|
1095
|
+
export type GetAssetAssetCategoriesError = GetAssetAssetCategoriesErrors[keyof GetAssetAssetCategoriesErrors];
|
|
1096
|
+
|
|
1097
|
+
export type GetAssetAssetCategoriesResponses = {
|
|
1098
|
+
/**
|
|
1099
|
+
* OK
|
|
1100
|
+
*/
|
|
1101
|
+
200: AssetCategoryDtoListEnvelopeReadable;
|
|
1102
|
+
};
|
|
1103
|
+
|
|
1104
|
+
export type GetAssetAssetCategoriesResponse = GetAssetAssetCategoriesResponses[keyof GetAssetAssetCategoriesResponses];
|
|
1105
|
+
|
|
1106
|
+
export type CreateAssetAssetCategoryData = {
|
|
1107
|
+
body?: AssetCategoryCreateDto;
|
|
1108
|
+
path?: never;
|
|
1109
|
+
query: {
|
|
1110
|
+
tenantId: string;
|
|
1111
|
+
};
|
|
1112
|
+
url: '/api/v2/AssetsService/Assets/Categories';
|
|
1113
|
+
};
|
|
1114
|
+
|
|
1115
|
+
export type CreateAssetAssetCategoryErrors = {
|
|
1116
|
+
/**
|
|
1117
|
+
* Bad Request
|
|
1118
|
+
*/
|
|
1119
|
+
400: ErrorEnvelopeReadable;
|
|
1120
|
+
/**
|
|
1121
|
+
* Unauthorized
|
|
1122
|
+
*/
|
|
1123
|
+
401: ErrorEnvelopeReadable;
|
|
1124
|
+
/**
|
|
1125
|
+
* Forbidden
|
|
1126
|
+
*/
|
|
1127
|
+
403: ErrorEnvelopeReadable;
|
|
1128
|
+
};
|
|
1129
|
+
|
|
1130
|
+
export type CreateAssetAssetCategoryError = CreateAssetAssetCategoryErrors[keyof CreateAssetAssetCategoryErrors];
|
|
1131
|
+
|
|
1132
|
+
export type CreateAssetAssetCategoryResponses = {
|
|
1133
|
+
/**
|
|
1134
|
+
* Created
|
|
1135
|
+
*/
|
|
1136
|
+
201: AssetCategoryDtoEnvelopeReadable;
|
|
1137
|
+
};
|
|
1138
|
+
|
|
1139
|
+
export type CreateAssetAssetCategoryResponse = CreateAssetAssetCategoryResponses[keyof CreateAssetAssetCategoryResponses];
|
|
1140
|
+
|
|
1141
|
+
export type GetAssetAssetCategoriesCountData = {
|
|
1142
|
+
body?: never;
|
|
1143
|
+
path?: never;
|
|
1144
|
+
query: {
|
|
1145
|
+
tenantId: string;
|
|
1146
|
+
};
|
|
1147
|
+
url: '/api/v2/AssetsService/Assets/Categories/count';
|
|
1148
|
+
};
|
|
1149
|
+
|
|
1150
|
+
export type GetAssetAssetCategoriesCountErrors = {
|
|
1151
|
+
/**
|
|
1152
|
+
* Unauthorized
|
|
1153
|
+
*/
|
|
1154
|
+
401: ErrorEnvelopeReadable;
|
|
1155
|
+
/**
|
|
1156
|
+
* Forbidden
|
|
1157
|
+
*/
|
|
1158
|
+
403: ErrorEnvelopeReadable;
|
|
1159
|
+
};
|
|
1160
|
+
|
|
1161
|
+
export type GetAssetAssetCategoriesCountError = GetAssetAssetCategoriesCountErrors[keyof GetAssetAssetCategoriesCountErrors];
|
|
1162
|
+
|
|
1163
|
+
export type GetAssetAssetCategoriesCountResponses = {
|
|
1164
|
+
/**
|
|
1165
|
+
* OK
|
|
1166
|
+
*/
|
|
1167
|
+
200: Int32EnvelopeReadable;
|
|
1168
|
+
};
|
|
1169
|
+
|
|
1170
|
+
export type GetAssetAssetCategoriesCountResponse = GetAssetAssetCategoriesCountResponses[keyof GetAssetAssetCategoriesCountResponses];
|
|
1171
|
+
|
|
1172
|
+
export type DeleteAssetAssetCategoryData = {
|
|
1173
|
+
body?: never;
|
|
1174
|
+
path: {
|
|
1175
|
+
categoryId: string;
|
|
1176
|
+
};
|
|
1177
|
+
query: {
|
|
1178
|
+
tenantId: string;
|
|
1179
|
+
};
|
|
1180
|
+
url: '/api/v2/AssetsService/Assets/Categories/{categoryId}';
|
|
1181
|
+
};
|
|
1182
|
+
|
|
1183
|
+
export type DeleteAssetAssetCategoryErrors = {
|
|
1184
|
+
/**
|
|
1185
|
+
* Unauthorized
|
|
1186
|
+
*/
|
|
1187
|
+
401: ErrorEnvelopeReadable;
|
|
1188
|
+
/**
|
|
1189
|
+
* Forbidden
|
|
1190
|
+
*/
|
|
1191
|
+
403: ErrorEnvelopeReadable;
|
|
1192
|
+
/**
|
|
1193
|
+
* Not Found
|
|
1194
|
+
*/
|
|
1195
|
+
404: ErrorEnvelopeReadable;
|
|
1196
|
+
};
|
|
1197
|
+
|
|
1198
|
+
export type DeleteAssetAssetCategoryError = DeleteAssetAssetCategoryErrors[keyof DeleteAssetAssetCategoryErrors];
|
|
1199
|
+
|
|
1200
|
+
export type DeleteAssetAssetCategoryResponses = {
|
|
1201
|
+
/**
|
|
1202
|
+
* No Content
|
|
1203
|
+
*/
|
|
1204
|
+
204: void;
|
|
1205
|
+
};
|
|
1206
|
+
|
|
1207
|
+
export type DeleteAssetAssetCategoryResponse = DeleteAssetAssetCategoryResponses[keyof DeleteAssetAssetCategoryResponses];
|
|
1208
|
+
|
|
1209
|
+
export type GetAssetAssetCategoryData = {
|
|
1210
|
+
body?: never;
|
|
1211
|
+
path: {
|
|
1212
|
+
categoryId: string;
|
|
1213
|
+
};
|
|
1214
|
+
query: {
|
|
1215
|
+
tenantId: string;
|
|
1216
|
+
};
|
|
1217
|
+
url: '/api/v2/AssetsService/Assets/Categories/{categoryId}';
|
|
1218
|
+
};
|
|
1219
|
+
|
|
1220
|
+
export type GetAssetAssetCategoryErrors = {
|
|
1221
|
+
/**
|
|
1222
|
+
* Unauthorized
|
|
1223
|
+
*/
|
|
1224
|
+
401: ErrorEnvelopeReadable;
|
|
1225
|
+
/**
|
|
1226
|
+
* Forbidden
|
|
1227
|
+
*/
|
|
1228
|
+
403: ErrorEnvelopeReadable;
|
|
1229
|
+
/**
|
|
1230
|
+
* Not Found
|
|
1231
|
+
*/
|
|
1232
|
+
404: ErrorEnvelopeReadable;
|
|
1233
|
+
};
|
|
1234
|
+
|
|
1235
|
+
export type GetAssetAssetCategoryError = GetAssetAssetCategoryErrors[keyof GetAssetAssetCategoryErrors];
|
|
1236
|
+
|
|
1237
|
+
export type GetAssetAssetCategoryResponses = {
|
|
1238
|
+
/**
|
|
1239
|
+
* OK
|
|
1240
|
+
*/
|
|
1241
|
+
200: AssetCategoryDtoEnvelopeReadable;
|
|
1242
|
+
};
|
|
1243
|
+
|
|
1244
|
+
export type GetAssetAssetCategoryResponse = GetAssetAssetCategoryResponses[keyof GetAssetAssetCategoryResponses];
|
|
1245
|
+
|
|
1246
|
+
export type UpdateAssetAssetCategoryData = {
|
|
1247
|
+
body?: AssetCategoryUpdateDto;
|
|
1248
|
+
path: {
|
|
1249
|
+
categoryId: string;
|
|
1250
|
+
};
|
|
1251
|
+
query: {
|
|
1252
|
+
tenantId: string;
|
|
1253
|
+
};
|
|
1254
|
+
url: '/api/v2/AssetsService/Assets/Categories/{categoryId}';
|
|
1255
|
+
};
|
|
1256
|
+
|
|
1257
|
+
export type UpdateAssetAssetCategoryErrors = {
|
|
1258
|
+
/**
|
|
1259
|
+
* Bad Request
|
|
1260
|
+
*/
|
|
1261
|
+
400: ErrorEnvelopeReadable;
|
|
1262
|
+
/**
|
|
1263
|
+
* Unauthorized
|
|
1264
|
+
*/
|
|
1265
|
+
401: ErrorEnvelopeReadable;
|
|
1266
|
+
/**
|
|
1267
|
+
* Forbidden
|
|
1268
|
+
*/
|
|
1269
|
+
403: ErrorEnvelopeReadable;
|
|
1270
|
+
/**
|
|
1271
|
+
* Not Found
|
|
1272
|
+
*/
|
|
1273
|
+
404: ErrorEnvelopeReadable;
|
|
1274
|
+
};
|
|
1275
|
+
|
|
1276
|
+
export type UpdateAssetAssetCategoryError = UpdateAssetAssetCategoryErrors[keyof UpdateAssetAssetCategoryErrors];
|
|
1277
|
+
|
|
1278
|
+
export type UpdateAssetAssetCategoryResponses = {
|
|
1279
|
+
/**
|
|
1280
|
+
* OK
|
|
1281
|
+
*/
|
|
1282
|
+
200: AssetCategoryDtoEnvelopeReadable;
|
|
1283
|
+
};
|
|
1284
|
+
|
|
1285
|
+
export type UpdateAssetAssetCategoryResponse = UpdateAssetAssetCategoryResponses[keyof UpdateAssetAssetCategoryResponses];
|
|
1286
|
+
|
|
1287
|
+
export type GetAssetRepairsData = {
|
|
1288
|
+
body?: never;
|
|
1289
|
+
path: {
|
|
1290
|
+
assetId: string;
|
|
1291
|
+
};
|
|
1292
|
+
query: {
|
|
1293
|
+
tenantId: string;
|
|
1294
|
+
};
|
|
1295
|
+
url: '/api/v2/AssetsService/Assets/{assetId}/Repairs';
|
|
1296
|
+
};
|
|
1297
|
+
|
|
1298
|
+
export type GetAssetRepairsErrors = {
|
|
1299
|
+
/**
|
|
1300
|
+
* Unauthorized
|
|
1301
|
+
*/
|
|
1302
|
+
401: ErrorEnvelopeReadable;
|
|
1303
|
+
/**
|
|
1304
|
+
* Forbidden
|
|
1305
|
+
*/
|
|
1306
|
+
403: ErrorEnvelopeReadable;
|
|
1307
|
+
};
|
|
1308
|
+
|
|
1309
|
+
export type GetAssetRepairsError = GetAssetRepairsErrors[keyof GetAssetRepairsErrors];
|
|
1310
|
+
|
|
1311
|
+
export type GetAssetRepairsResponses = {
|
|
1312
|
+
/**
|
|
1313
|
+
* OK
|
|
1314
|
+
*/
|
|
1315
|
+
200: AssetRepairDtoListEnvelopeReadable;
|
|
1316
|
+
};
|
|
1317
|
+
|
|
1318
|
+
export type GetAssetRepairsResponse = GetAssetRepairsResponses[keyof GetAssetRepairsResponses];
|
|
1319
|
+
|
|
1320
|
+
export type CreateAssetRepairData = {
|
|
1321
|
+
body?: AssetRepairCreateDto;
|
|
1322
|
+
path: {
|
|
1323
|
+
assetId: string;
|
|
1324
|
+
};
|
|
1325
|
+
query: {
|
|
1326
|
+
tenantId: string;
|
|
1327
|
+
};
|
|
1328
|
+
url: '/api/v2/AssetsService/Assets/{assetId}/Repairs';
|
|
1329
|
+
};
|
|
1330
|
+
|
|
1331
|
+
export type CreateAssetRepairErrors = {
|
|
1332
|
+
/**
|
|
1333
|
+
* Unauthorized
|
|
1334
|
+
*/
|
|
1335
|
+
401: ErrorEnvelopeReadable;
|
|
1336
|
+
/**
|
|
1337
|
+
* Forbidden
|
|
1338
|
+
*/
|
|
1339
|
+
403: ErrorEnvelopeReadable;
|
|
1340
|
+
};
|
|
1341
|
+
|
|
1342
|
+
export type CreateAssetRepairError = CreateAssetRepairErrors[keyof CreateAssetRepairErrors];
|
|
1343
|
+
|
|
1344
|
+
export type CreateAssetRepairResponses = {
|
|
1345
|
+
/**
|
|
1346
|
+
* Created
|
|
1347
|
+
*/
|
|
1348
|
+
201: EmptyEnvelopeReadable;
|
|
1349
|
+
};
|
|
1350
|
+
|
|
1351
|
+
export type CreateAssetRepairResponse = CreateAssetRepairResponses[keyof CreateAssetRepairResponses];
|
|
1352
|
+
|
|
1353
|
+
export type GetAssetRepairsCountData = {
|
|
1354
|
+
body?: never;
|
|
1355
|
+
path: {
|
|
1356
|
+
assetId: string;
|
|
1357
|
+
};
|
|
1358
|
+
query: {
|
|
1359
|
+
tenantId: string;
|
|
1360
|
+
};
|
|
1361
|
+
url: '/api/v2/AssetsService/Assets/{assetId}/Repairs/Count';
|
|
1362
|
+
};
|
|
1363
|
+
|
|
1364
|
+
export type GetAssetRepairsCountErrors = {
|
|
1365
|
+
/**
|
|
1366
|
+
* Unauthorized
|
|
1367
|
+
*/
|
|
1368
|
+
401: ErrorEnvelopeReadable;
|
|
1369
|
+
/**
|
|
1370
|
+
* Forbidden
|
|
1371
|
+
*/
|
|
1372
|
+
403: ErrorEnvelopeReadable;
|
|
1373
|
+
};
|
|
1374
|
+
|
|
1375
|
+
export type GetAssetRepairsCountError = GetAssetRepairsCountErrors[keyof GetAssetRepairsCountErrors];
|
|
1376
|
+
|
|
1377
|
+
export type GetAssetRepairsCountResponses = {
|
|
1378
|
+
/**
|
|
1379
|
+
* OK
|
|
1380
|
+
*/
|
|
1381
|
+
200: Int32EnvelopeReadable;
|
|
1382
|
+
};
|
|
1383
|
+
|
|
1384
|
+
export type GetAssetRepairsCountResponse = GetAssetRepairsCountResponses[keyof GetAssetRepairsCountResponses];
|
|
1385
|
+
|
|
1386
|
+
export type DeleteAssetRepairData = {
|
|
1387
|
+
body?: never;
|
|
1388
|
+
path: {
|
|
1389
|
+
assetId: string;
|
|
1390
|
+
repairId: string;
|
|
1391
|
+
};
|
|
1392
|
+
query: {
|
|
1393
|
+
tenantId: string;
|
|
1394
|
+
};
|
|
1395
|
+
url: '/api/v2/AssetsService/Assets/{assetId}/Repairs/{repairId}';
|
|
1396
|
+
};
|
|
1397
|
+
|
|
1398
|
+
export type DeleteAssetRepairErrors = {
|
|
1399
|
+
/**
|
|
1400
|
+
* Unauthorized
|
|
1401
|
+
*/
|
|
1402
|
+
401: ErrorEnvelopeReadable;
|
|
1403
|
+
/**
|
|
1404
|
+
* Forbidden
|
|
1405
|
+
*/
|
|
1406
|
+
403: ErrorEnvelopeReadable;
|
|
1407
|
+
};
|
|
1408
|
+
|
|
1409
|
+
export type DeleteAssetRepairError = DeleteAssetRepairErrors[keyof DeleteAssetRepairErrors];
|
|
1410
|
+
|
|
1411
|
+
export type DeleteAssetRepairResponses = {
|
|
1412
|
+
/**
|
|
1413
|
+
* OK
|
|
1414
|
+
*/
|
|
1415
|
+
200: EmptyEnvelopeReadable;
|
|
1416
|
+
};
|
|
1417
|
+
|
|
1418
|
+
export type DeleteAssetRepairResponse = DeleteAssetRepairResponses[keyof DeleteAssetRepairResponses];
|
|
1419
|
+
|
|
1420
|
+
export type GetAssetRepairData = {
|
|
1421
|
+
body?: never;
|
|
1422
|
+
path: {
|
|
1423
|
+
assetId: string;
|
|
1424
|
+
repairId: string;
|
|
1425
|
+
};
|
|
1426
|
+
query: {
|
|
1427
|
+
tenantId: string;
|
|
1428
|
+
};
|
|
1429
|
+
url: '/api/v2/AssetsService/Assets/{assetId}/Repairs/{repairId}';
|
|
1430
|
+
};
|
|
1431
|
+
|
|
1432
|
+
export type GetAssetRepairErrors = {
|
|
1433
|
+
/**
|
|
1434
|
+
* Unauthorized
|
|
1435
|
+
*/
|
|
1436
|
+
401: ErrorEnvelopeReadable;
|
|
1437
|
+
/**
|
|
1438
|
+
* Forbidden
|
|
1439
|
+
*/
|
|
1440
|
+
403: ErrorEnvelopeReadable;
|
|
1441
|
+
};
|
|
1442
|
+
|
|
1443
|
+
export type GetAssetRepairError = GetAssetRepairErrors[keyof GetAssetRepairErrors];
|
|
1444
|
+
|
|
1445
|
+
export type GetAssetRepairResponses = {
|
|
1446
|
+
/**
|
|
1447
|
+
* OK
|
|
1448
|
+
*/
|
|
1449
|
+
200: AssetRepairDtoEnvelopeReadable;
|
|
1450
|
+
};
|
|
1451
|
+
|
|
1452
|
+
export type GetAssetRepairResponse = GetAssetRepairResponses[keyof GetAssetRepairResponses];
|
|
1453
|
+
|
|
1454
|
+
export type UpdateAssetRepairData = {
|
|
1455
|
+
body?: AssetRepairUpdateDto;
|
|
1456
|
+
path: {
|
|
1457
|
+
assetId: string;
|
|
1458
|
+
repairId: string;
|
|
1459
|
+
};
|
|
1460
|
+
query: {
|
|
1461
|
+
tenantId: string;
|
|
1462
|
+
};
|
|
1463
|
+
url: '/api/v2/AssetsService/Assets/{assetId}/Repairs/{repairId}';
|
|
1464
|
+
};
|
|
1465
|
+
|
|
1466
|
+
export type UpdateAssetRepairErrors = {
|
|
1467
|
+
/**
|
|
1468
|
+
* Unauthorized
|
|
1469
|
+
*/
|
|
1470
|
+
401: ErrorEnvelopeReadable;
|
|
1471
|
+
/**
|
|
1472
|
+
* Forbidden
|
|
1473
|
+
*/
|
|
1474
|
+
403: ErrorEnvelopeReadable;
|
|
1475
|
+
};
|
|
1476
|
+
|
|
1477
|
+
export type UpdateAssetRepairError = UpdateAssetRepairErrors[keyof UpdateAssetRepairErrors];
|
|
1478
|
+
|
|
1479
|
+
export type UpdateAssetRepairResponses = {
|
|
1480
|
+
/**
|
|
1481
|
+
* OK
|
|
1482
|
+
*/
|
|
1483
|
+
200: EmptyEnvelopeReadable;
|
|
1484
|
+
};
|
|
1485
|
+
|
|
1486
|
+
export type UpdateAssetRepairResponse = UpdateAssetRepairResponses[keyof UpdateAssetRepairResponses];
|
|
1487
|
+
|
|
1488
|
+
export type GetAssetValueAmendsData = {
|
|
1489
|
+
body?: never;
|
|
1490
|
+
path: {
|
|
1491
|
+
assetId: string;
|
|
1492
|
+
};
|
|
1493
|
+
query: {
|
|
1494
|
+
tenantId: string;
|
|
1495
|
+
};
|
|
1496
|
+
url: '/api/v2/AssetsService/Assets/{assetId}/ValueAmends';
|
|
1497
|
+
};
|
|
1498
|
+
|
|
1499
|
+
export type GetAssetValueAmendsErrors = {
|
|
1500
|
+
/**
|
|
1501
|
+
* Unauthorized
|
|
1502
|
+
*/
|
|
1503
|
+
401: ErrorEnvelopeReadable;
|
|
1504
|
+
/**
|
|
1505
|
+
* Forbidden
|
|
1506
|
+
*/
|
|
1507
|
+
403: ErrorEnvelopeReadable;
|
|
1508
|
+
};
|
|
1509
|
+
|
|
1510
|
+
export type GetAssetValueAmendsError = GetAssetValueAmendsErrors[keyof GetAssetValueAmendsErrors];
|
|
1511
|
+
|
|
1512
|
+
export type GetAssetValueAmendsResponses = {
|
|
1513
|
+
/**
|
|
1514
|
+
* OK
|
|
1515
|
+
*/
|
|
1516
|
+
200: AssetValueAmendDtoListEnvelopeReadable;
|
|
1517
|
+
};
|
|
1518
|
+
|
|
1519
|
+
export type GetAssetValueAmendsResponse = GetAssetValueAmendsResponses[keyof GetAssetValueAmendsResponses];
|
|
1520
|
+
|
|
1521
|
+
export type CreateAssetValueAmendData = {
|
|
1522
|
+
body?: AssetValueAmendCreateDto;
|
|
1523
|
+
path: {
|
|
1524
|
+
assetId: string;
|
|
1525
|
+
};
|
|
1526
|
+
query: {
|
|
1527
|
+
tenantId: string;
|
|
1528
|
+
};
|
|
1529
|
+
url: '/api/v2/AssetsService/Assets/{assetId}/ValueAmends';
|
|
1530
|
+
};
|
|
1531
|
+
|
|
1532
|
+
export type CreateAssetValueAmendErrors = {
|
|
1533
|
+
/**
|
|
1534
|
+
* Unauthorized
|
|
1535
|
+
*/
|
|
1536
|
+
401: ErrorEnvelopeReadable;
|
|
1537
|
+
/**
|
|
1538
|
+
* Forbidden
|
|
1539
|
+
*/
|
|
1540
|
+
403: ErrorEnvelopeReadable;
|
|
1541
|
+
};
|
|
1542
|
+
|
|
1543
|
+
export type CreateAssetValueAmendError = CreateAssetValueAmendErrors[keyof CreateAssetValueAmendErrors];
|
|
1544
|
+
|
|
1545
|
+
export type CreateAssetValueAmendResponses = {
|
|
1546
|
+
/**
|
|
1547
|
+
* Created
|
|
1548
|
+
*/
|
|
1549
|
+
201: EmptyEnvelopeReadable;
|
|
1550
|
+
};
|
|
1551
|
+
|
|
1552
|
+
export type CreateAssetValueAmendResponse = CreateAssetValueAmendResponses[keyof CreateAssetValueAmendResponses];
|
|
1553
|
+
|
|
1554
|
+
export type GetAssetValueAmendsCountData = {
|
|
1555
|
+
body?: never;
|
|
1556
|
+
path: {
|
|
1557
|
+
assetId: string;
|
|
1558
|
+
};
|
|
1559
|
+
query: {
|
|
1560
|
+
tenantId: string;
|
|
1561
|
+
};
|
|
1562
|
+
url: '/api/v2/AssetsService/Assets/{assetId}/ValueAmends/Count';
|
|
1563
|
+
};
|
|
1564
|
+
|
|
1565
|
+
export type GetAssetValueAmendsCountErrors = {
|
|
1566
|
+
/**
|
|
1567
|
+
* Unauthorized
|
|
1568
|
+
*/
|
|
1569
|
+
401: ErrorEnvelopeReadable;
|
|
1570
|
+
/**
|
|
1571
|
+
* Forbidden
|
|
1572
|
+
*/
|
|
1573
|
+
403: ErrorEnvelopeReadable;
|
|
1574
|
+
};
|
|
1575
|
+
|
|
1576
|
+
export type GetAssetValueAmendsCountError = GetAssetValueAmendsCountErrors[keyof GetAssetValueAmendsCountErrors];
|
|
1577
|
+
|
|
1578
|
+
export type GetAssetValueAmendsCountResponses = {
|
|
1579
|
+
/**
|
|
1580
|
+
* OK
|
|
1581
|
+
*/
|
|
1582
|
+
200: Int32EnvelopeReadable;
|
|
1583
|
+
};
|
|
1584
|
+
|
|
1585
|
+
export type GetAssetValueAmendsCountResponse = GetAssetValueAmendsCountResponses[keyof GetAssetValueAmendsCountResponses];
|
|
1586
|
+
|
|
1587
|
+
export type DeleteAssetValueAmendData = {
|
|
1588
|
+
body?: never;
|
|
1589
|
+
path: {
|
|
1590
|
+
assetId: string;
|
|
1591
|
+
amendId: string;
|
|
1592
|
+
};
|
|
1593
|
+
query: {
|
|
1594
|
+
tenantId: string;
|
|
1595
|
+
};
|
|
1596
|
+
url: '/api/v2/AssetsService/Assets/{assetId}/ValueAmends/{amendId}';
|
|
1597
|
+
};
|
|
1598
|
+
|
|
1599
|
+
export type DeleteAssetValueAmendErrors = {
|
|
1600
|
+
/**
|
|
1601
|
+
* Unauthorized
|
|
1602
|
+
*/
|
|
1603
|
+
401: ErrorEnvelopeReadable;
|
|
1604
|
+
/**
|
|
1605
|
+
* Forbidden
|
|
1606
|
+
*/
|
|
1607
|
+
403: ErrorEnvelopeReadable;
|
|
1608
|
+
};
|
|
1609
|
+
|
|
1610
|
+
export type DeleteAssetValueAmendError = DeleteAssetValueAmendErrors[keyof DeleteAssetValueAmendErrors];
|
|
1611
|
+
|
|
1612
|
+
export type DeleteAssetValueAmendResponses = {
|
|
1613
|
+
/**
|
|
1614
|
+
* OK
|
|
1615
|
+
*/
|
|
1616
|
+
200: EmptyEnvelopeReadable;
|
|
1617
|
+
};
|
|
1618
|
+
|
|
1619
|
+
export type DeleteAssetValueAmendResponse = DeleteAssetValueAmendResponses[keyof DeleteAssetValueAmendResponses];
|
|
1620
|
+
|
|
1621
|
+
export type GetAssetValueAmendData = {
|
|
1622
|
+
body?: never;
|
|
1623
|
+
path: {
|
|
1624
|
+
assetId: string;
|
|
1625
|
+
amendId: string;
|
|
1626
|
+
};
|
|
1627
|
+
query: {
|
|
1628
|
+
tenantId: string;
|
|
1629
|
+
};
|
|
1630
|
+
url: '/api/v2/AssetsService/Assets/{assetId}/ValueAmends/{amendId}';
|
|
1631
|
+
};
|
|
1632
|
+
|
|
1633
|
+
export type GetAssetValueAmendErrors = {
|
|
1634
|
+
/**
|
|
1635
|
+
* Unauthorized
|
|
1636
|
+
*/
|
|
1637
|
+
401: ErrorEnvelopeReadable;
|
|
1638
|
+
/**
|
|
1639
|
+
* Forbidden
|
|
1640
|
+
*/
|
|
1641
|
+
403: ErrorEnvelopeReadable;
|
|
1642
|
+
};
|
|
1643
|
+
|
|
1644
|
+
export type GetAssetValueAmendError = GetAssetValueAmendErrors[keyof GetAssetValueAmendErrors];
|
|
1645
|
+
|
|
1646
|
+
export type GetAssetValueAmendResponses = {
|
|
1647
|
+
/**
|
|
1648
|
+
* OK
|
|
1649
|
+
*/
|
|
1650
|
+
200: AssetValueAmendDtoEnvelopeReadable;
|
|
1651
|
+
};
|
|
1652
|
+
|
|
1653
|
+
export type GetAssetValueAmendResponse = GetAssetValueAmendResponses[keyof GetAssetValueAmendResponses];
|
|
1654
|
+
|
|
1655
|
+
export type UpdateAssetValueAmendData = {
|
|
1656
|
+
body?: AssetValueAmendUpdateDto;
|
|
1657
|
+
path: {
|
|
1658
|
+
assetId: string;
|
|
1659
|
+
amendId: string;
|
|
1660
|
+
};
|
|
1661
|
+
query: {
|
|
1662
|
+
tenantId: string;
|
|
1663
|
+
};
|
|
1664
|
+
url: '/api/v2/AssetsService/Assets/{assetId}/ValueAmends/{amendId}';
|
|
1665
|
+
};
|
|
1666
|
+
|
|
1667
|
+
export type UpdateAssetValueAmendErrors = {
|
|
1668
|
+
/**
|
|
1669
|
+
* Unauthorized
|
|
1670
|
+
*/
|
|
1671
|
+
401: ErrorEnvelopeReadable;
|
|
1672
|
+
/**
|
|
1673
|
+
* Forbidden
|
|
1674
|
+
*/
|
|
1675
|
+
403: ErrorEnvelopeReadable;
|
|
1676
|
+
};
|
|
1677
|
+
|
|
1678
|
+
export type UpdateAssetValueAmendError = UpdateAssetValueAmendErrors[keyof UpdateAssetValueAmendErrors];
|
|
1679
|
+
|
|
1680
|
+
export type UpdateAssetValueAmendResponses = {
|
|
1681
|
+
/**
|
|
1682
|
+
* OK
|
|
1683
|
+
*/
|
|
1684
|
+
200: EmptyEnvelopeReadable;
|
|
1685
|
+
};
|
|
1686
|
+
|
|
1687
|
+
export type UpdateAssetValueAmendResponse = UpdateAssetValueAmendResponses[keyof UpdateAssetValueAmendResponses];
|
|
1688
|
+
|
|
1689
|
+
export type GetAssetDepreciationRecordsData = {
|
|
1690
|
+
body?: never;
|
|
1691
|
+
path: {
|
|
1692
|
+
assetId: string;
|
|
1693
|
+
};
|
|
1694
|
+
query: {
|
|
1695
|
+
tenantId: string;
|
|
1696
|
+
};
|
|
1697
|
+
url: '/api/v2/AssetsService/Assets/{assetId}/DepreciationRecords';
|
|
1698
|
+
};
|
|
1699
|
+
|
|
1700
|
+
export type GetAssetDepreciationRecordsErrors = {
|
|
1701
|
+
/**
|
|
1702
|
+
* Unauthorized
|
|
1703
|
+
*/
|
|
1704
|
+
401: ErrorEnvelopeReadable;
|
|
1705
|
+
/**
|
|
1706
|
+
* Forbidden
|
|
1707
|
+
*/
|
|
1708
|
+
403: ErrorEnvelopeReadable;
|
|
1709
|
+
};
|
|
1710
|
+
|
|
1711
|
+
export type GetAssetDepreciationRecordsError = GetAssetDepreciationRecordsErrors[keyof GetAssetDepreciationRecordsErrors];
|
|
1712
|
+
|
|
1713
|
+
export type GetAssetDepreciationRecordsResponses = {
|
|
1714
|
+
/**
|
|
1715
|
+
* OK
|
|
1716
|
+
*/
|
|
1717
|
+
200: AssetDepreciationRecordDtoListEnvelopeReadable;
|
|
1718
|
+
};
|
|
1719
|
+
|
|
1720
|
+
export type GetAssetDepreciationRecordsResponse = GetAssetDepreciationRecordsResponses[keyof GetAssetDepreciationRecordsResponses];
|
|
1721
|
+
|
|
1722
|
+
export type CreateAssetDepreciationRecordData = {
|
|
1723
|
+
body?: AssetDepreciationRecordCreateDto;
|
|
1724
|
+
path: {
|
|
1725
|
+
assetId: string;
|
|
1726
|
+
};
|
|
1727
|
+
query: {
|
|
1728
|
+
tenantId: string;
|
|
1729
|
+
};
|
|
1730
|
+
url: '/api/v2/AssetsService/Assets/{assetId}/DepreciationRecords';
|
|
1731
|
+
};
|
|
1732
|
+
|
|
1733
|
+
export type CreateAssetDepreciationRecordErrors = {
|
|
1734
|
+
/**
|
|
1735
|
+
* Unauthorized
|
|
1736
|
+
*/
|
|
1737
|
+
401: ErrorEnvelopeReadable;
|
|
1738
|
+
/**
|
|
1739
|
+
* Forbidden
|
|
1740
|
+
*/
|
|
1741
|
+
403: ErrorEnvelopeReadable;
|
|
1742
|
+
};
|
|
1743
|
+
|
|
1744
|
+
export type CreateAssetDepreciationRecordError = CreateAssetDepreciationRecordErrors[keyof CreateAssetDepreciationRecordErrors];
|
|
1745
|
+
|
|
1746
|
+
export type CreateAssetDepreciationRecordResponses = {
|
|
1747
|
+
/**
|
|
1748
|
+
* Created
|
|
1749
|
+
*/
|
|
1750
|
+
201: EmptyEnvelopeReadable;
|
|
1751
|
+
};
|
|
1752
|
+
|
|
1753
|
+
export type CreateAssetDepreciationRecordResponse = CreateAssetDepreciationRecordResponses[keyof CreateAssetDepreciationRecordResponses];
|
|
1754
|
+
|
|
1755
|
+
export type GetAssetDepreciationRecordsCountData = {
|
|
1756
|
+
body?: never;
|
|
1757
|
+
path: {
|
|
1758
|
+
assetId: string;
|
|
1759
|
+
};
|
|
1760
|
+
query: {
|
|
1761
|
+
tenantId: string;
|
|
1762
|
+
};
|
|
1763
|
+
url: '/api/v2/AssetsService/Assets/{assetId}/DepreciationRecords/Count';
|
|
1764
|
+
};
|
|
1765
|
+
|
|
1766
|
+
export type GetAssetDepreciationRecordsCountErrors = {
|
|
1767
|
+
/**
|
|
1768
|
+
* Unauthorized
|
|
1769
|
+
*/
|
|
1770
|
+
401: ErrorEnvelopeReadable;
|
|
1771
|
+
/**
|
|
1772
|
+
* Forbidden
|
|
1773
|
+
*/
|
|
1774
|
+
403: ErrorEnvelopeReadable;
|
|
1775
|
+
};
|
|
1776
|
+
|
|
1777
|
+
export type GetAssetDepreciationRecordsCountError = GetAssetDepreciationRecordsCountErrors[keyof GetAssetDepreciationRecordsCountErrors];
|
|
1778
|
+
|
|
1779
|
+
export type GetAssetDepreciationRecordsCountResponses = {
|
|
1780
|
+
/**
|
|
1781
|
+
* OK
|
|
1782
|
+
*/
|
|
1783
|
+
200: Int32EnvelopeReadable;
|
|
1784
|
+
};
|
|
1785
|
+
|
|
1786
|
+
export type GetAssetDepreciationRecordsCountResponse = GetAssetDepreciationRecordsCountResponses[keyof GetAssetDepreciationRecordsCountResponses];
|
|
1787
|
+
|
|
1788
|
+
export type DeleteAssetDepreciationRecordData = {
|
|
1789
|
+
body?: never;
|
|
1790
|
+
path: {
|
|
1791
|
+
assetId: string;
|
|
1792
|
+
recordId: string;
|
|
1793
|
+
};
|
|
1794
|
+
query: {
|
|
1795
|
+
tenantId: string;
|
|
1796
|
+
};
|
|
1797
|
+
url: '/api/v2/AssetsService/Assets/{assetId}/DepreciationRecords/{recordId}';
|
|
1798
|
+
};
|
|
1799
|
+
|
|
1800
|
+
export type DeleteAssetDepreciationRecordErrors = {
|
|
1801
|
+
/**
|
|
1802
|
+
* Unauthorized
|
|
1803
|
+
*/
|
|
1804
|
+
401: ErrorEnvelopeReadable;
|
|
1805
|
+
/**
|
|
1806
|
+
* Forbidden
|
|
1807
|
+
*/
|
|
1808
|
+
403: ErrorEnvelopeReadable;
|
|
1809
|
+
};
|
|
1810
|
+
|
|
1811
|
+
export type DeleteAssetDepreciationRecordError = DeleteAssetDepreciationRecordErrors[keyof DeleteAssetDepreciationRecordErrors];
|
|
1812
|
+
|
|
1813
|
+
export type DeleteAssetDepreciationRecordResponses = {
|
|
1814
|
+
/**
|
|
1815
|
+
* OK
|
|
1816
|
+
*/
|
|
1817
|
+
200: EmptyEnvelopeReadable;
|
|
1818
|
+
};
|
|
1819
|
+
|
|
1820
|
+
export type DeleteAssetDepreciationRecordResponse = DeleteAssetDepreciationRecordResponses[keyof DeleteAssetDepreciationRecordResponses];
|
|
1821
|
+
|
|
1822
|
+
export type GetAssetDepreciationRecordData = {
|
|
1823
|
+
body?: never;
|
|
1824
|
+
path: {
|
|
1825
|
+
assetId: string;
|
|
1826
|
+
recordId: string;
|
|
1827
|
+
};
|
|
1828
|
+
query: {
|
|
1829
|
+
tenantId: string;
|
|
1830
|
+
};
|
|
1831
|
+
url: '/api/v2/AssetsService/Assets/{assetId}/DepreciationRecords/{recordId}';
|
|
1832
|
+
};
|
|
1833
|
+
|
|
1834
|
+
export type GetAssetDepreciationRecordErrors = {
|
|
1835
|
+
/**
|
|
1836
|
+
* Unauthorized
|
|
1837
|
+
*/
|
|
1838
|
+
401: ErrorEnvelopeReadable;
|
|
1839
|
+
/**
|
|
1840
|
+
* Forbidden
|
|
1841
|
+
*/
|
|
1842
|
+
403: ErrorEnvelopeReadable;
|
|
1843
|
+
};
|
|
1844
|
+
|
|
1845
|
+
export type GetAssetDepreciationRecordError = GetAssetDepreciationRecordErrors[keyof GetAssetDepreciationRecordErrors];
|
|
1846
|
+
|
|
1847
|
+
export type GetAssetDepreciationRecordResponses = {
|
|
1848
|
+
/**
|
|
1849
|
+
* OK
|
|
1850
|
+
*/
|
|
1851
|
+
200: AssetDepreciationRecordDtoEnvelopeReadable;
|
|
1852
|
+
};
|
|
1853
|
+
|
|
1854
|
+
export type GetAssetDepreciationRecordResponse = GetAssetDepreciationRecordResponses[keyof GetAssetDepreciationRecordResponses];
|
|
1855
|
+
|
|
1856
|
+
export type UpdateAssetDepreciationRecordData = {
|
|
1857
|
+
body?: AssetDepreciationRecordUpdateDto;
|
|
1858
|
+
path: {
|
|
1859
|
+
assetId: string;
|
|
1860
|
+
recordId: string;
|
|
1861
|
+
};
|
|
1862
|
+
query: {
|
|
1863
|
+
tenantId: string;
|
|
1864
|
+
};
|
|
1865
|
+
url: '/api/v2/AssetsService/Assets/{assetId}/DepreciationRecords/{recordId}';
|
|
1866
|
+
};
|
|
1867
|
+
|
|
1868
|
+
export type UpdateAssetDepreciationRecordErrors = {
|
|
1869
|
+
/**
|
|
1870
|
+
* Unauthorized
|
|
1871
|
+
*/
|
|
1872
|
+
401: ErrorEnvelopeReadable;
|
|
1873
|
+
/**
|
|
1874
|
+
* Forbidden
|
|
1875
|
+
*/
|
|
1876
|
+
403: ErrorEnvelopeReadable;
|
|
1877
|
+
};
|
|
1878
|
+
|
|
1879
|
+
export type UpdateAssetDepreciationRecordError = UpdateAssetDepreciationRecordErrors[keyof UpdateAssetDepreciationRecordErrors];
|
|
1880
|
+
|
|
1881
|
+
export type UpdateAssetDepreciationRecordResponses = {
|
|
1882
|
+
/**
|
|
1883
|
+
* OK
|
|
1884
|
+
*/
|
|
1885
|
+
200: EmptyEnvelopeReadable;
|
|
1886
|
+
};
|
|
1887
|
+
|
|
1888
|
+
export type UpdateAssetDepreciationRecordResponse = UpdateAssetDepreciationRecordResponses[keyof UpdateAssetDepreciationRecordResponses];
|
|
1889
|
+
|
|
1890
|
+
export type GetAssetTransfersData = {
|
|
1891
|
+
body?: never;
|
|
1892
|
+
path: {
|
|
1893
|
+
assetId: string;
|
|
1894
|
+
};
|
|
1895
|
+
query: {
|
|
1896
|
+
tenantId: string;
|
|
1897
|
+
};
|
|
1898
|
+
url: '/api/v2/AssetsService/Assets/{assetId}/Transfers';
|
|
1899
|
+
};
|
|
1900
|
+
|
|
1901
|
+
export type GetAssetTransfersErrors = {
|
|
1902
|
+
/**
|
|
1903
|
+
* Unauthorized
|
|
1904
|
+
*/
|
|
1905
|
+
401: ErrorEnvelopeReadable;
|
|
1906
|
+
/**
|
|
1907
|
+
* Forbidden
|
|
1908
|
+
*/
|
|
1909
|
+
403: ErrorEnvelopeReadable;
|
|
1910
|
+
};
|
|
1911
|
+
|
|
1912
|
+
export type GetAssetTransfersError = GetAssetTransfersErrors[keyof GetAssetTransfersErrors];
|
|
1913
|
+
|
|
1914
|
+
export type GetAssetTransfersResponses = {
|
|
1915
|
+
/**
|
|
1916
|
+
* OK
|
|
1917
|
+
*/
|
|
1918
|
+
200: AssetTransferDtoListEnvelopeReadable;
|
|
1919
|
+
};
|
|
1920
|
+
|
|
1921
|
+
export type GetAssetTransfersResponse = GetAssetTransfersResponses[keyof GetAssetTransfersResponses];
|
|
1922
|
+
|
|
1923
|
+
export type CreateAssetTransferData = {
|
|
1924
|
+
body?: AssetTransferCreateDto;
|
|
1925
|
+
path: {
|
|
1926
|
+
assetId: string;
|
|
1927
|
+
};
|
|
1928
|
+
query: {
|
|
1929
|
+
tenantId: string;
|
|
1930
|
+
};
|
|
1931
|
+
url: '/api/v2/AssetsService/Assets/{assetId}/Transfers';
|
|
1932
|
+
};
|
|
1933
|
+
|
|
1934
|
+
export type CreateAssetTransferErrors = {
|
|
1935
|
+
/**
|
|
1936
|
+
* Unauthorized
|
|
1937
|
+
*/
|
|
1938
|
+
401: ErrorEnvelopeReadable;
|
|
1939
|
+
/**
|
|
1940
|
+
* Forbidden
|
|
1941
|
+
*/
|
|
1942
|
+
403: ErrorEnvelopeReadable;
|
|
1943
|
+
};
|
|
1944
|
+
|
|
1945
|
+
export type CreateAssetTransferError = CreateAssetTransferErrors[keyof CreateAssetTransferErrors];
|
|
1946
|
+
|
|
1947
|
+
export type CreateAssetTransferResponses = {
|
|
1948
|
+
/**
|
|
1949
|
+
* Created
|
|
1950
|
+
*/
|
|
1951
|
+
201: EmptyEnvelopeReadable;
|
|
1952
|
+
};
|
|
1953
|
+
|
|
1954
|
+
export type CreateAssetTransferResponse = CreateAssetTransferResponses[keyof CreateAssetTransferResponses];
|
|
1955
|
+
|
|
1956
|
+
export type GetAssetTransfersCountData = {
|
|
1957
|
+
body?: never;
|
|
1958
|
+
path: {
|
|
1959
|
+
assetId: string;
|
|
1960
|
+
};
|
|
1961
|
+
query: {
|
|
1962
|
+
tenantId: string;
|
|
1963
|
+
};
|
|
1964
|
+
url: '/api/v2/AssetsService/Assets/{assetId}/Transfers/Count';
|
|
1965
|
+
};
|
|
1966
|
+
|
|
1967
|
+
export type GetAssetTransfersCountErrors = {
|
|
1968
|
+
/**
|
|
1969
|
+
* Unauthorized
|
|
1970
|
+
*/
|
|
1971
|
+
401: ErrorEnvelopeReadable;
|
|
1972
|
+
/**
|
|
1973
|
+
* Forbidden
|
|
1974
|
+
*/
|
|
1975
|
+
403: ErrorEnvelopeReadable;
|
|
1976
|
+
};
|
|
1977
|
+
|
|
1978
|
+
export type GetAssetTransfersCountError = GetAssetTransfersCountErrors[keyof GetAssetTransfersCountErrors];
|
|
1979
|
+
|
|
1980
|
+
export type GetAssetTransfersCountResponses = {
|
|
1981
|
+
/**
|
|
1982
|
+
* OK
|
|
1983
|
+
*/
|
|
1984
|
+
200: Int32EnvelopeReadable;
|
|
1985
|
+
};
|
|
1986
|
+
|
|
1987
|
+
export type GetAssetTransfersCountResponse = GetAssetTransfersCountResponses[keyof GetAssetTransfersCountResponses];
|
|
1988
|
+
|
|
1989
|
+
export type DeleteAssetTransferData = {
|
|
1990
|
+
body?: never;
|
|
1991
|
+
path: {
|
|
1992
|
+
assetId: string;
|
|
1993
|
+
transferId: string;
|
|
1994
|
+
};
|
|
1995
|
+
query: {
|
|
1996
|
+
tenantId: string;
|
|
1997
|
+
};
|
|
1998
|
+
url: '/api/v2/AssetsService/Assets/{assetId}/Transfers/{transferId}';
|
|
1999
|
+
};
|
|
2000
|
+
|
|
2001
|
+
export type DeleteAssetTransferErrors = {
|
|
2002
|
+
/**
|
|
2003
|
+
* Unauthorized
|
|
2004
|
+
*/
|
|
2005
|
+
401: ErrorEnvelopeReadable;
|
|
2006
|
+
/**
|
|
2007
|
+
* Forbidden
|
|
2008
|
+
*/
|
|
2009
|
+
403: ErrorEnvelopeReadable;
|
|
2010
|
+
};
|
|
2011
|
+
|
|
2012
|
+
export type DeleteAssetTransferError = DeleteAssetTransferErrors[keyof DeleteAssetTransferErrors];
|
|
2013
|
+
|
|
2014
|
+
export type DeleteAssetTransferResponses = {
|
|
2015
|
+
/**
|
|
2016
|
+
* OK
|
|
2017
|
+
*/
|
|
2018
|
+
200: EmptyEnvelopeReadable;
|
|
2019
|
+
};
|
|
2020
|
+
|
|
2021
|
+
export type DeleteAssetTransferResponse = DeleteAssetTransferResponses[keyof DeleteAssetTransferResponses];
|
|
2022
|
+
|
|
2023
|
+
export type GetAssetTransferData = {
|
|
2024
|
+
body?: never;
|
|
2025
|
+
path: {
|
|
2026
|
+
assetId: string;
|
|
2027
|
+
transferId: string;
|
|
2028
|
+
};
|
|
2029
|
+
query: {
|
|
2030
|
+
tenantId: string;
|
|
2031
|
+
};
|
|
2032
|
+
url: '/api/v2/AssetsService/Assets/{assetId}/Transfers/{transferId}';
|
|
2033
|
+
};
|
|
2034
|
+
|
|
2035
|
+
export type GetAssetTransferErrors = {
|
|
2036
|
+
/**
|
|
2037
|
+
* Unauthorized
|
|
2038
|
+
*/
|
|
2039
|
+
401: ErrorEnvelopeReadable;
|
|
2040
|
+
/**
|
|
2041
|
+
* Forbidden
|
|
2042
|
+
*/
|
|
2043
|
+
403: ErrorEnvelopeReadable;
|
|
2044
|
+
};
|
|
2045
|
+
|
|
2046
|
+
export type GetAssetTransferError = GetAssetTransferErrors[keyof GetAssetTransferErrors];
|
|
2047
|
+
|
|
2048
|
+
export type GetAssetTransferResponses = {
|
|
2049
|
+
/**
|
|
2050
|
+
* OK
|
|
2051
|
+
*/
|
|
2052
|
+
200: AssetTransferDtoEnvelopeReadable;
|
|
2053
|
+
};
|
|
2054
|
+
|
|
2055
|
+
export type GetAssetTransferResponse = GetAssetTransferResponses[keyof GetAssetTransferResponses];
|
|
2056
|
+
|
|
2057
|
+
export type UpdateAssetTransferData = {
|
|
2058
|
+
body?: AssetTransferUpdateDto;
|
|
2059
|
+
path: {
|
|
2060
|
+
assetId: string;
|
|
2061
|
+
transferId: string;
|
|
2062
|
+
};
|
|
2063
|
+
query: {
|
|
2064
|
+
tenantId: string;
|
|
2065
|
+
};
|
|
2066
|
+
url: '/api/v2/AssetsService/Assets/{assetId}/Transfers/{transferId}';
|
|
2067
|
+
};
|
|
2068
|
+
|
|
2069
|
+
export type UpdateAssetTransferErrors = {
|
|
2070
|
+
/**
|
|
2071
|
+
* Unauthorized
|
|
2072
|
+
*/
|
|
2073
|
+
401: ErrorEnvelopeReadable;
|
|
2074
|
+
/**
|
|
2075
|
+
* Forbidden
|
|
2076
|
+
*/
|
|
2077
|
+
403: ErrorEnvelopeReadable;
|
|
2078
|
+
};
|
|
2079
|
+
|
|
2080
|
+
export type UpdateAssetTransferError = UpdateAssetTransferErrors[keyof UpdateAssetTransferErrors];
|
|
2081
|
+
|
|
2082
|
+
export type UpdateAssetTransferResponses = {
|
|
2083
|
+
/**
|
|
2084
|
+
* OK
|
|
2085
|
+
*/
|
|
2086
|
+
200: EmptyEnvelopeReadable;
|
|
2087
|
+
};
|
|
2088
|
+
|
|
2089
|
+
export type UpdateAssetTransferResponse = UpdateAssetTransferResponses[keyof UpdateAssetTransferResponses];
|
|
2090
|
+
|
|
2091
|
+
export type GetAssetTransfersAsyncData = {
|
|
2092
|
+
body?: never;
|
|
2093
|
+
path?: never;
|
|
2094
|
+
query: {
|
|
2095
|
+
tenantId: string;
|
|
2096
|
+
};
|
|
2097
|
+
url: '/api/v2/AssetsService/AssetTransfers';
|
|
2098
|
+
};
|
|
2099
|
+
|
|
2100
|
+
export type GetAssetTransfersAsyncErrors = {
|
|
2101
|
+
/**
|
|
2102
|
+
* Unauthorized
|
|
2103
|
+
*/
|
|
2104
|
+
401: ErrorEnvelopeReadable;
|
|
2105
|
+
/**
|
|
2106
|
+
* Forbidden
|
|
2107
|
+
*/
|
|
2108
|
+
403: ErrorEnvelopeReadable;
|
|
2109
|
+
};
|
|
2110
|
+
|
|
2111
|
+
export type GetAssetTransfersAsyncError = GetAssetTransfersAsyncErrors[keyof GetAssetTransfersAsyncErrors];
|
|
2112
|
+
|
|
2113
|
+
export type GetAssetTransfersAsyncResponses = {
|
|
2114
|
+
/**
|
|
2115
|
+
* OK
|
|
2116
|
+
*/
|
|
2117
|
+
200: AssetTransferDtoListEnvelopeReadable;
|
|
2118
|
+
};
|
|
2119
|
+
|
|
2120
|
+
export type GetAssetTransfersAsyncResponse = GetAssetTransfersAsyncResponses[keyof GetAssetTransfersAsyncResponses];
|
|
2121
|
+
|
|
2122
|
+
export type CreateAssetTransferAsyncData = {
|
|
2123
|
+
body?: AssetTransferCreateDto;
|
|
2124
|
+
path?: never;
|
|
2125
|
+
query: {
|
|
2126
|
+
tenantId: string;
|
|
2127
|
+
};
|
|
2128
|
+
url: '/api/v2/AssetsService/AssetTransfers';
|
|
2129
|
+
};
|
|
2130
|
+
|
|
2131
|
+
export type CreateAssetTransferAsyncErrors = {
|
|
2132
|
+
/**
|
|
2133
|
+
* Unauthorized
|
|
2134
|
+
*/
|
|
2135
|
+
401: ErrorEnvelopeReadable;
|
|
2136
|
+
/**
|
|
2137
|
+
* Forbidden
|
|
2138
|
+
*/
|
|
2139
|
+
403: ErrorEnvelopeReadable;
|
|
2140
|
+
};
|
|
2141
|
+
|
|
2142
|
+
export type CreateAssetTransferAsyncError = CreateAssetTransferAsyncErrors[keyof CreateAssetTransferAsyncErrors];
|
|
2143
|
+
|
|
2144
|
+
export type CreateAssetTransferAsyncResponses = {
|
|
2145
|
+
/**
|
|
2146
|
+
* Created
|
|
2147
|
+
*/
|
|
2148
|
+
201: EmptyEnvelopeReadable;
|
|
2149
|
+
};
|
|
2150
|
+
|
|
2151
|
+
export type CreateAssetTransferAsyncResponse = CreateAssetTransferAsyncResponses[keyof CreateAssetTransferAsyncResponses];
|
|
2152
|
+
|
|
2153
|
+
export type GetAssetTransfersCountAsyncData = {
|
|
2154
|
+
body?: never;
|
|
2155
|
+
path?: never;
|
|
2156
|
+
query: {
|
|
2157
|
+
tenantId: string;
|
|
2158
|
+
};
|
|
2159
|
+
url: '/api/v2/AssetsService/AssetTransfers/Count';
|
|
2160
|
+
};
|
|
2161
|
+
|
|
2162
|
+
export type GetAssetTransfersCountAsyncErrors = {
|
|
2163
|
+
/**
|
|
2164
|
+
* Unauthorized
|
|
2165
|
+
*/
|
|
2166
|
+
401: ErrorEnvelopeReadable;
|
|
2167
|
+
/**
|
|
2168
|
+
* Forbidden
|
|
2169
|
+
*/
|
|
2170
|
+
403: ErrorEnvelopeReadable;
|
|
2171
|
+
};
|
|
2172
|
+
|
|
2173
|
+
export type GetAssetTransfersCountAsyncError = GetAssetTransfersCountAsyncErrors[keyof GetAssetTransfersCountAsyncErrors];
|
|
2174
|
+
|
|
2175
|
+
export type GetAssetTransfersCountAsyncResponses = {
|
|
2176
|
+
/**
|
|
2177
|
+
* OK
|
|
2178
|
+
*/
|
|
2179
|
+
200: Int32EnvelopeReadable;
|
|
2180
|
+
};
|
|
2181
|
+
|
|
2182
|
+
export type GetAssetTransfersCountAsyncResponse = GetAssetTransfersCountAsyncResponses[keyof GetAssetTransfersCountAsyncResponses];
|
|
2183
|
+
|
|
2184
|
+
export type DeleteAssetTransferAsyncData = {
|
|
2185
|
+
body?: never;
|
|
2186
|
+
path: {
|
|
2187
|
+
transferId: string;
|
|
2188
|
+
};
|
|
2189
|
+
query: {
|
|
2190
|
+
tenantId: string;
|
|
2191
|
+
};
|
|
2192
|
+
url: '/api/v2/AssetsService/AssetTransfers/{transferId}';
|
|
2193
|
+
};
|
|
2194
|
+
|
|
2195
|
+
export type DeleteAssetTransferAsyncErrors = {
|
|
2196
|
+
/**
|
|
2197
|
+
* Unauthorized
|
|
2198
|
+
*/
|
|
2199
|
+
401: ErrorEnvelopeReadable;
|
|
2200
|
+
/**
|
|
2201
|
+
* Forbidden
|
|
2202
|
+
*/
|
|
2203
|
+
403: ErrorEnvelopeReadable;
|
|
2204
|
+
};
|
|
2205
|
+
|
|
2206
|
+
export type DeleteAssetTransferAsyncError = DeleteAssetTransferAsyncErrors[keyof DeleteAssetTransferAsyncErrors];
|
|
2207
|
+
|
|
2208
|
+
export type DeleteAssetTransferAsyncResponses = {
|
|
2209
|
+
/**
|
|
2210
|
+
* OK
|
|
2211
|
+
*/
|
|
2212
|
+
200: EmptyEnvelopeReadable;
|
|
2213
|
+
};
|
|
2214
|
+
|
|
2215
|
+
export type DeleteAssetTransferAsyncResponse = DeleteAssetTransferAsyncResponses[keyof DeleteAssetTransferAsyncResponses];
|
|
2216
|
+
|
|
2217
|
+
export type GetAssetTransferAsyncData = {
|
|
2218
|
+
body?: never;
|
|
2219
|
+
path: {
|
|
2220
|
+
transferId: string;
|
|
2221
|
+
};
|
|
2222
|
+
query: {
|
|
2223
|
+
tenantId: string;
|
|
2224
|
+
};
|
|
2225
|
+
url: '/api/v2/AssetsService/AssetTransfers/{transferId}';
|
|
2226
|
+
};
|
|
2227
|
+
|
|
2228
|
+
export type GetAssetTransferAsyncErrors = {
|
|
2229
|
+
/**
|
|
2230
|
+
* Unauthorized
|
|
2231
|
+
*/
|
|
2232
|
+
401: ErrorEnvelopeReadable;
|
|
2233
|
+
/**
|
|
2234
|
+
* Forbidden
|
|
2235
|
+
*/
|
|
2236
|
+
403: ErrorEnvelopeReadable;
|
|
2237
|
+
};
|
|
2238
|
+
|
|
2239
|
+
export type GetAssetTransferAsyncError = GetAssetTransferAsyncErrors[keyof GetAssetTransferAsyncErrors];
|
|
2240
|
+
|
|
2241
|
+
export type GetAssetTransferAsyncResponses = {
|
|
2242
|
+
/**
|
|
2243
|
+
* OK
|
|
2244
|
+
*/
|
|
2245
|
+
200: AssetTransferDtoEnvelopeReadable;
|
|
2246
|
+
};
|
|
2247
|
+
|
|
2248
|
+
export type GetAssetTransferAsyncResponse = GetAssetTransferAsyncResponses[keyof GetAssetTransferAsyncResponses];
|
|
2249
|
+
|
|
2250
|
+
export type UpdateAssetTransferAsyncData = {
|
|
2251
|
+
body?: AssetTransferUpdateDto;
|
|
2252
|
+
path: {
|
|
2253
|
+
transferId: string;
|
|
2254
|
+
};
|
|
2255
|
+
query: {
|
|
2256
|
+
tenantId: string;
|
|
2257
|
+
};
|
|
2258
|
+
url: '/api/v2/AssetsService/AssetTransfers/{transferId}';
|
|
2259
|
+
};
|
|
2260
|
+
|
|
2261
|
+
export type UpdateAssetTransferAsyncErrors = {
|
|
2262
|
+
/**
|
|
2263
|
+
* Unauthorized
|
|
2264
|
+
*/
|
|
2265
|
+
401: ErrorEnvelopeReadable;
|
|
2266
|
+
/**
|
|
2267
|
+
* Forbidden
|
|
2268
|
+
*/
|
|
2269
|
+
403: ErrorEnvelopeReadable;
|
|
2270
|
+
};
|
|
2271
|
+
|
|
2272
|
+
export type UpdateAssetTransferAsyncError = UpdateAssetTransferAsyncErrors[keyof UpdateAssetTransferAsyncErrors];
|
|
2273
|
+
|
|
2274
|
+
export type UpdateAssetTransferAsyncResponses = {
|
|
2275
|
+
/**
|
|
2276
|
+
* OK
|
|
2277
|
+
*/
|
|
2278
|
+
200: EmptyEnvelopeReadable;
|
|
2279
|
+
};
|
|
2280
|
+
|
|
2281
|
+
export type UpdateAssetTransferAsyncResponse = UpdateAssetTransferAsyncResponses[keyof UpdateAssetTransferAsyncResponses];
|
|
2282
|
+
|
|
2283
|
+
export type GetAssetTypesData = {
|
|
2284
|
+
body?: never;
|
|
2285
|
+
path?: never;
|
|
2286
|
+
query: {
|
|
2287
|
+
tenantId: string;
|
|
2288
|
+
};
|
|
2289
|
+
url: '/api/v2/AssetsService/AssetTypes';
|
|
2290
|
+
};
|
|
2291
|
+
|
|
2292
|
+
export type GetAssetTypesErrors = {
|
|
2293
|
+
/**
|
|
2294
|
+
* Unauthorized
|
|
2295
|
+
*/
|
|
2296
|
+
401: ErrorEnvelopeReadable;
|
|
2297
|
+
/**
|
|
2298
|
+
* Forbidden
|
|
2299
|
+
*/
|
|
2300
|
+
403: ErrorEnvelopeReadable;
|
|
2301
|
+
};
|
|
2302
|
+
|
|
2303
|
+
export type GetAssetTypesError = GetAssetTypesErrors[keyof GetAssetTypesErrors];
|
|
2304
|
+
|
|
2305
|
+
export type GetAssetTypesResponses = {
|
|
2306
|
+
/**
|
|
2307
|
+
* OK
|
|
2308
|
+
*/
|
|
2309
|
+
200: AssetTypeDtoListEnvelopeReadable;
|
|
2310
|
+
};
|
|
2311
|
+
|
|
2312
|
+
export type GetAssetTypesResponse = GetAssetTypesResponses[keyof GetAssetTypesResponses];
|
|
2313
|
+
|
|
2314
|
+
export type CreateAssetTypeData = {
|
|
2315
|
+
body?: AssetTypeCreateDto;
|
|
2316
|
+
path?: never;
|
|
2317
|
+
query: {
|
|
2318
|
+
tenantId: string;
|
|
2319
|
+
};
|
|
2320
|
+
url: '/api/v2/AssetsService/AssetTypes';
|
|
2321
|
+
};
|
|
2322
|
+
|
|
2323
|
+
export type CreateAssetTypeErrors = {
|
|
2324
|
+
/**
|
|
2325
|
+
* Bad Request
|
|
2326
|
+
*/
|
|
2327
|
+
400: ErrorEnvelopeReadable;
|
|
2328
|
+
/**
|
|
2329
|
+
* Unauthorized
|
|
2330
|
+
*/
|
|
2331
|
+
401: ErrorEnvelopeReadable;
|
|
2332
|
+
/**
|
|
2333
|
+
* Forbidden
|
|
2334
|
+
*/
|
|
2335
|
+
403: ErrorEnvelopeReadable;
|
|
2336
|
+
};
|
|
2337
|
+
|
|
2338
|
+
export type CreateAssetTypeError = CreateAssetTypeErrors[keyof CreateAssetTypeErrors];
|
|
2339
|
+
|
|
2340
|
+
export type CreateAssetTypeResponses = {
|
|
2341
|
+
/**
|
|
2342
|
+
* Created
|
|
2343
|
+
*/
|
|
2344
|
+
201: AssetTypeDtoEnvelopeReadable;
|
|
2345
|
+
};
|
|
2346
|
+
|
|
2347
|
+
export type CreateAssetTypeResponse = CreateAssetTypeResponses[keyof CreateAssetTypeResponses];
|
|
2348
|
+
|
|
2349
|
+
export type DeleteAssetTypeData = {
|
|
2350
|
+
body?: never;
|
|
2351
|
+
path: {
|
|
2352
|
+
typeId: string;
|
|
2353
|
+
};
|
|
2354
|
+
query: {
|
|
2355
|
+
tenantId: string;
|
|
2356
|
+
};
|
|
2357
|
+
url: '/api/v2/AssetsService/AssetTypes/{typeId}';
|
|
2358
|
+
};
|
|
2359
|
+
|
|
2360
|
+
export type DeleteAssetTypeErrors = {
|
|
2361
|
+
/**
|
|
2362
|
+
* Unauthorized
|
|
2363
|
+
*/
|
|
2364
|
+
401: ErrorEnvelopeReadable;
|
|
2365
|
+
/**
|
|
2366
|
+
* Forbidden
|
|
2367
|
+
*/
|
|
2368
|
+
403: ErrorEnvelopeReadable;
|
|
2369
|
+
/**
|
|
2370
|
+
* Not Found
|
|
2371
|
+
*/
|
|
2372
|
+
404: ErrorEnvelopeReadable;
|
|
2373
|
+
};
|
|
2374
|
+
|
|
2375
|
+
export type DeleteAssetTypeError = DeleteAssetTypeErrors[keyof DeleteAssetTypeErrors];
|
|
2376
|
+
|
|
2377
|
+
export type DeleteAssetTypeResponses = {
|
|
2378
|
+
/**
|
|
2379
|
+
* No Content
|
|
2380
|
+
*/
|
|
2381
|
+
204: void;
|
|
2382
|
+
};
|
|
2383
|
+
|
|
2384
|
+
export type DeleteAssetTypeResponse = DeleteAssetTypeResponses[keyof DeleteAssetTypeResponses];
|
|
2385
|
+
|
|
2386
|
+
export type GetAssetTypeData = {
|
|
2387
|
+
body?: never;
|
|
2388
|
+
path: {
|
|
2389
|
+
typeId: string;
|
|
2390
|
+
};
|
|
2391
|
+
query: {
|
|
2392
|
+
tenantId: string;
|
|
2393
|
+
};
|
|
2394
|
+
url: '/api/v2/AssetsService/AssetTypes/{typeId}';
|
|
2395
|
+
};
|
|
2396
|
+
|
|
2397
|
+
export type GetAssetTypeErrors = {
|
|
2398
|
+
/**
|
|
2399
|
+
* Unauthorized
|
|
2400
|
+
*/
|
|
2401
|
+
401: ErrorEnvelopeReadable;
|
|
2402
|
+
/**
|
|
2403
|
+
* Forbidden
|
|
2404
|
+
*/
|
|
2405
|
+
403: ErrorEnvelopeReadable;
|
|
2406
|
+
/**
|
|
2407
|
+
* Not Found
|
|
2408
|
+
*/
|
|
2409
|
+
404: ErrorEnvelopeReadable;
|
|
2410
|
+
};
|
|
2411
|
+
|
|
2412
|
+
export type GetAssetTypeError = GetAssetTypeErrors[keyof GetAssetTypeErrors];
|
|
2413
|
+
|
|
2414
|
+
export type GetAssetTypeResponses = {
|
|
2415
|
+
/**
|
|
2416
|
+
* OK
|
|
2417
|
+
*/
|
|
2418
|
+
200: AssetTypeDtoEnvelopeReadable;
|
|
2419
|
+
};
|
|
2420
|
+
|
|
2421
|
+
export type GetAssetTypeResponse = GetAssetTypeResponses[keyof GetAssetTypeResponses];
|
|
2422
|
+
|
|
2423
|
+
export type UpdateAssetTypeData = {
|
|
2424
|
+
body?: AssetTypeUpdateDto;
|
|
2425
|
+
path: {
|
|
2426
|
+
typeId: string;
|
|
2427
|
+
};
|
|
2428
|
+
query: {
|
|
2429
|
+
tenantId: string;
|
|
2430
|
+
};
|
|
2431
|
+
url: '/api/v2/AssetsService/AssetTypes/{typeId}';
|
|
2432
|
+
};
|
|
2433
|
+
|
|
2434
|
+
export type UpdateAssetTypeErrors = {
|
|
2435
|
+
/**
|
|
2436
|
+
* Bad Request
|
|
2437
|
+
*/
|
|
2438
|
+
400: ErrorEnvelopeReadable;
|
|
2439
|
+
/**
|
|
2440
|
+
* Unauthorized
|
|
2441
|
+
*/
|
|
2442
|
+
401: ErrorEnvelopeReadable;
|
|
2443
|
+
/**
|
|
2444
|
+
* Forbidden
|
|
2445
|
+
*/
|
|
2446
|
+
403: ErrorEnvelopeReadable;
|
|
2447
|
+
/**
|
|
2448
|
+
* Not Found
|
|
2449
|
+
*/
|
|
2450
|
+
404: ErrorEnvelopeReadable;
|
|
2451
|
+
};
|
|
2452
|
+
|
|
2453
|
+
export type UpdateAssetTypeError = UpdateAssetTypeErrors[keyof UpdateAssetTypeErrors];
|
|
2454
|
+
|
|
2455
|
+
export type UpdateAssetTypeResponses = {
|
|
2456
|
+
/**
|
|
2457
|
+
* OK
|
|
2458
|
+
*/
|
|
2459
|
+
200: EmptyEnvelopeReadable;
|
|
2460
|
+
};
|
|
2461
|
+
|
|
2462
|
+
export type UpdateAssetTypeResponse = UpdateAssetTypeResponses[keyof UpdateAssetTypeResponses];
|
|
2463
|
+
|
|
2464
|
+
export type GetAssetTypesCountData = {
|
|
2465
|
+
body?: never;
|
|
2466
|
+
path?: never;
|
|
2467
|
+
query: {
|
|
2468
|
+
tenantId: string;
|
|
2469
|
+
};
|
|
2470
|
+
url: '/api/v2/AssetsService/AssetTypes/count';
|
|
2471
|
+
};
|
|
2472
|
+
|
|
2473
|
+
export type GetAssetTypesCountErrors = {
|
|
2474
|
+
/**
|
|
2475
|
+
* Unauthorized
|
|
2476
|
+
*/
|
|
2477
|
+
401: ErrorEnvelopeReadable;
|
|
2478
|
+
/**
|
|
2479
|
+
* Forbidden
|
|
2480
|
+
*/
|
|
2481
|
+
403: ErrorEnvelopeReadable;
|
|
2482
|
+
};
|
|
2483
|
+
|
|
2484
|
+
export type GetAssetTypesCountError = GetAssetTypesCountErrors[keyof GetAssetTypesCountErrors];
|
|
2485
|
+
|
|
2486
|
+
export type GetAssetTypesCountResponses = {
|
|
2487
|
+
/**
|
|
2488
|
+
* OK
|
|
2489
|
+
*/
|
|
2490
|
+
200: Int32EnvelopeReadable;
|
|
2491
|
+
};
|
|
2492
|
+
|
|
2493
|
+
export type GetAssetTypesCountResponse = GetAssetTypesCountResponses[keyof GetAssetTypesCountResponses];
|
|
2494
|
+
|
|
2495
|
+
export type GetVersionData = {
|
|
2496
|
+
body?: never;
|
|
2497
|
+
path?: never;
|
|
2498
|
+
query?: never;
|
|
2499
|
+
url: '/version';
|
|
2500
|
+
};
|
|
2501
|
+
|
|
2502
|
+
export type GetVersionResponses = {
|
|
2503
|
+
/**
|
|
2504
|
+
* OK
|
|
2505
|
+
*/
|
|
2506
|
+
200: unknown;
|
|
2507
|
+
};
|
|
2508
|
+
|
|
2509
|
+
export type GetHealthData = {
|
|
2510
|
+
body?: never;
|
|
2511
|
+
path?: never;
|
|
2512
|
+
query?: never;
|
|
2513
|
+
url: '/health';
|
|
2514
|
+
};
|
|
2515
|
+
|
|
2516
|
+
export type GetHealthResponses = {
|
|
2517
|
+
/**
|
|
2518
|
+
* OK
|
|
2519
|
+
*/
|
|
2520
|
+
200: unknown;
|
|
2521
|
+
};
|
|
2522
|
+
|
|
2523
|
+
export type GetHelloData = {
|
|
2524
|
+
body?: never;
|
|
2525
|
+
path?: never;
|
|
2526
|
+
query?: never;
|
|
2527
|
+
url: '/hello';
|
|
2528
|
+
};
|
|
2529
|
+
|
|
2530
|
+
export type GetHelloResponses = {
|
|
2531
|
+
/**
|
|
2532
|
+
* OK
|
|
2533
|
+
*/
|
|
2534
|
+
200: unknown;
|
|
2535
|
+
};
|
|
2536
|
+
|
|
2537
|
+
export type PostRegisterData = {
|
|
2538
|
+
body: RegisterRequest;
|
|
2539
|
+
path?: never;
|
|
2540
|
+
query?: never;
|
|
2541
|
+
url: '/register';
|
|
2542
|
+
};
|
|
2543
|
+
|
|
2544
|
+
export type PostRegisterErrors = {
|
|
2545
|
+
/**
|
|
2546
|
+
* Bad Request
|
|
2547
|
+
*/
|
|
2548
|
+
400: HttpValidationProblemDetails;
|
|
2549
|
+
};
|
|
2550
|
+
|
|
2551
|
+
export type PostRegisterError = PostRegisterErrors[keyof PostRegisterErrors];
|
|
2552
|
+
|
|
2553
|
+
export type PostRegisterResponses = {
|
|
2554
|
+
/**
|
|
2555
|
+
* OK
|
|
2556
|
+
*/
|
|
2557
|
+
200: unknown;
|
|
2558
|
+
};
|
|
2559
|
+
|
|
2560
|
+
export type PostLoginData = {
|
|
2561
|
+
body: LoginRequest;
|
|
2562
|
+
path?: never;
|
|
2563
|
+
query?: {
|
|
2564
|
+
useCookies?: boolean;
|
|
2565
|
+
useSessionCookies?: boolean;
|
|
2566
|
+
};
|
|
2567
|
+
url: '/login';
|
|
2568
|
+
};
|
|
2569
|
+
|
|
2570
|
+
export type PostLoginResponses = {
|
|
2571
|
+
/**
|
|
2572
|
+
* OK
|
|
2573
|
+
*/
|
|
2574
|
+
200: AccessTokenResponseReadable;
|
|
2575
|
+
};
|
|
2576
|
+
|
|
2577
|
+
export type PostLoginResponse = PostLoginResponses[keyof PostLoginResponses];
|
|
2578
|
+
|
|
2579
|
+
export type PostRefreshData = {
|
|
2580
|
+
body: RefreshRequest;
|
|
2581
|
+
path?: never;
|
|
2582
|
+
query?: never;
|
|
2583
|
+
url: '/refresh';
|
|
2584
|
+
};
|
|
2585
|
+
|
|
2586
|
+
export type PostRefreshResponses = {
|
|
2587
|
+
/**
|
|
2588
|
+
* OK
|
|
2589
|
+
*/
|
|
2590
|
+
200: AccessTokenResponseReadable;
|
|
2591
|
+
};
|
|
2592
|
+
|
|
2593
|
+
export type PostRefreshResponse = PostRefreshResponses[keyof PostRefreshResponses];
|
|
2594
|
+
|
|
2595
|
+
export type MapIdentityApiConfirmEmailData = {
|
|
2596
|
+
body?: never;
|
|
2597
|
+
path?: never;
|
|
2598
|
+
query: {
|
|
2599
|
+
userId: string;
|
|
2600
|
+
code: string;
|
|
2601
|
+
changedEmail?: string;
|
|
2602
|
+
};
|
|
2603
|
+
url: '/confirmEmail';
|
|
2604
|
+
};
|
|
2605
|
+
|
|
2606
|
+
export type MapIdentityApiConfirmEmailResponses = {
|
|
2607
|
+
/**
|
|
2608
|
+
* OK
|
|
2609
|
+
*/
|
|
2610
|
+
200: unknown;
|
|
2611
|
+
};
|
|
2612
|
+
|
|
2613
|
+
export type PostResendConfirmationEmailData = {
|
|
2614
|
+
body: ResendConfirmationEmailRequest;
|
|
2615
|
+
path?: never;
|
|
2616
|
+
query?: never;
|
|
2617
|
+
url: '/resendConfirmationEmail';
|
|
2618
|
+
};
|
|
2619
|
+
|
|
2620
|
+
export type PostResendConfirmationEmailResponses = {
|
|
2621
|
+
/**
|
|
2622
|
+
* OK
|
|
2623
|
+
*/
|
|
2624
|
+
200: unknown;
|
|
2625
|
+
};
|
|
2626
|
+
|
|
2627
|
+
export type PostForgotPasswordData = {
|
|
2628
|
+
body: ForgotPasswordRequest;
|
|
2629
|
+
path?: never;
|
|
2630
|
+
query?: never;
|
|
2631
|
+
url: '/forgotPassword';
|
|
2632
|
+
};
|
|
2633
|
+
|
|
2634
|
+
export type PostForgotPasswordErrors = {
|
|
2635
|
+
/**
|
|
2636
|
+
* Bad Request
|
|
2637
|
+
*/
|
|
2638
|
+
400: HttpValidationProblemDetails;
|
|
2639
|
+
};
|
|
2640
|
+
|
|
2641
|
+
export type PostForgotPasswordError = PostForgotPasswordErrors[keyof PostForgotPasswordErrors];
|
|
2642
|
+
|
|
2643
|
+
export type PostForgotPasswordResponses = {
|
|
2644
|
+
/**
|
|
2645
|
+
* OK
|
|
2646
|
+
*/
|
|
2647
|
+
200: unknown;
|
|
2648
|
+
};
|
|
2649
|
+
|
|
2650
|
+
export type PostResetPasswordData = {
|
|
2651
|
+
body: ResetPasswordRequest;
|
|
2652
|
+
path?: never;
|
|
2653
|
+
query?: never;
|
|
2654
|
+
url: '/resetPassword';
|
|
2655
|
+
};
|
|
2656
|
+
|
|
2657
|
+
export type PostResetPasswordErrors = {
|
|
2658
|
+
/**
|
|
2659
|
+
* Bad Request
|
|
2660
|
+
*/
|
|
2661
|
+
400: HttpValidationProblemDetails;
|
|
2662
|
+
};
|
|
2663
|
+
|
|
2664
|
+
export type PostResetPasswordError = PostResetPasswordErrors[keyof PostResetPasswordErrors];
|
|
2665
|
+
|
|
2666
|
+
export type PostResetPasswordResponses = {
|
|
2667
|
+
/**
|
|
2668
|
+
* OK
|
|
2669
|
+
*/
|
|
2670
|
+
200: unknown;
|
|
2671
|
+
};
|
|
2672
|
+
|
|
2673
|
+
export type PostManage2FaData = {
|
|
2674
|
+
body: TwoFactorRequest;
|
|
2675
|
+
path?: never;
|
|
2676
|
+
query?: never;
|
|
2677
|
+
url: '/manage/2fa';
|
|
2678
|
+
};
|
|
2679
|
+
|
|
2680
|
+
export type PostManage2FaErrors = {
|
|
2681
|
+
/**
|
|
2682
|
+
* Bad Request
|
|
2683
|
+
*/
|
|
2684
|
+
400: HttpValidationProblemDetails;
|
|
2685
|
+
/**
|
|
2686
|
+
* Not Found
|
|
2687
|
+
*/
|
|
2688
|
+
404: unknown;
|
|
2689
|
+
};
|
|
2690
|
+
|
|
2691
|
+
export type PostManage2FaError = PostManage2FaErrors[keyof PostManage2FaErrors];
|
|
2692
|
+
|
|
2693
|
+
export type PostManage2FaResponses = {
|
|
2694
|
+
/**
|
|
2695
|
+
* OK
|
|
2696
|
+
*/
|
|
2697
|
+
200: TwoFactorResponse;
|
|
2698
|
+
};
|
|
2699
|
+
|
|
2700
|
+
export type PostManage2FaResponse = PostManage2FaResponses[keyof PostManage2FaResponses];
|
|
2701
|
+
|
|
2702
|
+
export type GetManageInfoData = {
|
|
2703
|
+
body?: never;
|
|
2704
|
+
path?: never;
|
|
2705
|
+
query?: never;
|
|
2706
|
+
url: '/manage/info';
|
|
2707
|
+
};
|
|
2708
|
+
|
|
2709
|
+
export type GetManageInfoErrors = {
|
|
2710
|
+
/**
|
|
2711
|
+
* Bad Request
|
|
2712
|
+
*/
|
|
2713
|
+
400: HttpValidationProblemDetails;
|
|
2714
|
+
/**
|
|
2715
|
+
* Not Found
|
|
2716
|
+
*/
|
|
2717
|
+
404: unknown;
|
|
2718
|
+
};
|
|
2719
|
+
|
|
2720
|
+
export type GetManageInfoError = GetManageInfoErrors[keyof GetManageInfoErrors];
|
|
2721
|
+
|
|
2722
|
+
export type GetManageInfoResponses = {
|
|
2723
|
+
/**
|
|
2724
|
+
* OK
|
|
2725
|
+
*/
|
|
2726
|
+
200: InfoResponse;
|
|
2727
|
+
};
|
|
2728
|
+
|
|
2729
|
+
export type GetManageInfoResponse = GetManageInfoResponses[keyof GetManageInfoResponses];
|
|
2730
|
+
|
|
2731
|
+
export type PostManageInfoData = {
|
|
2732
|
+
body: InfoRequest;
|
|
2733
|
+
path?: never;
|
|
2734
|
+
query?: never;
|
|
2735
|
+
url: '/manage/info';
|
|
2736
|
+
};
|
|
2737
|
+
|
|
2738
|
+
export type PostManageInfoErrors = {
|
|
2739
|
+
/**
|
|
2740
|
+
* Bad Request
|
|
2741
|
+
*/
|
|
2742
|
+
400: HttpValidationProblemDetails;
|
|
2743
|
+
/**
|
|
2744
|
+
* Not Found
|
|
2745
|
+
*/
|
|
2746
|
+
404: unknown;
|
|
2747
|
+
};
|
|
2748
|
+
|
|
2749
|
+
export type PostManageInfoError = PostManageInfoErrors[keyof PostManageInfoErrors];
|
|
2750
|
+
|
|
2751
|
+
export type PostManageInfoResponses = {
|
|
2752
|
+
/**
|
|
2753
|
+
* OK
|
|
2754
|
+
*/
|
|
2755
|
+
200: InfoResponse;
|
|
2756
|
+
};
|
|
2757
|
+
|
|
2758
|
+
export type PostManageInfoResponse = PostManageInfoResponses[keyof PostManageInfoResponses];
|
|
2759
|
+
|
|
2760
|
+
export type ClientOptions = {
|
|
2761
|
+
baseUrl: 'https://localhost:44388' | (string & {});
|
|
2762
|
+
};
|