@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,3385 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by openapi-typescript.
|
|
3
|
+
* Do not make direct changes to the file.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
export interface paths {
|
|
8
|
+
"/api/v2/AssetsService/AssetCategories": {
|
|
9
|
+
/**
|
|
10
|
+
* Gets all asset categories for the current tenant
|
|
11
|
+
* @description Retrieves all asset categories for the authenticated tenant.
|
|
12
|
+
*/
|
|
13
|
+
get: operations["GetAssetCategories"];
|
|
14
|
+
/**
|
|
15
|
+
* Creates a new asset category
|
|
16
|
+
* @description Creates a new asset category for the authenticated tenant.
|
|
17
|
+
*/
|
|
18
|
+
post: operations["CreateAssetCategory"];
|
|
19
|
+
};
|
|
20
|
+
"/api/v2/AssetsService/AssetCategories/{categoryId}": {
|
|
21
|
+
/**
|
|
22
|
+
* Gets a specific asset category
|
|
23
|
+
* @description Retrieves a specific asset category by ID.
|
|
24
|
+
*/
|
|
25
|
+
get: operations["GetAssetCategory"];
|
|
26
|
+
/**
|
|
27
|
+
* Updates an existing asset category
|
|
28
|
+
* @description Updates an existing asset category for the authenticated tenant.
|
|
29
|
+
*/
|
|
30
|
+
put: operations["UpdateAssetCategory"];
|
|
31
|
+
/**
|
|
32
|
+
* Deletes an asset category
|
|
33
|
+
* @description Deletes an asset category for the authenticated tenant.
|
|
34
|
+
*/
|
|
35
|
+
delete: operations["DeleteAssetCategory"];
|
|
36
|
+
};
|
|
37
|
+
"/api/v2/AssetsService/AssetCategories/count": {
|
|
38
|
+
/**
|
|
39
|
+
* Gets the count of asset categories
|
|
40
|
+
* @description Returns the total number of asset categories for the authenticated tenant.
|
|
41
|
+
*/
|
|
42
|
+
get: operations["GetAssetCategoriesCount"];
|
|
43
|
+
};
|
|
44
|
+
"/api/v2/AssetsService/Assets": {
|
|
45
|
+
/**
|
|
46
|
+
* Gets all assets for the current tenant
|
|
47
|
+
* @description Retrieves all assets for the authenticated tenant with optional filtering.
|
|
48
|
+
*/
|
|
49
|
+
get: operations["GetAssets"];
|
|
50
|
+
/**
|
|
51
|
+
* Creates a new asset
|
|
52
|
+
* @description Creates a new asset for the authenticated tenant.
|
|
53
|
+
*/
|
|
54
|
+
post: operations["CreateAsset"];
|
|
55
|
+
};
|
|
56
|
+
"/api/v2/AssetsService/Assets/count": {
|
|
57
|
+
/**
|
|
58
|
+
* Gets the count of assets
|
|
59
|
+
* @description Returns the total number of assets for the authenticated tenant.
|
|
60
|
+
*/
|
|
61
|
+
get: operations["GetAssetsCount"];
|
|
62
|
+
};
|
|
63
|
+
"/api/v2/AssetsService/Assets/{assetId}": {
|
|
64
|
+
/**
|
|
65
|
+
* Gets a specific asset by ID
|
|
66
|
+
* @description Retrieves a specific asset for the authenticated tenant.
|
|
67
|
+
*/
|
|
68
|
+
get: operations["GetAsset"];
|
|
69
|
+
/**
|
|
70
|
+
* Updates an existing asset
|
|
71
|
+
* @description Updates an existing asset for the authenticated tenant.
|
|
72
|
+
*/
|
|
73
|
+
put: operations["UpdateAsset"];
|
|
74
|
+
/**
|
|
75
|
+
* Deletes an existing asset
|
|
76
|
+
* @description Deletes an existing asset for the authenticated tenant.
|
|
77
|
+
*/
|
|
78
|
+
delete: operations["DeleteAsset"];
|
|
79
|
+
};
|
|
80
|
+
"/api/v2/AssetsService/Assets/Categories": {
|
|
81
|
+
/**
|
|
82
|
+
* Gets all asset categories
|
|
83
|
+
* @description Retrieves all asset categories for the authenticated tenant.
|
|
84
|
+
*/
|
|
85
|
+
get: operations["GetAssetAssetCategories"];
|
|
86
|
+
/**
|
|
87
|
+
* Creates a new asset category
|
|
88
|
+
* @description Creates a new asset category for the authenticated tenant.
|
|
89
|
+
*/
|
|
90
|
+
post: operations["CreateAssetAssetCategory"];
|
|
91
|
+
};
|
|
92
|
+
"/api/v2/AssetsService/Assets/Categories/count": {
|
|
93
|
+
/**
|
|
94
|
+
* Gets the count of asset categories
|
|
95
|
+
* @description Returns the total number of asset categories for the authenticated tenant.
|
|
96
|
+
*/
|
|
97
|
+
get: operations["GetAssetAssetCategoriesCount"];
|
|
98
|
+
};
|
|
99
|
+
"/api/v2/AssetsService/Assets/Categories/{categoryId}": {
|
|
100
|
+
/**
|
|
101
|
+
* Gets a specific asset category
|
|
102
|
+
* @description Retrieves a specific asset category for the authenticated tenant.
|
|
103
|
+
*/
|
|
104
|
+
get: operations["GetAssetAssetCategory"];
|
|
105
|
+
/**
|
|
106
|
+
* Updates an existing asset category
|
|
107
|
+
* @description Updates an existing asset category for the authenticated tenant.
|
|
108
|
+
*/
|
|
109
|
+
put: operations["UpdateAssetAssetCategory"];
|
|
110
|
+
/**
|
|
111
|
+
* Deletes an existing asset category
|
|
112
|
+
* @description Deletes an existing asset category for the authenticated tenant.
|
|
113
|
+
*/
|
|
114
|
+
delete: operations["DeleteAssetAssetCategory"];
|
|
115
|
+
};
|
|
116
|
+
"/api/v2/AssetsService/Assets/{assetId}/Repairs": {
|
|
117
|
+
/**
|
|
118
|
+
* Gets repairs for a specific asset
|
|
119
|
+
* @description Retrieves all repair records for the specified asset.
|
|
120
|
+
*/
|
|
121
|
+
get: operations["GetAssetRepairs"];
|
|
122
|
+
/**
|
|
123
|
+
* Creates a new repair for an asset
|
|
124
|
+
* @description Creates a new repair record for the specified asset.
|
|
125
|
+
*/
|
|
126
|
+
post: operations["CreateAssetRepair"];
|
|
127
|
+
};
|
|
128
|
+
"/api/v2/AssetsService/Assets/{assetId}/Repairs/Count": {
|
|
129
|
+
/**
|
|
130
|
+
* Gets count of repairs for a specific asset
|
|
131
|
+
* @description Returns the total number of repair records for the specified asset.
|
|
132
|
+
*/
|
|
133
|
+
get: operations["GetAssetRepairsCount"];
|
|
134
|
+
};
|
|
135
|
+
"/api/v2/AssetsService/Assets/{assetId}/Repairs/{repairId}": {
|
|
136
|
+
/**
|
|
137
|
+
* Gets a specific repair for an asset
|
|
138
|
+
* @description Retrieves a specific repair record by ID for the specified asset.
|
|
139
|
+
*/
|
|
140
|
+
get: operations["GetAssetRepair"];
|
|
141
|
+
/**
|
|
142
|
+
* Updates a repair for an asset
|
|
143
|
+
* @description Updates an existing repair record for the specified asset.
|
|
144
|
+
*/
|
|
145
|
+
put: operations["UpdateAssetRepair"];
|
|
146
|
+
/**
|
|
147
|
+
* Deletes a repair for an asset
|
|
148
|
+
* @description Deletes a repair record for the specified asset.
|
|
149
|
+
*/
|
|
150
|
+
delete: operations["DeleteAssetRepair"];
|
|
151
|
+
};
|
|
152
|
+
"/api/v2/AssetsService/Assets/{assetId}/ValueAmends": {
|
|
153
|
+
/**
|
|
154
|
+
* Gets value amendments for a specific asset
|
|
155
|
+
* @description Retrieves all value amendment records for the specified asset.
|
|
156
|
+
*/
|
|
157
|
+
get: operations["GetAssetValueAmends"];
|
|
158
|
+
/**
|
|
159
|
+
* Creates a new value amendment for an asset
|
|
160
|
+
* @description Creates a new value amendment record for the specified asset.
|
|
161
|
+
*/
|
|
162
|
+
post: operations["CreateAssetValueAmend"];
|
|
163
|
+
};
|
|
164
|
+
"/api/v2/AssetsService/Assets/{assetId}/ValueAmends/Count": {
|
|
165
|
+
/**
|
|
166
|
+
* Gets count of value amendments for a specific asset
|
|
167
|
+
* @description Returns the total number of value amendment records for the specified asset.
|
|
168
|
+
*/
|
|
169
|
+
get: operations["GetAssetValueAmendsCount"];
|
|
170
|
+
};
|
|
171
|
+
"/api/v2/AssetsService/Assets/{assetId}/ValueAmends/{amendId}": {
|
|
172
|
+
/**
|
|
173
|
+
* Gets a specific value amendment for an asset
|
|
174
|
+
* @description Retrieves a specific value amendment record by ID for the specified asset.
|
|
175
|
+
*/
|
|
176
|
+
get: operations["GetAssetValueAmend"];
|
|
177
|
+
/**
|
|
178
|
+
* Updates a value amendment for an asset
|
|
179
|
+
* @description Updates an existing value amendment record for the specified asset.
|
|
180
|
+
*/
|
|
181
|
+
put: operations["UpdateAssetValueAmend"];
|
|
182
|
+
/**
|
|
183
|
+
* Deletes a value amendment for an asset
|
|
184
|
+
* @description Deletes a value amendment record for the specified asset.
|
|
185
|
+
*/
|
|
186
|
+
delete: operations["DeleteAssetValueAmend"];
|
|
187
|
+
};
|
|
188
|
+
"/api/v2/AssetsService/Assets/{assetId}/DepreciationRecords": {
|
|
189
|
+
/**
|
|
190
|
+
* Gets depreciation records for a specific asset
|
|
191
|
+
* @description Retrieves all depreciation records for the specified asset.
|
|
192
|
+
*/
|
|
193
|
+
get: operations["GetAssetDepreciationRecords"];
|
|
194
|
+
/**
|
|
195
|
+
* Creates a new depreciation record for an asset
|
|
196
|
+
* @description Creates a new depreciation record for the specified asset.
|
|
197
|
+
*/
|
|
198
|
+
post: operations["CreateAssetDepreciationRecord"];
|
|
199
|
+
};
|
|
200
|
+
"/api/v2/AssetsService/Assets/{assetId}/DepreciationRecords/Count": {
|
|
201
|
+
/**
|
|
202
|
+
* Gets count of depreciation records for a specific asset
|
|
203
|
+
* @description Returns the total number of depreciation records for the specified asset.
|
|
204
|
+
*/
|
|
205
|
+
get: operations["GetAssetDepreciationRecordsCount"];
|
|
206
|
+
};
|
|
207
|
+
"/api/v2/AssetsService/Assets/{assetId}/DepreciationRecords/{recordId}": {
|
|
208
|
+
/**
|
|
209
|
+
* Gets a specific depreciation record for an asset
|
|
210
|
+
* @description Retrieves a specific depreciation record by ID for the specified asset.
|
|
211
|
+
*/
|
|
212
|
+
get: operations["GetAssetDepreciationRecord"];
|
|
213
|
+
/**
|
|
214
|
+
* Updates a depreciation record for an asset
|
|
215
|
+
* @description Updates an existing depreciation record for the specified asset.
|
|
216
|
+
*/
|
|
217
|
+
put: operations["UpdateAssetDepreciationRecord"];
|
|
218
|
+
/**
|
|
219
|
+
* Deletes a depreciation record for an asset
|
|
220
|
+
* @description Deletes a depreciation record for the specified asset.
|
|
221
|
+
*/
|
|
222
|
+
delete: operations["DeleteAssetDepreciationRecord"];
|
|
223
|
+
};
|
|
224
|
+
"/api/v2/AssetsService/Assets/{assetId}/Transfers": {
|
|
225
|
+
/**
|
|
226
|
+
* Gets transfers for a specific asset
|
|
227
|
+
* @description Retrieves all transfer records for the specified asset.
|
|
228
|
+
*/
|
|
229
|
+
get: operations["GetAssetTransfers"];
|
|
230
|
+
/**
|
|
231
|
+
* Creates a new transfer for an asset
|
|
232
|
+
* @description Creates a new transfer record for the specified asset.
|
|
233
|
+
*/
|
|
234
|
+
post: operations["CreateAssetTransfer"];
|
|
235
|
+
};
|
|
236
|
+
"/api/v2/AssetsService/Assets/{assetId}/Transfers/Count": {
|
|
237
|
+
/**
|
|
238
|
+
* Gets count of transfers for a specific asset
|
|
239
|
+
* @description Returns the total number of transfer records for the specified asset.
|
|
240
|
+
*/
|
|
241
|
+
get: operations["GetAssetTransfersCount"];
|
|
242
|
+
};
|
|
243
|
+
"/api/v2/AssetsService/Assets/{assetId}/Transfers/{transferId}": {
|
|
244
|
+
/**
|
|
245
|
+
* Gets a specific transfer for an asset
|
|
246
|
+
* @description Retrieves a specific transfer record by ID for the specified asset.
|
|
247
|
+
*/
|
|
248
|
+
get: operations["GetAssetTransfer"];
|
|
249
|
+
/**
|
|
250
|
+
* Updates a transfer for an asset
|
|
251
|
+
* @description Updates an existing transfer record for the specified asset.
|
|
252
|
+
*/
|
|
253
|
+
put: operations["UpdateAssetTransfer"];
|
|
254
|
+
/**
|
|
255
|
+
* Deletes a transfer for an asset
|
|
256
|
+
* @description Deletes a transfer record for the specified asset.
|
|
257
|
+
*/
|
|
258
|
+
delete: operations["DeleteAssetTransfer"];
|
|
259
|
+
};
|
|
260
|
+
"/api/v2/AssetsService/AssetTransfers": {
|
|
261
|
+
/**
|
|
262
|
+
* Gets a list of asset transfers
|
|
263
|
+
* @description Retrieves all asset transfers for the authenticated tenant.
|
|
264
|
+
*/
|
|
265
|
+
get: operations["GetAssetTransfersAsync"];
|
|
266
|
+
/**
|
|
267
|
+
* Creates a new asset transfer
|
|
268
|
+
* @description Creates a new asset transfer for the authenticated tenant.
|
|
269
|
+
*/
|
|
270
|
+
post: operations["CreateAssetTransferAsync"];
|
|
271
|
+
};
|
|
272
|
+
"/api/v2/AssetsService/AssetTransfers/Count": {
|
|
273
|
+
/**
|
|
274
|
+
* Gets the count of asset transfers
|
|
275
|
+
* @description Returns the total number of asset transfers for the authenticated tenant.
|
|
276
|
+
*/
|
|
277
|
+
get: operations["GetAssetTransfersCountAsync"];
|
|
278
|
+
};
|
|
279
|
+
"/api/v2/AssetsService/AssetTransfers/{transferId}": {
|
|
280
|
+
/**
|
|
281
|
+
* Gets a single asset transfer by ID
|
|
282
|
+
* @description Retrieves a specific asset transfer by its ID for the authenticated tenant.
|
|
283
|
+
*/
|
|
284
|
+
get: operations["GetAssetTransferAsync"];
|
|
285
|
+
/**
|
|
286
|
+
* Updates an existing asset transfer
|
|
287
|
+
* @description Updates an existing asset transfer for the authenticated tenant.
|
|
288
|
+
*/
|
|
289
|
+
put: operations["UpdateAssetTransferAsync"];
|
|
290
|
+
/**
|
|
291
|
+
* Deletes an asset transfer
|
|
292
|
+
* @description Deletes an asset transfer for the authenticated tenant.
|
|
293
|
+
*/
|
|
294
|
+
delete: operations["DeleteAssetTransferAsync"];
|
|
295
|
+
};
|
|
296
|
+
"/api/v2/AssetsService/AssetTypes": {
|
|
297
|
+
/**
|
|
298
|
+
* Gets all asset types for the current tenant
|
|
299
|
+
* @description Retrieves all asset types for the authenticated tenant.
|
|
300
|
+
*/
|
|
301
|
+
get: operations["GetAssetTypes"];
|
|
302
|
+
/**
|
|
303
|
+
* Creates a new asset type
|
|
304
|
+
* @description Creates a new asset type for the authenticated tenant.
|
|
305
|
+
*/
|
|
306
|
+
post: operations["CreateAssetType"];
|
|
307
|
+
};
|
|
308
|
+
"/api/v2/AssetsService/AssetTypes/{typeId}": {
|
|
309
|
+
/**
|
|
310
|
+
* Gets a specific asset type
|
|
311
|
+
* @description Retrieves a specific asset type by ID.
|
|
312
|
+
*/
|
|
313
|
+
get: operations["GetAssetType"];
|
|
314
|
+
/**
|
|
315
|
+
* Updates an existing asset type
|
|
316
|
+
* @description Updates an existing asset type for the authenticated tenant.
|
|
317
|
+
*/
|
|
318
|
+
put: operations["UpdateAssetType"];
|
|
319
|
+
/**
|
|
320
|
+
* Deletes an asset type
|
|
321
|
+
* @description Deletes an asset type for the authenticated tenant.
|
|
322
|
+
*/
|
|
323
|
+
delete: operations["DeleteAssetType"];
|
|
324
|
+
};
|
|
325
|
+
"/api/v2/AssetsService/AssetTypes/count": {
|
|
326
|
+
/**
|
|
327
|
+
* Gets the count of asset types
|
|
328
|
+
* @description Returns the total number of asset types for the authenticated tenant.
|
|
329
|
+
*/
|
|
330
|
+
get: operations["GetAssetTypesCount"];
|
|
331
|
+
};
|
|
332
|
+
"/version": {
|
|
333
|
+
get: {
|
|
334
|
+
responses: {
|
|
335
|
+
/** @description OK */
|
|
336
|
+
200: {
|
|
337
|
+
content: never;
|
|
338
|
+
};
|
|
339
|
+
};
|
|
340
|
+
};
|
|
341
|
+
};
|
|
342
|
+
"/health": {
|
|
343
|
+
get: {
|
|
344
|
+
responses: {
|
|
345
|
+
/** @description OK */
|
|
346
|
+
200: {
|
|
347
|
+
content: never;
|
|
348
|
+
};
|
|
349
|
+
};
|
|
350
|
+
};
|
|
351
|
+
};
|
|
352
|
+
"/hello": {
|
|
353
|
+
get: {
|
|
354
|
+
responses: {
|
|
355
|
+
/** @description OK */
|
|
356
|
+
200: {
|
|
357
|
+
content: never;
|
|
358
|
+
};
|
|
359
|
+
};
|
|
360
|
+
};
|
|
361
|
+
};
|
|
362
|
+
"/register": {
|
|
363
|
+
post: {
|
|
364
|
+
requestBody: {
|
|
365
|
+
content: {
|
|
366
|
+
"application/json": components["schemas"]["RegisterRequest"];
|
|
367
|
+
};
|
|
368
|
+
};
|
|
369
|
+
responses: {
|
|
370
|
+
/** @description OK */
|
|
371
|
+
200: {
|
|
372
|
+
content: never;
|
|
373
|
+
};
|
|
374
|
+
/** @description Bad Request */
|
|
375
|
+
400: {
|
|
376
|
+
content: {
|
|
377
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
378
|
+
};
|
|
379
|
+
};
|
|
380
|
+
};
|
|
381
|
+
};
|
|
382
|
+
};
|
|
383
|
+
"/login": {
|
|
384
|
+
post: {
|
|
385
|
+
parameters: {
|
|
386
|
+
query?: {
|
|
387
|
+
useCookies?: boolean;
|
|
388
|
+
useSessionCookies?: boolean;
|
|
389
|
+
};
|
|
390
|
+
};
|
|
391
|
+
requestBody: {
|
|
392
|
+
content: {
|
|
393
|
+
"application/json": components["schemas"]["LoginRequest"];
|
|
394
|
+
};
|
|
395
|
+
};
|
|
396
|
+
responses: {
|
|
397
|
+
/** @description OK */
|
|
398
|
+
200: {
|
|
399
|
+
content: {
|
|
400
|
+
"application/json": components["schemas"]["AccessTokenResponse"];
|
|
401
|
+
};
|
|
402
|
+
};
|
|
403
|
+
};
|
|
404
|
+
};
|
|
405
|
+
};
|
|
406
|
+
"/refresh": {
|
|
407
|
+
post: {
|
|
408
|
+
requestBody: {
|
|
409
|
+
content: {
|
|
410
|
+
"application/json": components["schemas"]["RefreshRequest"];
|
|
411
|
+
};
|
|
412
|
+
};
|
|
413
|
+
responses: {
|
|
414
|
+
/** @description OK */
|
|
415
|
+
200: {
|
|
416
|
+
content: {
|
|
417
|
+
"application/json": components["schemas"]["AccessTokenResponse"];
|
|
418
|
+
};
|
|
419
|
+
};
|
|
420
|
+
};
|
|
421
|
+
};
|
|
422
|
+
};
|
|
423
|
+
"/confirmEmail": {
|
|
424
|
+
get: operations["MapIdentityApi-/confirmEmail"];
|
|
425
|
+
};
|
|
426
|
+
"/resendConfirmationEmail": {
|
|
427
|
+
post: {
|
|
428
|
+
requestBody: {
|
|
429
|
+
content: {
|
|
430
|
+
"application/json": components["schemas"]["ResendConfirmationEmailRequest"];
|
|
431
|
+
};
|
|
432
|
+
};
|
|
433
|
+
responses: {
|
|
434
|
+
/** @description OK */
|
|
435
|
+
200: {
|
|
436
|
+
content: never;
|
|
437
|
+
};
|
|
438
|
+
};
|
|
439
|
+
};
|
|
440
|
+
};
|
|
441
|
+
"/forgotPassword": {
|
|
442
|
+
post: {
|
|
443
|
+
requestBody: {
|
|
444
|
+
content: {
|
|
445
|
+
"application/json": components["schemas"]["ForgotPasswordRequest"];
|
|
446
|
+
};
|
|
447
|
+
};
|
|
448
|
+
responses: {
|
|
449
|
+
/** @description OK */
|
|
450
|
+
200: {
|
|
451
|
+
content: never;
|
|
452
|
+
};
|
|
453
|
+
/** @description Bad Request */
|
|
454
|
+
400: {
|
|
455
|
+
content: {
|
|
456
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
457
|
+
};
|
|
458
|
+
};
|
|
459
|
+
};
|
|
460
|
+
};
|
|
461
|
+
};
|
|
462
|
+
"/resetPassword": {
|
|
463
|
+
post: {
|
|
464
|
+
requestBody: {
|
|
465
|
+
content: {
|
|
466
|
+
"application/json": components["schemas"]["ResetPasswordRequest"];
|
|
467
|
+
};
|
|
468
|
+
};
|
|
469
|
+
responses: {
|
|
470
|
+
/** @description OK */
|
|
471
|
+
200: {
|
|
472
|
+
content: never;
|
|
473
|
+
};
|
|
474
|
+
/** @description Bad Request */
|
|
475
|
+
400: {
|
|
476
|
+
content: {
|
|
477
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
478
|
+
};
|
|
479
|
+
};
|
|
480
|
+
};
|
|
481
|
+
};
|
|
482
|
+
};
|
|
483
|
+
"/manage/2fa": {
|
|
484
|
+
post: {
|
|
485
|
+
requestBody: {
|
|
486
|
+
content: {
|
|
487
|
+
"application/json": components["schemas"]["TwoFactorRequest"];
|
|
488
|
+
};
|
|
489
|
+
};
|
|
490
|
+
responses: {
|
|
491
|
+
/** @description OK */
|
|
492
|
+
200: {
|
|
493
|
+
content: {
|
|
494
|
+
"application/json": components["schemas"]["TwoFactorResponse"];
|
|
495
|
+
};
|
|
496
|
+
};
|
|
497
|
+
/** @description Bad Request */
|
|
498
|
+
400: {
|
|
499
|
+
content: {
|
|
500
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
501
|
+
};
|
|
502
|
+
};
|
|
503
|
+
/** @description Not Found */
|
|
504
|
+
404: {
|
|
505
|
+
content: never;
|
|
506
|
+
};
|
|
507
|
+
};
|
|
508
|
+
};
|
|
509
|
+
};
|
|
510
|
+
"/manage/info": {
|
|
511
|
+
get: {
|
|
512
|
+
responses: {
|
|
513
|
+
/** @description OK */
|
|
514
|
+
200: {
|
|
515
|
+
content: {
|
|
516
|
+
"application/json": components["schemas"]["InfoResponse"];
|
|
517
|
+
};
|
|
518
|
+
};
|
|
519
|
+
/** @description Bad Request */
|
|
520
|
+
400: {
|
|
521
|
+
content: {
|
|
522
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
523
|
+
};
|
|
524
|
+
};
|
|
525
|
+
/** @description Not Found */
|
|
526
|
+
404: {
|
|
527
|
+
content: never;
|
|
528
|
+
};
|
|
529
|
+
};
|
|
530
|
+
};
|
|
531
|
+
post: {
|
|
532
|
+
requestBody: {
|
|
533
|
+
content: {
|
|
534
|
+
"application/json": components["schemas"]["InfoRequest"];
|
|
535
|
+
};
|
|
536
|
+
};
|
|
537
|
+
responses: {
|
|
538
|
+
/** @description OK */
|
|
539
|
+
200: {
|
|
540
|
+
content: {
|
|
541
|
+
"application/json": components["schemas"]["InfoResponse"];
|
|
542
|
+
};
|
|
543
|
+
};
|
|
544
|
+
/** @description Bad Request */
|
|
545
|
+
400: {
|
|
546
|
+
content: {
|
|
547
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
548
|
+
};
|
|
549
|
+
};
|
|
550
|
+
/** @description Not Found */
|
|
551
|
+
404: {
|
|
552
|
+
content: never;
|
|
553
|
+
};
|
|
554
|
+
};
|
|
555
|
+
};
|
|
556
|
+
};
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
export type webhooks = Record<string, never>;
|
|
560
|
+
|
|
561
|
+
export interface components {
|
|
562
|
+
schemas: {
|
|
563
|
+
AccessTokenResponse: {
|
|
564
|
+
tokenType?: string | null;
|
|
565
|
+
accessToken: string | null;
|
|
566
|
+
/** Format: int64 */
|
|
567
|
+
expiresIn: number;
|
|
568
|
+
refreshToken: string | null;
|
|
569
|
+
};
|
|
570
|
+
AssetCategoryCreateDto: {
|
|
571
|
+
/** Format: uuid */
|
|
572
|
+
id?: string;
|
|
573
|
+
/** Format: date-time */
|
|
574
|
+
timestamp?: string;
|
|
575
|
+
businessId?: string | null;
|
|
576
|
+
businessProfileRecordId?: string | null;
|
|
577
|
+
name?: string | null;
|
|
578
|
+
description?: string | null;
|
|
579
|
+
};
|
|
580
|
+
AssetCategoryDto: {
|
|
581
|
+
id?: string | null;
|
|
582
|
+
/** Format: date-time */
|
|
583
|
+
timestamp?: string;
|
|
584
|
+
tenantId?: string | null;
|
|
585
|
+
businessName?: string | null;
|
|
586
|
+
enrollmentId?: string | null;
|
|
587
|
+
name?: string | null;
|
|
588
|
+
description?: string | null;
|
|
589
|
+
/** Format: int32 */
|
|
590
|
+
assetCount?: number;
|
|
591
|
+
};
|
|
592
|
+
AssetCategoryDtoEnvelope: {
|
|
593
|
+
isSuccess?: boolean;
|
|
594
|
+
errorMessage?: string | null;
|
|
595
|
+
correlationId?: string | null;
|
|
596
|
+
/** Format: date-time */
|
|
597
|
+
timestamp?: string;
|
|
598
|
+
activityId?: string | null;
|
|
599
|
+
result?: components["schemas"]["AssetCategoryDto"];
|
|
600
|
+
};
|
|
601
|
+
AssetCategoryDtoListEnvelope: {
|
|
602
|
+
isSuccess?: boolean;
|
|
603
|
+
errorMessage?: string | null;
|
|
604
|
+
correlationId?: string | null;
|
|
605
|
+
/** Format: date-time */
|
|
606
|
+
timestamp?: string;
|
|
607
|
+
activityId?: string | null;
|
|
608
|
+
result?: components["schemas"]["AssetCategoryDto"][] | null;
|
|
609
|
+
};
|
|
610
|
+
AssetCategoryUpdateDto: {
|
|
611
|
+
name?: string | null;
|
|
612
|
+
description?: string | null;
|
|
613
|
+
};
|
|
614
|
+
AssetCreateDto: {
|
|
615
|
+
/** Format: uuid */
|
|
616
|
+
id?: string;
|
|
617
|
+
/** Format: date-time */
|
|
618
|
+
timestamp?: string;
|
|
619
|
+
businessId?: string | null;
|
|
620
|
+
businessProfileRecordId?: string | null;
|
|
621
|
+
name?: string | null;
|
|
622
|
+
description?: string | null;
|
|
623
|
+
/** @enum {string} */
|
|
624
|
+
assetClass?: "Fixed" | "Stock";
|
|
625
|
+
/** @enum {string} */
|
|
626
|
+
assetOwner?: "Business" | "Organization" | "Contact" | "Supplier";
|
|
627
|
+
isExistingAsset?: boolean;
|
|
628
|
+
calculateDepreciation?: boolean;
|
|
629
|
+
allowMonthlyDepreciation?: boolean;
|
|
630
|
+
/** Format: double */
|
|
631
|
+
openingDepreciation?: number;
|
|
632
|
+
/** Format: date-time */
|
|
633
|
+
purchaseDate?: string;
|
|
634
|
+
/** Format: double */
|
|
635
|
+
purchasePrice?: number;
|
|
636
|
+
currencyId?: string | null;
|
|
637
|
+
itemId?: string | null;
|
|
638
|
+
assetCategoryId?: string | null;
|
|
639
|
+
purchaseInvoiceId?: string | null;
|
|
640
|
+
purchaseReceiptId?: string | null;
|
|
641
|
+
assetLocationId?: string | null;
|
|
642
|
+
contactId?: string | null;
|
|
643
|
+
organizationDepartmentId?: string | null;
|
|
644
|
+
};
|
|
645
|
+
AssetDepreciationRecordCreateDto: {
|
|
646
|
+
assetId?: string | null;
|
|
647
|
+
assetDepreciationPolicyId?: string | null;
|
|
648
|
+
/** Format: double */
|
|
649
|
+
depreciationAmount?: number;
|
|
650
|
+
/** Format: double */
|
|
651
|
+
accumulatedDepreciation?: number;
|
|
652
|
+
/** Format: double */
|
|
653
|
+
bookValue?: number;
|
|
654
|
+
/** Format: date-time */
|
|
655
|
+
depreciationDate?: string;
|
|
656
|
+
/** Format: int32 */
|
|
657
|
+
year?: number;
|
|
658
|
+
/** Format: int32 */
|
|
659
|
+
month?: number;
|
|
660
|
+
};
|
|
661
|
+
AssetDepreciationRecordDto: {
|
|
662
|
+
id?: components["schemas"]["AssetDepreciationRecordId"];
|
|
663
|
+
/** Format: date-time */
|
|
664
|
+
timestamp?: string;
|
|
665
|
+
businessId?: components["schemas"]["TenantId"];
|
|
666
|
+
businessProfileRecordId?: components["schemas"]["EnrollmentId"];
|
|
667
|
+
assetId?: components["schemas"]["AssetId"];
|
|
668
|
+
assetName?: string | null;
|
|
669
|
+
assetDepreciationPolicyId?: string | null;
|
|
670
|
+
assetDepreciationPolicyName?: string | null;
|
|
671
|
+
/** Format: double */
|
|
672
|
+
depreciationAmount?: number;
|
|
673
|
+
/** Format: double */
|
|
674
|
+
accumulatedDepreciation?: number;
|
|
675
|
+
/** Format: double */
|
|
676
|
+
bookValue?: number;
|
|
677
|
+
/** Format: date-time */
|
|
678
|
+
depreciationDate?: string;
|
|
679
|
+
/** Format: int32 */
|
|
680
|
+
year?: number;
|
|
681
|
+
/** Format: int32 */
|
|
682
|
+
month?: number;
|
|
683
|
+
period?: string | null;
|
|
684
|
+
};
|
|
685
|
+
AssetDepreciationRecordDtoEnvelope: {
|
|
686
|
+
isSuccess?: boolean;
|
|
687
|
+
errorMessage?: string | null;
|
|
688
|
+
correlationId?: string | null;
|
|
689
|
+
/** Format: date-time */
|
|
690
|
+
timestamp?: string;
|
|
691
|
+
activityId?: string | null;
|
|
692
|
+
result?: components["schemas"]["AssetDepreciationRecordDto"];
|
|
693
|
+
};
|
|
694
|
+
AssetDepreciationRecordDtoListEnvelope: {
|
|
695
|
+
isSuccess?: boolean;
|
|
696
|
+
errorMessage?: string | null;
|
|
697
|
+
correlationId?: string | null;
|
|
698
|
+
/** Format: date-time */
|
|
699
|
+
timestamp?: string;
|
|
700
|
+
activityId?: string | null;
|
|
701
|
+
result?: components["schemas"]["AssetDepreciationRecordDto"][] | null;
|
|
702
|
+
};
|
|
703
|
+
/** Format: uuid */
|
|
704
|
+
AssetDepreciationRecordId: string;
|
|
705
|
+
AssetDepreciationRecordUpdateDto: {
|
|
706
|
+
/** Format: double */
|
|
707
|
+
depreciationAmount?: number | null;
|
|
708
|
+
/** Format: double */
|
|
709
|
+
accumulatedDepreciation?: number | null;
|
|
710
|
+
/** Format: double */
|
|
711
|
+
bookValue?: number | null;
|
|
712
|
+
/** Format: date-time */
|
|
713
|
+
depreciationDate?: string | null;
|
|
714
|
+
/** Format: int32 */
|
|
715
|
+
year?: number | null;
|
|
716
|
+
/** Format: int32 */
|
|
717
|
+
month?: number | null;
|
|
718
|
+
};
|
|
719
|
+
AssetDto: {
|
|
720
|
+
id?: string | null;
|
|
721
|
+
/** Format: date-time */
|
|
722
|
+
timestamp?: string;
|
|
723
|
+
tenantId?: string | null;
|
|
724
|
+
businessName?: string | null;
|
|
725
|
+
businessProfileRecordId?: string | null;
|
|
726
|
+
name?: string | null;
|
|
727
|
+
description?: string | null;
|
|
728
|
+
/** @enum {string} */
|
|
729
|
+
assetClass?: "Fixed" | "Stock";
|
|
730
|
+
/** @enum {string} */
|
|
731
|
+
assetOwner?: "Business" | "Organization" | "Contact" | "Supplier";
|
|
732
|
+
isExistingAsset?: boolean;
|
|
733
|
+
calculateDepreciation?: boolean;
|
|
734
|
+
allowMonthlyDepreciation?: boolean;
|
|
735
|
+
/** Format: double */
|
|
736
|
+
openingDepreciation?: number;
|
|
737
|
+
/** Format: date-time */
|
|
738
|
+
purchaseDate?: string;
|
|
739
|
+
/** Format: double */
|
|
740
|
+
purchasePrice?: number;
|
|
741
|
+
currencyId?: string | null;
|
|
742
|
+
currencyCode?: string | null;
|
|
743
|
+
itemId?: string | null;
|
|
744
|
+
itemName?: string | null;
|
|
745
|
+
assetCategoryId?: string | null;
|
|
746
|
+
assetCategoryName?: string | null;
|
|
747
|
+
purchaseInvoiceId?: string | null;
|
|
748
|
+
purchaseInvoiceNumber?: string | null;
|
|
749
|
+
assetLocationId?: string | null;
|
|
750
|
+
assetLocationName?: string | null;
|
|
751
|
+
contactId?: string | null;
|
|
752
|
+
contactName?: string | null;
|
|
753
|
+
organizationDepartmentId?: string | null;
|
|
754
|
+
organizationDepartmentName?: string | null;
|
|
755
|
+
purchaseReceiptId?: string | null;
|
|
756
|
+
};
|
|
757
|
+
AssetDtoEnvelope: {
|
|
758
|
+
isSuccess?: boolean;
|
|
759
|
+
errorMessage?: string | null;
|
|
760
|
+
correlationId?: string | null;
|
|
761
|
+
/** Format: date-time */
|
|
762
|
+
timestamp?: string;
|
|
763
|
+
activityId?: string | null;
|
|
764
|
+
result?: components["schemas"]["AssetDto"];
|
|
765
|
+
};
|
|
766
|
+
AssetDtoListEnvelope: {
|
|
767
|
+
isSuccess?: boolean;
|
|
768
|
+
errorMessage?: string | null;
|
|
769
|
+
correlationId?: string | null;
|
|
770
|
+
/** Format: date-time */
|
|
771
|
+
timestamp?: string;
|
|
772
|
+
activityId?: string | null;
|
|
773
|
+
result?: components["schemas"]["AssetDto"][] | null;
|
|
774
|
+
};
|
|
775
|
+
/** Format: uuid */
|
|
776
|
+
AssetId: string;
|
|
777
|
+
AssetRepairCreateDto: {
|
|
778
|
+
/** Format: uuid */
|
|
779
|
+
id?: string;
|
|
780
|
+
/** Format: date-time */
|
|
781
|
+
timestamp?: string;
|
|
782
|
+
assetId?: string | null;
|
|
783
|
+
/** @enum {string} */
|
|
784
|
+
repairStatus?: "Scheduled" | "InProgress" | "Completed" | "Cancelled";
|
|
785
|
+
/** Format: date-time */
|
|
786
|
+
scheduledDate?: string;
|
|
787
|
+
/** Format: date-time */
|
|
788
|
+
completionDate?: string | null;
|
|
789
|
+
/** Format: date-time */
|
|
790
|
+
reportedDate?: string;
|
|
791
|
+
/** Format: double */
|
|
792
|
+
estimatedCost?: number;
|
|
793
|
+
/** Format: double */
|
|
794
|
+
actualCost?: number | null;
|
|
795
|
+
problemDescription?: string | null;
|
|
796
|
+
repairDescription?: string | null;
|
|
797
|
+
notes?: string | null;
|
|
798
|
+
assetMaintenanceTeamId?: string | null;
|
|
799
|
+
};
|
|
800
|
+
AssetRepairDto: {
|
|
801
|
+
id?: components["schemas"]["AssetRepairId"];
|
|
802
|
+
/** Format: date-time */
|
|
803
|
+
timestamp?: string;
|
|
804
|
+
businessId?: components["schemas"]["TenantId"];
|
|
805
|
+
businessProfileRecordId?: components["schemas"]["EnrollmentId"];
|
|
806
|
+
assetId?: components["schemas"]["AssetId"];
|
|
807
|
+
assetName?: string | null;
|
|
808
|
+
/** @enum {string} */
|
|
809
|
+
repairStatus?: "Scheduled" | "InProgress" | "Completed" | "Cancelled";
|
|
810
|
+
/** Format: date-time */
|
|
811
|
+
scheduledDate?: string;
|
|
812
|
+
/** Format: date-time */
|
|
813
|
+
completionDate?: string | null;
|
|
814
|
+
/** Format: date-time */
|
|
815
|
+
reportedDate?: string;
|
|
816
|
+
/** Format: double */
|
|
817
|
+
estimatedCost?: number;
|
|
818
|
+
/** Format: double */
|
|
819
|
+
actualCost?: number | null;
|
|
820
|
+
problemDescription?: string | null;
|
|
821
|
+
repairDescription?: string | null;
|
|
822
|
+
notes?: string | null;
|
|
823
|
+
assetMaintenanceTeamId?: string | null;
|
|
824
|
+
assetMaintenanceTeamName?: string | null;
|
|
825
|
+
};
|
|
826
|
+
AssetRepairDtoEnvelope: {
|
|
827
|
+
isSuccess?: boolean;
|
|
828
|
+
errorMessage?: string | null;
|
|
829
|
+
correlationId?: string | null;
|
|
830
|
+
/** Format: date-time */
|
|
831
|
+
timestamp?: string;
|
|
832
|
+
activityId?: string | null;
|
|
833
|
+
result?: components["schemas"]["AssetRepairDto"];
|
|
834
|
+
};
|
|
835
|
+
AssetRepairDtoListEnvelope: {
|
|
836
|
+
isSuccess?: boolean;
|
|
837
|
+
errorMessage?: string | null;
|
|
838
|
+
correlationId?: string | null;
|
|
839
|
+
/** Format: date-time */
|
|
840
|
+
timestamp?: string;
|
|
841
|
+
activityId?: string | null;
|
|
842
|
+
result?: components["schemas"]["AssetRepairDto"][] | null;
|
|
843
|
+
};
|
|
844
|
+
/** Format: uuid */
|
|
845
|
+
AssetRepairId: string;
|
|
846
|
+
AssetRepairUpdateDto: {
|
|
847
|
+
/** @enum {string|null} */
|
|
848
|
+
repairStatus?: "Scheduled" | "InProgress" | "Completed" | "Cancelled" | null;
|
|
849
|
+
/** Format: date-time */
|
|
850
|
+
scheduledDate?: string | null;
|
|
851
|
+
/** Format: date-time */
|
|
852
|
+
completionDate?: string | null;
|
|
853
|
+
/** Format: double */
|
|
854
|
+
estimatedCost?: number | null;
|
|
855
|
+
/** Format: double */
|
|
856
|
+
actualCost?: number | null;
|
|
857
|
+
problemDescription?: string | null;
|
|
858
|
+
repairDescription?: string | null;
|
|
859
|
+
notes?: string | null;
|
|
860
|
+
assetMaintenanceTeamId?: string | null;
|
|
861
|
+
};
|
|
862
|
+
AssetTransferCreateDto: {
|
|
863
|
+
assetId?: string | null;
|
|
864
|
+
isRootTransfer?: boolean;
|
|
865
|
+
serialList?: string | null;
|
|
866
|
+
quantity?: string | null;
|
|
867
|
+
serial?: string | null;
|
|
868
|
+
previousAssetTransferId?: string | null;
|
|
869
|
+
sourceLocationId?: string | null;
|
|
870
|
+
destinationLocationId?: string | null;
|
|
871
|
+
sourceContactId?: string | null;
|
|
872
|
+
destinationContactId?: string | null;
|
|
873
|
+
sourceDepartmentId?: string | null;
|
|
874
|
+
destinationDepartmentId?: string | null;
|
|
875
|
+
};
|
|
876
|
+
AssetTransferDto: {
|
|
877
|
+
id?: string | null;
|
|
878
|
+
/** Format: date-time */
|
|
879
|
+
timestamp?: string;
|
|
880
|
+
businessId?: string | null;
|
|
881
|
+
businessProfileRecordId?: string | null;
|
|
882
|
+
assetId?: string | null;
|
|
883
|
+
assetName?: string | null;
|
|
884
|
+
isRootTransfer?: boolean;
|
|
885
|
+
serialList?: string | null;
|
|
886
|
+
quantity?: string | null;
|
|
887
|
+
serial?: string | null;
|
|
888
|
+
previousAssetTransferId?: string | null;
|
|
889
|
+
sourceLocationId?: string | null;
|
|
890
|
+
sourceLocationName?: string | null;
|
|
891
|
+
destinationLocationId?: string | null;
|
|
892
|
+
destinationLocationName?: string | null;
|
|
893
|
+
sourceContactId?: string | null;
|
|
894
|
+
sourceContactName?: string | null;
|
|
895
|
+
destinationContactId?: string | null;
|
|
896
|
+
destinationContactName?: string | null;
|
|
897
|
+
sourceDepartmentId?: string | null;
|
|
898
|
+
sourceDepartmentName?: string | null;
|
|
899
|
+
destinationDepartmentId?: string | null;
|
|
900
|
+
destinationDepartmentName?: string | null;
|
|
901
|
+
};
|
|
902
|
+
AssetTransferDtoEnvelope: {
|
|
903
|
+
isSuccess?: boolean;
|
|
904
|
+
errorMessage?: string | null;
|
|
905
|
+
correlationId?: string | null;
|
|
906
|
+
/** Format: date-time */
|
|
907
|
+
timestamp?: string;
|
|
908
|
+
activityId?: string | null;
|
|
909
|
+
result?: components["schemas"]["AssetTransferDto"];
|
|
910
|
+
};
|
|
911
|
+
AssetTransferDtoListEnvelope: {
|
|
912
|
+
isSuccess?: boolean;
|
|
913
|
+
errorMessage?: string | null;
|
|
914
|
+
correlationId?: string | null;
|
|
915
|
+
/** Format: date-time */
|
|
916
|
+
timestamp?: string;
|
|
917
|
+
activityId?: string | null;
|
|
918
|
+
result?: components["schemas"]["AssetTransferDto"][] | null;
|
|
919
|
+
};
|
|
920
|
+
AssetTransferUpdateDto: {
|
|
921
|
+
serialList?: string | null;
|
|
922
|
+
quantity?: string | null;
|
|
923
|
+
serial?: string | null;
|
|
924
|
+
destinationLocationId?: string | null;
|
|
925
|
+
destinationContactId?: string | null;
|
|
926
|
+
destinationDepartmentId?: string | null;
|
|
927
|
+
};
|
|
928
|
+
AssetTypeCreateDto: {
|
|
929
|
+
/** Format: uuid */
|
|
930
|
+
id?: string;
|
|
931
|
+
/** Format: date-time */
|
|
932
|
+
timestamp?: string;
|
|
933
|
+
businessId?: string | null;
|
|
934
|
+
businessProfileRecordId?: string | null;
|
|
935
|
+
name?: string | null;
|
|
936
|
+
description?: string | null;
|
|
937
|
+
};
|
|
938
|
+
AssetTypeDto: {
|
|
939
|
+
id?: string | null;
|
|
940
|
+
/** Format: date-time */
|
|
941
|
+
timestamp?: string;
|
|
942
|
+
tenantId?: string | null;
|
|
943
|
+
businessName?: string | null;
|
|
944
|
+
enrollmentId?: string | null;
|
|
945
|
+
name?: string | null;
|
|
946
|
+
description?: string | null;
|
|
947
|
+
/** Format: int32 */
|
|
948
|
+
assetCount?: number;
|
|
949
|
+
};
|
|
950
|
+
AssetTypeDtoEnvelope: {
|
|
951
|
+
isSuccess?: boolean;
|
|
952
|
+
errorMessage?: string | null;
|
|
953
|
+
correlationId?: string | null;
|
|
954
|
+
/** Format: date-time */
|
|
955
|
+
timestamp?: string;
|
|
956
|
+
activityId?: string | null;
|
|
957
|
+
result?: components["schemas"]["AssetTypeDto"];
|
|
958
|
+
};
|
|
959
|
+
AssetTypeDtoListEnvelope: {
|
|
960
|
+
isSuccess?: boolean;
|
|
961
|
+
errorMessage?: string | null;
|
|
962
|
+
correlationId?: string | null;
|
|
963
|
+
/** Format: date-time */
|
|
964
|
+
timestamp?: string;
|
|
965
|
+
activityId?: string | null;
|
|
966
|
+
result?: components["schemas"]["AssetTypeDto"][] | null;
|
|
967
|
+
};
|
|
968
|
+
AssetTypeUpdateDto: {
|
|
969
|
+
name?: string | null;
|
|
970
|
+
description?: string | null;
|
|
971
|
+
};
|
|
972
|
+
AssetUpdateDto: {
|
|
973
|
+
name?: string | null;
|
|
974
|
+
description?: string | null;
|
|
975
|
+
/** @enum {string|null} */
|
|
976
|
+
assetType?: "Fixed" | "Stock" | null;
|
|
977
|
+
/** @enum {string|null} */
|
|
978
|
+
assetOwner?: "Business" | "Organization" | "Contact" | "Supplier" | null;
|
|
979
|
+
calculateDepreciation?: boolean;
|
|
980
|
+
allowMonthlyDepreciation?: boolean;
|
|
981
|
+
/** Format: double */
|
|
982
|
+
openingDepreciation?: number | null;
|
|
983
|
+
/** Format: date-time */
|
|
984
|
+
purchaseDate?: string | null;
|
|
985
|
+
/** Format: double */
|
|
986
|
+
purchasePrice?: number | null;
|
|
987
|
+
currencyId?: string | null;
|
|
988
|
+
currencyCode?: string | null;
|
|
989
|
+
itemId?: string | null;
|
|
990
|
+
assetCategoryId?: string | null;
|
|
991
|
+
purchaseInvoiceId?: string | null;
|
|
992
|
+
purchaseReceiptId?: string | null;
|
|
993
|
+
assetLocationId?: string | null;
|
|
994
|
+
contactId?: string | null;
|
|
995
|
+
organizationDepartmentId?: string | null;
|
|
996
|
+
};
|
|
997
|
+
AssetValueAmendCreateDto: {
|
|
998
|
+
/** Format: uuid */
|
|
999
|
+
id?: string;
|
|
1000
|
+
/** Format: date-time */
|
|
1001
|
+
timestamp?: string;
|
|
1002
|
+
assetId?: string | null;
|
|
1003
|
+
/** Format: double */
|
|
1004
|
+
previousValue?: number;
|
|
1005
|
+
/** Format: double */
|
|
1006
|
+
newValue?: number;
|
|
1007
|
+
reason?: string | null;
|
|
1008
|
+
/** Format: date-time */
|
|
1009
|
+
amendmentDate?: string;
|
|
1010
|
+
approvedBy?: string | null;
|
|
1011
|
+
/** Format: date-time */
|
|
1012
|
+
approvalDate?: string | null;
|
|
1013
|
+
};
|
|
1014
|
+
AssetValueAmendDto: {
|
|
1015
|
+
id?: components["schemas"]["AssetValueAmendId"];
|
|
1016
|
+
/** Format: date-time */
|
|
1017
|
+
timestamp?: string;
|
|
1018
|
+
businessId?: components["schemas"]["TenantId"];
|
|
1019
|
+
businessProfileRecordId?: components["schemas"]["EnrollmentId"];
|
|
1020
|
+
assetId?: components["schemas"]["AssetId"];
|
|
1021
|
+
assetName?: string | null;
|
|
1022
|
+
/** Format: double */
|
|
1023
|
+
previousValue?: number;
|
|
1024
|
+
/** Format: double */
|
|
1025
|
+
newValue?: number;
|
|
1026
|
+
/** Format: double */
|
|
1027
|
+
amendmentAmount?: number;
|
|
1028
|
+
reason?: string | null;
|
|
1029
|
+
/** Format: date-time */
|
|
1030
|
+
amendmentDate?: string;
|
|
1031
|
+
approvedBy?: string | null;
|
|
1032
|
+
/** Format: date-time */
|
|
1033
|
+
approvalDate?: string | null;
|
|
1034
|
+
};
|
|
1035
|
+
AssetValueAmendDtoEnvelope: {
|
|
1036
|
+
isSuccess?: boolean;
|
|
1037
|
+
errorMessage?: string | null;
|
|
1038
|
+
correlationId?: string | null;
|
|
1039
|
+
/** Format: date-time */
|
|
1040
|
+
timestamp?: string;
|
|
1041
|
+
activityId?: string | null;
|
|
1042
|
+
result?: components["schemas"]["AssetValueAmendDto"];
|
|
1043
|
+
};
|
|
1044
|
+
AssetValueAmendDtoListEnvelope: {
|
|
1045
|
+
isSuccess?: boolean;
|
|
1046
|
+
errorMessage?: string | null;
|
|
1047
|
+
correlationId?: string | null;
|
|
1048
|
+
/** Format: date-time */
|
|
1049
|
+
timestamp?: string;
|
|
1050
|
+
activityId?: string | null;
|
|
1051
|
+
result?: components["schemas"]["AssetValueAmendDto"][] | null;
|
|
1052
|
+
};
|
|
1053
|
+
/** Format: uuid */
|
|
1054
|
+
AssetValueAmendId: string;
|
|
1055
|
+
AssetValueAmendUpdateDto: {
|
|
1056
|
+
/** Format: double */
|
|
1057
|
+
newValue?: number | null;
|
|
1058
|
+
reason?: string | null;
|
|
1059
|
+
/** Format: date-time */
|
|
1060
|
+
amendmentDate?: string | null;
|
|
1061
|
+
approvedBy?: string | null;
|
|
1062
|
+
/** Format: date-time */
|
|
1063
|
+
approvalDate?: string | null;
|
|
1064
|
+
};
|
|
1065
|
+
EmptyEnvelope: {
|
|
1066
|
+
isSuccess?: boolean;
|
|
1067
|
+
errorMessage?: string | null;
|
|
1068
|
+
correlationId?: string | null;
|
|
1069
|
+
/** Format: date-time */
|
|
1070
|
+
timestamp?: string;
|
|
1071
|
+
activityId?: string | null;
|
|
1072
|
+
};
|
|
1073
|
+
/** Format: uuid */
|
|
1074
|
+
EnrollmentId: string;
|
|
1075
|
+
ErrorEnvelope: {
|
|
1076
|
+
isSuccess?: boolean;
|
|
1077
|
+
errorMessage?: string | null;
|
|
1078
|
+
correlationId?: string | null;
|
|
1079
|
+
/** Format: date-time */
|
|
1080
|
+
timestamp?: string;
|
|
1081
|
+
activityId?: string | null;
|
|
1082
|
+
};
|
|
1083
|
+
ForgotPasswordRequest: {
|
|
1084
|
+
email: string | null;
|
|
1085
|
+
};
|
|
1086
|
+
HttpValidationProblemDetails: {
|
|
1087
|
+
type?: string | null;
|
|
1088
|
+
title?: string | null;
|
|
1089
|
+
/** Format: int32 */
|
|
1090
|
+
status?: number | null;
|
|
1091
|
+
detail?: string | null;
|
|
1092
|
+
instance?: string | null;
|
|
1093
|
+
errors?: {
|
|
1094
|
+
[key: string]: string[];
|
|
1095
|
+
} | null;
|
|
1096
|
+
[key: string]: unknown;
|
|
1097
|
+
};
|
|
1098
|
+
InfoRequest: {
|
|
1099
|
+
newEmail?: string | null;
|
|
1100
|
+
newPassword?: string | null;
|
|
1101
|
+
oldPassword?: string | null;
|
|
1102
|
+
};
|
|
1103
|
+
InfoResponse: {
|
|
1104
|
+
email: string | null;
|
|
1105
|
+
isEmailConfirmed: boolean;
|
|
1106
|
+
};
|
|
1107
|
+
Int32Envelope: {
|
|
1108
|
+
isSuccess?: boolean;
|
|
1109
|
+
errorMessage?: string | null;
|
|
1110
|
+
correlationId?: string | null;
|
|
1111
|
+
/** Format: date-time */
|
|
1112
|
+
timestamp?: string;
|
|
1113
|
+
activityId?: string | null;
|
|
1114
|
+
/** Format: int32 */
|
|
1115
|
+
result?: number;
|
|
1116
|
+
};
|
|
1117
|
+
LoginRequest: {
|
|
1118
|
+
email: string | null;
|
|
1119
|
+
password: string | null;
|
|
1120
|
+
twoFactorCode?: string | null;
|
|
1121
|
+
twoFactorRecoveryCode?: string | null;
|
|
1122
|
+
};
|
|
1123
|
+
RefreshRequest: {
|
|
1124
|
+
refreshToken: string | null;
|
|
1125
|
+
};
|
|
1126
|
+
RegisterRequest: {
|
|
1127
|
+
email: string | null;
|
|
1128
|
+
password: string | null;
|
|
1129
|
+
};
|
|
1130
|
+
ResendConfirmationEmailRequest: {
|
|
1131
|
+
email: string | null;
|
|
1132
|
+
};
|
|
1133
|
+
ResetPasswordRequest: {
|
|
1134
|
+
email: string | null;
|
|
1135
|
+
resetCode: string | null;
|
|
1136
|
+
newPassword: string | null;
|
|
1137
|
+
};
|
|
1138
|
+
/** Format: uuid */
|
|
1139
|
+
TenantId: string;
|
|
1140
|
+
TwoFactorRequest: {
|
|
1141
|
+
enable?: boolean | null;
|
|
1142
|
+
twoFactorCode?: string | null;
|
|
1143
|
+
resetSharedKey?: boolean;
|
|
1144
|
+
resetRecoveryCodes?: boolean;
|
|
1145
|
+
forgetMachine?: boolean;
|
|
1146
|
+
};
|
|
1147
|
+
TwoFactorResponse: {
|
|
1148
|
+
sharedKey: string | null;
|
|
1149
|
+
/** Format: int32 */
|
|
1150
|
+
recoveryCodesLeft: number;
|
|
1151
|
+
recoveryCodes?: string[] | null;
|
|
1152
|
+
isTwoFactorEnabled: boolean;
|
|
1153
|
+
isMachineRemembered: boolean;
|
|
1154
|
+
};
|
|
1155
|
+
};
|
|
1156
|
+
responses: never;
|
|
1157
|
+
parameters: never;
|
|
1158
|
+
requestBodies: never;
|
|
1159
|
+
headers: never;
|
|
1160
|
+
pathItems: never;
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
export type $defs = Record<string, never>;
|
|
1164
|
+
|
|
1165
|
+
export type external = Record<string, never>;
|
|
1166
|
+
|
|
1167
|
+
export interface operations {
|
|
1168
|
+
|
|
1169
|
+
/**
|
|
1170
|
+
* Gets all asset categories for the current tenant
|
|
1171
|
+
* @description Retrieves all asset categories for the authenticated tenant.
|
|
1172
|
+
*/
|
|
1173
|
+
GetAssetCategories: {
|
|
1174
|
+
parameters: {
|
|
1175
|
+
query: {
|
|
1176
|
+
tenantId: string;
|
|
1177
|
+
};
|
|
1178
|
+
};
|
|
1179
|
+
responses: {
|
|
1180
|
+
/** @description OK */
|
|
1181
|
+
200: {
|
|
1182
|
+
content: {
|
|
1183
|
+
"application/json": components["schemas"]["AssetCategoryDtoListEnvelope"];
|
|
1184
|
+
"application/xml": components["schemas"]["AssetCategoryDtoListEnvelope"];
|
|
1185
|
+
};
|
|
1186
|
+
};
|
|
1187
|
+
/** @description Unauthorized */
|
|
1188
|
+
401: {
|
|
1189
|
+
content: {
|
|
1190
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1191
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1192
|
+
};
|
|
1193
|
+
};
|
|
1194
|
+
/** @description Forbidden */
|
|
1195
|
+
403: {
|
|
1196
|
+
content: {
|
|
1197
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1198
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1199
|
+
};
|
|
1200
|
+
};
|
|
1201
|
+
};
|
|
1202
|
+
};
|
|
1203
|
+
/**
|
|
1204
|
+
* Creates a new asset category
|
|
1205
|
+
* @description Creates a new asset category for the authenticated tenant.
|
|
1206
|
+
*/
|
|
1207
|
+
CreateAssetCategory: {
|
|
1208
|
+
parameters: {
|
|
1209
|
+
query: {
|
|
1210
|
+
tenantId: string;
|
|
1211
|
+
};
|
|
1212
|
+
};
|
|
1213
|
+
requestBody?: {
|
|
1214
|
+
content: {
|
|
1215
|
+
"application/json": components["schemas"]["AssetCategoryCreateDto"];
|
|
1216
|
+
"application/xml": components["schemas"]["AssetCategoryCreateDto"];
|
|
1217
|
+
};
|
|
1218
|
+
};
|
|
1219
|
+
responses: {
|
|
1220
|
+
/** @description Created */
|
|
1221
|
+
201: {
|
|
1222
|
+
content: {
|
|
1223
|
+
"application/json": components["schemas"]["AssetCategoryDtoEnvelope"];
|
|
1224
|
+
"application/xml": components["schemas"]["AssetCategoryDtoEnvelope"];
|
|
1225
|
+
};
|
|
1226
|
+
};
|
|
1227
|
+
/** @description Bad Request */
|
|
1228
|
+
400: {
|
|
1229
|
+
content: {
|
|
1230
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1231
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1232
|
+
};
|
|
1233
|
+
};
|
|
1234
|
+
/** @description Unauthorized */
|
|
1235
|
+
401: {
|
|
1236
|
+
content: {
|
|
1237
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1238
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1239
|
+
};
|
|
1240
|
+
};
|
|
1241
|
+
/** @description Forbidden */
|
|
1242
|
+
403: {
|
|
1243
|
+
content: {
|
|
1244
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1245
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1246
|
+
};
|
|
1247
|
+
};
|
|
1248
|
+
};
|
|
1249
|
+
};
|
|
1250
|
+
/**
|
|
1251
|
+
* Gets a specific asset category
|
|
1252
|
+
* @description Retrieves a specific asset category by ID.
|
|
1253
|
+
*/
|
|
1254
|
+
GetAssetCategory: {
|
|
1255
|
+
parameters: {
|
|
1256
|
+
query: {
|
|
1257
|
+
tenantId: string;
|
|
1258
|
+
};
|
|
1259
|
+
path: {
|
|
1260
|
+
categoryId: string;
|
|
1261
|
+
};
|
|
1262
|
+
};
|
|
1263
|
+
responses: {
|
|
1264
|
+
/** @description OK */
|
|
1265
|
+
200: {
|
|
1266
|
+
content: {
|
|
1267
|
+
"application/json": components["schemas"]["AssetCategoryDtoEnvelope"];
|
|
1268
|
+
"application/xml": components["schemas"]["AssetCategoryDtoEnvelope"];
|
|
1269
|
+
};
|
|
1270
|
+
};
|
|
1271
|
+
/** @description Unauthorized */
|
|
1272
|
+
401: {
|
|
1273
|
+
content: {
|
|
1274
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1275
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1276
|
+
};
|
|
1277
|
+
};
|
|
1278
|
+
/** @description Forbidden */
|
|
1279
|
+
403: {
|
|
1280
|
+
content: {
|
|
1281
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1282
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1283
|
+
};
|
|
1284
|
+
};
|
|
1285
|
+
/** @description Not Found */
|
|
1286
|
+
404: {
|
|
1287
|
+
content: {
|
|
1288
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1289
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1290
|
+
};
|
|
1291
|
+
};
|
|
1292
|
+
};
|
|
1293
|
+
};
|
|
1294
|
+
/**
|
|
1295
|
+
* Updates an existing asset category
|
|
1296
|
+
* @description Updates an existing asset category for the authenticated tenant.
|
|
1297
|
+
*/
|
|
1298
|
+
UpdateAssetCategory: {
|
|
1299
|
+
parameters: {
|
|
1300
|
+
query: {
|
|
1301
|
+
tenantId: string;
|
|
1302
|
+
};
|
|
1303
|
+
path: {
|
|
1304
|
+
categoryId: string;
|
|
1305
|
+
};
|
|
1306
|
+
};
|
|
1307
|
+
requestBody?: {
|
|
1308
|
+
content: {
|
|
1309
|
+
"application/json": components["schemas"]["AssetCategoryUpdateDto"];
|
|
1310
|
+
"application/xml": components["schemas"]["AssetCategoryUpdateDto"];
|
|
1311
|
+
};
|
|
1312
|
+
};
|
|
1313
|
+
responses: {
|
|
1314
|
+
/** @description OK */
|
|
1315
|
+
200: {
|
|
1316
|
+
content: {
|
|
1317
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1318
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1319
|
+
};
|
|
1320
|
+
};
|
|
1321
|
+
/** @description Bad Request */
|
|
1322
|
+
400: {
|
|
1323
|
+
content: {
|
|
1324
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1325
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1326
|
+
};
|
|
1327
|
+
};
|
|
1328
|
+
/** @description Unauthorized */
|
|
1329
|
+
401: {
|
|
1330
|
+
content: {
|
|
1331
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1332
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1333
|
+
};
|
|
1334
|
+
};
|
|
1335
|
+
/** @description Forbidden */
|
|
1336
|
+
403: {
|
|
1337
|
+
content: {
|
|
1338
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1339
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1340
|
+
};
|
|
1341
|
+
};
|
|
1342
|
+
/** @description Not Found */
|
|
1343
|
+
404: {
|
|
1344
|
+
content: {
|
|
1345
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1346
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1347
|
+
};
|
|
1348
|
+
};
|
|
1349
|
+
};
|
|
1350
|
+
};
|
|
1351
|
+
/**
|
|
1352
|
+
* Deletes an asset category
|
|
1353
|
+
* @description Deletes an asset category for the authenticated tenant.
|
|
1354
|
+
*/
|
|
1355
|
+
DeleteAssetCategory: {
|
|
1356
|
+
parameters: {
|
|
1357
|
+
query: {
|
|
1358
|
+
tenantId: string;
|
|
1359
|
+
};
|
|
1360
|
+
path: {
|
|
1361
|
+
categoryId: string;
|
|
1362
|
+
};
|
|
1363
|
+
};
|
|
1364
|
+
responses: {
|
|
1365
|
+
/** @description No Content */
|
|
1366
|
+
204: {
|
|
1367
|
+
content: never;
|
|
1368
|
+
};
|
|
1369
|
+
/** @description Unauthorized */
|
|
1370
|
+
401: {
|
|
1371
|
+
content: {
|
|
1372
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1373
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1374
|
+
};
|
|
1375
|
+
};
|
|
1376
|
+
/** @description Forbidden */
|
|
1377
|
+
403: {
|
|
1378
|
+
content: {
|
|
1379
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1380
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1381
|
+
};
|
|
1382
|
+
};
|
|
1383
|
+
/** @description Not Found */
|
|
1384
|
+
404: {
|
|
1385
|
+
content: {
|
|
1386
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1387
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1388
|
+
};
|
|
1389
|
+
};
|
|
1390
|
+
};
|
|
1391
|
+
};
|
|
1392
|
+
/**
|
|
1393
|
+
* Gets the count of asset categories
|
|
1394
|
+
* @description Returns the total number of asset categories for the authenticated tenant.
|
|
1395
|
+
*/
|
|
1396
|
+
GetAssetCategoriesCount: {
|
|
1397
|
+
parameters: {
|
|
1398
|
+
query: {
|
|
1399
|
+
tenantId: string;
|
|
1400
|
+
};
|
|
1401
|
+
};
|
|
1402
|
+
responses: {
|
|
1403
|
+
/** @description OK */
|
|
1404
|
+
200: {
|
|
1405
|
+
content: {
|
|
1406
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
1407
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
1408
|
+
};
|
|
1409
|
+
};
|
|
1410
|
+
/** @description Unauthorized */
|
|
1411
|
+
401: {
|
|
1412
|
+
content: {
|
|
1413
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1414
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1415
|
+
};
|
|
1416
|
+
};
|
|
1417
|
+
/** @description Forbidden */
|
|
1418
|
+
403: {
|
|
1419
|
+
content: {
|
|
1420
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1421
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1422
|
+
};
|
|
1423
|
+
};
|
|
1424
|
+
};
|
|
1425
|
+
};
|
|
1426
|
+
/**
|
|
1427
|
+
* Gets all assets for the current tenant
|
|
1428
|
+
* @description Retrieves all assets for the authenticated tenant with optional filtering.
|
|
1429
|
+
*/
|
|
1430
|
+
GetAssets: {
|
|
1431
|
+
parameters: {
|
|
1432
|
+
query: {
|
|
1433
|
+
tenantId: string;
|
|
1434
|
+
};
|
|
1435
|
+
};
|
|
1436
|
+
responses: {
|
|
1437
|
+
/** @description OK */
|
|
1438
|
+
200: {
|
|
1439
|
+
content: {
|
|
1440
|
+
"application/json": components["schemas"]["AssetDtoListEnvelope"];
|
|
1441
|
+
"application/xml": components["schemas"]["AssetDtoListEnvelope"];
|
|
1442
|
+
};
|
|
1443
|
+
};
|
|
1444
|
+
/** @description Unauthorized */
|
|
1445
|
+
401: {
|
|
1446
|
+
content: {
|
|
1447
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1448
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1449
|
+
};
|
|
1450
|
+
};
|
|
1451
|
+
/** @description Forbidden */
|
|
1452
|
+
403: {
|
|
1453
|
+
content: {
|
|
1454
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1455
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1456
|
+
};
|
|
1457
|
+
};
|
|
1458
|
+
};
|
|
1459
|
+
};
|
|
1460
|
+
/**
|
|
1461
|
+
* Creates a new asset
|
|
1462
|
+
* @description Creates a new asset for the authenticated tenant.
|
|
1463
|
+
*/
|
|
1464
|
+
CreateAsset: {
|
|
1465
|
+
parameters: {
|
|
1466
|
+
query: {
|
|
1467
|
+
tenantId: string;
|
|
1468
|
+
};
|
|
1469
|
+
};
|
|
1470
|
+
requestBody?: {
|
|
1471
|
+
content: {
|
|
1472
|
+
"application/json": components["schemas"]["AssetCreateDto"];
|
|
1473
|
+
"application/xml": components["schemas"]["AssetCreateDto"];
|
|
1474
|
+
};
|
|
1475
|
+
};
|
|
1476
|
+
responses: {
|
|
1477
|
+
/** @description Created */
|
|
1478
|
+
201: {
|
|
1479
|
+
content: {
|
|
1480
|
+
"application/json": components["schemas"]["AssetDtoEnvelope"];
|
|
1481
|
+
"application/xml": components["schemas"]["AssetDtoEnvelope"];
|
|
1482
|
+
};
|
|
1483
|
+
};
|
|
1484
|
+
/** @description Bad Request */
|
|
1485
|
+
400: {
|
|
1486
|
+
content: {
|
|
1487
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1488
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1489
|
+
};
|
|
1490
|
+
};
|
|
1491
|
+
/** @description Unauthorized */
|
|
1492
|
+
401: {
|
|
1493
|
+
content: {
|
|
1494
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1495
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1496
|
+
};
|
|
1497
|
+
};
|
|
1498
|
+
/** @description Forbidden */
|
|
1499
|
+
403: {
|
|
1500
|
+
content: {
|
|
1501
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1502
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1503
|
+
};
|
|
1504
|
+
};
|
|
1505
|
+
};
|
|
1506
|
+
};
|
|
1507
|
+
/**
|
|
1508
|
+
* Gets the count of assets
|
|
1509
|
+
* @description Returns the total number of assets for the authenticated tenant.
|
|
1510
|
+
*/
|
|
1511
|
+
GetAssetsCount: {
|
|
1512
|
+
parameters: {
|
|
1513
|
+
query: {
|
|
1514
|
+
tenantId: string;
|
|
1515
|
+
};
|
|
1516
|
+
};
|
|
1517
|
+
responses: {
|
|
1518
|
+
/** @description OK */
|
|
1519
|
+
200: {
|
|
1520
|
+
content: {
|
|
1521
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
1522
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
1523
|
+
};
|
|
1524
|
+
};
|
|
1525
|
+
/** @description Unauthorized */
|
|
1526
|
+
401: {
|
|
1527
|
+
content: {
|
|
1528
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1529
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1530
|
+
};
|
|
1531
|
+
};
|
|
1532
|
+
/** @description Forbidden */
|
|
1533
|
+
403: {
|
|
1534
|
+
content: {
|
|
1535
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1536
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1537
|
+
};
|
|
1538
|
+
};
|
|
1539
|
+
};
|
|
1540
|
+
};
|
|
1541
|
+
/**
|
|
1542
|
+
* Gets a specific asset by ID
|
|
1543
|
+
* @description Retrieves a specific asset for the authenticated tenant.
|
|
1544
|
+
*/
|
|
1545
|
+
GetAsset: {
|
|
1546
|
+
parameters: {
|
|
1547
|
+
query: {
|
|
1548
|
+
tenantId: string;
|
|
1549
|
+
};
|
|
1550
|
+
path: {
|
|
1551
|
+
assetId: string;
|
|
1552
|
+
};
|
|
1553
|
+
};
|
|
1554
|
+
responses: {
|
|
1555
|
+
/** @description OK */
|
|
1556
|
+
200: {
|
|
1557
|
+
content: {
|
|
1558
|
+
"application/json": components["schemas"]["AssetDtoEnvelope"];
|
|
1559
|
+
"application/xml": components["schemas"]["AssetDtoEnvelope"];
|
|
1560
|
+
};
|
|
1561
|
+
};
|
|
1562
|
+
/** @description Unauthorized */
|
|
1563
|
+
401: {
|
|
1564
|
+
content: {
|
|
1565
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1566
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1567
|
+
};
|
|
1568
|
+
};
|
|
1569
|
+
/** @description Forbidden */
|
|
1570
|
+
403: {
|
|
1571
|
+
content: {
|
|
1572
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1573
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1574
|
+
};
|
|
1575
|
+
};
|
|
1576
|
+
/** @description Not Found */
|
|
1577
|
+
404: {
|
|
1578
|
+
content: {
|
|
1579
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1580
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1581
|
+
};
|
|
1582
|
+
};
|
|
1583
|
+
};
|
|
1584
|
+
};
|
|
1585
|
+
/**
|
|
1586
|
+
* Updates an existing asset
|
|
1587
|
+
* @description Updates an existing asset for the authenticated tenant.
|
|
1588
|
+
*/
|
|
1589
|
+
UpdateAsset: {
|
|
1590
|
+
parameters: {
|
|
1591
|
+
query: {
|
|
1592
|
+
tenantId: string;
|
|
1593
|
+
};
|
|
1594
|
+
path: {
|
|
1595
|
+
assetId: string;
|
|
1596
|
+
};
|
|
1597
|
+
};
|
|
1598
|
+
requestBody?: {
|
|
1599
|
+
content: {
|
|
1600
|
+
"application/json": components["schemas"]["AssetUpdateDto"];
|
|
1601
|
+
"application/xml": components["schemas"]["AssetUpdateDto"];
|
|
1602
|
+
};
|
|
1603
|
+
};
|
|
1604
|
+
responses: {
|
|
1605
|
+
/** @description OK */
|
|
1606
|
+
200: {
|
|
1607
|
+
content: {
|
|
1608
|
+
"application/json": components["schemas"]["AssetDtoEnvelope"];
|
|
1609
|
+
"application/xml": components["schemas"]["AssetDtoEnvelope"];
|
|
1610
|
+
};
|
|
1611
|
+
};
|
|
1612
|
+
/** @description Bad Request */
|
|
1613
|
+
400: {
|
|
1614
|
+
content: {
|
|
1615
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1616
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1617
|
+
};
|
|
1618
|
+
};
|
|
1619
|
+
/** @description Unauthorized */
|
|
1620
|
+
401: {
|
|
1621
|
+
content: {
|
|
1622
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1623
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1624
|
+
};
|
|
1625
|
+
};
|
|
1626
|
+
/** @description Forbidden */
|
|
1627
|
+
403: {
|
|
1628
|
+
content: {
|
|
1629
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1630
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1631
|
+
};
|
|
1632
|
+
};
|
|
1633
|
+
/** @description Not Found */
|
|
1634
|
+
404: {
|
|
1635
|
+
content: {
|
|
1636
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1637
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1638
|
+
};
|
|
1639
|
+
};
|
|
1640
|
+
};
|
|
1641
|
+
};
|
|
1642
|
+
/**
|
|
1643
|
+
* Deletes an existing asset
|
|
1644
|
+
* @description Deletes an existing asset for the authenticated tenant.
|
|
1645
|
+
*/
|
|
1646
|
+
DeleteAsset: {
|
|
1647
|
+
parameters: {
|
|
1648
|
+
query: {
|
|
1649
|
+
tenantId: string;
|
|
1650
|
+
};
|
|
1651
|
+
path: {
|
|
1652
|
+
assetId: string;
|
|
1653
|
+
};
|
|
1654
|
+
};
|
|
1655
|
+
responses: {
|
|
1656
|
+
/** @description No Content */
|
|
1657
|
+
204: {
|
|
1658
|
+
content: never;
|
|
1659
|
+
};
|
|
1660
|
+
/** @description Unauthorized */
|
|
1661
|
+
401: {
|
|
1662
|
+
content: {
|
|
1663
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1664
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1665
|
+
};
|
|
1666
|
+
};
|
|
1667
|
+
/** @description Forbidden */
|
|
1668
|
+
403: {
|
|
1669
|
+
content: {
|
|
1670
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1671
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1672
|
+
};
|
|
1673
|
+
};
|
|
1674
|
+
/** @description Not Found */
|
|
1675
|
+
404: {
|
|
1676
|
+
content: {
|
|
1677
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1678
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1679
|
+
};
|
|
1680
|
+
};
|
|
1681
|
+
};
|
|
1682
|
+
};
|
|
1683
|
+
/**
|
|
1684
|
+
* Gets all asset categories
|
|
1685
|
+
* @description Retrieves all asset categories for the authenticated tenant.
|
|
1686
|
+
*/
|
|
1687
|
+
GetAssetAssetCategories: {
|
|
1688
|
+
parameters: {
|
|
1689
|
+
query: {
|
|
1690
|
+
tenantId: string;
|
|
1691
|
+
};
|
|
1692
|
+
};
|
|
1693
|
+
responses: {
|
|
1694
|
+
/** @description OK */
|
|
1695
|
+
200: {
|
|
1696
|
+
content: {
|
|
1697
|
+
"application/json": components["schemas"]["AssetCategoryDtoListEnvelope"];
|
|
1698
|
+
"application/xml": components["schemas"]["AssetCategoryDtoListEnvelope"];
|
|
1699
|
+
};
|
|
1700
|
+
};
|
|
1701
|
+
/** @description Unauthorized */
|
|
1702
|
+
401: {
|
|
1703
|
+
content: {
|
|
1704
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1705
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1706
|
+
};
|
|
1707
|
+
};
|
|
1708
|
+
/** @description Forbidden */
|
|
1709
|
+
403: {
|
|
1710
|
+
content: {
|
|
1711
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1712
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1713
|
+
};
|
|
1714
|
+
};
|
|
1715
|
+
};
|
|
1716
|
+
};
|
|
1717
|
+
/**
|
|
1718
|
+
* Creates a new asset category
|
|
1719
|
+
* @description Creates a new asset category for the authenticated tenant.
|
|
1720
|
+
*/
|
|
1721
|
+
CreateAssetAssetCategory: {
|
|
1722
|
+
parameters: {
|
|
1723
|
+
query: {
|
|
1724
|
+
tenantId: string;
|
|
1725
|
+
};
|
|
1726
|
+
};
|
|
1727
|
+
requestBody?: {
|
|
1728
|
+
content: {
|
|
1729
|
+
"application/json": components["schemas"]["AssetCategoryCreateDto"];
|
|
1730
|
+
"application/xml": components["schemas"]["AssetCategoryCreateDto"];
|
|
1731
|
+
};
|
|
1732
|
+
};
|
|
1733
|
+
responses: {
|
|
1734
|
+
/** @description Created */
|
|
1735
|
+
201: {
|
|
1736
|
+
content: {
|
|
1737
|
+
"application/json": components["schemas"]["AssetCategoryDtoEnvelope"];
|
|
1738
|
+
"application/xml": components["schemas"]["AssetCategoryDtoEnvelope"];
|
|
1739
|
+
};
|
|
1740
|
+
};
|
|
1741
|
+
/** @description Bad Request */
|
|
1742
|
+
400: {
|
|
1743
|
+
content: {
|
|
1744
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1745
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1746
|
+
};
|
|
1747
|
+
};
|
|
1748
|
+
/** @description Unauthorized */
|
|
1749
|
+
401: {
|
|
1750
|
+
content: {
|
|
1751
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1752
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1753
|
+
};
|
|
1754
|
+
};
|
|
1755
|
+
/** @description Forbidden */
|
|
1756
|
+
403: {
|
|
1757
|
+
content: {
|
|
1758
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1759
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1760
|
+
};
|
|
1761
|
+
};
|
|
1762
|
+
};
|
|
1763
|
+
};
|
|
1764
|
+
/**
|
|
1765
|
+
* Gets the count of asset categories
|
|
1766
|
+
* @description Returns the total number of asset categories for the authenticated tenant.
|
|
1767
|
+
*/
|
|
1768
|
+
GetAssetAssetCategoriesCount: {
|
|
1769
|
+
parameters: {
|
|
1770
|
+
query: {
|
|
1771
|
+
tenantId: string;
|
|
1772
|
+
};
|
|
1773
|
+
};
|
|
1774
|
+
responses: {
|
|
1775
|
+
/** @description OK */
|
|
1776
|
+
200: {
|
|
1777
|
+
content: {
|
|
1778
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
1779
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
1780
|
+
};
|
|
1781
|
+
};
|
|
1782
|
+
/** @description Unauthorized */
|
|
1783
|
+
401: {
|
|
1784
|
+
content: {
|
|
1785
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1786
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1787
|
+
};
|
|
1788
|
+
};
|
|
1789
|
+
/** @description Forbidden */
|
|
1790
|
+
403: {
|
|
1791
|
+
content: {
|
|
1792
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1793
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1794
|
+
};
|
|
1795
|
+
};
|
|
1796
|
+
};
|
|
1797
|
+
};
|
|
1798
|
+
/**
|
|
1799
|
+
* Gets a specific asset category
|
|
1800
|
+
* @description Retrieves a specific asset category for the authenticated tenant.
|
|
1801
|
+
*/
|
|
1802
|
+
GetAssetAssetCategory: {
|
|
1803
|
+
parameters: {
|
|
1804
|
+
query: {
|
|
1805
|
+
tenantId: string;
|
|
1806
|
+
};
|
|
1807
|
+
path: {
|
|
1808
|
+
categoryId: string;
|
|
1809
|
+
};
|
|
1810
|
+
};
|
|
1811
|
+
responses: {
|
|
1812
|
+
/** @description OK */
|
|
1813
|
+
200: {
|
|
1814
|
+
content: {
|
|
1815
|
+
"application/json": components["schemas"]["AssetCategoryDtoEnvelope"];
|
|
1816
|
+
"application/xml": components["schemas"]["AssetCategoryDtoEnvelope"];
|
|
1817
|
+
};
|
|
1818
|
+
};
|
|
1819
|
+
/** @description Unauthorized */
|
|
1820
|
+
401: {
|
|
1821
|
+
content: {
|
|
1822
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1823
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1824
|
+
};
|
|
1825
|
+
};
|
|
1826
|
+
/** @description Forbidden */
|
|
1827
|
+
403: {
|
|
1828
|
+
content: {
|
|
1829
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1830
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1831
|
+
};
|
|
1832
|
+
};
|
|
1833
|
+
/** @description Not Found */
|
|
1834
|
+
404: {
|
|
1835
|
+
content: {
|
|
1836
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1837
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1838
|
+
};
|
|
1839
|
+
};
|
|
1840
|
+
};
|
|
1841
|
+
};
|
|
1842
|
+
/**
|
|
1843
|
+
* Updates an existing asset category
|
|
1844
|
+
* @description Updates an existing asset category for the authenticated tenant.
|
|
1845
|
+
*/
|
|
1846
|
+
UpdateAssetAssetCategory: {
|
|
1847
|
+
parameters: {
|
|
1848
|
+
query: {
|
|
1849
|
+
tenantId: string;
|
|
1850
|
+
};
|
|
1851
|
+
path: {
|
|
1852
|
+
categoryId: string;
|
|
1853
|
+
};
|
|
1854
|
+
};
|
|
1855
|
+
requestBody?: {
|
|
1856
|
+
content: {
|
|
1857
|
+
"application/json": components["schemas"]["AssetCategoryUpdateDto"];
|
|
1858
|
+
"application/xml": components["schemas"]["AssetCategoryUpdateDto"];
|
|
1859
|
+
};
|
|
1860
|
+
};
|
|
1861
|
+
responses: {
|
|
1862
|
+
/** @description OK */
|
|
1863
|
+
200: {
|
|
1864
|
+
content: {
|
|
1865
|
+
"application/json": components["schemas"]["AssetCategoryDtoEnvelope"];
|
|
1866
|
+
"application/xml": components["schemas"]["AssetCategoryDtoEnvelope"];
|
|
1867
|
+
};
|
|
1868
|
+
};
|
|
1869
|
+
/** @description Bad Request */
|
|
1870
|
+
400: {
|
|
1871
|
+
content: {
|
|
1872
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1873
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1874
|
+
};
|
|
1875
|
+
};
|
|
1876
|
+
/** @description Unauthorized */
|
|
1877
|
+
401: {
|
|
1878
|
+
content: {
|
|
1879
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1880
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1881
|
+
};
|
|
1882
|
+
};
|
|
1883
|
+
/** @description Forbidden */
|
|
1884
|
+
403: {
|
|
1885
|
+
content: {
|
|
1886
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1887
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1888
|
+
};
|
|
1889
|
+
};
|
|
1890
|
+
/** @description Not Found */
|
|
1891
|
+
404: {
|
|
1892
|
+
content: {
|
|
1893
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1894
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1895
|
+
};
|
|
1896
|
+
};
|
|
1897
|
+
};
|
|
1898
|
+
};
|
|
1899
|
+
/**
|
|
1900
|
+
* Deletes an existing asset category
|
|
1901
|
+
* @description Deletes an existing asset category for the authenticated tenant.
|
|
1902
|
+
*/
|
|
1903
|
+
DeleteAssetAssetCategory: {
|
|
1904
|
+
parameters: {
|
|
1905
|
+
query: {
|
|
1906
|
+
tenantId: string;
|
|
1907
|
+
};
|
|
1908
|
+
path: {
|
|
1909
|
+
categoryId: string;
|
|
1910
|
+
};
|
|
1911
|
+
};
|
|
1912
|
+
responses: {
|
|
1913
|
+
/** @description No Content */
|
|
1914
|
+
204: {
|
|
1915
|
+
content: never;
|
|
1916
|
+
};
|
|
1917
|
+
/** @description Unauthorized */
|
|
1918
|
+
401: {
|
|
1919
|
+
content: {
|
|
1920
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1921
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1922
|
+
};
|
|
1923
|
+
};
|
|
1924
|
+
/** @description Forbidden */
|
|
1925
|
+
403: {
|
|
1926
|
+
content: {
|
|
1927
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1928
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1929
|
+
};
|
|
1930
|
+
};
|
|
1931
|
+
/** @description Not Found */
|
|
1932
|
+
404: {
|
|
1933
|
+
content: {
|
|
1934
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1935
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1936
|
+
};
|
|
1937
|
+
};
|
|
1938
|
+
};
|
|
1939
|
+
};
|
|
1940
|
+
/**
|
|
1941
|
+
* Gets repairs for a specific asset
|
|
1942
|
+
* @description Retrieves all repair records for the specified asset.
|
|
1943
|
+
*/
|
|
1944
|
+
GetAssetRepairs: {
|
|
1945
|
+
parameters: {
|
|
1946
|
+
query: {
|
|
1947
|
+
tenantId: string;
|
|
1948
|
+
};
|
|
1949
|
+
path: {
|
|
1950
|
+
assetId: string;
|
|
1951
|
+
};
|
|
1952
|
+
};
|
|
1953
|
+
responses: {
|
|
1954
|
+
/** @description OK */
|
|
1955
|
+
200: {
|
|
1956
|
+
content: {
|
|
1957
|
+
"application/json": components["schemas"]["AssetRepairDtoListEnvelope"];
|
|
1958
|
+
"application/xml": components["schemas"]["AssetRepairDtoListEnvelope"];
|
|
1959
|
+
};
|
|
1960
|
+
};
|
|
1961
|
+
/** @description Unauthorized */
|
|
1962
|
+
401: {
|
|
1963
|
+
content: {
|
|
1964
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1965
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1966
|
+
};
|
|
1967
|
+
};
|
|
1968
|
+
/** @description Forbidden */
|
|
1969
|
+
403: {
|
|
1970
|
+
content: {
|
|
1971
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1972
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1973
|
+
};
|
|
1974
|
+
};
|
|
1975
|
+
};
|
|
1976
|
+
};
|
|
1977
|
+
/**
|
|
1978
|
+
* Creates a new repair for an asset
|
|
1979
|
+
* @description Creates a new repair record for the specified asset.
|
|
1980
|
+
*/
|
|
1981
|
+
CreateAssetRepair: {
|
|
1982
|
+
parameters: {
|
|
1983
|
+
query: {
|
|
1984
|
+
tenantId: string;
|
|
1985
|
+
};
|
|
1986
|
+
path: {
|
|
1987
|
+
assetId: string;
|
|
1988
|
+
};
|
|
1989
|
+
};
|
|
1990
|
+
requestBody?: {
|
|
1991
|
+
content: {
|
|
1992
|
+
"application/json": components["schemas"]["AssetRepairCreateDto"];
|
|
1993
|
+
"application/xml": components["schemas"]["AssetRepairCreateDto"];
|
|
1994
|
+
};
|
|
1995
|
+
};
|
|
1996
|
+
responses: {
|
|
1997
|
+
/** @description Created */
|
|
1998
|
+
201: {
|
|
1999
|
+
content: {
|
|
2000
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2001
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2002
|
+
};
|
|
2003
|
+
};
|
|
2004
|
+
/** @description Unauthorized */
|
|
2005
|
+
401: {
|
|
2006
|
+
content: {
|
|
2007
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2008
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2009
|
+
};
|
|
2010
|
+
};
|
|
2011
|
+
/** @description Forbidden */
|
|
2012
|
+
403: {
|
|
2013
|
+
content: {
|
|
2014
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2015
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2016
|
+
};
|
|
2017
|
+
};
|
|
2018
|
+
};
|
|
2019
|
+
};
|
|
2020
|
+
/**
|
|
2021
|
+
* Gets count of repairs for a specific asset
|
|
2022
|
+
* @description Returns the total number of repair records for the specified asset.
|
|
2023
|
+
*/
|
|
2024
|
+
GetAssetRepairsCount: {
|
|
2025
|
+
parameters: {
|
|
2026
|
+
query: {
|
|
2027
|
+
tenantId: string;
|
|
2028
|
+
};
|
|
2029
|
+
path: {
|
|
2030
|
+
assetId: string;
|
|
2031
|
+
};
|
|
2032
|
+
};
|
|
2033
|
+
responses: {
|
|
2034
|
+
/** @description OK */
|
|
2035
|
+
200: {
|
|
2036
|
+
content: {
|
|
2037
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
2038
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
2039
|
+
};
|
|
2040
|
+
};
|
|
2041
|
+
/** @description Unauthorized */
|
|
2042
|
+
401: {
|
|
2043
|
+
content: {
|
|
2044
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2045
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2046
|
+
};
|
|
2047
|
+
};
|
|
2048
|
+
/** @description Forbidden */
|
|
2049
|
+
403: {
|
|
2050
|
+
content: {
|
|
2051
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2052
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2053
|
+
};
|
|
2054
|
+
};
|
|
2055
|
+
};
|
|
2056
|
+
};
|
|
2057
|
+
/**
|
|
2058
|
+
* Gets a specific repair for an asset
|
|
2059
|
+
* @description Retrieves a specific repair record by ID for the specified asset.
|
|
2060
|
+
*/
|
|
2061
|
+
GetAssetRepair: {
|
|
2062
|
+
parameters: {
|
|
2063
|
+
query: {
|
|
2064
|
+
tenantId: string;
|
|
2065
|
+
};
|
|
2066
|
+
path: {
|
|
2067
|
+
assetId: string;
|
|
2068
|
+
repairId: string;
|
|
2069
|
+
};
|
|
2070
|
+
};
|
|
2071
|
+
responses: {
|
|
2072
|
+
/** @description OK */
|
|
2073
|
+
200: {
|
|
2074
|
+
content: {
|
|
2075
|
+
"application/json": components["schemas"]["AssetRepairDtoEnvelope"];
|
|
2076
|
+
"application/xml": components["schemas"]["AssetRepairDtoEnvelope"];
|
|
2077
|
+
};
|
|
2078
|
+
};
|
|
2079
|
+
/** @description Unauthorized */
|
|
2080
|
+
401: {
|
|
2081
|
+
content: {
|
|
2082
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2083
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2084
|
+
};
|
|
2085
|
+
};
|
|
2086
|
+
/** @description Forbidden */
|
|
2087
|
+
403: {
|
|
2088
|
+
content: {
|
|
2089
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2090
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2091
|
+
};
|
|
2092
|
+
};
|
|
2093
|
+
};
|
|
2094
|
+
};
|
|
2095
|
+
/**
|
|
2096
|
+
* Updates a repair for an asset
|
|
2097
|
+
* @description Updates an existing repair record for the specified asset.
|
|
2098
|
+
*/
|
|
2099
|
+
UpdateAssetRepair: {
|
|
2100
|
+
parameters: {
|
|
2101
|
+
query: {
|
|
2102
|
+
tenantId: string;
|
|
2103
|
+
};
|
|
2104
|
+
path: {
|
|
2105
|
+
assetId: string;
|
|
2106
|
+
repairId: string;
|
|
2107
|
+
};
|
|
2108
|
+
};
|
|
2109
|
+
requestBody?: {
|
|
2110
|
+
content: {
|
|
2111
|
+
"application/json": components["schemas"]["AssetRepairUpdateDto"];
|
|
2112
|
+
"application/xml": components["schemas"]["AssetRepairUpdateDto"];
|
|
2113
|
+
};
|
|
2114
|
+
};
|
|
2115
|
+
responses: {
|
|
2116
|
+
/** @description OK */
|
|
2117
|
+
200: {
|
|
2118
|
+
content: {
|
|
2119
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2120
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2121
|
+
};
|
|
2122
|
+
};
|
|
2123
|
+
/** @description Unauthorized */
|
|
2124
|
+
401: {
|
|
2125
|
+
content: {
|
|
2126
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2127
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2128
|
+
};
|
|
2129
|
+
};
|
|
2130
|
+
/** @description Forbidden */
|
|
2131
|
+
403: {
|
|
2132
|
+
content: {
|
|
2133
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2134
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2135
|
+
};
|
|
2136
|
+
};
|
|
2137
|
+
};
|
|
2138
|
+
};
|
|
2139
|
+
/**
|
|
2140
|
+
* Deletes a repair for an asset
|
|
2141
|
+
* @description Deletes a repair record for the specified asset.
|
|
2142
|
+
*/
|
|
2143
|
+
DeleteAssetRepair: {
|
|
2144
|
+
parameters: {
|
|
2145
|
+
query: {
|
|
2146
|
+
tenantId: string;
|
|
2147
|
+
};
|
|
2148
|
+
path: {
|
|
2149
|
+
assetId: string;
|
|
2150
|
+
repairId: string;
|
|
2151
|
+
};
|
|
2152
|
+
};
|
|
2153
|
+
responses: {
|
|
2154
|
+
/** @description OK */
|
|
2155
|
+
200: {
|
|
2156
|
+
content: {
|
|
2157
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2158
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2159
|
+
};
|
|
2160
|
+
};
|
|
2161
|
+
/** @description Unauthorized */
|
|
2162
|
+
401: {
|
|
2163
|
+
content: {
|
|
2164
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2165
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2166
|
+
};
|
|
2167
|
+
};
|
|
2168
|
+
/** @description Forbidden */
|
|
2169
|
+
403: {
|
|
2170
|
+
content: {
|
|
2171
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2172
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2173
|
+
};
|
|
2174
|
+
};
|
|
2175
|
+
};
|
|
2176
|
+
};
|
|
2177
|
+
/**
|
|
2178
|
+
* Gets value amendments for a specific asset
|
|
2179
|
+
* @description Retrieves all value amendment records for the specified asset.
|
|
2180
|
+
*/
|
|
2181
|
+
GetAssetValueAmends: {
|
|
2182
|
+
parameters: {
|
|
2183
|
+
query: {
|
|
2184
|
+
tenantId: string;
|
|
2185
|
+
};
|
|
2186
|
+
path: {
|
|
2187
|
+
assetId: string;
|
|
2188
|
+
};
|
|
2189
|
+
};
|
|
2190
|
+
responses: {
|
|
2191
|
+
/** @description OK */
|
|
2192
|
+
200: {
|
|
2193
|
+
content: {
|
|
2194
|
+
"application/json": components["schemas"]["AssetValueAmendDtoListEnvelope"];
|
|
2195
|
+
"application/xml": components["schemas"]["AssetValueAmendDtoListEnvelope"];
|
|
2196
|
+
};
|
|
2197
|
+
};
|
|
2198
|
+
/** @description Unauthorized */
|
|
2199
|
+
401: {
|
|
2200
|
+
content: {
|
|
2201
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2202
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2203
|
+
};
|
|
2204
|
+
};
|
|
2205
|
+
/** @description Forbidden */
|
|
2206
|
+
403: {
|
|
2207
|
+
content: {
|
|
2208
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2209
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2210
|
+
};
|
|
2211
|
+
};
|
|
2212
|
+
};
|
|
2213
|
+
};
|
|
2214
|
+
/**
|
|
2215
|
+
* Creates a new value amendment for an asset
|
|
2216
|
+
* @description Creates a new value amendment record for the specified asset.
|
|
2217
|
+
*/
|
|
2218
|
+
CreateAssetValueAmend: {
|
|
2219
|
+
parameters: {
|
|
2220
|
+
query: {
|
|
2221
|
+
tenantId: string;
|
|
2222
|
+
};
|
|
2223
|
+
path: {
|
|
2224
|
+
assetId: string;
|
|
2225
|
+
};
|
|
2226
|
+
};
|
|
2227
|
+
requestBody?: {
|
|
2228
|
+
content: {
|
|
2229
|
+
"application/json": components["schemas"]["AssetValueAmendCreateDto"];
|
|
2230
|
+
"application/xml": components["schemas"]["AssetValueAmendCreateDto"];
|
|
2231
|
+
};
|
|
2232
|
+
};
|
|
2233
|
+
responses: {
|
|
2234
|
+
/** @description Created */
|
|
2235
|
+
201: {
|
|
2236
|
+
content: {
|
|
2237
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2238
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2239
|
+
};
|
|
2240
|
+
};
|
|
2241
|
+
/** @description Unauthorized */
|
|
2242
|
+
401: {
|
|
2243
|
+
content: {
|
|
2244
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2245
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2246
|
+
};
|
|
2247
|
+
};
|
|
2248
|
+
/** @description Forbidden */
|
|
2249
|
+
403: {
|
|
2250
|
+
content: {
|
|
2251
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2252
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2253
|
+
};
|
|
2254
|
+
};
|
|
2255
|
+
};
|
|
2256
|
+
};
|
|
2257
|
+
/**
|
|
2258
|
+
* Gets count of value amendments for a specific asset
|
|
2259
|
+
* @description Returns the total number of value amendment records for the specified asset.
|
|
2260
|
+
*/
|
|
2261
|
+
GetAssetValueAmendsCount: {
|
|
2262
|
+
parameters: {
|
|
2263
|
+
query: {
|
|
2264
|
+
tenantId: string;
|
|
2265
|
+
};
|
|
2266
|
+
path: {
|
|
2267
|
+
assetId: string;
|
|
2268
|
+
};
|
|
2269
|
+
};
|
|
2270
|
+
responses: {
|
|
2271
|
+
/** @description OK */
|
|
2272
|
+
200: {
|
|
2273
|
+
content: {
|
|
2274
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
2275
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
2276
|
+
};
|
|
2277
|
+
};
|
|
2278
|
+
/** @description Unauthorized */
|
|
2279
|
+
401: {
|
|
2280
|
+
content: {
|
|
2281
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2282
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2283
|
+
};
|
|
2284
|
+
};
|
|
2285
|
+
/** @description Forbidden */
|
|
2286
|
+
403: {
|
|
2287
|
+
content: {
|
|
2288
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2289
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2290
|
+
};
|
|
2291
|
+
};
|
|
2292
|
+
};
|
|
2293
|
+
};
|
|
2294
|
+
/**
|
|
2295
|
+
* Gets a specific value amendment for an asset
|
|
2296
|
+
* @description Retrieves a specific value amendment record by ID for the specified asset.
|
|
2297
|
+
*/
|
|
2298
|
+
GetAssetValueAmend: {
|
|
2299
|
+
parameters: {
|
|
2300
|
+
query: {
|
|
2301
|
+
tenantId: string;
|
|
2302
|
+
};
|
|
2303
|
+
path: {
|
|
2304
|
+
assetId: string;
|
|
2305
|
+
amendId: string;
|
|
2306
|
+
};
|
|
2307
|
+
};
|
|
2308
|
+
responses: {
|
|
2309
|
+
/** @description OK */
|
|
2310
|
+
200: {
|
|
2311
|
+
content: {
|
|
2312
|
+
"application/json": components["schemas"]["AssetValueAmendDtoEnvelope"];
|
|
2313
|
+
"application/xml": components["schemas"]["AssetValueAmendDtoEnvelope"];
|
|
2314
|
+
};
|
|
2315
|
+
};
|
|
2316
|
+
/** @description Unauthorized */
|
|
2317
|
+
401: {
|
|
2318
|
+
content: {
|
|
2319
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2320
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2321
|
+
};
|
|
2322
|
+
};
|
|
2323
|
+
/** @description Forbidden */
|
|
2324
|
+
403: {
|
|
2325
|
+
content: {
|
|
2326
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2327
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2328
|
+
};
|
|
2329
|
+
};
|
|
2330
|
+
};
|
|
2331
|
+
};
|
|
2332
|
+
/**
|
|
2333
|
+
* Updates a value amendment for an asset
|
|
2334
|
+
* @description Updates an existing value amendment record for the specified asset.
|
|
2335
|
+
*/
|
|
2336
|
+
UpdateAssetValueAmend: {
|
|
2337
|
+
parameters: {
|
|
2338
|
+
query: {
|
|
2339
|
+
tenantId: string;
|
|
2340
|
+
};
|
|
2341
|
+
path: {
|
|
2342
|
+
assetId: string;
|
|
2343
|
+
amendId: string;
|
|
2344
|
+
};
|
|
2345
|
+
};
|
|
2346
|
+
requestBody?: {
|
|
2347
|
+
content: {
|
|
2348
|
+
"application/json": components["schemas"]["AssetValueAmendUpdateDto"];
|
|
2349
|
+
"application/xml": components["schemas"]["AssetValueAmendUpdateDto"];
|
|
2350
|
+
};
|
|
2351
|
+
};
|
|
2352
|
+
responses: {
|
|
2353
|
+
/** @description OK */
|
|
2354
|
+
200: {
|
|
2355
|
+
content: {
|
|
2356
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2357
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2358
|
+
};
|
|
2359
|
+
};
|
|
2360
|
+
/** @description Unauthorized */
|
|
2361
|
+
401: {
|
|
2362
|
+
content: {
|
|
2363
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2364
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2365
|
+
};
|
|
2366
|
+
};
|
|
2367
|
+
/** @description Forbidden */
|
|
2368
|
+
403: {
|
|
2369
|
+
content: {
|
|
2370
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2371
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2372
|
+
};
|
|
2373
|
+
};
|
|
2374
|
+
};
|
|
2375
|
+
};
|
|
2376
|
+
/**
|
|
2377
|
+
* Deletes a value amendment for an asset
|
|
2378
|
+
* @description Deletes a value amendment record for the specified asset.
|
|
2379
|
+
*/
|
|
2380
|
+
DeleteAssetValueAmend: {
|
|
2381
|
+
parameters: {
|
|
2382
|
+
query: {
|
|
2383
|
+
tenantId: string;
|
|
2384
|
+
};
|
|
2385
|
+
path: {
|
|
2386
|
+
assetId: string;
|
|
2387
|
+
amendId: string;
|
|
2388
|
+
};
|
|
2389
|
+
};
|
|
2390
|
+
responses: {
|
|
2391
|
+
/** @description OK */
|
|
2392
|
+
200: {
|
|
2393
|
+
content: {
|
|
2394
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2395
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2396
|
+
};
|
|
2397
|
+
};
|
|
2398
|
+
/** @description Unauthorized */
|
|
2399
|
+
401: {
|
|
2400
|
+
content: {
|
|
2401
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2402
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2403
|
+
};
|
|
2404
|
+
};
|
|
2405
|
+
/** @description Forbidden */
|
|
2406
|
+
403: {
|
|
2407
|
+
content: {
|
|
2408
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2409
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2410
|
+
};
|
|
2411
|
+
};
|
|
2412
|
+
};
|
|
2413
|
+
};
|
|
2414
|
+
/**
|
|
2415
|
+
* Gets depreciation records for a specific asset
|
|
2416
|
+
* @description Retrieves all depreciation records for the specified asset.
|
|
2417
|
+
*/
|
|
2418
|
+
GetAssetDepreciationRecords: {
|
|
2419
|
+
parameters: {
|
|
2420
|
+
query: {
|
|
2421
|
+
tenantId: string;
|
|
2422
|
+
};
|
|
2423
|
+
path: {
|
|
2424
|
+
assetId: string;
|
|
2425
|
+
};
|
|
2426
|
+
};
|
|
2427
|
+
responses: {
|
|
2428
|
+
/** @description OK */
|
|
2429
|
+
200: {
|
|
2430
|
+
content: {
|
|
2431
|
+
"application/json": components["schemas"]["AssetDepreciationRecordDtoListEnvelope"];
|
|
2432
|
+
"application/xml": components["schemas"]["AssetDepreciationRecordDtoListEnvelope"];
|
|
2433
|
+
};
|
|
2434
|
+
};
|
|
2435
|
+
/** @description Unauthorized */
|
|
2436
|
+
401: {
|
|
2437
|
+
content: {
|
|
2438
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2439
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2440
|
+
};
|
|
2441
|
+
};
|
|
2442
|
+
/** @description Forbidden */
|
|
2443
|
+
403: {
|
|
2444
|
+
content: {
|
|
2445
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2446
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2447
|
+
};
|
|
2448
|
+
};
|
|
2449
|
+
};
|
|
2450
|
+
};
|
|
2451
|
+
/**
|
|
2452
|
+
* Creates a new depreciation record for an asset
|
|
2453
|
+
* @description Creates a new depreciation record for the specified asset.
|
|
2454
|
+
*/
|
|
2455
|
+
CreateAssetDepreciationRecord: {
|
|
2456
|
+
parameters: {
|
|
2457
|
+
query: {
|
|
2458
|
+
tenantId: string;
|
|
2459
|
+
};
|
|
2460
|
+
path: {
|
|
2461
|
+
assetId: string;
|
|
2462
|
+
};
|
|
2463
|
+
};
|
|
2464
|
+
requestBody?: {
|
|
2465
|
+
content: {
|
|
2466
|
+
"application/json": components["schemas"]["AssetDepreciationRecordCreateDto"];
|
|
2467
|
+
"application/xml": components["schemas"]["AssetDepreciationRecordCreateDto"];
|
|
2468
|
+
};
|
|
2469
|
+
};
|
|
2470
|
+
responses: {
|
|
2471
|
+
/** @description Created */
|
|
2472
|
+
201: {
|
|
2473
|
+
content: {
|
|
2474
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2475
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2476
|
+
};
|
|
2477
|
+
};
|
|
2478
|
+
/** @description Unauthorized */
|
|
2479
|
+
401: {
|
|
2480
|
+
content: {
|
|
2481
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2482
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2483
|
+
};
|
|
2484
|
+
};
|
|
2485
|
+
/** @description Forbidden */
|
|
2486
|
+
403: {
|
|
2487
|
+
content: {
|
|
2488
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2489
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2490
|
+
};
|
|
2491
|
+
};
|
|
2492
|
+
};
|
|
2493
|
+
};
|
|
2494
|
+
/**
|
|
2495
|
+
* Gets count of depreciation records for a specific asset
|
|
2496
|
+
* @description Returns the total number of depreciation records for the specified asset.
|
|
2497
|
+
*/
|
|
2498
|
+
GetAssetDepreciationRecordsCount: {
|
|
2499
|
+
parameters: {
|
|
2500
|
+
query: {
|
|
2501
|
+
tenantId: string;
|
|
2502
|
+
};
|
|
2503
|
+
path: {
|
|
2504
|
+
assetId: string;
|
|
2505
|
+
};
|
|
2506
|
+
};
|
|
2507
|
+
responses: {
|
|
2508
|
+
/** @description OK */
|
|
2509
|
+
200: {
|
|
2510
|
+
content: {
|
|
2511
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
2512
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
2513
|
+
};
|
|
2514
|
+
};
|
|
2515
|
+
/** @description Unauthorized */
|
|
2516
|
+
401: {
|
|
2517
|
+
content: {
|
|
2518
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2519
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2520
|
+
};
|
|
2521
|
+
};
|
|
2522
|
+
/** @description Forbidden */
|
|
2523
|
+
403: {
|
|
2524
|
+
content: {
|
|
2525
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2526
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2527
|
+
};
|
|
2528
|
+
};
|
|
2529
|
+
};
|
|
2530
|
+
};
|
|
2531
|
+
/**
|
|
2532
|
+
* Gets a specific depreciation record for an asset
|
|
2533
|
+
* @description Retrieves a specific depreciation record by ID for the specified asset.
|
|
2534
|
+
*/
|
|
2535
|
+
GetAssetDepreciationRecord: {
|
|
2536
|
+
parameters: {
|
|
2537
|
+
query: {
|
|
2538
|
+
tenantId: string;
|
|
2539
|
+
};
|
|
2540
|
+
path: {
|
|
2541
|
+
assetId: string;
|
|
2542
|
+
recordId: string;
|
|
2543
|
+
};
|
|
2544
|
+
};
|
|
2545
|
+
responses: {
|
|
2546
|
+
/** @description OK */
|
|
2547
|
+
200: {
|
|
2548
|
+
content: {
|
|
2549
|
+
"application/json": components["schemas"]["AssetDepreciationRecordDtoEnvelope"];
|
|
2550
|
+
"application/xml": components["schemas"]["AssetDepreciationRecordDtoEnvelope"];
|
|
2551
|
+
};
|
|
2552
|
+
};
|
|
2553
|
+
/** @description Unauthorized */
|
|
2554
|
+
401: {
|
|
2555
|
+
content: {
|
|
2556
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2557
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2558
|
+
};
|
|
2559
|
+
};
|
|
2560
|
+
/** @description Forbidden */
|
|
2561
|
+
403: {
|
|
2562
|
+
content: {
|
|
2563
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2564
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2565
|
+
};
|
|
2566
|
+
};
|
|
2567
|
+
};
|
|
2568
|
+
};
|
|
2569
|
+
/**
|
|
2570
|
+
* Updates a depreciation record for an asset
|
|
2571
|
+
* @description Updates an existing depreciation record for the specified asset.
|
|
2572
|
+
*/
|
|
2573
|
+
UpdateAssetDepreciationRecord: {
|
|
2574
|
+
parameters: {
|
|
2575
|
+
query: {
|
|
2576
|
+
tenantId: string;
|
|
2577
|
+
};
|
|
2578
|
+
path: {
|
|
2579
|
+
assetId: string;
|
|
2580
|
+
recordId: string;
|
|
2581
|
+
};
|
|
2582
|
+
};
|
|
2583
|
+
requestBody?: {
|
|
2584
|
+
content: {
|
|
2585
|
+
"application/json": components["schemas"]["AssetDepreciationRecordUpdateDto"];
|
|
2586
|
+
"application/xml": components["schemas"]["AssetDepreciationRecordUpdateDto"];
|
|
2587
|
+
};
|
|
2588
|
+
};
|
|
2589
|
+
responses: {
|
|
2590
|
+
/** @description OK */
|
|
2591
|
+
200: {
|
|
2592
|
+
content: {
|
|
2593
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2594
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2595
|
+
};
|
|
2596
|
+
};
|
|
2597
|
+
/** @description Unauthorized */
|
|
2598
|
+
401: {
|
|
2599
|
+
content: {
|
|
2600
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2601
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2602
|
+
};
|
|
2603
|
+
};
|
|
2604
|
+
/** @description Forbidden */
|
|
2605
|
+
403: {
|
|
2606
|
+
content: {
|
|
2607
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2608
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2609
|
+
};
|
|
2610
|
+
};
|
|
2611
|
+
};
|
|
2612
|
+
};
|
|
2613
|
+
/**
|
|
2614
|
+
* Deletes a depreciation record for an asset
|
|
2615
|
+
* @description Deletes a depreciation record for the specified asset.
|
|
2616
|
+
*/
|
|
2617
|
+
DeleteAssetDepreciationRecord: {
|
|
2618
|
+
parameters: {
|
|
2619
|
+
query: {
|
|
2620
|
+
tenantId: string;
|
|
2621
|
+
};
|
|
2622
|
+
path: {
|
|
2623
|
+
assetId: string;
|
|
2624
|
+
recordId: string;
|
|
2625
|
+
};
|
|
2626
|
+
};
|
|
2627
|
+
responses: {
|
|
2628
|
+
/** @description OK */
|
|
2629
|
+
200: {
|
|
2630
|
+
content: {
|
|
2631
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2632
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2633
|
+
};
|
|
2634
|
+
};
|
|
2635
|
+
/** @description Unauthorized */
|
|
2636
|
+
401: {
|
|
2637
|
+
content: {
|
|
2638
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2639
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2640
|
+
};
|
|
2641
|
+
};
|
|
2642
|
+
/** @description Forbidden */
|
|
2643
|
+
403: {
|
|
2644
|
+
content: {
|
|
2645
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2646
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2647
|
+
};
|
|
2648
|
+
};
|
|
2649
|
+
};
|
|
2650
|
+
};
|
|
2651
|
+
/**
|
|
2652
|
+
* Gets transfers for a specific asset
|
|
2653
|
+
* @description Retrieves all transfer records for the specified asset.
|
|
2654
|
+
*/
|
|
2655
|
+
GetAssetTransfers: {
|
|
2656
|
+
parameters: {
|
|
2657
|
+
query: {
|
|
2658
|
+
tenantId: string;
|
|
2659
|
+
};
|
|
2660
|
+
path: {
|
|
2661
|
+
assetId: string;
|
|
2662
|
+
};
|
|
2663
|
+
};
|
|
2664
|
+
responses: {
|
|
2665
|
+
/** @description OK */
|
|
2666
|
+
200: {
|
|
2667
|
+
content: {
|
|
2668
|
+
"application/json": components["schemas"]["AssetTransferDtoListEnvelope"];
|
|
2669
|
+
"application/xml": components["schemas"]["AssetTransferDtoListEnvelope"];
|
|
2670
|
+
};
|
|
2671
|
+
};
|
|
2672
|
+
/** @description Unauthorized */
|
|
2673
|
+
401: {
|
|
2674
|
+
content: {
|
|
2675
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2676
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2677
|
+
};
|
|
2678
|
+
};
|
|
2679
|
+
/** @description Forbidden */
|
|
2680
|
+
403: {
|
|
2681
|
+
content: {
|
|
2682
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2683
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2684
|
+
};
|
|
2685
|
+
};
|
|
2686
|
+
};
|
|
2687
|
+
};
|
|
2688
|
+
/**
|
|
2689
|
+
* Creates a new transfer for an asset
|
|
2690
|
+
* @description Creates a new transfer record for the specified asset.
|
|
2691
|
+
*/
|
|
2692
|
+
CreateAssetTransfer: {
|
|
2693
|
+
parameters: {
|
|
2694
|
+
query: {
|
|
2695
|
+
tenantId: string;
|
|
2696
|
+
};
|
|
2697
|
+
path: {
|
|
2698
|
+
assetId: string;
|
|
2699
|
+
};
|
|
2700
|
+
};
|
|
2701
|
+
requestBody?: {
|
|
2702
|
+
content: {
|
|
2703
|
+
"application/json": components["schemas"]["AssetTransferCreateDto"];
|
|
2704
|
+
"application/xml": components["schemas"]["AssetTransferCreateDto"];
|
|
2705
|
+
};
|
|
2706
|
+
};
|
|
2707
|
+
responses: {
|
|
2708
|
+
/** @description Created */
|
|
2709
|
+
201: {
|
|
2710
|
+
content: {
|
|
2711
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2712
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2713
|
+
};
|
|
2714
|
+
};
|
|
2715
|
+
/** @description Unauthorized */
|
|
2716
|
+
401: {
|
|
2717
|
+
content: {
|
|
2718
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2719
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2720
|
+
};
|
|
2721
|
+
};
|
|
2722
|
+
/** @description Forbidden */
|
|
2723
|
+
403: {
|
|
2724
|
+
content: {
|
|
2725
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2726
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2727
|
+
};
|
|
2728
|
+
};
|
|
2729
|
+
};
|
|
2730
|
+
};
|
|
2731
|
+
/**
|
|
2732
|
+
* Gets count of transfers for a specific asset
|
|
2733
|
+
* @description Returns the total number of transfer records for the specified asset.
|
|
2734
|
+
*/
|
|
2735
|
+
GetAssetTransfersCount: {
|
|
2736
|
+
parameters: {
|
|
2737
|
+
query: {
|
|
2738
|
+
tenantId: string;
|
|
2739
|
+
};
|
|
2740
|
+
path: {
|
|
2741
|
+
assetId: string;
|
|
2742
|
+
};
|
|
2743
|
+
};
|
|
2744
|
+
responses: {
|
|
2745
|
+
/** @description OK */
|
|
2746
|
+
200: {
|
|
2747
|
+
content: {
|
|
2748
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
2749
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
2750
|
+
};
|
|
2751
|
+
};
|
|
2752
|
+
/** @description Unauthorized */
|
|
2753
|
+
401: {
|
|
2754
|
+
content: {
|
|
2755
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2756
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2757
|
+
};
|
|
2758
|
+
};
|
|
2759
|
+
/** @description Forbidden */
|
|
2760
|
+
403: {
|
|
2761
|
+
content: {
|
|
2762
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2763
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2764
|
+
};
|
|
2765
|
+
};
|
|
2766
|
+
};
|
|
2767
|
+
};
|
|
2768
|
+
/**
|
|
2769
|
+
* Gets a specific transfer for an asset
|
|
2770
|
+
* @description Retrieves a specific transfer record by ID for the specified asset.
|
|
2771
|
+
*/
|
|
2772
|
+
GetAssetTransfer: {
|
|
2773
|
+
parameters: {
|
|
2774
|
+
query: {
|
|
2775
|
+
tenantId: string;
|
|
2776
|
+
};
|
|
2777
|
+
path: {
|
|
2778
|
+
assetId: string;
|
|
2779
|
+
transferId: string;
|
|
2780
|
+
};
|
|
2781
|
+
};
|
|
2782
|
+
responses: {
|
|
2783
|
+
/** @description OK */
|
|
2784
|
+
200: {
|
|
2785
|
+
content: {
|
|
2786
|
+
"application/json": components["schemas"]["AssetTransferDtoEnvelope"];
|
|
2787
|
+
"application/xml": components["schemas"]["AssetTransferDtoEnvelope"];
|
|
2788
|
+
};
|
|
2789
|
+
};
|
|
2790
|
+
/** @description Unauthorized */
|
|
2791
|
+
401: {
|
|
2792
|
+
content: {
|
|
2793
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2794
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2795
|
+
};
|
|
2796
|
+
};
|
|
2797
|
+
/** @description Forbidden */
|
|
2798
|
+
403: {
|
|
2799
|
+
content: {
|
|
2800
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2801
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2802
|
+
};
|
|
2803
|
+
};
|
|
2804
|
+
};
|
|
2805
|
+
};
|
|
2806
|
+
/**
|
|
2807
|
+
* Updates a transfer for an asset
|
|
2808
|
+
* @description Updates an existing transfer record for the specified asset.
|
|
2809
|
+
*/
|
|
2810
|
+
UpdateAssetTransfer: {
|
|
2811
|
+
parameters: {
|
|
2812
|
+
query: {
|
|
2813
|
+
tenantId: string;
|
|
2814
|
+
};
|
|
2815
|
+
path: {
|
|
2816
|
+
assetId: string;
|
|
2817
|
+
transferId: string;
|
|
2818
|
+
};
|
|
2819
|
+
};
|
|
2820
|
+
requestBody?: {
|
|
2821
|
+
content: {
|
|
2822
|
+
"application/json": components["schemas"]["AssetTransferUpdateDto"];
|
|
2823
|
+
"application/xml": components["schemas"]["AssetTransferUpdateDto"];
|
|
2824
|
+
};
|
|
2825
|
+
};
|
|
2826
|
+
responses: {
|
|
2827
|
+
/** @description OK */
|
|
2828
|
+
200: {
|
|
2829
|
+
content: {
|
|
2830
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2831
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2832
|
+
};
|
|
2833
|
+
};
|
|
2834
|
+
/** @description Unauthorized */
|
|
2835
|
+
401: {
|
|
2836
|
+
content: {
|
|
2837
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2838
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2839
|
+
};
|
|
2840
|
+
};
|
|
2841
|
+
/** @description Forbidden */
|
|
2842
|
+
403: {
|
|
2843
|
+
content: {
|
|
2844
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2845
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2846
|
+
};
|
|
2847
|
+
};
|
|
2848
|
+
};
|
|
2849
|
+
};
|
|
2850
|
+
/**
|
|
2851
|
+
* Deletes a transfer for an asset
|
|
2852
|
+
* @description Deletes a transfer record for the specified asset.
|
|
2853
|
+
*/
|
|
2854
|
+
DeleteAssetTransfer: {
|
|
2855
|
+
parameters: {
|
|
2856
|
+
query: {
|
|
2857
|
+
tenantId: string;
|
|
2858
|
+
};
|
|
2859
|
+
path: {
|
|
2860
|
+
assetId: string;
|
|
2861
|
+
transferId: string;
|
|
2862
|
+
};
|
|
2863
|
+
};
|
|
2864
|
+
responses: {
|
|
2865
|
+
/** @description OK */
|
|
2866
|
+
200: {
|
|
2867
|
+
content: {
|
|
2868
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2869
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2870
|
+
};
|
|
2871
|
+
};
|
|
2872
|
+
/** @description Unauthorized */
|
|
2873
|
+
401: {
|
|
2874
|
+
content: {
|
|
2875
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2876
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2877
|
+
};
|
|
2878
|
+
};
|
|
2879
|
+
/** @description Forbidden */
|
|
2880
|
+
403: {
|
|
2881
|
+
content: {
|
|
2882
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2883
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2884
|
+
};
|
|
2885
|
+
};
|
|
2886
|
+
};
|
|
2887
|
+
};
|
|
2888
|
+
/**
|
|
2889
|
+
* Gets a list of asset transfers
|
|
2890
|
+
* @description Retrieves all asset transfers for the authenticated tenant.
|
|
2891
|
+
*/
|
|
2892
|
+
GetAssetTransfersAsync: {
|
|
2893
|
+
parameters: {
|
|
2894
|
+
query: {
|
|
2895
|
+
tenantId: string;
|
|
2896
|
+
};
|
|
2897
|
+
};
|
|
2898
|
+
responses: {
|
|
2899
|
+
/** @description OK */
|
|
2900
|
+
200: {
|
|
2901
|
+
content: {
|
|
2902
|
+
"application/json": components["schemas"]["AssetTransferDtoListEnvelope"];
|
|
2903
|
+
"application/xml": components["schemas"]["AssetTransferDtoListEnvelope"];
|
|
2904
|
+
};
|
|
2905
|
+
};
|
|
2906
|
+
/** @description Unauthorized */
|
|
2907
|
+
401: {
|
|
2908
|
+
content: {
|
|
2909
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2910
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2911
|
+
};
|
|
2912
|
+
};
|
|
2913
|
+
/** @description Forbidden */
|
|
2914
|
+
403: {
|
|
2915
|
+
content: {
|
|
2916
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2917
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2918
|
+
};
|
|
2919
|
+
};
|
|
2920
|
+
};
|
|
2921
|
+
};
|
|
2922
|
+
/**
|
|
2923
|
+
* Creates a new asset transfer
|
|
2924
|
+
* @description Creates a new asset transfer for the authenticated tenant.
|
|
2925
|
+
*/
|
|
2926
|
+
CreateAssetTransferAsync: {
|
|
2927
|
+
parameters: {
|
|
2928
|
+
query: {
|
|
2929
|
+
tenantId: string;
|
|
2930
|
+
};
|
|
2931
|
+
};
|
|
2932
|
+
requestBody?: {
|
|
2933
|
+
content: {
|
|
2934
|
+
"application/json": components["schemas"]["AssetTransferCreateDto"];
|
|
2935
|
+
"application/xml": components["schemas"]["AssetTransferCreateDto"];
|
|
2936
|
+
};
|
|
2937
|
+
};
|
|
2938
|
+
responses: {
|
|
2939
|
+
/** @description Created */
|
|
2940
|
+
201: {
|
|
2941
|
+
content: {
|
|
2942
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2943
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2944
|
+
};
|
|
2945
|
+
};
|
|
2946
|
+
/** @description Unauthorized */
|
|
2947
|
+
401: {
|
|
2948
|
+
content: {
|
|
2949
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2950
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2951
|
+
};
|
|
2952
|
+
};
|
|
2953
|
+
/** @description Forbidden */
|
|
2954
|
+
403: {
|
|
2955
|
+
content: {
|
|
2956
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2957
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2958
|
+
};
|
|
2959
|
+
};
|
|
2960
|
+
};
|
|
2961
|
+
};
|
|
2962
|
+
/**
|
|
2963
|
+
* Gets the count of asset transfers
|
|
2964
|
+
* @description Returns the total number of asset transfers for the authenticated tenant.
|
|
2965
|
+
*/
|
|
2966
|
+
GetAssetTransfersCountAsync: {
|
|
2967
|
+
parameters: {
|
|
2968
|
+
query: {
|
|
2969
|
+
tenantId: string;
|
|
2970
|
+
};
|
|
2971
|
+
};
|
|
2972
|
+
responses: {
|
|
2973
|
+
/** @description OK */
|
|
2974
|
+
200: {
|
|
2975
|
+
content: {
|
|
2976
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
2977
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
2978
|
+
};
|
|
2979
|
+
};
|
|
2980
|
+
/** @description Unauthorized */
|
|
2981
|
+
401: {
|
|
2982
|
+
content: {
|
|
2983
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2984
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2985
|
+
};
|
|
2986
|
+
};
|
|
2987
|
+
/** @description Forbidden */
|
|
2988
|
+
403: {
|
|
2989
|
+
content: {
|
|
2990
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2991
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2992
|
+
};
|
|
2993
|
+
};
|
|
2994
|
+
};
|
|
2995
|
+
};
|
|
2996
|
+
/**
|
|
2997
|
+
* Gets a single asset transfer by ID
|
|
2998
|
+
* @description Retrieves a specific asset transfer by its ID for the authenticated tenant.
|
|
2999
|
+
*/
|
|
3000
|
+
GetAssetTransferAsync: {
|
|
3001
|
+
parameters: {
|
|
3002
|
+
query: {
|
|
3003
|
+
tenantId: string;
|
|
3004
|
+
};
|
|
3005
|
+
path: {
|
|
3006
|
+
transferId: string;
|
|
3007
|
+
};
|
|
3008
|
+
};
|
|
3009
|
+
responses: {
|
|
3010
|
+
/** @description OK */
|
|
3011
|
+
200: {
|
|
3012
|
+
content: {
|
|
3013
|
+
"application/json": components["schemas"]["AssetTransferDtoEnvelope"];
|
|
3014
|
+
"application/xml": components["schemas"]["AssetTransferDtoEnvelope"];
|
|
3015
|
+
};
|
|
3016
|
+
};
|
|
3017
|
+
/** @description Unauthorized */
|
|
3018
|
+
401: {
|
|
3019
|
+
content: {
|
|
3020
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3021
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3022
|
+
};
|
|
3023
|
+
};
|
|
3024
|
+
/** @description Forbidden */
|
|
3025
|
+
403: {
|
|
3026
|
+
content: {
|
|
3027
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3028
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3029
|
+
};
|
|
3030
|
+
};
|
|
3031
|
+
};
|
|
3032
|
+
};
|
|
3033
|
+
/**
|
|
3034
|
+
* Updates an existing asset transfer
|
|
3035
|
+
* @description Updates an existing asset transfer for the authenticated tenant.
|
|
3036
|
+
*/
|
|
3037
|
+
UpdateAssetTransferAsync: {
|
|
3038
|
+
parameters: {
|
|
3039
|
+
query: {
|
|
3040
|
+
tenantId: string;
|
|
3041
|
+
};
|
|
3042
|
+
path: {
|
|
3043
|
+
transferId: string;
|
|
3044
|
+
};
|
|
3045
|
+
};
|
|
3046
|
+
requestBody?: {
|
|
3047
|
+
content: {
|
|
3048
|
+
"application/json": components["schemas"]["AssetTransferUpdateDto"];
|
|
3049
|
+
"application/xml": components["schemas"]["AssetTransferUpdateDto"];
|
|
3050
|
+
};
|
|
3051
|
+
};
|
|
3052
|
+
responses: {
|
|
3053
|
+
/** @description OK */
|
|
3054
|
+
200: {
|
|
3055
|
+
content: {
|
|
3056
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3057
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
3058
|
+
};
|
|
3059
|
+
};
|
|
3060
|
+
/** @description Unauthorized */
|
|
3061
|
+
401: {
|
|
3062
|
+
content: {
|
|
3063
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3064
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3065
|
+
};
|
|
3066
|
+
};
|
|
3067
|
+
/** @description Forbidden */
|
|
3068
|
+
403: {
|
|
3069
|
+
content: {
|
|
3070
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3071
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3072
|
+
};
|
|
3073
|
+
};
|
|
3074
|
+
};
|
|
3075
|
+
};
|
|
3076
|
+
/**
|
|
3077
|
+
* Deletes an asset transfer
|
|
3078
|
+
* @description Deletes an asset transfer for the authenticated tenant.
|
|
3079
|
+
*/
|
|
3080
|
+
DeleteAssetTransferAsync: {
|
|
3081
|
+
parameters: {
|
|
3082
|
+
query: {
|
|
3083
|
+
tenantId: string;
|
|
3084
|
+
};
|
|
3085
|
+
path: {
|
|
3086
|
+
transferId: string;
|
|
3087
|
+
};
|
|
3088
|
+
};
|
|
3089
|
+
responses: {
|
|
3090
|
+
/** @description OK */
|
|
3091
|
+
200: {
|
|
3092
|
+
content: {
|
|
3093
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3094
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
3095
|
+
};
|
|
3096
|
+
};
|
|
3097
|
+
/** @description Unauthorized */
|
|
3098
|
+
401: {
|
|
3099
|
+
content: {
|
|
3100
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3101
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3102
|
+
};
|
|
3103
|
+
};
|
|
3104
|
+
/** @description Forbidden */
|
|
3105
|
+
403: {
|
|
3106
|
+
content: {
|
|
3107
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3108
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3109
|
+
};
|
|
3110
|
+
};
|
|
3111
|
+
};
|
|
3112
|
+
};
|
|
3113
|
+
/**
|
|
3114
|
+
* Gets all asset types for the current tenant
|
|
3115
|
+
* @description Retrieves all asset types for the authenticated tenant.
|
|
3116
|
+
*/
|
|
3117
|
+
GetAssetTypes: {
|
|
3118
|
+
parameters: {
|
|
3119
|
+
query: {
|
|
3120
|
+
tenantId: string;
|
|
3121
|
+
};
|
|
3122
|
+
};
|
|
3123
|
+
responses: {
|
|
3124
|
+
/** @description OK */
|
|
3125
|
+
200: {
|
|
3126
|
+
content: {
|
|
3127
|
+
"application/json": components["schemas"]["AssetTypeDtoListEnvelope"];
|
|
3128
|
+
"application/xml": components["schemas"]["AssetTypeDtoListEnvelope"];
|
|
3129
|
+
};
|
|
3130
|
+
};
|
|
3131
|
+
/** @description Unauthorized */
|
|
3132
|
+
401: {
|
|
3133
|
+
content: {
|
|
3134
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3135
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3136
|
+
};
|
|
3137
|
+
};
|
|
3138
|
+
/** @description Forbidden */
|
|
3139
|
+
403: {
|
|
3140
|
+
content: {
|
|
3141
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3142
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3143
|
+
};
|
|
3144
|
+
};
|
|
3145
|
+
};
|
|
3146
|
+
};
|
|
3147
|
+
/**
|
|
3148
|
+
* Creates a new asset type
|
|
3149
|
+
* @description Creates a new asset type for the authenticated tenant.
|
|
3150
|
+
*/
|
|
3151
|
+
CreateAssetType: {
|
|
3152
|
+
parameters: {
|
|
3153
|
+
query: {
|
|
3154
|
+
tenantId: string;
|
|
3155
|
+
};
|
|
3156
|
+
};
|
|
3157
|
+
requestBody?: {
|
|
3158
|
+
content: {
|
|
3159
|
+
"application/json": components["schemas"]["AssetTypeCreateDto"];
|
|
3160
|
+
"application/xml": components["schemas"]["AssetTypeCreateDto"];
|
|
3161
|
+
};
|
|
3162
|
+
};
|
|
3163
|
+
responses: {
|
|
3164
|
+
/** @description Created */
|
|
3165
|
+
201: {
|
|
3166
|
+
content: {
|
|
3167
|
+
"application/json": components["schemas"]["AssetTypeDtoEnvelope"];
|
|
3168
|
+
"application/xml": components["schemas"]["AssetTypeDtoEnvelope"];
|
|
3169
|
+
};
|
|
3170
|
+
};
|
|
3171
|
+
/** @description Bad Request */
|
|
3172
|
+
400: {
|
|
3173
|
+
content: {
|
|
3174
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3175
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3176
|
+
};
|
|
3177
|
+
};
|
|
3178
|
+
/** @description Unauthorized */
|
|
3179
|
+
401: {
|
|
3180
|
+
content: {
|
|
3181
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3182
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3183
|
+
};
|
|
3184
|
+
};
|
|
3185
|
+
/** @description Forbidden */
|
|
3186
|
+
403: {
|
|
3187
|
+
content: {
|
|
3188
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3189
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3190
|
+
};
|
|
3191
|
+
};
|
|
3192
|
+
};
|
|
3193
|
+
};
|
|
3194
|
+
/**
|
|
3195
|
+
* Gets a specific asset type
|
|
3196
|
+
* @description Retrieves a specific asset type by ID.
|
|
3197
|
+
*/
|
|
3198
|
+
GetAssetType: {
|
|
3199
|
+
parameters: {
|
|
3200
|
+
query: {
|
|
3201
|
+
tenantId: string;
|
|
3202
|
+
};
|
|
3203
|
+
path: {
|
|
3204
|
+
typeId: string;
|
|
3205
|
+
};
|
|
3206
|
+
};
|
|
3207
|
+
responses: {
|
|
3208
|
+
/** @description OK */
|
|
3209
|
+
200: {
|
|
3210
|
+
content: {
|
|
3211
|
+
"application/json": components["schemas"]["AssetTypeDtoEnvelope"];
|
|
3212
|
+
"application/xml": components["schemas"]["AssetTypeDtoEnvelope"];
|
|
3213
|
+
};
|
|
3214
|
+
};
|
|
3215
|
+
/** @description Unauthorized */
|
|
3216
|
+
401: {
|
|
3217
|
+
content: {
|
|
3218
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3219
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3220
|
+
};
|
|
3221
|
+
};
|
|
3222
|
+
/** @description Forbidden */
|
|
3223
|
+
403: {
|
|
3224
|
+
content: {
|
|
3225
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3226
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3227
|
+
};
|
|
3228
|
+
};
|
|
3229
|
+
/** @description Not Found */
|
|
3230
|
+
404: {
|
|
3231
|
+
content: {
|
|
3232
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3233
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3234
|
+
};
|
|
3235
|
+
};
|
|
3236
|
+
};
|
|
3237
|
+
};
|
|
3238
|
+
/**
|
|
3239
|
+
* Updates an existing asset type
|
|
3240
|
+
* @description Updates an existing asset type for the authenticated tenant.
|
|
3241
|
+
*/
|
|
3242
|
+
UpdateAssetType: {
|
|
3243
|
+
parameters: {
|
|
3244
|
+
query: {
|
|
3245
|
+
tenantId: string;
|
|
3246
|
+
};
|
|
3247
|
+
path: {
|
|
3248
|
+
typeId: string;
|
|
3249
|
+
};
|
|
3250
|
+
};
|
|
3251
|
+
requestBody?: {
|
|
3252
|
+
content: {
|
|
3253
|
+
"application/json": components["schemas"]["AssetTypeUpdateDto"];
|
|
3254
|
+
"application/xml": components["schemas"]["AssetTypeUpdateDto"];
|
|
3255
|
+
};
|
|
3256
|
+
};
|
|
3257
|
+
responses: {
|
|
3258
|
+
/** @description OK */
|
|
3259
|
+
200: {
|
|
3260
|
+
content: {
|
|
3261
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3262
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
3263
|
+
};
|
|
3264
|
+
};
|
|
3265
|
+
/** @description Bad Request */
|
|
3266
|
+
400: {
|
|
3267
|
+
content: {
|
|
3268
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3269
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3270
|
+
};
|
|
3271
|
+
};
|
|
3272
|
+
/** @description Unauthorized */
|
|
3273
|
+
401: {
|
|
3274
|
+
content: {
|
|
3275
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3276
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3277
|
+
};
|
|
3278
|
+
};
|
|
3279
|
+
/** @description Forbidden */
|
|
3280
|
+
403: {
|
|
3281
|
+
content: {
|
|
3282
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3283
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3284
|
+
};
|
|
3285
|
+
};
|
|
3286
|
+
/** @description Not Found */
|
|
3287
|
+
404: {
|
|
3288
|
+
content: {
|
|
3289
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3290
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3291
|
+
};
|
|
3292
|
+
};
|
|
3293
|
+
};
|
|
3294
|
+
};
|
|
3295
|
+
/**
|
|
3296
|
+
* Deletes an asset type
|
|
3297
|
+
* @description Deletes an asset type for the authenticated tenant.
|
|
3298
|
+
*/
|
|
3299
|
+
DeleteAssetType: {
|
|
3300
|
+
parameters: {
|
|
3301
|
+
query: {
|
|
3302
|
+
tenantId: string;
|
|
3303
|
+
};
|
|
3304
|
+
path: {
|
|
3305
|
+
typeId: string;
|
|
3306
|
+
};
|
|
3307
|
+
};
|
|
3308
|
+
responses: {
|
|
3309
|
+
/** @description No Content */
|
|
3310
|
+
204: {
|
|
3311
|
+
content: never;
|
|
3312
|
+
};
|
|
3313
|
+
/** @description Unauthorized */
|
|
3314
|
+
401: {
|
|
3315
|
+
content: {
|
|
3316
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3317
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3318
|
+
};
|
|
3319
|
+
};
|
|
3320
|
+
/** @description Forbidden */
|
|
3321
|
+
403: {
|
|
3322
|
+
content: {
|
|
3323
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3324
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3325
|
+
};
|
|
3326
|
+
};
|
|
3327
|
+
/** @description Not Found */
|
|
3328
|
+
404: {
|
|
3329
|
+
content: {
|
|
3330
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3331
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3332
|
+
};
|
|
3333
|
+
};
|
|
3334
|
+
};
|
|
3335
|
+
};
|
|
3336
|
+
/**
|
|
3337
|
+
* Gets the count of asset types
|
|
3338
|
+
* @description Returns the total number of asset types for the authenticated tenant.
|
|
3339
|
+
*/
|
|
3340
|
+
GetAssetTypesCount: {
|
|
3341
|
+
parameters: {
|
|
3342
|
+
query: {
|
|
3343
|
+
tenantId: string;
|
|
3344
|
+
};
|
|
3345
|
+
};
|
|
3346
|
+
responses: {
|
|
3347
|
+
/** @description OK */
|
|
3348
|
+
200: {
|
|
3349
|
+
content: {
|
|
3350
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
3351
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
3352
|
+
};
|
|
3353
|
+
};
|
|
3354
|
+
/** @description Unauthorized */
|
|
3355
|
+
401: {
|
|
3356
|
+
content: {
|
|
3357
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3358
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3359
|
+
};
|
|
3360
|
+
};
|
|
3361
|
+
/** @description Forbidden */
|
|
3362
|
+
403: {
|
|
3363
|
+
content: {
|
|
3364
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3365
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3366
|
+
};
|
|
3367
|
+
};
|
|
3368
|
+
};
|
|
3369
|
+
};
|
|
3370
|
+
"MapIdentityApi-/confirmEmail": {
|
|
3371
|
+
parameters: {
|
|
3372
|
+
query: {
|
|
3373
|
+
userId: string;
|
|
3374
|
+
code: string;
|
|
3375
|
+
changedEmail?: string;
|
|
3376
|
+
};
|
|
3377
|
+
};
|
|
3378
|
+
responses: {
|
|
3379
|
+
/** @description OK */
|
|
3380
|
+
200: {
|
|
3381
|
+
content: never;
|
|
3382
|
+
};
|
|
3383
|
+
};
|
|
3384
|
+
};
|
|
3385
|
+
}
|