@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
|
@@ -90,16 +90,9 @@ export type LoginRequest = {
|
|
|
90
90
|
twoFactorRecoveryCode?: string | null;
|
|
91
91
|
};
|
|
92
92
|
|
|
93
|
-
export type
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
title?: string | null;
|
|
97
|
-
description?: string | null;
|
|
98
|
-
projectStartDate?: string;
|
|
99
|
-
projectEndDate?: string;
|
|
100
|
-
};
|
|
101
|
-
|
|
102
|
-
export type ProjectCreateDtoWritable = {
|
|
93
|
+
export type ProjectCreateDto = {
|
|
94
|
+
id?: string;
|
|
95
|
+
timestamp?: string;
|
|
103
96
|
title?: string | null;
|
|
104
97
|
description?: string | null;
|
|
105
98
|
projectStartDate?: string;
|
|
@@ -145,15 +138,9 @@ export type ProjectDtoListEnvelopeWritable = {
|
|
|
145
138
|
result?: Array<ProjectDto> | null;
|
|
146
139
|
};
|
|
147
140
|
|
|
148
|
-
export type
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
periodStartDate?: string;
|
|
152
|
-
periodEndDate?: string;
|
|
153
|
-
projectID?: string | null;
|
|
154
|
-
};
|
|
155
|
-
|
|
156
|
-
export type ProjectPeriodCreateDtoWritable = {
|
|
141
|
+
export type ProjectPeriodCreateDto = {
|
|
142
|
+
id?: string;
|
|
143
|
+
timestamp?: string;
|
|
157
144
|
periodStartDate?: string;
|
|
158
145
|
periodEndDate?: string;
|
|
159
146
|
projectID?: string | null;
|
|
@@ -187,17 +174,9 @@ export type ProjectPeriodUpdateDto = {
|
|
|
187
174
|
periodEndDate?: string;
|
|
188
175
|
};
|
|
189
176
|
|
|
190
|
-
export type
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
title?: string | null;
|
|
194
|
-
description?: string | null;
|
|
195
|
-
startDate?: string;
|
|
196
|
-
dueLine?: string;
|
|
197
|
-
projectID?: string | null;
|
|
198
|
-
};
|
|
199
|
-
|
|
200
|
-
export type ProjectTaskCreateDtoWritable = {
|
|
177
|
+
export type ProjectTaskCreateDto = {
|
|
178
|
+
id?: string;
|
|
179
|
+
timestamp?: string;
|
|
201
180
|
title?: string | null;
|
|
202
181
|
description?: string | null;
|
|
203
182
|
startDate?: string;
|
|
@@ -244,7 +223,6 @@ export type ProjectTimeLogDto = {
|
|
|
244
223
|
responsibleContactId?: string | null;
|
|
245
224
|
creatorContactId?: string | null;
|
|
246
225
|
recordType?: 'RegularHours' | 'OvertimeToPay' | 'OvertimeToCompensate';
|
|
247
|
-
timeStamp?: string;
|
|
248
226
|
timeSpan?: string;
|
|
249
227
|
logDate?: string;
|
|
250
228
|
comments?: string | null;
|
|
@@ -292,13 +270,9 @@ export type ResetPasswordRequest = {
|
|
|
292
270
|
newPassword: string | null;
|
|
293
271
|
};
|
|
294
272
|
|
|
295
|
-
export type
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
title?: string | null;
|
|
299
|
-
};
|
|
300
|
-
|
|
301
|
-
export type TaskCategoryCreateDtoWritable = {
|
|
273
|
+
export type TaskCategoryCreateDto = {
|
|
274
|
+
id?: string;
|
|
275
|
+
timestamp?: string;
|
|
302
276
|
title?: string | null;
|
|
303
277
|
};
|
|
304
278
|
|
|
@@ -327,16 +301,9 @@ export type TaskCategoryUpdateDto = {
|
|
|
327
301
|
title?: string | null;
|
|
328
302
|
};
|
|
329
303
|
|
|
330
|
-
export type
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
title?: string | null;
|
|
334
|
-
taskCategoryID?: string | null;
|
|
335
|
-
displayInTimeTracker?: boolean;
|
|
336
|
-
requiresDescription?: boolean;
|
|
337
|
-
};
|
|
338
|
-
|
|
339
|
-
export type TaskTypeCreateDtoWritable = {
|
|
304
|
+
export type TaskTypeCreateDto = {
|
|
305
|
+
id?: string;
|
|
306
|
+
timestamp?: string;
|
|
340
307
|
title?: string | null;
|
|
341
308
|
taskCategoryID?: string | null;
|
|
342
309
|
displayInTimeTracker?: boolean;
|
|
@@ -639,7 +606,7 @@ export type PostManageInfoResponses = {
|
|
|
639
606
|
|
|
640
607
|
export type PostManageInfoResponse = PostManageInfoResponses[keyof PostManageInfoResponses];
|
|
641
608
|
|
|
642
|
-
export type
|
|
609
|
+
export type GetProjectsByTenantIdAsyncData = {
|
|
643
610
|
body?: never;
|
|
644
611
|
path?: never;
|
|
645
612
|
query: {
|
|
@@ -648,7 +615,7 @@ export type GetApiV2ProjectsServiceProjectsData = {
|
|
|
648
615
|
url: '/api/v2/ProjectsService/Projects';
|
|
649
616
|
};
|
|
650
617
|
|
|
651
|
-
export type
|
|
618
|
+
export type GetProjectsByTenantIdAsyncErrors = {
|
|
652
619
|
/**
|
|
653
620
|
* Unauthorized
|
|
654
621
|
*/
|
|
@@ -659,19 +626,19 @@ export type GetApiV2ProjectsServiceProjectsErrors = {
|
|
|
659
626
|
403: ErrorEnvelopeReadable;
|
|
660
627
|
};
|
|
661
628
|
|
|
662
|
-
export type
|
|
629
|
+
export type GetProjectsByTenantIdAsyncError = GetProjectsByTenantIdAsyncErrors[keyof GetProjectsByTenantIdAsyncErrors];
|
|
663
630
|
|
|
664
|
-
export type
|
|
631
|
+
export type GetProjectsByTenantIdAsyncResponses = {
|
|
665
632
|
/**
|
|
666
633
|
* OK
|
|
667
634
|
*/
|
|
668
635
|
200: ProjectDtoListEnvelopeReadable;
|
|
669
636
|
};
|
|
670
637
|
|
|
671
|
-
export type
|
|
638
|
+
export type GetProjectsByTenantIdAsyncResponse = GetProjectsByTenantIdAsyncResponses[keyof GetProjectsByTenantIdAsyncResponses];
|
|
672
639
|
|
|
673
|
-
export type
|
|
674
|
-
body?:
|
|
640
|
+
export type CreateProjectAsyncData = {
|
|
641
|
+
body?: ProjectCreateDto;
|
|
675
642
|
path?: never;
|
|
676
643
|
query: {
|
|
677
644
|
tenantId: string;
|
|
@@ -679,7 +646,7 @@ export type PostApiV2ProjectsServiceProjectsData = {
|
|
|
679
646
|
url: '/api/v2/ProjectsService/Projects';
|
|
680
647
|
};
|
|
681
648
|
|
|
682
|
-
export type
|
|
649
|
+
export type CreateProjectAsyncErrors = {
|
|
683
650
|
/**
|
|
684
651
|
* Unauthorized
|
|
685
652
|
*/
|
|
@@ -690,18 +657,18 @@ export type PostApiV2ProjectsServiceProjectsErrors = {
|
|
|
690
657
|
403: ErrorEnvelopeReadable;
|
|
691
658
|
};
|
|
692
659
|
|
|
693
|
-
export type
|
|
660
|
+
export type CreateProjectAsyncError = CreateProjectAsyncErrors[keyof CreateProjectAsyncErrors];
|
|
694
661
|
|
|
695
|
-
export type
|
|
662
|
+
export type CreateProjectAsyncResponses = {
|
|
696
663
|
/**
|
|
697
664
|
* OK
|
|
698
665
|
*/
|
|
699
666
|
200: EmptyEnvelopeReadable;
|
|
700
667
|
};
|
|
701
668
|
|
|
702
|
-
export type
|
|
669
|
+
export type CreateProjectAsyncResponse = CreateProjectAsyncResponses[keyof CreateProjectAsyncResponses];
|
|
703
670
|
|
|
704
|
-
export type
|
|
671
|
+
export type GetProjectsCountByTenantIdAsyncData = {
|
|
705
672
|
body?: never;
|
|
706
673
|
path?: never;
|
|
707
674
|
query: {
|
|
@@ -710,7 +677,7 @@ export type GetApiV2ProjectsServiceProjectsCountData = {
|
|
|
710
677
|
url: '/api/v2/ProjectsService/Projects/Count';
|
|
711
678
|
};
|
|
712
679
|
|
|
713
|
-
export type
|
|
680
|
+
export type GetProjectsCountByTenantIdAsyncErrors = {
|
|
714
681
|
/**
|
|
715
682
|
* Unauthorized
|
|
716
683
|
*/
|
|
@@ -721,18 +688,18 @@ export type GetApiV2ProjectsServiceProjectsCountErrors = {
|
|
|
721
688
|
403: ErrorEnvelopeReadable;
|
|
722
689
|
};
|
|
723
690
|
|
|
724
|
-
export type
|
|
691
|
+
export type GetProjectsCountByTenantIdAsyncError = GetProjectsCountByTenantIdAsyncErrors[keyof GetProjectsCountByTenantIdAsyncErrors];
|
|
725
692
|
|
|
726
|
-
export type
|
|
693
|
+
export type GetProjectsCountByTenantIdAsyncResponses = {
|
|
727
694
|
/**
|
|
728
695
|
* OK
|
|
729
696
|
*/
|
|
730
697
|
200: Int32EnvelopeReadable;
|
|
731
698
|
};
|
|
732
699
|
|
|
733
|
-
export type
|
|
700
|
+
export type GetProjectsCountByTenantIdAsyncResponse = GetProjectsCountByTenantIdAsyncResponses[keyof GetProjectsCountByTenantIdAsyncResponses];
|
|
734
701
|
|
|
735
|
-
export type
|
|
702
|
+
export type DeleteProjectAsyncData = {
|
|
736
703
|
body?: never;
|
|
737
704
|
path: {
|
|
738
705
|
projectId: string;
|
|
@@ -743,7 +710,7 @@ export type DeleteApiV2ProjectsServiceProjectsByProjectIdData = {
|
|
|
743
710
|
url: '/api/v2/ProjectsService/Projects/{projectId}';
|
|
744
711
|
};
|
|
745
712
|
|
|
746
|
-
export type
|
|
713
|
+
export type DeleteProjectAsyncErrors = {
|
|
747
714
|
/**
|
|
748
715
|
* Unauthorized
|
|
749
716
|
*/
|
|
@@ -754,18 +721,18 @@ export type DeleteApiV2ProjectsServiceProjectsByProjectIdErrors = {
|
|
|
754
721
|
403: ErrorEnvelopeReadable;
|
|
755
722
|
};
|
|
756
723
|
|
|
757
|
-
export type
|
|
724
|
+
export type DeleteProjectAsyncError = DeleteProjectAsyncErrors[keyof DeleteProjectAsyncErrors];
|
|
758
725
|
|
|
759
|
-
export type
|
|
726
|
+
export type DeleteProjectAsyncResponses = {
|
|
760
727
|
/**
|
|
761
728
|
* OK
|
|
762
729
|
*/
|
|
763
730
|
200: EmptyEnvelopeReadable;
|
|
764
731
|
};
|
|
765
732
|
|
|
766
|
-
export type
|
|
733
|
+
export type DeleteProjectAsyncResponse = DeleteProjectAsyncResponses[keyof DeleteProjectAsyncResponses];
|
|
767
734
|
|
|
768
|
-
export type
|
|
735
|
+
export type GetProjectByIdAsyncData = {
|
|
769
736
|
body?: never;
|
|
770
737
|
path: {
|
|
771
738
|
projectId: string;
|
|
@@ -776,7 +743,7 @@ export type GetApiV2ProjectsServiceProjectsByProjectIdData = {
|
|
|
776
743
|
url: '/api/v2/ProjectsService/Projects/{projectId}';
|
|
777
744
|
};
|
|
778
745
|
|
|
779
|
-
export type
|
|
746
|
+
export type GetProjectByIdAsyncErrors = {
|
|
780
747
|
/**
|
|
781
748
|
* Unauthorized
|
|
782
749
|
*/
|
|
@@ -787,18 +754,18 @@ export type GetApiV2ProjectsServiceProjectsByProjectIdErrors = {
|
|
|
787
754
|
403: ErrorEnvelopeReadable;
|
|
788
755
|
};
|
|
789
756
|
|
|
790
|
-
export type
|
|
757
|
+
export type GetProjectByIdAsyncError = GetProjectByIdAsyncErrors[keyof GetProjectByIdAsyncErrors];
|
|
791
758
|
|
|
792
|
-
export type
|
|
759
|
+
export type GetProjectByIdAsyncResponses = {
|
|
793
760
|
/**
|
|
794
761
|
* OK
|
|
795
762
|
*/
|
|
796
763
|
200: ProjectDtoEnvelopeReadable;
|
|
797
764
|
};
|
|
798
765
|
|
|
799
|
-
export type
|
|
766
|
+
export type GetProjectByIdAsyncResponse = GetProjectByIdAsyncResponses[keyof GetProjectByIdAsyncResponses];
|
|
800
767
|
|
|
801
|
-
export type
|
|
768
|
+
export type UpdateProjectAsyncData = {
|
|
802
769
|
body?: ProjectUpdateDto;
|
|
803
770
|
path: {
|
|
804
771
|
projectId: string;
|
|
@@ -809,7 +776,7 @@ export type PutApiV2ProjectsServiceProjectsByProjectIdData = {
|
|
|
809
776
|
url: '/api/v2/ProjectsService/Projects/{projectId}';
|
|
810
777
|
};
|
|
811
778
|
|
|
812
|
-
export type
|
|
779
|
+
export type UpdateProjectAsyncErrors = {
|
|
813
780
|
/**
|
|
814
781
|
* Unauthorized
|
|
815
782
|
*/
|
|
@@ -820,18 +787,18 @@ export type PutApiV2ProjectsServiceProjectsByProjectIdErrors = {
|
|
|
820
787
|
403: ErrorEnvelopeReadable;
|
|
821
788
|
};
|
|
822
789
|
|
|
823
|
-
export type
|
|
790
|
+
export type UpdateProjectAsyncError = UpdateProjectAsyncErrors[keyof UpdateProjectAsyncErrors];
|
|
824
791
|
|
|
825
|
-
export type
|
|
792
|
+
export type UpdateProjectAsyncResponses = {
|
|
826
793
|
/**
|
|
827
794
|
* OK
|
|
828
795
|
*/
|
|
829
796
|
200: EmptyEnvelopeReadable;
|
|
830
797
|
};
|
|
831
798
|
|
|
832
|
-
export type
|
|
799
|
+
export type UpdateProjectAsyncResponse = UpdateProjectAsyncResponses[keyof UpdateProjectAsyncResponses];
|
|
833
800
|
|
|
834
|
-
export type
|
|
801
|
+
export type GetProjectPeriodsAsyncData = {
|
|
835
802
|
body?: never;
|
|
836
803
|
path: {
|
|
837
804
|
projectId: string;
|
|
@@ -842,7 +809,7 @@ export type GetApiV2ProjectsServiceProjectsByProjectIdPeriodsData = {
|
|
|
842
809
|
url: '/api/v2/ProjectsService/Projects/{projectId}/Periods';
|
|
843
810
|
};
|
|
844
811
|
|
|
845
|
-
export type
|
|
812
|
+
export type GetProjectPeriodsAsyncErrors = {
|
|
846
813
|
/**
|
|
847
814
|
* Unauthorized
|
|
848
815
|
*/
|
|
@@ -853,19 +820,19 @@ export type GetApiV2ProjectsServiceProjectsByProjectIdPeriodsErrors = {
|
|
|
853
820
|
403: ErrorEnvelopeReadable;
|
|
854
821
|
};
|
|
855
822
|
|
|
856
|
-
export type
|
|
823
|
+
export type GetProjectPeriodsAsyncError = GetProjectPeriodsAsyncErrors[keyof GetProjectPeriodsAsyncErrors];
|
|
857
824
|
|
|
858
|
-
export type
|
|
825
|
+
export type GetProjectPeriodsAsyncResponses = {
|
|
859
826
|
/**
|
|
860
827
|
* OK
|
|
861
828
|
*/
|
|
862
829
|
200: ProjectPeriodDtoListEnvelopeReadable;
|
|
863
830
|
};
|
|
864
831
|
|
|
865
|
-
export type
|
|
832
|
+
export type GetProjectPeriodsAsyncResponse = GetProjectPeriodsAsyncResponses[keyof GetProjectPeriodsAsyncResponses];
|
|
866
833
|
|
|
867
|
-
export type
|
|
868
|
-
body?:
|
|
834
|
+
export type CreateProjectPeriodAsyncData = {
|
|
835
|
+
body?: ProjectPeriodCreateDto;
|
|
869
836
|
path: {
|
|
870
837
|
projectId: string;
|
|
871
838
|
};
|
|
@@ -875,7 +842,7 @@ export type PostApiV2ProjectsServiceProjectsByProjectIdPeriodsData = {
|
|
|
875
842
|
url: '/api/v2/ProjectsService/Projects/{projectId}/Periods';
|
|
876
843
|
};
|
|
877
844
|
|
|
878
|
-
export type
|
|
845
|
+
export type CreateProjectPeriodAsyncErrors = {
|
|
879
846
|
/**
|
|
880
847
|
* Unauthorized
|
|
881
848
|
*/
|
|
@@ -886,18 +853,18 @@ export type PostApiV2ProjectsServiceProjectsByProjectIdPeriodsErrors = {
|
|
|
886
853
|
403: ErrorEnvelopeReadable;
|
|
887
854
|
};
|
|
888
855
|
|
|
889
|
-
export type
|
|
856
|
+
export type CreateProjectPeriodAsyncError = CreateProjectPeriodAsyncErrors[keyof CreateProjectPeriodAsyncErrors];
|
|
890
857
|
|
|
891
|
-
export type
|
|
858
|
+
export type CreateProjectPeriodAsyncResponses = {
|
|
892
859
|
/**
|
|
893
860
|
* OK
|
|
894
861
|
*/
|
|
895
862
|
200: EmptyEnvelopeReadable;
|
|
896
863
|
};
|
|
897
864
|
|
|
898
|
-
export type
|
|
865
|
+
export type CreateProjectPeriodAsyncResponse = CreateProjectPeriodAsyncResponses[keyof CreateProjectPeriodAsyncResponses];
|
|
899
866
|
|
|
900
|
-
export type
|
|
867
|
+
export type DeleteProjectPeriodAsyncData = {
|
|
901
868
|
body?: never;
|
|
902
869
|
path: {
|
|
903
870
|
projectId: string;
|
|
@@ -909,7 +876,7 @@ export type DeleteApiV2ProjectsServiceProjectsByProjectIdPeriodsByProjectPeriodI
|
|
|
909
876
|
url: '/api/v2/ProjectsService/Projects/{projectId}/Periods/{projectPeriodId}';
|
|
910
877
|
};
|
|
911
878
|
|
|
912
|
-
export type
|
|
879
|
+
export type DeleteProjectPeriodAsyncErrors = {
|
|
913
880
|
/**
|
|
914
881
|
* Unauthorized
|
|
915
882
|
*/
|
|
@@ -920,18 +887,18 @@ export type DeleteApiV2ProjectsServiceProjectsByProjectIdPeriodsByProjectPeriodI
|
|
|
920
887
|
403: ErrorEnvelopeReadable;
|
|
921
888
|
};
|
|
922
889
|
|
|
923
|
-
export type
|
|
890
|
+
export type DeleteProjectPeriodAsyncError = DeleteProjectPeriodAsyncErrors[keyof DeleteProjectPeriodAsyncErrors];
|
|
924
891
|
|
|
925
|
-
export type
|
|
892
|
+
export type DeleteProjectPeriodAsyncResponses = {
|
|
926
893
|
/**
|
|
927
894
|
* OK
|
|
928
895
|
*/
|
|
929
896
|
200: EmptyEnvelopeReadable;
|
|
930
897
|
};
|
|
931
898
|
|
|
932
|
-
export type
|
|
899
|
+
export type DeleteProjectPeriodAsyncResponse = DeleteProjectPeriodAsyncResponses[keyof DeleteProjectPeriodAsyncResponses];
|
|
933
900
|
|
|
934
|
-
export type
|
|
901
|
+
export type UpdateProjectPeriodAsyncData = {
|
|
935
902
|
body?: ProjectPeriodUpdateDto;
|
|
936
903
|
path: {
|
|
937
904
|
projectId: string;
|
|
@@ -943,7 +910,7 @@ export type PutApiV2ProjectsServiceProjectsByProjectIdPeriodsByProjectPeriodIdDa
|
|
|
943
910
|
url: '/api/v2/ProjectsService/Projects/{projectId}/Periods/{projectPeriodId}';
|
|
944
911
|
};
|
|
945
912
|
|
|
946
|
-
export type
|
|
913
|
+
export type UpdateProjectPeriodAsyncErrors = {
|
|
947
914
|
/**
|
|
948
915
|
* Unauthorized
|
|
949
916
|
*/
|
|
@@ -954,18 +921,18 @@ export type PutApiV2ProjectsServiceProjectsByProjectIdPeriodsByProjectPeriodIdEr
|
|
|
954
921
|
403: ErrorEnvelopeReadable;
|
|
955
922
|
};
|
|
956
923
|
|
|
957
|
-
export type
|
|
924
|
+
export type UpdateProjectPeriodAsyncError = UpdateProjectPeriodAsyncErrors[keyof UpdateProjectPeriodAsyncErrors];
|
|
958
925
|
|
|
959
|
-
export type
|
|
926
|
+
export type UpdateProjectPeriodAsyncResponses = {
|
|
960
927
|
/**
|
|
961
928
|
* OK
|
|
962
929
|
*/
|
|
963
930
|
200: EmptyEnvelopeReadable;
|
|
964
931
|
};
|
|
965
932
|
|
|
966
|
-
export type
|
|
933
|
+
export type UpdateProjectPeriodAsyncResponse = UpdateProjectPeriodAsyncResponses[keyof UpdateProjectPeriodAsyncResponses];
|
|
967
934
|
|
|
968
|
-
export type
|
|
935
|
+
export type GetProjectTimeLogsAsyncData = {
|
|
969
936
|
body?: never;
|
|
970
937
|
path: {
|
|
971
938
|
projectId: string;
|
|
@@ -976,7 +943,7 @@ export type GetApiV2ProjectsServiceProjectsByProjectIdTimeLogsData = {
|
|
|
976
943
|
url: '/api/v2/ProjectsService/Projects/{projectId}/TimeLogs';
|
|
977
944
|
};
|
|
978
945
|
|
|
979
|
-
export type
|
|
946
|
+
export type GetProjectTimeLogsAsyncErrors = {
|
|
980
947
|
/**
|
|
981
948
|
* Unauthorized
|
|
982
949
|
*/
|
|
@@ -987,18 +954,18 @@ export type GetApiV2ProjectsServiceProjectsByProjectIdTimeLogsErrors = {
|
|
|
987
954
|
403: ErrorEnvelopeReadable;
|
|
988
955
|
};
|
|
989
956
|
|
|
990
|
-
export type
|
|
957
|
+
export type GetProjectTimeLogsAsyncError = GetProjectTimeLogsAsyncErrors[keyof GetProjectTimeLogsAsyncErrors];
|
|
991
958
|
|
|
992
|
-
export type
|
|
959
|
+
export type GetProjectTimeLogsAsyncResponses = {
|
|
993
960
|
/**
|
|
994
961
|
* OK
|
|
995
962
|
*/
|
|
996
963
|
200: ProjectTimeLogDtoListEnvelopeReadable;
|
|
997
964
|
};
|
|
998
965
|
|
|
999
|
-
export type
|
|
966
|
+
export type GetProjectTimeLogsAsyncResponse = GetProjectTimeLogsAsyncResponses[keyof GetProjectTimeLogsAsyncResponses];
|
|
1000
967
|
|
|
1001
|
-
export type
|
|
968
|
+
export type GetProjectTimeLogsCountAsyncData = {
|
|
1002
969
|
body?: never;
|
|
1003
970
|
path: {
|
|
1004
971
|
projectId: string;
|
|
@@ -1009,7 +976,7 @@ export type GetApiV2ProjectsServiceProjectsByProjectIdTimeLogsCountData = {
|
|
|
1009
976
|
url: '/api/v2/ProjectsService/Projects/{projectId}/TimeLogs/Count';
|
|
1010
977
|
};
|
|
1011
978
|
|
|
1012
|
-
export type
|
|
979
|
+
export type GetProjectTimeLogsCountAsyncErrors = {
|
|
1013
980
|
/**
|
|
1014
981
|
* Unauthorized
|
|
1015
982
|
*/
|
|
@@ -1020,18 +987,18 @@ export type GetApiV2ProjectsServiceProjectsByProjectIdTimeLogsCountErrors = {
|
|
|
1020
987
|
403: ErrorEnvelopeReadable;
|
|
1021
988
|
};
|
|
1022
989
|
|
|
1023
|
-
export type
|
|
990
|
+
export type GetProjectTimeLogsCountAsyncError = GetProjectTimeLogsCountAsyncErrors[keyof GetProjectTimeLogsCountAsyncErrors];
|
|
1024
991
|
|
|
1025
|
-
export type
|
|
992
|
+
export type GetProjectTimeLogsCountAsyncResponses = {
|
|
1026
993
|
/**
|
|
1027
994
|
* OK
|
|
1028
995
|
*/
|
|
1029
996
|
200: Int32EnvelopeReadable;
|
|
1030
997
|
};
|
|
1031
998
|
|
|
1032
|
-
export type
|
|
999
|
+
export type GetProjectTimeLogsCountAsyncResponse = GetProjectTimeLogsCountAsyncResponses[keyof GetProjectTimeLogsCountAsyncResponses];
|
|
1033
1000
|
|
|
1034
|
-
export type
|
|
1001
|
+
export type GetProjectTasksAsyncData = {
|
|
1035
1002
|
body?: never;
|
|
1036
1003
|
path: {
|
|
1037
1004
|
projectId: string;
|
|
@@ -1042,7 +1009,7 @@ export type GetApiV2ProjectsServiceProjectsByProjectIdTasksData = {
|
|
|
1042
1009
|
url: '/api/v2/ProjectsService/Projects/{projectId}/Tasks';
|
|
1043
1010
|
};
|
|
1044
1011
|
|
|
1045
|
-
export type
|
|
1012
|
+
export type GetProjectTasksAsyncErrors = {
|
|
1046
1013
|
/**
|
|
1047
1014
|
* Unauthorized
|
|
1048
1015
|
*/
|
|
@@ -1053,19 +1020,19 @@ export type GetApiV2ProjectsServiceProjectsByProjectIdTasksErrors = {
|
|
|
1053
1020
|
403: ErrorEnvelopeReadable;
|
|
1054
1021
|
};
|
|
1055
1022
|
|
|
1056
|
-
export type
|
|
1023
|
+
export type GetProjectTasksAsyncError = GetProjectTasksAsyncErrors[keyof GetProjectTasksAsyncErrors];
|
|
1057
1024
|
|
|
1058
|
-
export type
|
|
1025
|
+
export type GetProjectTasksAsyncResponses = {
|
|
1059
1026
|
/**
|
|
1060
1027
|
* OK
|
|
1061
1028
|
*/
|
|
1062
1029
|
200: ProjectTaskDtoListEnvelopeReadable;
|
|
1063
1030
|
};
|
|
1064
1031
|
|
|
1065
|
-
export type
|
|
1032
|
+
export type GetProjectTasksAsyncResponse = GetProjectTasksAsyncResponses[keyof GetProjectTasksAsyncResponses];
|
|
1066
1033
|
|
|
1067
|
-
export type
|
|
1068
|
-
body?:
|
|
1034
|
+
export type CreateProjectTaskAsyncData = {
|
|
1035
|
+
body?: ProjectTaskCreateDto;
|
|
1069
1036
|
path: {
|
|
1070
1037
|
projectId: string;
|
|
1071
1038
|
};
|
|
@@ -1075,7 +1042,7 @@ export type PostApiV2ProjectsServiceProjectsByProjectIdTasksData = {
|
|
|
1075
1042
|
url: '/api/v2/ProjectsService/Projects/{projectId}/Tasks';
|
|
1076
1043
|
};
|
|
1077
1044
|
|
|
1078
|
-
export type
|
|
1045
|
+
export type CreateProjectTaskAsyncErrors = {
|
|
1079
1046
|
/**
|
|
1080
1047
|
* Unauthorized
|
|
1081
1048
|
*/
|
|
@@ -1086,18 +1053,18 @@ export type PostApiV2ProjectsServiceProjectsByProjectIdTasksErrors = {
|
|
|
1086
1053
|
403: ErrorEnvelopeReadable;
|
|
1087
1054
|
};
|
|
1088
1055
|
|
|
1089
|
-
export type
|
|
1056
|
+
export type CreateProjectTaskAsyncError = CreateProjectTaskAsyncErrors[keyof CreateProjectTaskAsyncErrors];
|
|
1090
1057
|
|
|
1091
|
-
export type
|
|
1058
|
+
export type CreateProjectTaskAsyncResponses = {
|
|
1092
1059
|
/**
|
|
1093
1060
|
* OK
|
|
1094
1061
|
*/
|
|
1095
1062
|
200: EmptyEnvelopeReadable;
|
|
1096
1063
|
};
|
|
1097
1064
|
|
|
1098
|
-
export type
|
|
1065
|
+
export type CreateProjectTaskAsyncResponse = CreateProjectTaskAsyncResponses[keyof CreateProjectTaskAsyncResponses];
|
|
1099
1066
|
|
|
1100
|
-
export type
|
|
1067
|
+
export type GetProjectTasksCountAsyncData = {
|
|
1101
1068
|
body?: never;
|
|
1102
1069
|
path: {
|
|
1103
1070
|
projectId: string;
|
|
@@ -1108,7 +1075,7 @@ export type GetApiV2ProjectsServiceProjectsByProjectIdTasksCountData = {
|
|
|
1108
1075
|
url: '/api/v2/ProjectsService/Projects/{projectId}/Tasks/Count';
|
|
1109
1076
|
};
|
|
1110
1077
|
|
|
1111
|
-
export type
|
|
1078
|
+
export type GetProjectTasksCountAsyncErrors = {
|
|
1112
1079
|
/**
|
|
1113
1080
|
* Unauthorized
|
|
1114
1081
|
*/
|
|
@@ -1119,18 +1086,18 @@ export type GetApiV2ProjectsServiceProjectsByProjectIdTasksCountErrors = {
|
|
|
1119
1086
|
403: ErrorEnvelopeReadable;
|
|
1120
1087
|
};
|
|
1121
1088
|
|
|
1122
|
-
export type
|
|
1089
|
+
export type GetProjectTasksCountAsyncError = GetProjectTasksCountAsyncErrors[keyof GetProjectTasksCountAsyncErrors];
|
|
1123
1090
|
|
|
1124
|
-
export type
|
|
1091
|
+
export type GetProjectTasksCountAsyncResponses = {
|
|
1125
1092
|
/**
|
|
1126
1093
|
* OK
|
|
1127
1094
|
*/
|
|
1128
1095
|
200: Int32EnvelopeReadable;
|
|
1129
1096
|
};
|
|
1130
1097
|
|
|
1131
|
-
export type
|
|
1098
|
+
export type GetProjectTasksCountAsyncResponse = GetProjectTasksCountAsyncResponses[keyof GetProjectTasksCountAsyncResponses];
|
|
1132
1099
|
|
|
1133
|
-
export type
|
|
1100
|
+
export type DeleteProjectTaskAsyncData = {
|
|
1134
1101
|
body?: never;
|
|
1135
1102
|
path: {
|
|
1136
1103
|
projectId: string;
|
|
@@ -1142,7 +1109,7 @@ export type DeleteApiV2ProjectsServiceProjectsByProjectIdTasksByProjectTaskIdDat
|
|
|
1142
1109
|
url: '/api/v2/ProjectsService/Projects/{projectId}/Tasks/{projectTaskId}';
|
|
1143
1110
|
};
|
|
1144
1111
|
|
|
1145
|
-
export type
|
|
1112
|
+
export type DeleteProjectTaskAsyncErrors = {
|
|
1146
1113
|
/**
|
|
1147
1114
|
* Unauthorized
|
|
1148
1115
|
*/
|
|
@@ -1153,18 +1120,18 @@ export type DeleteApiV2ProjectsServiceProjectsByProjectIdTasksByProjectTaskIdErr
|
|
|
1153
1120
|
403: ErrorEnvelopeReadable;
|
|
1154
1121
|
};
|
|
1155
1122
|
|
|
1156
|
-
export type
|
|
1123
|
+
export type DeleteProjectTaskAsyncError = DeleteProjectTaskAsyncErrors[keyof DeleteProjectTaskAsyncErrors];
|
|
1157
1124
|
|
|
1158
|
-
export type
|
|
1125
|
+
export type DeleteProjectTaskAsyncResponses = {
|
|
1159
1126
|
/**
|
|
1160
1127
|
* OK
|
|
1161
1128
|
*/
|
|
1162
1129
|
200: EmptyEnvelopeReadable;
|
|
1163
1130
|
};
|
|
1164
1131
|
|
|
1165
|
-
export type
|
|
1132
|
+
export type DeleteProjectTaskAsyncResponse = DeleteProjectTaskAsyncResponses[keyof DeleteProjectTaskAsyncResponses];
|
|
1166
1133
|
|
|
1167
|
-
export type
|
|
1134
|
+
export type UpdateProjectTaskAsyncData = {
|
|
1168
1135
|
body?: ProjectTaskUpdateDto;
|
|
1169
1136
|
path: {
|
|
1170
1137
|
projectId: string;
|
|
@@ -1176,7 +1143,7 @@ export type PutApiV2ProjectsServiceProjectsByProjectIdTasksByProjectTaskIdData =
|
|
|
1176
1143
|
url: '/api/v2/ProjectsService/Projects/{projectId}/Tasks/{projectTaskId}';
|
|
1177
1144
|
};
|
|
1178
1145
|
|
|
1179
|
-
export type
|
|
1146
|
+
export type UpdateProjectTaskAsyncErrors = {
|
|
1180
1147
|
/**
|
|
1181
1148
|
* Unauthorized
|
|
1182
1149
|
*/
|
|
@@ -1187,18 +1154,18 @@ export type PutApiV2ProjectsServiceProjectsByProjectIdTasksByProjectTaskIdErrors
|
|
|
1187
1154
|
403: ErrorEnvelopeReadable;
|
|
1188
1155
|
};
|
|
1189
1156
|
|
|
1190
|
-
export type
|
|
1157
|
+
export type UpdateProjectTaskAsyncError = UpdateProjectTaskAsyncErrors[keyof UpdateProjectTaskAsyncErrors];
|
|
1191
1158
|
|
|
1192
|
-
export type
|
|
1159
|
+
export type UpdateProjectTaskAsyncResponses = {
|
|
1193
1160
|
/**
|
|
1194
1161
|
* OK
|
|
1195
1162
|
*/
|
|
1196
1163
|
200: EmptyEnvelopeReadable;
|
|
1197
1164
|
};
|
|
1198
1165
|
|
|
1199
|
-
export type
|
|
1166
|
+
export type UpdateProjectTaskAsyncResponse = UpdateProjectTaskAsyncResponses[keyof UpdateProjectTaskAsyncResponses];
|
|
1200
1167
|
|
|
1201
|
-
export type
|
|
1168
|
+
export type GetProjectTaskCategoriesAsyncData = {
|
|
1202
1169
|
body?: never;
|
|
1203
1170
|
path: {
|
|
1204
1171
|
projectId: string;
|
|
@@ -1209,7 +1176,7 @@ export type GetApiV2ProjectsServiceProjectsByProjectIdTaskCategoriesData = {
|
|
|
1209
1176
|
url: '/api/v2/ProjectsService/Projects/{projectId}/TaskCategories';
|
|
1210
1177
|
};
|
|
1211
1178
|
|
|
1212
|
-
export type
|
|
1179
|
+
export type GetProjectTaskCategoriesAsyncErrors = {
|
|
1213
1180
|
/**
|
|
1214
1181
|
* Unauthorized
|
|
1215
1182
|
*/
|
|
@@ -1220,18 +1187,18 @@ export type GetApiV2ProjectsServiceProjectsByProjectIdTaskCategoriesErrors = {
|
|
|
1220
1187
|
403: ErrorEnvelopeReadable;
|
|
1221
1188
|
};
|
|
1222
1189
|
|
|
1223
|
-
export type
|
|
1190
|
+
export type GetProjectTaskCategoriesAsyncError = GetProjectTaskCategoriesAsyncErrors[keyof GetProjectTaskCategoriesAsyncErrors];
|
|
1224
1191
|
|
|
1225
|
-
export type
|
|
1192
|
+
export type GetProjectTaskCategoriesAsyncResponses = {
|
|
1226
1193
|
/**
|
|
1227
1194
|
* OK
|
|
1228
1195
|
*/
|
|
1229
1196
|
200: TaskCategoryDtoListEnvelopeReadable;
|
|
1230
1197
|
};
|
|
1231
1198
|
|
|
1232
|
-
export type
|
|
1199
|
+
export type GetProjectTaskCategoriesAsyncResponse = GetProjectTaskCategoriesAsyncResponses[keyof GetProjectTaskCategoriesAsyncResponses];
|
|
1233
1200
|
|
|
1234
|
-
export type
|
|
1201
|
+
export type GetProjectTaskCategoriesCountAsyncData = {
|
|
1235
1202
|
body?: never;
|
|
1236
1203
|
path: {
|
|
1237
1204
|
projectId: string;
|
|
@@ -1242,7 +1209,7 @@ export type GetApiV2ProjectsServiceProjectsByProjectIdTaskCategoriesCountData =
|
|
|
1242
1209
|
url: '/api/v2/ProjectsService/Projects/{projectId}/TaskCategories/Count';
|
|
1243
1210
|
};
|
|
1244
1211
|
|
|
1245
|
-
export type
|
|
1212
|
+
export type GetProjectTaskCategoriesCountAsyncErrors = {
|
|
1246
1213
|
/**
|
|
1247
1214
|
* Unauthorized
|
|
1248
1215
|
*/
|
|
@@ -1253,18 +1220,18 @@ export type GetApiV2ProjectsServiceProjectsByProjectIdTaskCategoriesCountErrors
|
|
|
1253
1220
|
403: ErrorEnvelopeReadable;
|
|
1254
1221
|
};
|
|
1255
1222
|
|
|
1256
|
-
export type
|
|
1223
|
+
export type GetProjectTaskCategoriesCountAsyncError = GetProjectTaskCategoriesCountAsyncErrors[keyof GetProjectTaskCategoriesCountAsyncErrors];
|
|
1257
1224
|
|
|
1258
|
-
export type
|
|
1225
|
+
export type GetProjectTaskCategoriesCountAsyncResponses = {
|
|
1259
1226
|
/**
|
|
1260
1227
|
* OK
|
|
1261
1228
|
*/
|
|
1262
1229
|
200: Int32EnvelopeReadable;
|
|
1263
1230
|
};
|
|
1264
1231
|
|
|
1265
|
-
export type
|
|
1232
|
+
export type GetProjectTaskCategoriesCountAsyncResponse = GetProjectTaskCategoriesCountAsyncResponses[keyof GetProjectTaskCategoriesCountAsyncResponses];
|
|
1266
1233
|
|
|
1267
|
-
export type
|
|
1234
|
+
export type GetTenantTaskCategoriesAsyncData = {
|
|
1268
1235
|
body?: never;
|
|
1269
1236
|
path?: never;
|
|
1270
1237
|
query: {
|
|
@@ -1273,7 +1240,7 @@ export type GetApiV2ProjectsServiceTaskCategoriesData = {
|
|
|
1273
1240
|
url: '/api/v2/ProjectsService/TaskCategories';
|
|
1274
1241
|
};
|
|
1275
1242
|
|
|
1276
|
-
export type
|
|
1243
|
+
export type GetTenantTaskCategoriesAsyncErrors = {
|
|
1277
1244
|
/**
|
|
1278
1245
|
* Unauthorized
|
|
1279
1246
|
*/
|
|
@@ -1284,19 +1251,19 @@ export type GetApiV2ProjectsServiceTaskCategoriesErrors = {
|
|
|
1284
1251
|
403: ErrorEnvelopeReadable;
|
|
1285
1252
|
};
|
|
1286
1253
|
|
|
1287
|
-
export type
|
|
1254
|
+
export type GetTenantTaskCategoriesAsyncError = GetTenantTaskCategoriesAsyncErrors[keyof GetTenantTaskCategoriesAsyncErrors];
|
|
1288
1255
|
|
|
1289
|
-
export type
|
|
1256
|
+
export type GetTenantTaskCategoriesAsyncResponses = {
|
|
1290
1257
|
/**
|
|
1291
1258
|
* OK
|
|
1292
1259
|
*/
|
|
1293
1260
|
200: TaskCategoryDtoListEnvelopeReadable;
|
|
1294
1261
|
};
|
|
1295
1262
|
|
|
1296
|
-
export type
|
|
1263
|
+
export type GetTenantTaskCategoriesAsyncResponse = GetTenantTaskCategoriesAsyncResponses[keyof GetTenantTaskCategoriesAsyncResponses];
|
|
1297
1264
|
|
|
1298
|
-
export type
|
|
1299
|
-
body?:
|
|
1265
|
+
export type CreateTaskCategoryAsyncData = {
|
|
1266
|
+
body?: TaskCategoryCreateDto;
|
|
1300
1267
|
path?: never;
|
|
1301
1268
|
query: {
|
|
1302
1269
|
tenantId: string;
|
|
@@ -1304,7 +1271,7 @@ export type PostApiV2ProjectsServiceTaskCategoriesData = {
|
|
|
1304
1271
|
url: '/api/v2/ProjectsService/TaskCategories';
|
|
1305
1272
|
};
|
|
1306
1273
|
|
|
1307
|
-
export type
|
|
1274
|
+
export type CreateTaskCategoryAsyncErrors = {
|
|
1308
1275
|
/**
|
|
1309
1276
|
* Unauthorized
|
|
1310
1277
|
*/
|
|
@@ -1315,18 +1282,18 @@ export type PostApiV2ProjectsServiceTaskCategoriesErrors = {
|
|
|
1315
1282
|
403: ErrorEnvelopeReadable;
|
|
1316
1283
|
};
|
|
1317
1284
|
|
|
1318
|
-
export type
|
|
1285
|
+
export type CreateTaskCategoryAsyncError = CreateTaskCategoryAsyncErrors[keyof CreateTaskCategoryAsyncErrors];
|
|
1319
1286
|
|
|
1320
|
-
export type
|
|
1287
|
+
export type CreateTaskCategoryAsyncResponses = {
|
|
1321
1288
|
/**
|
|
1322
1289
|
* OK
|
|
1323
1290
|
*/
|
|
1324
1291
|
200: TaskCategoryDto;
|
|
1325
1292
|
};
|
|
1326
1293
|
|
|
1327
|
-
export type
|
|
1294
|
+
export type CreateTaskCategoryAsyncResponse = CreateTaskCategoryAsyncResponses[keyof CreateTaskCategoryAsyncResponses];
|
|
1328
1295
|
|
|
1329
|
-
export type
|
|
1296
|
+
export type CountTenantTaskCategoriesAsyncData = {
|
|
1330
1297
|
body?: never;
|
|
1331
1298
|
path?: never;
|
|
1332
1299
|
query: {
|
|
@@ -1335,7 +1302,7 @@ export type GetApiV2ProjectsServiceTaskCategoriesCountData = {
|
|
|
1335
1302
|
url: '/api/v2/ProjectsService/TaskCategories/Count';
|
|
1336
1303
|
};
|
|
1337
1304
|
|
|
1338
|
-
export type
|
|
1305
|
+
export type CountTenantTaskCategoriesAsyncErrors = {
|
|
1339
1306
|
/**
|
|
1340
1307
|
* Unauthorized
|
|
1341
1308
|
*/
|
|
@@ -1346,18 +1313,18 @@ export type GetApiV2ProjectsServiceTaskCategoriesCountErrors = {
|
|
|
1346
1313
|
403: ErrorEnvelopeReadable;
|
|
1347
1314
|
};
|
|
1348
1315
|
|
|
1349
|
-
export type
|
|
1316
|
+
export type CountTenantTaskCategoriesAsyncError = CountTenantTaskCategoriesAsyncErrors[keyof CountTenantTaskCategoriesAsyncErrors];
|
|
1350
1317
|
|
|
1351
|
-
export type
|
|
1318
|
+
export type CountTenantTaskCategoriesAsyncResponses = {
|
|
1352
1319
|
/**
|
|
1353
1320
|
* OK
|
|
1354
1321
|
*/
|
|
1355
1322
|
200: Int32EnvelopeReadable;
|
|
1356
1323
|
};
|
|
1357
1324
|
|
|
1358
|
-
export type
|
|
1325
|
+
export type CountTenantTaskCategoriesAsyncResponse = CountTenantTaskCategoriesAsyncResponses[keyof CountTenantTaskCategoriesAsyncResponses];
|
|
1359
1326
|
|
|
1360
|
-
export type
|
|
1327
|
+
export type DeleteTaskCategoryAsyncData = {
|
|
1361
1328
|
body?: never;
|
|
1362
1329
|
path: {
|
|
1363
1330
|
taskCategoryId: string;
|
|
@@ -1368,7 +1335,7 @@ export type DeleteApiV2ProjectsServiceTaskCategoriesByTaskCategoryIdData = {
|
|
|
1368
1335
|
url: '/api/v2/ProjectsService/TaskCategories/{taskCategoryId}';
|
|
1369
1336
|
};
|
|
1370
1337
|
|
|
1371
|
-
export type
|
|
1338
|
+
export type DeleteTaskCategoryAsyncErrors = {
|
|
1372
1339
|
/**
|
|
1373
1340
|
* Unauthorized
|
|
1374
1341
|
*/
|
|
@@ -1379,18 +1346,18 @@ export type DeleteApiV2ProjectsServiceTaskCategoriesByTaskCategoryIdErrors = {
|
|
|
1379
1346
|
403: ErrorEnvelopeReadable;
|
|
1380
1347
|
};
|
|
1381
1348
|
|
|
1382
|
-
export type
|
|
1349
|
+
export type DeleteTaskCategoryAsyncError = DeleteTaskCategoryAsyncErrors[keyof DeleteTaskCategoryAsyncErrors];
|
|
1383
1350
|
|
|
1384
|
-
export type
|
|
1351
|
+
export type DeleteTaskCategoryAsyncResponses = {
|
|
1385
1352
|
/**
|
|
1386
1353
|
* OK
|
|
1387
1354
|
*/
|
|
1388
1355
|
200: TaskCategoryDto;
|
|
1389
1356
|
};
|
|
1390
1357
|
|
|
1391
|
-
export type
|
|
1358
|
+
export type DeleteTaskCategoryAsyncResponse = DeleteTaskCategoryAsyncResponses[keyof DeleteTaskCategoryAsyncResponses];
|
|
1392
1359
|
|
|
1393
|
-
export type
|
|
1360
|
+
export type GetTaskCategoryByIdAsyncData = {
|
|
1394
1361
|
body?: never;
|
|
1395
1362
|
path: {
|
|
1396
1363
|
taskCategoryId: string;
|
|
@@ -1401,7 +1368,7 @@ export type GetApiV2ProjectsServiceTaskCategoriesByTaskCategoryIdData = {
|
|
|
1401
1368
|
url: '/api/v2/ProjectsService/TaskCategories/{taskCategoryId}';
|
|
1402
1369
|
};
|
|
1403
1370
|
|
|
1404
|
-
export type
|
|
1371
|
+
export type GetTaskCategoryByIdAsyncErrors = {
|
|
1405
1372
|
/**
|
|
1406
1373
|
* Unauthorized
|
|
1407
1374
|
*/
|
|
@@ -1412,18 +1379,18 @@ export type GetApiV2ProjectsServiceTaskCategoriesByTaskCategoryIdErrors = {
|
|
|
1412
1379
|
403: ErrorEnvelopeReadable;
|
|
1413
1380
|
};
|
|
1414
1381
|
|
|
1415
|
-
export type
|
|
1382
|
+
export type GetTaskCategoryByIdAsyncError = GetTaskCategoryByIdAsyncErrors[keyof GetTaskCategoryByIdAsyncErrors];
|
|
1416
1383
|
|
|
1417
|
-
export type
|
|
1384
|
+
export type GetTaskCategoryByIdAsyncResponses = {
|
|
1418
1385
|
/**
|
|
1419
1386
|
* OK
|
|
1420
1387
|
*/
|
|
1421
1388
|
200: TaskCategoryDto;
|
|
1422
1389
|
};
|
|
1423
1390
|
|
|
1424
|
-
export type
|
|
1391
|
+
export type GetTaskCategoryByIdAsyncResponse = GetTaskCategoryByIdAsyncResponses[keyof GetTaskCategoryByIdAsyncResponses];
|
|
1425
1392
|
|
|
1426
|
-
export type
|
|
1393
|
+
export type UpdateTaskCategoryAsyncData = {
|
|
1427
1394
|
body?: TaskCategoryUpdateDto;
|
|
1428
1395
|
path: {
|
|
1429
1396
|
taskCategoryId: string;
|
|
@@ -1434,7 +1401,7 @@ export type PutApiV2ProjectsServiceTaskCategoriesByTaskCategoryIdData = {
|
|
|
1434
1401
|
url: '/api/v2/ProjectsService/TaskCategories/{taskCategoryId}';
|
|
1435
1402
|
};
|
|
1436
1403
|
|
|
1437
|
-
export type
|
|
1404
|
+
export type UpdateTaskCategoryAsyncErrors = {
|
|
1438
1405
|
/**
|
|
1439
1406
|
* Unauthorized
|
|
1440
1407
|
*/
|
|
@@ -1445,18 +1412,18 @@ export type PutApiV2ProjectsServiceTaskCategoriesByTaskCategoryIdErrors = {
|
|
|
1445
1412
|
403: ErrorEnvelopeReadable;
|
|
1446
1413
|
};
|
|
1447
1414
|
|
|
1448
|
-
export type
|
|
1415
|
+
export type UpdateTaskCategoryAsyncError = UpdateTaskCategoryAsyncErrors[keyof UpdateTaskCategoryAsyncErrors];
|
|
1449
1416
|
|
|
1450
|
-
export type
|
|
1417
|
+
export type UpdateTaskCategoryAsyncResponses = {
|
|
1451
1418
|
/**
|
|
1452
1419
|
* OK
|
|
1453
1420
|
*/
|
|
1454
1421
|
200: TaskCategoryDto;
|
|
1455
1422
|
};
|
|
1456
1423
|
|
|
1457
|
-
export type
|
|
1424
|
+
export type UpdateTaskCategoryAsyncResponse = UpdateTaskCategoryAsyncResponses[keyof UpdateTaskCategoryAsyncResponses];
|
|
1458
1425
|
|
|
1459
|
-
export type
|
|
1426
|
+
export type GetTaskCategoryTaskTypesAsyncData = {
|
|
1460
1427
|
body?: never;
|
|
1461
1428
|
path: {
|
|
1462
1429
|
taskCategoryId: string;
|
|
@@ -1467,7 +1434,7 @@ export type GetApiV2ProjectsServiceTaskCategoriesByTaskCategoryIdTypesData = {
|
|
|
1467
1434
|
url: '/api/v2/ProjectsService/TaskCategories/{taskCategoryId}/Types';
|
|
1468
1435
|
};
|
|
1469
1436
|
|
|
1470
|
-
export type
|
|
1437
|
+
export type GetTaskCategoryTaskTypesAsyncErrors = {
|
|
1471
1438
|
/**
|
|
1472
1439
|
* Unauthorized
|
|
1473
1440
|
*/
|
|
@@ -1478,18 +1445,18 @@ export type GetApiV2ProjectsServiceTaskCategoriesByTaskCategoryIdTypesErrors = {
|
|
|
1478
1445
|
403: ErrorEnvelopeReadable;
|
|
1479
1446
|
};
|
|
1480
1447
|
|
|
1481
|
-
export type
|
|
1448
|
+
export type GetTaskCategoryTaskTypesAsyncError = GetTaskCategoryTaskTypesAsyncErrors[keyof GetTaskCategoryTaskTypesAsyncErrors];
|
|
1482
1449
|
|
|
1483
|
-
export type
|
|
1450
|
+
export type GetTaskCategoryTaskTypesAsyncResponses = {
|
|
1484
1451
|
/**
|
|
1485
1452
|
* OK
|
|
1486
1453
|
*/
|
|
1487
1454
|
200: TaskCategoryDto;
|
|
1488
1455
|
};
|
|
1489
1456
|
|
|
1490
|
-
export type
|
|
1457
|
+
export type GetTaskCategoryTaskTypesAsyncResponse = GetTaskCategoryTaskTypesAsyncResponses[keyof GetTaskCategoryTaskTypesAsyncResponses];
|
|
1491
1458
|
|
|
1492
|
-
export type
|
|
1459
|
+
export type DeleteTaskTypeAsyncData = {
|
|
1493
1460
|
body?: never;
|
|
1494
1461
|
path: {
|
|
1495
1462
|
taskTypeId: string;
|
|
@@ -1500,7 +1467,7 @@ export type DeleteApiV2ProjectsServiceTaskTypesByTaskTypeIdData = {
|
|
|
1500
1467
|
url: '/api/v2/ProjectsService/TaskTypes/{taskTypeId}';
|
|
1501
1468
|
};
|
|
1502
1469
|
|
|
1503
|
-
export type
|
|
1470
|
+
export type DeleteTaskTypeAsyncErrors = {
|
|
1504
1471
|
/**
|
|
1505
1472
|
* Unauthorized
|
|
1506
1473
|
*/
|
|
@@ -1511,18 +1478,18 @@ export type DeleteApiV2ProjectsServiceTaskTypesByTaskTypeIdErrors = {
|
|
|
1511
1478
|
403: ErrorEnvelopeReadable;
|
|
1512
1479
|
};
|
|
1513
1480
|
|
|
1514
|
-
export type
|
|
1481
|
+
export type DeleteTaskTypeAsyncError = DeleteTaskTypeAsyncErrors[keyof DeleteTaskTypeAsyncErrors];
|
|
1515
1482
|
|
|
1516
|
-
export type
|
|
1483
|
+
export type DeleteTaskTypeAsyncResponses = {
|
|
1517
1484
|
/**
|
|
1518
1485
|
* OK
|
|
1519
1486
|
*/
|
|
1520
1487
|
200: TaskTypeDto;
|
|
1521
1488
|
};
|
|
1522
1489
|
|
|
1523
|
-
export type
|
|
1490
|
+
export type DeleteTaskTypeAsyncResponse = DeleteTaskTypeAsyncResponses[keyof DeleteTaskTypeAsyncResponses];
|
|
1524
1491
|
|
|
1525
|
-
export type
|
|
1492
|
+
export type GetTaskTypeByIdAsyncData = {
|
|
1526
1493
|
body?: never;
|
|
1527
1494
|
path: {
|
|
1528
1495
|
taskTypeId: string;
|
|
@@ -1533,7 +1500,7 @@ export type GetApiV2ProjectsServiceTaskTypesByTaskTypeIdData = {
|
|
|
1533
1500
|
url: '/api/v2/ProjectsService/TaskTypes/{taskTypeId}';
|
|
1534
1501
|
};
|
|
1535
1502
|
|
|
1536
|
-
export type
|
|
1503
|
+
export type GetTaskTypeByIdAsyncErrors = {
|
|
1537
1504
|
/**
|
|
1538
1505
|
* Unauthorized
|
|
1539
1506
|
*/
|
|
@@ -1544,18 +1511,18 @@ export type GetApiV2ProjectsServiceTaskTypesByTaskTypeIdErrors = {
|
|
|
1544
1511
|
403: ErrorEnvelopeReadable;
|
|
1545
1512
|
};
|
|
1546
1513
|
|
|
1547
|
-
export type
|
|
1514
|
+
export type GetTaskTypeByIdAsyncError = GetTaskTypeByIdAsyncErrors[keyof GetTaskTypeByIdAsyncErrors];
|
|
1548
1515
|
|
|
1549
|
-
export type
|
|
1516
|
+
export type GetTaskTypeByIdAsyncResponses = {
|
|
1550
1517
|
/**
|
|
1551
1518
|
* OK
|
|
1552
1519
|
*/
|
|
1553
1520
|
200: TaskTypeDto;
|
|
1554
1521
|
};
|
|
1555
1522
|
|
|
1556
|
-
export type
|
|
1523
|
+
export type GetTaskTypeByIdAsyncResponse = GetTaskTypeByIdAsyncResponses[keyof GetTaskTypeByIdAsyncResponses];
|
|
1557
1524
|
|
|
1558
|
-
export type
|
|
1525
|
+
export type UpdateTaskTypeAsyncData = {
|
|
1559
1526
|
body?: TaskTypeUpdateDto;
|
|
1560
1527
|
path: {
|
|
1561
1528
|
taskTypeId: string;
|
|
@@ -1566,7 +1533,7 @@ export type PutApiV2ProjectsServiceTaskTypesByTaskTypeIdData = {
|
|
|
1566
1533
|
url: '/api/v2/ProjectsService/TaskTypes/{taskTypeId}';
|
|
1567
1534
|
};
|
|
1568
1535
|
|
|
1569
|
-
export type
|
|
1536
|
+
export type UpdateTaskTypeAsyncErrors = {
|
|
1570
1537
|
/**
|
|
1571
1538
|
* Unauthorized
|
|
1572
1539
|
*/
|
|
@@ -1577,19 +1544,19 @@ export type PutApiV2ProjectsServiceTaskTypesByTaskTypeIdErrors = {
|
|
|
1577
1544
|
403: ErrorEnvelopeReadable;
|
|
1578
1545
|
};
|
|
1579
1546
|
|
|
1580
|
-
export type
|
|
1547
|
+
export type UpdateTaskTypeAsyncError = UpdateTaskTypeAsyncErrors[keyof UpdateTaskTypeAsyncErrors];
|
|
1581
1548
|
|
|
1582
|
-
export type
|
|
1549
|
+
export type UpdateTaskTypeAsyncResponses = {
|
|
1583
1550
|
/**
|
|
1584
1551
|
* OK
|
|
1585
1552
|
*/
|
|
1586
1553
|
200: TaskTypeDto;
|
|
1587
1554
|
};
|
|
1588
1555
|
|
|
1589
|
-
export type
|
|
1556
|
+
export type UpdateTaskTypeAsyncResponse = UpdateTaskTypeAsyncResponses[keyof UpdateTaskTypeAsyncResponses];
|
|
1590
1557
|
|
|
1591
|
-
export type
|
|
1592
|
-
body?:
|
|
1558
|
+
export type CreateTaskTypeAsyncData = {
|
|
1559
|
+
body?: TaskTypeCreateDto;
|
|
1593
1560
|
path?: never;
|
|
1594
1561
|
query: {
|
|
1595
1562
|
tenantId: string;
|
|
@@ -1597,7 +1564,7 @@ export type PostApiV2ProjectsServiceTaskTypesData = {
|
|
|
1597
1564
|
url: '/api/v2/ProjectsService/TaskTypes';
|
|
1598
1565
|
};
|
|
1599
1566
|
|
|
1600
|
-
export type
|
|
1567
|
+
export type CreateTaskTypeAsyncErrors = {
|
|
1601
1568
|
/**
|
|
1602
1569
|
* Unauthorized
|
|
1603
1570
|
*/
|
|
@@ -1608,16 +1575,16 @@ export type PostApiV2ProjectsServiceTaskTypesErrors = {
|
|
|
1608
1575
|
403: ErrorEnvelopeReadable;
|
|
1609
1576
|
};
|
|
1610
1577
|
|
|
1611
|
-
export type
|
|
1578
|
+
export type CreateTaskTypeAsyncError = CreateTaskTypeAsyncErrors[keyof CreateTaskTypeAsyncErrors];
|
|
1612
1579
|
|
|
1613
|
-
export type
|
|
1580
|
+
export type CreateTaskTypeAsyncResponses = {
|
|
1614
1581
|
/**
|
|
1615
1582
|
* OK
|
|
1616
1583
|
*/
|
|
1617
1584
|
200: TaskTypeDto;
|
|
1618
1585
|
};
|
|
1619
1586
|
|
|
1620
|
-
export type
|
|
1587
|
+
export type CreateTaskTypeAsyncResponse = CreateTaskTypeAsyncResponses[keyof CreateTaskTypeAsyncResponses];
|
|
1621
1588
|
|
|
1622
1589
|
export type ClientOptions = {
|
|
1623
1590
|
baseUrl: 'https://localhost:44388' | (string & {});
|