@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,1498 @@
|
|
|
1
|
+
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
|
+
|
|
3
|
+
export type AccessTokenResponseReadable = {
|
|
4
|
+
readonly tokenType?: string | null;
|
|
5
|
+
accessToken: string | null;
|
|
6
|
+
expiresIn: number;
|
|
7
|
+
refreshToken: string | null;
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export type AccessTokenResponseWritable = {
|
|
11
|
+
accessToken: string | null;
|
|
12
|
+
expiresIn: number;
|
|
13
|
+
refreshToken: string | null;
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export type EmployeeProfileCreateDto = {
|
|
17
|
+
id?: string;
|
|
18
|
+
timestamp?: string;
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export type EmployeeProfileDto = {
|
|
22
|
+
id?: string | null;
|
|
23
|
+
timestamp?: string | null;
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
export type EmployeeProfileDtoEnvelopeReadable = {
|
|
27
|
+
readonly isSuccess?: boolean;
|
|
28
|
+
errorMessage?: string | null;
|
|
29
|
+
correlationId?: string | null;
|
|
30
|
+
readonly timestamp?: string;
|
|
31
|
+
readonly activityId?: string | null;
|
|
32
|
+
result?: EmployeeProfileDto;
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export type EmployeeProfileDtoEnvelopeWritable = {
|
|
36
|
+
errorMessage?: string | null;
|
|
37
|
+
correlationId?: string | null;
|
|
38
|
+
result?: EmployeeProfileDto;
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
export type EmployeeProfileDtoListEnvelopeReadable = {
|
|
42
|
+
readonly isSuccess?: boolean;
|
|
43
|
+
errorMessage?: string | null;
|
|
44
|
+
correlationId?: string | null;
|
|
45
|
+
readonly timestamp?: string;
|
|
46
|
+
readonly activityId?: string | null;
|
|
47
|
+
result?: Array<EmployeeProfileDto> | null;
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
export type EmployeeProfileDtoListEnvelopeWritable = {
|
|
51
|
+
errorMessage?: string | null;
|
|
52
|
+
correlationId?: string | null;
|
|
53
|
+
result?: Array<EmployeeProfileDto> | null;
|
|
54
|
+
};
|
|
55
|
+
|
|
56
|
+
export type EmployeeProfileUpdateDto = {
|
|
57
|
+
[key: string]: never;
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
export type EmployerProfileCreateDto = {
|
|
61
|
+
id?: string;
|
|
62
|
+
timestamp?: string;
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
export type EmployerProfileDto = {
|
|
66
|
+
id?: string | null;
|
|
67
|
+
timestamp?: string | null;
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
export type EmployerProfileDtoEnvelopeReadable = {
|
|
71
|
+
readonly isSuccess?: boolean;
|
|
72
|
+
errorMessage?: string | null;
|
|
73
|
+
correlationId?: string | null;
|
|
74
|
+
readonly timestamp?: string;
|
|
75
|
+
readonly activityId?: string | null;
|
|
76
|
+
result?: EmployerProfileDto;
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
export type EmployerProfileDtoEnvelopeWritable = {
|
|
80
|
+
errorMessage?: string | null;
|
|
81
|
+
correlationId?: string | null;
|
|
82
|
+
result?: EmployerProfileDto;
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
export type EmployerProfileDtoListEnvelopeReadable = {
|
|
86
|
+
readonly isSuccess?: boolean;
|
|
87
|
+
errorMessage?: string | null;
|
|
88
|
+
correlationId?: string | null;
|
|
89
|
+
readonly timestamp?: string;
|
|
90
|
+
readonly activityId?: string | null;
|
|
91
|
+
result?: Array<EmployerProfileDto> | null;
|
|
92
|
+
};
|
|
93
|
+
|
|
94
|
+
export type EmployerProfileDtoListEnvelopeWritable = {
|
|
95
|
+
errorMessage?: string | null;
|
|
96
|
+
correlationId?: string | null;
|
|
97
|
+
result?: Array<EmployerProfileDto> | null;
|
|
98
|
+
};
|
|
99
|
+
|
|
100
|
+
export type EmployerProfileUpdateDto = {
|
|
101
|
+
[key: string]: never;
|
|
102
|
+
};
|
|
103
|
+
|
|
104
|
+
export type EmptyEnvelopeReadable = {
|
|
105
|
+
readonly isSuccess?: boolean;
|
|
106
|
+
errorMessage?: string | null;
|
|
107
|
+
correlationId?: string | null;
|
|
108
|
+
readonly timestamp?: string;
|
|
109
|
+
readonly activityId?: string | null;
|
|
110
|
+
};
|
|
111
|
+
|
|
112
|
+
export type EmptyEnvelopeWritable = {
|
|
113
|
+
errorMessage?: string | null;
|
|
114
|
+
correlationId?: string | null;
|
|
115
|
+
};
|
|
116
|
+
|
|
117
|
+
export type ErrorEnvelopeReadable = {
|
|
118
|
+
readonly isSuccess?: boolean;
|
|
119
|
+
errorMessage?: string | null;
|
|
120
|
+
correlationId?: string | null;
|
|
121
|
+
readonly timestamp?: string;
|
|
122
|
+
readonly activityId?: string | null;
|
|
123
|
+
};
|
|
124
|
+
|
|
125
|
+
export type ErrorEnvelopeWritable = {
|
|
126
|
+
errorMessage?: string | null;
|
|
127
|
+
correlationId?: string | null;
|
|
128
|
+
};
|
|
129
|
+
|
|
130
|
+
export type ForgotPasswordRequest = {
|
|
131
|
+
email: string | null;
|
|
132
|
+
};
|
|
133
|
+
|
|
134
|
+
export type GigCreateDto = {
|
|
135
|
+
id?: string;
|
|
136
|
+
timestamp?: string;
|
|
137
|
+
title?: string | null;
|
|
138
|
+
description?: string | null;
|
|
139
|
+
startDate?: string;
|
|
140
|
+
endDate?: string;
|
|
141
|
+
budget?: number;
|
|
142
|
+
location?: string | null;
|
|
143
|
+
skillsRequired?: string | null;
|
|
144
|
+
};
|
|
145
|
+
|
|
146
|
+
export type GigDto = {
|
|
147
|
+
id?: string | null;
|
|
148
|
+
timestamp?: string | null;
|
|
149
|
+
};
|
|
150
|
+
|
|
151
|
+
export type GigDtoEnvelopeReadable = {
|
|
152
|
+
readonly isSuccess?: boolean;
|
|
153
|
+
errorMessage?: string | null;
|
|
154
|
+
correlationId?: string | null;
|
|
155
|
+
readonly timestamp?: string;
|
|
156
|
+
readonly activityId?: string | null;
|
|
157
|
+
result?: GigDto;
|
|
158
|
+
};
|
|
159
|
+
|
|
160
|
+
export type GigDtoEnvelopeWritable = {
|
|
161
|
+
errorMessage?: string | null;
|
|
162
|
+
correlationId?: string | null;
|
|
163
|
+
result?: GigDto;
|
|
164
|
+
};
|
|
165
|
+
|
|
166
|
+
export type GigDtoListEnvelopeReadable = {
|
|
167
|
+
readonly isSuccess?: boolean;
|
|
168
|
+
errorMessage?: string | null;
|
|
169
|
+
correlationId?: string | null;
|
|
170
|
+
readonly timestamp?: string;
|
|
171
|
+
readonly activityId?: string | null;
|
|
172
|
+
result?: Array<GigDto> | null;
|
|
173
|
+
};
|
|
174
|
+
|
|
175
|
+
export type GigDtoListEnvelopeWritable = {
|
|
176
|
+
errorMessage?: string | null;
|
|
177
|
+
correlationId?: string | null;
|
|
178
|
+
result?: Array<GigDto> | null;
|
|
179
|
+
};
|
|
180
|
+
|
|
181
|
+
export type GigUpdateDto = {
|
|
182
|
+
title?: string | null;
|
|
183
|
+
description?: string | null;
|
|
184
|
+
price?: number | null;
|
|
185
|
+
currency?: string | null;
|
|
186
|
+
location?: string | null;
|
|
187
|
+
startDate?: string | null;
|
|
188
|
+
endDate?: string | null;
|
|
189
|
+
category?: string | null;
|
|
190
|
+
tags?: string | null;
|
|
191
|
+
};
|
|
192
|
+
|
|
193
|
+
export type HttpValidationProblemDetails = {
|
|
194
|
+
type?: string | null;
|
|
195
|
+
title?: string | null;
|
|
196
|
+
status?: number | null;
|
|
197
|
+
detail?: string | null;
|
|
198
|
+
instance?: string | null;
|
|
199
|
+
errors?: {
|
|
200
|
+
[key: string]: Array<string>;
|
|
201
|
+
} | null;
|
|
202
|
+
[key: string]: unknown | (string | null) | (string | null) | (number | null) | (string | null) | (string | null) | ({
|
|
203
|
+
[key: string]: Array<string>;
|
|
204
|
+
} | null) | undefined;
|
|
205
|
+
};
|
|
206
|
+
|
|
207
|
+
export type InfoRequest = {
|
|
208
|
+
newEmail?: string | null;
|
|
209
|
+
newPassword?: string | null;
|
|
210
|
+
oldPassword?: string | null;
|
|
211
|
+
};
|
|
212
|
+
|
|
213
|
+
export type InfoResponse = {
|
|
214
|
+
email: string | null;
|
|
215
|
+
isEmailConfirmed: boolean;
|
|
216
|
+
};
|
|
217
|
+
|
|
218
|
+
export type Int32EnvelopeReadable = {
|
|
219
|
+
readonly isSuccess?: boolean;
|
|
220
|
+
errorMessage?: string | null;
|
|
221
|
+
correlationId?: string | null;
|
|
222
|
+
readonly timestamp?: string;
|
|
223
|
+
readonly activityId?: string | null;
|
|
224
|
+
result?: number;
|
|
225
|
+
};
|
|
226
|
+
|
|
227
|
+
export type Int32EnvelopeWritable = {
|
|
228
|
+
errorMessage?: string | null;
|
|
229
|
+
correlationId?: string | null;
|
|
230
|
+
result?: number;
|
|
231
|
+
};
|
|
232
|
+
|
|
233
|
+
export type JobOfferCreateDto = {
|
|
234
|
+
id?: string;
|
|
235
|
+
timestamp?: string;
|
|
236
|
+
};
|
|
237
|
+
|
|
238
|
+
export type JobOfferDto = {
|
|
239
|
+
id?: string | null;
|
|
240
|
+
timestamp?: string | null;
|
|
241
|
+
};
|
|
242
|
+
|
|
243
|
+
export type JobOfferDtoEnvelopeReadable = {
|
|
244
|
+
readonly isSuccess?: boolean;
|
|
245
|
+
errorMessage?: string | null;
|
|
246
|
+
correlationId?: string | null;
|
|
247
|
+
readonly timestamp?: string;
|
|
248
|
+
readonly activityId?: string | null;
|
|
249
|
+
result?: JobOfferDto;
|
|
250
|
+
};
|
|
251
|
+
|
|
252
|
+
export type JobOfferDtoEnvelopeWritable = {
|
|
253
|
+
errorMessage?: string | null;
|
|
254
|
+
correlationId?: string | null;
|
|
255
|
+
result?: JobOfferDto;
|
|
256
|
+
};
|
|
257
|
+
|
|
258
|
+
export type JobOfferDtoListEnvelopeReadable = {
|
|
259
|
+
readonly isSuccess?: boolean;
|
|
260
|
+
errorMessage?: string | null;
|
|
261
|
+
correlationId?: string | null;
|
|
262
|
+
readonly timestamp?: string;
|
|
263
|
+
readonly activityId?: string | null;
|
|
264
|
+
result?: Array<JobOfferDto> | null;
|
|
265
|
+
};
|
|
266
|
+
|
|
267
|
+
export type JobOfferDtoListEnvelopeWritable = {
|
|
268
|
+
errorMessage?: string | null;
|
|
269
|
+
correlationId?: string | null;
|
|
270
|
+
result?: Array<JobOfferDto> | null;
|
|
271
|
+
};
|
|
272
|
+
|
|
273
|
+
export type JobOfferUpdateDto = {
|
|
274
|
+
[key: string]: never;
|
|
275
|
+
};
|
|
276
|
+
|
|
277
|
+
export type LoginRequest = {
|
|
278
|
+
email: string | null;
|
|
279
|
+
password: string | null;
|
|
280
|
+
twoFactorCode?: string | null;
|
|
281
|
+
twoFactorRecoveryCode?: string | null;
|
|
282
|
+
};
|
|
283
|
+
|
|
284
|
+
export type RefreshRequest = {
|
|
285
|
+
refreshToken: string | null;
|
|
286
|
+
};
|
|
287
|
+
|
|
288
|
+
export type RegisterRequest = {
|
|
289
|
+
email: string | null;
|
|
290
|
+
password: string | null;
|
|
291
|
+
};
|
|
292
|
+
|
|
293
|
+
export type ResendConfirmationEmailRequest = {
|
|
294
|
+
email: string | null;
|
|
295
|
+
};
|
|
296
|
+
|
|
297
|
+
export type ResetPasswordRequest = {
|
|
298
|
+
email: string | null;
|
|
299
|
+
resetCode: string | null;
|
|
300
|
+
newPassword: string | null;
|
|
301
|
+
};
|
|
302
|
+
|
|
303
|
+
export type TwoFactorRequest = {
|
|
304
|
+
enable?: boolean | null;
|
|
305
|
+
twoFactorCode?: string | null;
|
|
306
|
+
resetSharedKey?: boolean;
|
|
307
|
+
resetRecoveryCodes?: boolean;
|
|
308
|
+
forgetMachine?: boolean;
|
|
309
|
+
};
|
|
310
|
+
|
|
311
|
+
export type TwoFactorResponse = {
|
|
312
|
+
sharedKey: string | null;
|
|
313
|
+
recoveryCodesLeft: number;
|
|
314
|
+
recoveryCodes?: Array<string> | null;
|
|
315
|
+
isTwoFactorEnabled: boolean;
|
|
316
|
+
isMachineRemembered: boolean;
|
|
317
|
+
};
|
|
318
|
+
|
|
319
|
+
export type GetEmployeesAsyncData = {
|
|
320
|
+
body?: never;
|
|
321
|
+
headers?: {
|
|
322
|
+
'x-api-version'?: string;
|
|
323
|
+
};
|
|
324
|
+
path?: never;
|
|
325
|
+
query: {
|
|
326
|
+
tenantId: string;
|
|
327
|
+
'api-version'?: string;
|
|
328
|
+
};
|
|
329
|
+
url: '/api/v2/HrmsService/Employees';
|
|
330
|
+
};
|
|
331
|
+
|
|
332
|
+
export type GetEmployeesAsyncErrors = {
|
|
333
|
+
/**
|
|
334
|
+
* Unauthorized
|
|
335
|
+
*/
|
|
336
|
+
401: ErrorEnvelopeReadable;
|
|
337
|
+
/**
|
|
338
|
+
* Forbidden
|
|
339
|
+
*/
|
|
340
|
+
403: ErrorEnvelopeReadable;
|
|
341
|
+
};
|
|
342
|
+
|
|
343
|
+
export type GetEmployeesAsyncError = GetEmployeesAsyncErrors[keyof GetEmployeesAsyncErrors];
|
|
344
|
+
|
|
345
|
+
export type GetEmployeesAsyncResponses = {
|
|
346
|
+
/**
|
|
347
|
+
* OK
|
|
348
|
+
*/
|
|
349
|
+
200: EmployeeProfileDtoListEnvelopeReadable;
|
|
350
|
+
};
|
|
351
|
+
|
|
352
|
+
export type GetEmployeesAsyncResponse = GetEmployeesAsyncResponses[keyof GetEmployeesAsyncResponses];
|
|
353
|
+
|
|
354
|
+
export type CreateEmployeeAsyncData = {
|
|
355
|
+
body?: EmployeeProfileCreateDto;
|
|
356
|
+
headers?: {
|
|
357
|
+
'x-api-version'?: string;
|
|
358
|
+
};
|
|
359
|
+
path?: never;
|
|
360
|
+
query: {
|
|
361
|
+
tenantId: string;
|
|
362
|
+
'api-version'?: string;
|
|
363
|
+
};
|
|
364
|
+
url: '/api/v2/HrmsService/Employees';
|
|
365
|
+
};
|
|
366
|
+
|
|
367
|
+
export type CreateEmployeeAsyncErrors = {
|
|
368
|
+
/**
|
|
369
|
+
* Bad Request
|
|
370
|
+
*/
|
|
371
|
+
400: ErrorEnvelopeReadable;
|
|
372
|
+
/**
|
|
373
|
+
* Unauthorized
|
|
374
|
+
*/
|
|
375
|
+
401: ErrorEnvelopeReadable;
|
|
376
|
+
/**
|
|
377
|
+
* Forbidden
|
|
378
|
+
*/
|
|
379
|
+
403: ErrorEnvelopeReadable;
|
|
380
|
+
};
|
|
381
|
+
|
|
382
|
+
export type CreateEmployeeAsyncError = CreateEmployeeAsyncErrors[keyof CreateEmployeeAsyncErrors];
|
|
383
|
+
|
|
384
|
+
export type CreateEmployeeAsyncResponses = {
|
|
385
|
+
/**
|
|
386
|
+
* OK
|
|
387
|
+
*/
|
|
388
|
+
200: EmptyEnvelopeReadable;
|
|
389
|
+
};
|
|
390
|
+
|
|
391
|
+
export type CreateEmployeeAsyncResponse = CreateEmployeeAsyncResponses[keyof CreateEmployeeAsyncResponses];
|
|
392
|
+
|
|
393
|
+
export type GetEmployeesCountAsyncData = {
|
|
394
|
+
body?: never;
|
|
395
|
+
headers?: {
|
|
396
|
+
'x-api-version'?: string;
|
|
397
|
+
};
|
|
398
|
+
path?: never;
|
|
399
|
+
query: {
|
|
400
|
+
tenantId: string;
|
|
401
|
+
'api-version'?: string;
|
|
402
|
+
};
|
|
403
|
+
url: '/api/v2/HrmsService/Employees/Count';
|
|
404
|
+
};
|
|
405
|
+
|
|
406
|
+
export type GetEmployeesCountAsyncErrors = {
|
|
407
|
+
/**
|
|
408
|
+
* Unauthorized
|
|
409
|
+
*/
|
|
410
|
+
401: ErrorEnvelopeReadable;
|
|
411
|
+
/**
|
|
412
|
+
* Forbidden
|
|
413
|
+
*/
|
|
414
|
+
403: ErrorEnvelopeReadable;
|
|
415
|
+
};
|
|
416
|
+
|
|
417
|
+
export type GetEmployeesCountAsyncError = GetEmployeesCountAsyncErrors[keyof GetEmployeesCountAsyncErrors];
|
|
418
|
+
|
|
419
|
+
export type GetEmployeesCountAsyncResponses = {
|
|
420
|
+
/**
|
|
421
|
+
* OK
|
|
422
|
+
*/
|
|
423
|
+
200: Int32EnvelopeReadable;
|
|
424
|
+
};
|
|
425
|
+
|
|
426
|
+
export type GetEmployeesCountAsyncResponse = GetEmployeesCountAsyncResponses[keyof GetEmployeesCountAsyncResponses];
|
|
427
|
+
|
|
428
|
+
export type DeleteEmployeeAsyncData = {
|
|
429
|
+
body?: never;
|
|
430
|
+
headers?: {
|
|
431
|
+
'x-api-version'?: string;
|
|
432
|
+
};
|
|
433
|
+
path: {
|
|
434
|
+
employeeId: string;
|
|
435
|
+
};
|
|
436
|
+
query: {
|
|
437
|
+
tenantId: string;
|
|
438
|
+
'api-version'?: string;
|
|
439
|
+
};
|
|
440
|
+
url: '/api/v2/HrmsService/Employees/{employeeId}';
|
|
441
|
+
};
|
|
442
|
+
|
|
443
|
+
export type DeleteEmployeeAsyncErrors = {
|
|
444
|
+
/**
|
|
445
|
+
* Bad Request
|
|
446
|
+
*/
|
|
447
|
+
400: ErrorEnvelopeReadable;
|
|
448
|
+
/**
|
|
449
|
+
* Unauthorized
|
|
450
|
+
*/
|
|
451
|
+
401: ErrorEnvelopeReadable;
|
|
452
|
+
/**
|
|
453
|
+
* Forbidden
|
|
454
|
+
*/
|
|
455
|
+
403: ErrorEnvelopeReadable;
|
|
456
|
+
};
|
|
457
|
+
|
|
458
|
+
export type DeleteEmployeeAsyncError = DeleteEmployeeAsyncErrors[keyof DeleteEmployeeAsyncErrors];
|
|
459
|
+
|
|
460
|
+
export type DeleteEmployeeAsyncResponses = {
|
|
461
|
+
/**
|
|
462
|
+
* OK
|
|
463
|
+
*/
|
|
464
|
+
200: EmptyEnvelopeReadable;
|
|
465
|
+
};
|
|
466
|
+
|
|
467
|
+
export type DeleteEmployeeAsyncResponse = DeleteEmployeeAsyncResponses[keyof DeleteEmployeeAsyncResponses];
|
|
468
|
+
|
|
469
|
+
export type GetEmployeeByIdAsyncData = {
|
|
470
|
+
body?: never;
|
|
471
|
+
headers?: {
|
|
472
|
+
'x-api-version'?: string;
|
|
473
|
+
};
|
|
474
|
+
path: {
|
|
475
|
+
employeeId: string;
|
|
476
|
+
};
|
|
477
|
+
query: {
|
|
478
|
+
tenantId: string;
|
|
479
|
+
'api-version'?: string;
|
|
480
|
+
};
|
|
481
|
+
url: '/api/v2/HrmsService/Employees/{employeeId}';
|
|
482
|
+
};
|
|
483
|
+
|
|
484
|
+
export type GetEmployeeByIdAsyncErrors = {
|
|
485
|
+
/**
|
|
486
|
+
* Unauthorized
|
|
487
|
+
*/
|
|
488
|
+
401: ErrorEnvelopeReadable;
|
|
489
|
+
/**
|
|
490
|
+
* Forbidden
|
|
491
|
+
*/
|
|
492
|
+
403: ErrorEnvelopeReadable;
|
|
493
|
+
};
|
|
494
|
+
|
|
495
|
+
export type GetEmployeeByIdAsyncError = GetEmployeeByIdAsyncErrors[keyof GetEmployeeByIdAsyncErrors];
|
|
496
|
+
|
|
497
|
+
export type GetEmployeeByIdAsyncResponses = {
|
|
498
|
+
/**
|
|
499
|
+
* OK
|
|
500
|
+
*/
|
|
501
|
+
200: EmployeeProfileDtoEnvelopeReadable;
|
|
502
|
+
};
|
|
503
|
+
|
|
504
|
+
export type GetEmployeeByIdAsyncResponse = GetEmployeeByIdAsyncResponses[keyof GetEmployeeByIdAsyncResponses];
|
|
505
|
+
|
|
506
|
+
export type UpdateEmployeeAsyncData = {
|
|
507
|
+
body?: EmployeeProfileUpdateDto;
|
|
508
|
+
headers?: {
|
|
509
|
+
'x-api-version'?: string;
|
|
510
|
+
};
|
|
511
|
+
path: {
|
|
512
|
+
employeeId: string;
|
|
513
|
+
};
|
|
514
|
+
query: {
|
|
515
|
+
tenantId: string;
|
|
516
|
+
'api-version'?: string;
|
|
517
|
+
};
|
|
518
|
+
url: '/api/v2/HrmsService/Employees/{employeeId}';
|
|
519
|
+
};
|
|
520
|
+
|
|
521
|
+
export type UpdateEmployeeAsyncErrors = {
|
|
522
|
+
/**
|
|
523
|
+
* Bad Request
|
|
524
|
+
*/
|
|
525
|
+
400: ErrorEnvelopeReadable;
|
|
526
|
+
/**
|
|
527
|
+
* Unauthorized
|
|
528
|
+
*/
|
|
529
|
+
401: ErrorEnvelopeReadable;
|
|
530
|
+
/**
|
|
531
|
+
* Forbidden
|
|
532
|
+
*/
|
|
533
|
+
403: ErrorEnvelopeReadable;
|
|
534
|
+
};
|
|
535
|
+
|
|
536
|
+
export type UpdateEmployeeAsyncError = UpdateEmployeeAsyncErrors[keyof UpdateEmployeeAsyncErrors];
|
|
537
|
+
|
|
538
|
+
export type UpdateEmployeeAsyncResponses = {
|
|
539
|
+
/**
|
|
540
|
+
* OK
|
|
541
|
+
*/
|
|
542
|
+
200: EmptyEnvelopeReadable;
|
|
543
|
+
};
|
|
544
|
+
|
|
545
|
+
export type UpdateEmployeeAsyncResponse = UpdateEmployeeAsyncResponses[keyof UpdateEmployeeAsyncResponses];
|
|
546
|
+
|
|
547
|
+
export type GetEmployersAsyncData = {
|
|
548
|
+
body?: never;
|
|
549
|
+
headers?: {
|
|
550
|
+
'x-api-version'?: string;
|
|
551
|
+
};
|
|
552
|
+
path?: never;
|
|
553
|
+
query: {
|
|
554
|
+
tenantId: string;
|
|
555
|
+
'api-version'?: string;
|
|
556
|
+
};
|
|
557
|
+
url: '/api/v2/HrmsService/Employers';
|
|
558
|
+
};
|
|
559
|
+
|
|
560
|
+
export type GetEmployersAsyncErrors = {
|
|
561
|
+
/**
|
|
562
|
+
* Unauthorized
|
|
563
|
+
*/
|
|
564
|
+
401: ErrorEnvelopeReadable;
|
|
565
|
+
/**
|
|
566
|
+
* Forbidden
|
|
567
|
+
*/
|
|
568
|
+
403: ErrorEnvelopeReadable;
|
|
569
|
+
};
|
|
570
|
+
|
|
571
|
+
export type GetEmployersAsyncError = GetEmployersAsyncErrors[keyof GetEmployersAsyncErrors];
|
|
572
|
+
|
|
573
|
+
export type GetEmployersAsyncResponses = {
|
|
574
|
+
/**
|
|
575
|
+
* OK
|
|
576
|
+
*/
|
|
577
|
+
200: EmployerProfileDtoListEnvelopeReadable;
|
|
578
|
+
};
|
|
579
|
+
|
|
580
|
+
export type GetEmployersAsyncResponse = GetEmployersAsyncResponses[keyof GetEmployersAsyncResponses];
|
|
581
|
+
|
|
582
|
+
export type CreateEmployerAsyncData = {
|
|
583
|
+
body?: EmployerProfileCreateDto;
|
|
584
|
+
headers?: {
|
|
585
|
+
'x-api-version'?: string;
|
|
586
|
+
};
|
|
587
|
+
path?: never;
|
|
588
|
+
query: {
|
|
589
|
+
tenantId: string;
|
|
590
|
+
'api-version'?: string;
|
|
591
|
+
};
|
|
592
|
+
url: '/api/v2/HrmsService/Employers';
|
|
593
|
+
};
|
|
594
|
+
|
|
595
|
+
export type CreateEmployerAsyncErrors = {
|
|
596
|
+
/**
|
|
597
|
+
* Bad Request
|
|
598
|
+
*/
|
|
599
|
+
400: ErrorEnvelopeReadable;
|
|
600
|
+
/**
|
|
601
|
+
* Unauthorized
|
|
602
|
+
*/
|
|
603
|
+
401: ErrorEnvelopeReadable;
|
|
604
|
+
/**
|
|
605
|
+
* Forbidden
|
|
606
|
+
*/
|
|
607
|
+
403: ErrorEnvelopeReadable;
|
|
608
|
+
};
|
|
609
|
+
|
|
610
|
+
export type CreateEmployerAsyncError = CreateEmployerAsyncErrors[keyof CreateEmployerAsyncErrors];
|
|
611
|
+
|
|
612
|
+
export type CreateEmployerAsyncResponses = {
|
|
613
|
+
/**
|
|
614
|
+
* OK
|
|
615
|
+
*/
|
|
616
|
+
200: EmptyEnvelopeReadable;
|
|
617
|
+
};
|
|
618
|
+
|
|
619
|
+
export type CreateEmployerAsyncResponse = CreateEmployerAsyncResponses[keyof CreateEmployerAsyncResponses];
|
|
620
|
+
|
|
621
|
+
export type GetEmployersCountAsyncData = {
|
|
622
|
+
body?: never;
|
|
623
|
+
headers?: {
|
|
624
|
+
'x-api-version'?: string;
|
|
625
|
+
};
|
|
626
|
+
path?: never;
|
|
627
|
+
query: {
|
|
628
|
+
tenantId: string;
|
|
629
|
+
'api-version'?: string;
|
|
630
|
+
};
|
|
631
|
+
url: '/api/v2/HrmsService/Employers/Count';
|
|
632
|
+
};
|
|
633
|
+
|
|
634
|
+
export type GetEmployersCountAsyncErrors = {
|
|
635
|
+
/**
|
|
636
|
+
* Unauthorized
|
|
637
|
+
*/
|
|
638
|
+
401: ErrorEnvelopeReadable;
|
|
639
|
+
/**
|
|
640
|
+
* Forbidden
|
|
641
|
+
*/
|
|
642
|
+
403: ErrorEnvelopeReadable;
|
|
643
|
+
};
|
|
644
|
+
|
|
645
|
+
export type GetEmployersCountAsyncError = GetEmployersCountAsyncErrors[keyof GetEmployersCountAsyncErrors];
|
|
646
|
+
|
|
647
|
+
export type GetEmployersCountAsyncResponses = {
|
|
648
|
+
/**
|
|
649
|
+
* OK
|
|
650
|
+
*/
|
|
651
|
+
200: Int32EnvelopeReadable;
|
|
652
|
+
};
|
|
653
|
+
|
|
654
|
+
export type GetEmployersCountAsyncResponse = GetEmployersCountAsyncResponses[keyof GetEmployersCountAsyncResponses];
|
|
655
|
+
|
|
656
|
+
export type DeleteEmployerAsyncData = {
|
|
657
|
+
body?: never;
|
|
658
|
+
headers?: {
|
|
659
|
+
'x-api-version'?: string;
|
|
660
|
+
};
|
|
661
|
+
path: {
|
|
662
|
+
employerId: string;
|
|
663
|
+
};
|
|
664
|
+
query: {
|
|
665
|
+
tenantId: string;
|
|
666
|
+
'api-version'?: string;
|
|
667
|
+
};
|
|
668
|
+
url: '/api/v2/HrmsService/Employers/{employerId}';
|
|
669
|
+
};
|
|
670
|
+
|
|
671
|
+
export type DeleteEmployerAsyncErrors = {
|
|
672
|
+
/**
|
|
673
|
+
* Bad Request
|
|
674
|
+
*/
|
|
675
|
+
400: ErrorEnvelopeReadable;
|
|
676
|
+
/**
|
|
677
|
+
* Unauthorized
|
|
678
|
+
*/
|
|
679
|
+
401: ErrorEnvelopeReadable;
|
|
680
|
+
/**
|
|
681
|
+
* Forbidden
|
|
682
|
+
*/
|
|
683
|
+
403: ErrorEnvelopeReadable;
|
|
684
|
+
};
|
|
685
|
+
|
|
686
|
+
export type DeleteEmployerAsyncError = DeleteEmployerAsyncErrors[keyof DeleteEmployerAsyncErrors];
|
|
687
|
+
|
|
688
|
+
export type DeleteEmployerAsyncResponses = {
|
|
689
|
+
/**
|
|
690
|
+
* OK
|
|
691
|
+
*/
|
|
692
|
+
200: EmptyEnvelopeReadable;
|
|
693
|
+
};
|
|
694
|
+
|
|
695
|
+
export type DeleteEmployerAsyncResponse = DeleteEmployerAsyncResponses[keyof DeleteEmployerAsyncResponses];
|
|
696
|
+
|
|
697
|
+
export type GetEmployerByIdAsyncData = {
|
|
698
|
+
body?: never;
|
|
699
|
+
headers?: {
|
|
700
|
+
'x-api-version'?: string;
|
|
701
|
+
};
|
|
702
|
+
path: {
|
|
703
|
+
employerId: string;
|
|
704
|
+
};
|
|
705
|
+
query: {
|
|
706
|
+
tenantId: string;
|
|
707
|
+
'api-version'?: string;
|
|
708
|
+
};
|
|
709
|
+
url: '/api/v2/HrmsService/Employers/{employerId}';
|
|
710
|
+
};
|
|
711
|
+
|
|
712
|
+
export type GetEmployerByIdAsyncErrors = {
|
|
713
|
+
/**
|
|
714
|
+
* Unauthorized
|
|
715
|
+
*/
|
|
716
|
+
401: ErrorEnvelopeReadable;
|
|
717
|
+
/**
|
|
718
|
+
* Forbidden
|
|
719
|
+
*/
|
|
720
|
+
403: ErrorEnvelopeReadable;
|
|
721
|
+
};
|
|
722
|
+
|
|
723
|
+
export type GetEmployerByIdAsyncError = GetEmployerByIdAsyncErrors[keyof GetEmployerByIdAsyncErrors];
|
|
724
|
+
|
|
725
|
+
export type GetEmployerByIdAsyncResponses = {
|
|
726
|
+
/**
|
|
727
|
+
* OK
|
|
728
|
+
*/
|
|
729
|
+
200: EmployerProfileDtoEnvelopeReadable;
|
|
730
|
+
};
|
|
731
|
+
|
|
732
|
+
export type GetEmployerByIdAsyncResponse = GetEmployerByIdAsyncResponses[keyof GetEmployerByIdAsyncResponses];
|
|
733
|
+
|
|
734
|
+
export type UpdateEmployerAsyncData = {
|
|
735
|
+
body?: EmployerProfileUpdateDto;
|
|
736
|
+
headers?: {
|
|
737
|
+
'x-api-version'?: string;
|
|
738
|
+
};
|
|
739
|
+
path: {
|
|
740
|
+
employerId: string;
|
|
741
|
+
};
|
|
742
|
+
query: {
|
|
743
|
+
tenantId: string;
|
|
744
|
+
'api-version'?: string;
|
|
745
|
+
};
|
|
746
|
+
url: '/api/v2/HrmsService/Employers/{employerId}';
|
|
747
|
+
};
|
|
748
|
+
|
|
749
|
+
export type UpdateEmployerAsyncErrors = {
|
|
750
|
+
/**
|
|
751
|
+
* Bad Request
|
|
752
|
+
*/
|
|
753
|
+
400: ErrorEnvelopeReadable;
|
|
754
|
+
/**
|
|
755
|
+
* Unauthorized
|
|
756
|
+
*/
|
|
757
|
+
401: ErrorEnvelopeReadable;
|
|
758
|
+
/**
|
|
759
|
+
* Forbidden
|
|
760
|
+
*/
|
|
761
|
+
403: ErrorEnvelopeReadable;
|
|
762
|
+
};
|
|
763
|
+
|
|
764
|
+
export type UpdateEmployerAsyncError = UpdateEmployerAsyncErrors[keyof UpdateEmployerAsyncErrors];
|
|
765
|
+
|
|
766
|
+
export type UpdateEmployerAsyncResponses = {
|
|
767
|
+
/**
|
|
768
|
+
* OK
|
|
769
|
+
*/
|
|
770
|
+
200: EmptyEnvelopeReadable;
|
|
771
|
+
};
|
|
772
|
+
|
|
773
|
+
export type UpdateEmployerAsyncResponse = UpdateEmployerAsyncResponses[keyof UpdateEmployerAsyncResponses];
|
|
774
|
+
|
|
775
|
+
export type GetVersionData = {
|
|
776
|
+
body?: never;
|
|
777
|
+
path?: never;
|
|
778
|
+
query?: never;
|
|
779
|
+
url: '/version';
|
|
780
|
+
};
|
|
781
|
+
|
|
782
|
+
export type GetVersionResponses = {
|
|
783
|
+
/**
|
|
784
|
+
* OK
|
|
785
|
+
*/
|
|
786
|
+
200: unknown;
|
|
787
|
+
};
|
|
788
|
+
|
|
789
|
+
export type GetHealthData = {
|
|
790
|
+
body?: never;
|
|
791
|
+
path?: never;
|
|
792
|
+
query?: never;
|
|
793
|
+
url: '/health';
|
|
794
|
+
};
|
|
795
|
+
|
|
796
|
+
export type GetHealthResponses = {
|
|
797
|
+
/**
|
|
798
|
+
* OK
|
|
799
|
+
*/
|
|
800
|
+
200: unknown;
|
|
801
|
+
};
|
|
802
|
+
|
|
803
|
+
export type GetHelloData = {
|
|
804
|
+
body?: never;
|
|
805
|
+
path?: never;
|
|
806
|
+
query?: never;
|
|
807
|
+
url: '/hello';
|
|
808
|
+
};
|
|
809
|
+
|
|
810
|
+
export type GetHelloResponses = {
|
|
811
|
+
/**
|
|
812
|
+
* OK
|
|
813
|
+
*/
|
|
814
|
+
200: unknown;
|
|
815
|
+
};
|
|
816
|
+
|
|
817
|
+
export type PostRegisterData = {
|
|
818
|
+
body: RegisterRequest;
|
|
819
|
+
path?: never;
|
|
820
|
+
query?: never;
|
|
821
|
+
url: '/register';
|
|
822
|
+
};
|
|
823
|
+
|
|
824
|
+
export type PostRegisterErrors = {
|
|
825
|
+
/**
|
|
826
|
+
* Bad Request
|
|
827
|
+
*/
|
|
828
|
+
400: HttpValidationProblemDetails;
|
|
829
|
+
};
|
|
830
|
+
|
|
831
|
+
export type PostRegisterError = PostRegisterErrors[keyof PostRegisterErrors];
|
|
832
|
+
|
|
833
|
+
export type PostRegisterResponses = {
|
|
834
|
+
/**
|
|
835
|
+
* OK
|
|
836
|
+
*/
|
|
837
|
+
200: unknown;
|
|
838
|
+
};
|
|
839
|
+
|
|
840
|
+
export type PostLoginData = {
|
|
841
|
+
body: LoginRequest;
|
|
842
|
+
path?: never;
|
|
843
|
+
query?: {
|
|
844
|
+
useCookies?: boolean;
|
|
845
|
+
useSessionCookies?: boolean;
|
|
846
|
+
};
|
|
847
|
+
url: '/login';
|
|
848
|
+
};
|
|
849
|
+
|
|
850
|
+
export type PostLoginResponses = {
|
|
851
|
+
/**
|
|
852
|
+
* OK
|
|
853
|
+
*/
|
|
854
|
+
200: AccessTokenResponseReadable;
|
|
855
|
+
};
|
|
856
|
+
|
|
857
|
+
export type PostLoginResponse = PostLoginResponses[keyof PostLoginResponses];
|
|
858
|
+
|
|
859
|
+
export type PostRefreshData = {
|
|
860
|
+
body: RefreshRequest;
|
|
861
|
+
path?: never;
|
|
862
|
+
query?: never;
|
|
863
|
+
url: '/refresh';
|
|
864
|
+
};
|
|
865
|
+
|
|
866
|
+
export type PostRefreshResponses = {
|
|
867
|
+
/**
|
|
868
|
+
* OK
|
|
869
|
+
*/
|
|
870
|
+
200: AccessTokenResponseReadable;
|
|
871
|
+
};
|
|
872
|
+
|
|
873
|
+
export type PostRefreshResponse = PostRefreshResponses[keyof PostRefreshResponses];
|
|
874
|
+
|
|
875
|
+
export type MapIdentityApiConfirmEmailData = {
|
|
876
|
+
body?: never;
|
|
877
|
+
path?: never;
|
|
878
|
+
query: {
|
|
879
|
+
userId: string;
|
|
880
|
+
code: string;
|
|
881
|
+
changedEmail?: string;
|
|
882
|
+
};
|
|
883
|
+
url: '/confirmEmail';
|
|
884
|
+
};
|
|
885
|
+
|
|
886
|
+
export type MapIdentityApiConfirmEmailResponses = {
|
|
887
|
+
/**
|
|
888
|
+
* OK
|
|
889
|
+
*/
|
|
890
|
+
200: unknown;
|
|
891
|
+
};
|
|
892
|
+
|
|
893
|
+
export type PostResendConfirmationEmailData = {
|
|
894
|
+
body: ResendConfirmationEmailRequest;
|
|
895
|
+
path?: never;
|
|
896
|
+
query?: never;
|
|
897
|
+
url: '/resendConfirmationEmail';
|
|
898
|
+
};
|
|
899
|
+
|
|
900
|
+
export type PostResendConfirmationEmailResponses = {
|
|
901
|
+
/**
|
|
902
|
+
* OK
|
|
903
|
+
*/
|
|
904
|
+
200: unknown;
|
|
905
|
+
};
|
|
906
|
+
|
|
907
|
+
export type PostForgotPasswordData = {
|
|
908
|
+
body: ForgotPasswordRequest;
|
|
909
|
+
path?: never;
|
|
910
|
+
query?: never;
|
|
911
|
+
url: '/forgotPassword';
|
|
912
|
+
};
|
|
913
|
+
|
|
914
|
+
export type PostForgotPasswordErrors = {
|
|
915
|
+
/**
|
|
916
|
+
* Bad Request
|
|
917
|
+
*/
|
|
918
|
+
400: HttpValidationProblemDetails;
|
|
919
|
+
};
|
|
920
|
+
|
|
921
|
+
export type PostForgotPasswordError = PostForgotPasswordErrors[keyof PostForgotPasswordErrors];
|
|
922
|
+
|
|
923
|
+
export type PostForgotPasswordResponses = {
|
|
924
|
+
/**
|
|
925
|
+
* OK
|
|
926
|
+
*/
|
|
927
|
+
200: unknown;
|
|
928
|
+
};
|
|
929
|
+
|
|
930
|
+
export type PostResetPasswordData = {
|
|
931
|
+
body: ResetPasswordRequest;
|
|
932
|
+
path?: never;
|
|
933
|
+
query?: never;
|
|
934
|
+
url: '/resetPassword';
|
|
935
|
+
};
|
|
936
|
+
|
|
937
|
+
export type PostResetPasswordErrors = {
|
|
938
|
+
/**
|
|
939
|
+
* Bad Request
|
|
940
|
+
*/
|
|
941
|
+
400: HttpValidationProblemDetails;
|
|
942
|
+
};
|
|
943
|
+
|
|
944
|
+
export type PostResetPasswordError = PostResetPasswordErrors[keyof PostResetPasswordErrors];
|
|
945
|
+
|
|
946
|
+
export type PostResetPasswordResponses = {
|
|
947
|
+
/**
|
|
948
|
+
* OK
|
|
949
|
+
*/
|
|
950
|
+
200: unknown;
|
|
951
|
+
};
|
|
952
|
+
|
|
953
|
+
export type PostManage2FaData = {
|
|
954
|
+
body: TwoFactorRequest;
|
|
955
|
+
path?: never;
|
|
956
|
+
query?: never;
|
|
957
|
+
url: '/manage/2fa';
|
|
958
|
+
};
|
|
959
|
+
|
|
960
|
+
export type PostManage2FaErrors = {
|
|
961
|
+
/**
|
|
962
|
+
* Bad Request
|
|
963
|
+
*/
|
|
964
|
+
400: HttpValidationProblemDetails;
|
|
965
|
+
/**
|
|
966
|
+
* Not Found
|
|
967
|
+
*/
|
|
968
|
+
404: unknown;
|
|
969
|
+
};
|
|
970
|
+
|
|
971
|
+
export type PostManage2FaError = PostManage2FaErrors[keyof PostManage2FaErrors];
|
|
972
|
+
|
|
973
|
+
export type PostManage2FaResponses = {
|
|
974
|
+
/**
|
|
975
|
+
* OK
|
|
976
|
+
*/
|
|
977
|
+
200: TwoFactorResponse;
|
|
978
|
+
};
|
|
979
|
+
|
|
980
|
+
export type PostManage2FaResponse = PostManage2FaResponses[keyof PostManage2FaResponses];
|
|
981
|
+
|
|
982
|
+
export type GetManageInfoData = {
|
|
983
|
+
body?: never;
|
|
984
|
+
path?: never;
|
|
985
|
+
query?: never;
|
|
986
|
+
url: '/manage/info';
|
|
987
|
+
};
|
|
988
|
+
|
|
989
|
+
export type GetManageInfoErrors = {
|
|
990
|
+
/**
|
|
991
|
+
* Bad Request
|
|
992
|
+
*/
|
|
993
|
+
400: HttpValidationProblemDetails;
|
|
994
|
+
/**
|
|
995
|
+
* Not Found
|
|
996
|
+
*/
|
|
997
|
+
404: unknown;
|
|
998
|
+
};
|
|
999
|
+
|
|
1000
|
+
export type GetManageInfoError = GetManageInfoErrors[keyof GetManageInfoErrors];
|
|
1001
|
+
|
|
1002
|
+
export type GetManageInfoResponses = {
|
|
1003
|
+
/**
|
|
1004
|
+
* OK
|
|
1005
|
+
*/
|
|
1006
|
+
200: InfoResponse;
|
|
1007
|
+
};
|
|
1008
|
+
|
|
1009
|
+
export type GetManageInfoResponse = GetManageInfoResponses[keyof GetManageInfoResponses];
|
|
1010
|
+
|
|
1011
|
+
export type PostManageInfoData = {
|
|
1012
|
+
body: InfoRequest;
|
|
1013
|
+
path?: never;
|
|
1014
|
+
query?: never;
|
|
1015
|
+
url: '/manage/info';
|
|
1016
|
+
};
|
|
1017
|
+
|
|
1018
|
+
export type PostManageInfoErrors = {
|
|
1019
|
+
/**
|
|
1020
|
+
* Bad Request
|
|
1021
|
+
*/
|
|
1022
|
+
400: HttpValidationProblemDetails;
|
|
1023
|
+
/**
|
|
1024
|
+
* Not Found
|
|
1025
|
+
*/
|
|
1026
|
+
404: unknown;
|
|
1027
|
+
};
|
|
1028
|
+
|
|
1029
|
+
export type PostManageInfoError = PostManageInfoErrors[keyof PostManageInfoErrors];
|
|
1030
|
+
|
|
1031
|
+
export type PostManageInfoResponses = {
|
|
1032
|
+
/**
|
|
1033
|
+
* OK
|
|
1034
|
+
*/
|
|
1035
|
+
200: InfoResponse;
|
|
1036
|
+
};
|
|
1037
|
+
|
|
1038
|
+
export type PostManageInfoResponse = PostManageInfoResponses[keyof PostManageInfoResponses];
|
|
1039
|
+
|
|
1040
|
+
export type GetGigsAsyncData = {
|
|
1041
|
+
body?: never;
|
|
1042
|
+
headers?: {
|
|
1043
|
+
'x-api-version'?: string;
|
|
1044
|
+
};
|
|
1045
|
+
path?: never;
|
|
1046
|
+
query: {
|
|
1047
|
+
tenantId: string;
|
|
1048
|
+
'api-version'?: string;
|
|
1049
|
+
};
|
|
1050
|
+
url: '/api/v2/HrmsService/Gigs';
|
|
1051
|
+
};
|
|
1052
|
+
|
|
1053
|
+
export type GetGigsAsyncErrors = {
|
|
1054
|
+
/**
|
|
1055
|
+
* Unauthorized
|
|
1056
|
+
*/
|
|
1057
|
+
401: ErrorEnvelopeReadable;
|
|
1058
|
+
/**
|
|
1059
|
+
* Forbidden
|
|
1060
|
+
*/
|
|
1061
|
+
403: ErrorEnvelopeReadable;
|
|
1062
|
+
};
|
|
1063
|
+
|
|
1064
|
+
export type GetGigsAsyncError = GetGigsAsyncErrors[keyof GetGigsAsyncErrors];
|
|
1065
|
+
|
|
1066
|
+
export type GetGigsAsyncResponses = {
|
|
1067
|
+
/**
|
|
1068
|
+
* OK
|
|
1069
|
+
*/
|
|
1070
|
+
200: GigDtoListEnvelopeReadable;
|
|
1071
|
+
};
|
|
1072
|
+
|
|
1073
|
+
export type GetGigsAsyncResponse = GetGigsAsyncResponses[keyof GetGigsAsyncResponses];
|
|
1074
|
+
|
|
1075
|
+
export type CreateGigAsyncData = {
|
|
1076
|
+
body?: GigCreateDto;
|
|
1077
|
+
headers?: {
|
|
1078
|
+
'x-api-version'?: string;
|
|
1079
|
+
};
|
|
1080
|
+
path?: never;
|
|
1081
|
+
query: {
|
|
1082
|
+
tenantId: string;
|
|
1083
|
+
'api-version'?: string;
|
|
1084
|
+
};
|
|
1085
|
+
url: '/api/v2/HrmsService/Gigs';
|
|
1086
|
+
};
|
|
1087
|
+
|
|
1088
|
+
export type CreateGigAsyncErrors = {
|
|
1089
|
+
/**
|
|
1090
|
+
* Bad Request
|
|
1091
|
+
*/
|
|
1092
|
+
400: ErrorEnvelopeReadable;
|
|
1093
|
+
/**
|
|
1094
|
+
* Unauthorized
|
|
1095
|
+
*/
|
|
1096
|
+
401: ErrorEnvelopeReadable;
|
|
1097
|
+
/**
|
|
1098
|
+
* Forbidden
|
|
1099
|
+
*/
|
|
1100
|
+
403: ErrorEnvelopeReadable;
|
|
1101
|
+
};
|
|
1102
|
+
|
|
1103
|
+
export type CreateGigAsyncError = CreateGigAsyncErrors[keyof CreateGigAsyncErrors];
|
|
1104
|
+
|
|
1105
|
+
export type CreateGigAsyncResponses = {
|
|
1106
|
+
/**
|
|
1107
|
+
* OK
|
|
1108
|
+
*/
|
|
1109
|
+
200: EmptyEnvelopeReadable;
|
|
1110
|
+
};
|
|
1111
|
+
|
|
1112
|
+
export type CreateGigAsyncResponse = CreateGigAsyncResponses[keyof CreateGigAsyncResponses];
|
|
1113
|
+
|
|
1114
|
+
export type GetGigsCountAsyncData = {
|
|
1115
|
+
body?: never;
|
|
1116
|
+
headers?: {
|
|
1117
|
+
'x-api-version'?: string;
|
|
1118
|
+
};
|
|
1119
|
+
path?: never;
|
|
1120
|
+
query: {
|
|
1121
|
+
tenantId: string;
|
|
1122
|
+
'api-version'?: string;
|
|
1123
|
+
};
|
|
1124
|
+
url: '/api/v2/HrmsService/Gigs/Count';
|
|
1125
|
+
};
|
|
1126
|
+
|
|
1127
|
+
export type GetGigsCountAsyncErrors = {
|
|
1128
|
+
/**
|
|
1129
|
+
* Unauthorized
|
|
1130
|
+
*/
|
|
1131
|
+
401: ErrorEnvelopeReadable;
|
|
1132
|
+
/**
|
|
1133
|
+
* Forbidden
|
|
1134
|
+
*/
|
|
1135
|
+
403: ErrorEnvelopeReadable;
|
|
1136
|
+
};
|
|
1137
|
+
|
|
1138
|
+
export type GetGigsCountAsyncError = GetGigsCountAsyncErrors[keyof GetGigsCountAsyncErrors];
|
|
1139
|
+
|
|
1140
|
+
export type GetGigsCountAsyncResponses = {
|
|
1141
|
+
/**
|
|
1142
|
+
* OK
|
|
1143
|
+
*/
|
|
1144
|
+
200: Int32EnvelopeReadable;
|
|
1145
|
+
};
|
|
1146
|
+
|
|
1147
|
+
export type GetGigsCountAsyncResponse = GetGigsCountAsyncResponses[keyof GetGigsCountAsyncResponses];
|
|
1148
|
+
|
|
1149
|
+
export type DeleteGigAsyncData = {
|
|
1150
|
+
body?: never;
|
|
1151
|
+
headers?: {
|
|
1152
|
+
'x-api-version'?: string;
|
|
1153
|
+
};
|
|
1154
|
+
path: {
|
|
1155
|
+
gigId: string;
|
|
1156
|
+
};
|
|
1157
|
+
query: {
|
|
1158
|
+
tenantId: string;
|
|
1159
|
+
'api-version'?: string;
|
|
1160
|
+
};
|
|
1161
|
+
url: '/api/v2/HrmsService/Gigs/{gigId}';
|
|
1162
|
+
};
|
|
1163
|
+
|
|
1164
|
+
export type DeleteGigAsyncErrors = {
|
|
1165
|
+
/**
|
|
1166
|
+
* Bad Request
|
|
1167
|
+
*/
|
|
1168
|
+
400: ErrorEnvelopeReadable;
|
|
1169
|
+
/**
|
|
1170
|
+
* Unauthorized
|
|
1171
|
+
*/
|
|
1172
|
+
401: ErrorEnvelopeReadable;
|
|
1173
|
+
/**
|
|
1174
|
+
* Forbidden
|
|
1175
|
+
*/
|
|
1176
|
+
403: ErrorEnvelopeReadable;
|
|
1177
|
+
};
|
|
1178
|
+
|
|
1179
|
+
export type DeleteGigAsyncError = DeleteGigAsyncErrors[keyof DeleteGigAsyncErrors];
|
|
1180
|
+
|
|
1181
|
+
export type DeleteGigAsyncResponses = {
|
|
1182
|
+
/**
|
|
1183
|
+
* OK
|
|
1184
|
+
*/
|
|
1185
|
+
200: EmptyEnvelopeReadable;
|
|
1186
|
+
};
|
|
1187
|
+
|
|
1188
|
+
export type DeleteGigAsyncResponse = DeleteGigAsyncResponses[keyof DeleteGigAsyncResponses];
|
|
1189
|
+
|
|
1190
|
+
export type GetGigByIdAsyncData = {
|
|
1191
|
+
body?: never;
|
|
1192
|
+
headers?: {
|
|
1193
|
+
'x-api-version'?: string;
|
|
1194
|
+
};
|
|
1195
|
+
path: {
|
|
1196
|
+
gigId: string;
|
|
1197
|
+
};
|
|
1198
|
+
query: {
|
|
1199
|
+
tenantId: string;
|
|
1200
|
+
'api-version'?: string;
|
|
1201
|
+
};
|
|
1202
|
+
url: '/api/v2/HrmsService/Gigs/{gigId}';
|
|
1203
|
+
};
|
|
1204
|
+
|
|
1205
|
+
export type GetGigByIdAsyncErrors = {
|
|
1206
|
+
/**
|
|
1207
|
+
* Unauthorized
|
|
1208
|
+
*/
|
|
1209
|
+
401: ErrorEnvelopeReadable;
|
|
1210
|
+
/**
|
|
1211
|
+
* Forbidden
|
|
1212
|
+
*/
|
|
1213
|
+
403: ErrorEnvelopeReadable;
|
|
1214
|
+
};
|
|
1215
|
+
|
|
1216
|
+
export type GetGigByIdAsyncError = GetGigByIdAsyncErrors[keyof GetGigByIdAsyncErrors];
|
|
1217
|
+
|
|
1218
|
+
export type GetGigByIdAsyncResponses = {
|
|
1219
|
+
/**
|
|
1220
|
+
* OK
|
|
1221
|
+
*/
|
|
1222
|
+
200: GigDtoEnvelopeReadable;
|
|
1223
|
+
};
|
|
1224
|
+
|
|
1225
|
+
export type GetGigByIdAsyncResponse = GetGigByIdAsyncResponses[keyof GetGigByIdAsyncResponses];
|
|
1226
|
+
|
|
1227
|
+
export type UpdateGigAsyncData = {
|
|
1228
|
+
body?: GigUpdateDto;
|
|
1229
|
+
headers?: {
|
|
1230
|
+
'x-api-version'?: string;
|
|
1231
|
+
};
|
|
1232
|
+
path: {
|
|
1233
|
+
gigId: string;
|
|
1234
|
+
};
|
|
1235
|
+
query: {
|
|
1236
|
+
tenantId: string;
|
|
1237
|
+
'api-version'?: string;
|
|
1238
|
+
};
|
|
1239
|
+
url: '/api/v2/HrmsService/Gigs/{gigId}';
|
|
1240
|
+
};
|
|
1241
|
+
|
|
1242
|
+
export type UpdateGigAsyncErrors = {
|
|
1243
|
+
/**
|
|
1244
|
+
* Bad Request
|
|
1245
|
+
*/
|
|
1246
|
+
400: ErrorEnvelopeReadable;
|
|
1247
|
+
/**
|
|
1248
|
+
* Unauthorized
|
|
1249
|
+
*/
|
|
1250
|
+
401: ErrorEnvelopeReadable;
|
|
1251
|
+
/**
|
|
1252
|
+
* Forbidden
|
|
1253
|
+
*/
|
|
1254
|
+
403: ErrorEnvelopeReadable;
|
|
1255
|
+
};
|
|
1256
|
+
|
|
1257
|
+
export type UpdateGigAsyncError = UpdateGigAsyncErrors[keyof UpdateGigAsyncErrors];
|
|
1258
|
+
|
|
1259
|
+
export type UpdateGigAsyncResponses = {
|
|
1260
|
+
/**
|
|
1261
|
+
* OK
|
|
1262
|
+
*/
|
|
1263
|
+
200: EmptyEnvelopeReadable;
|
|
1264
|
+
};
|
|
1265
|
+
|
|
1266
|
+
export type UpdateGigAsyncResponse = UpdateGigAsyncResponses[keyof UpdateGigAsyncResponses];
|
|
1267
|
+
|
|
1268
|
+
export type GetJobOffersAsyncData = {
|
|
1269
|
+
body?: never;
|
|
1270
|
+
headers?: {
|
|
1271
|
+
'x-api-version'?: string;
|
|
1272
|
+
};
|
|
1273
|
+
path?: never;
|
|
1274
|
+
query: {
|
|
1275
|
+
tenantId: string;
|
|
1276
|
+
'api-version'?: string;
|
|
1277
|
+
};
|
|
1278
|
+
url: '/api/v2/HrmsService/JobOffers';
|
|
1279
|
+
};
|
|
1280
|
+
|
|
1281
|
+
export type GetJobOffersAsyncErrors = {
|
|
1282
|
+
/**
|
|
1283
|
+
* Unauthorized
|
|
1284
|
+
*/
|
|
1285
|
+
401: ErrorEnvelopeReadable;
|
|
1286
|
+
/**
|
|
1287
|
+
* Forbidden
|
|
1288
|
+
*/
|
|
1289
|
+
403: ErrorEnvelopeReadable;
|
|
1290
|
+
};
|
|
1291
|
+
|
|
1292
|
+
export type GetJobOffersAsyncError = GetJobOffersAsyncErrors[keyof GetJobOffersAsyncErrors];
|
|
1293
|
+
|
|
1294
|
+
export type GetJobOffersAsyncResponses = {
|
|
1295
|
+
/**
|
|
1296
|
+
* OK
|
|
1297
|
+
*/
|
|
1298
|
+
200: JobOfferDtoListEnvelopeReadable;
|
|
1299
|
+
};
|
|
1300
|
+
|
|
1301
|
+
export type GetJobOffersAsyncResponse = GetJobOffersAsyncResponses[keyof GetJobOffersAsyncResponses];
|
|
1302
|
+
|
|
1303
|
+
export type CreateJobOfferAsyncData = {
|
|
1304
|
+
body?: JobOfferCreateDto;
|
|
1305
|
+
headers?: {
|
|
1306
|
+
'x-api-version'?: string;
|
|
1307
|
+
};
|
|
1308
|
+
path?: never;
|
|
1309
|
+
query: {
|
|
1310
|
+
tenantId: string;
|
|
1311
|
+
'api-version'?: string;
|
|
1312
|
+
};
|
|
1313
|
+
url: '/api/v2/HrmsService/JobOffers';
|
|
1314
|
+
};
|
|
1315
|
+
|
|
1316
|
+
export type CreateJobOfferAsyncErrors = {
|
|
1317
|
+
/**
|
|
1318
|
+
* Bad Request
|
|
1319
|
+
*/
|
|
1320
|
+
400: ErrorEnvelopeReadable;
|
|
1321
|
+
/**
|
|
1322
|
+
* Unauthorized
|
|
1323
|
+
*/
|
|
1324
|
+
401: ErrorEnvelopeReadable;
|
|
1325
|
+
/**
|
|
1326
|
+
* Forbidden
|
|
1327
|
+
*/
|
|
1328
|
+
403: ErrorEnvelopeReadable;
|
|
1329
|
+
};
|
|
1330
|
+
|
|
1331
|
+
export type CreateJobOfferAsyncError = CreateJobOfferAsyncErrors[keyof CreateJobOfferAsyncErrors];
|
|
1332
|
+
|
|
1333
|
+
export type CreateJobOfferAsyncResponses = {
|
|
1334
|
+
/**
|
|
1335
|
+
* OK
|
|
1336
|
+
*/
|
|
1337
|
+
200: EmptyEnvelopeReadable;
|
|
1338
|
+
};
|
|
1339
|
+
|
|
1340
|
+
export type CreateJobOfferAsyncResponse = CreateJobOfferAsyncResponses[keyof CreateJobOfferAsyncResponses];
|
|
1341
|
+
|
|
1342
|
+
export type GetJobOffersCountAsyncData = {
|
|
1343
|
+
body?: never;
|
|
1344
|
+
headers?: {
|
|
1345
|
+
'x-api-version'?: string;
|
|
1346
|
+
};
|
|
1347
|
+
path?: never;
|
|
1348
|
+
query: {
|
|
1349
|
+
tenantId: string;
|
|
1350
|
+
'api-version'?: string;
|
|
1351
|
+
};
|
|
1352
|
+
url: '/api/v2/HrmsService/JobOffers/Count';
|
|
1353
|
+
};
|
|
1354
|
+
|
|
1355
|
+
export type GetJobOffersCountAsyncErrors = {
|
|
1356
|
+
/**
|
|
1357
|
+
* Unauthorized
|
|
1358
|
+
*/
|
|
1359
|
+
401: ErrorEnvelopeReadable;
|
|
1360
|
+
/**
|
|
1361
|
+
* Forbidden
|
|
1362
|
+
*/
|
|
1363
|
+
403: ErrorEnvelopeReadable;
|
|
1364
|
+
};
|
|
1365
|
+
|
|
1366
|
+
export type GetJobOffersCountAsyncError = GetJobOffersCountAsyncErrors[keyof GetJobOffersCountAsyncErrors];
|
|
1367
|
+
|
|
1368
|
+
export type GetJobOffersCountAsyncResponses = {
|
|
1369
|
+
/**
|
|
1370
|
+
* OK
|
|
1371
|
+
*/
|
|
1372
|
+
200: Int32EnvelopeReadable;
|
|
1373
|
+
};
|
|
1374
|
+
|
|
1375
|
+
export type GetJobOffersCountAsyncResponse = GetJobOffersCountAsyncResponses[keyof GetJobOffersCountAsyncResponses];
|
|
1376
|
+
|
|
1377
|
+
export type DeleteJobOfferAsyncData = {
|
|
1378
|
+
body?: never;
|
|
1379
|
+
headers?: {
|
|
1380
|
+
'x-api-version'?: string;
|
|
1381
|
+
};
|
|
1382
|
+
path: {
|
|
1383
|
+
jobOfferId: string;
|
|
1384
|
+
};
|
|
1385
|
+
query: {
|
|
1386
|
+
tenantId: string;
|
|
1387
|
+
'api-version'?: string;
|
|
1388
|
+
};
|
|
1389
|
+
url: '/api/v2/HrmsService/JobOffers/{jobOfferId}';
|
|
1390
|
+
};
|
|
1391
|
+
|
|
1392
|
+
export type DeleteJobOfferAsyncErrors = {
|
|
1393
|
+
/**
|
|
1394
|
+
* Bad Request
|
|
1395
|
+
*/
|
|
1396
|
+
400: ErrorEnvelopeReadable;
|
|
1397
|
+
/**
|
|
1398
|
+
* Unauthorized
|
|
1399
|
+
*/
|
|
1400
|
+
401: ErrorEnvelopeReadable;
|
|
1401
|
+
/**
|
|
1402
|
+
* Forbidden
|
|
1403
|
+
*/
|
|
1404
|
+
403: ErrorEnvelopeReadable;
|
|
1405
|
+
};
|
|
1406
|
+
|
|
1407
|
+
export type DeleteJobOfferAsyncError = DeleteJobOfferAsyncErrors[keyof DeleteJobOfferAsyncErrors];
|
|
1408
|
+
|
|
1409
|
+
export type DeleteJobOfferAsyncResponses = {
|
|
1410
|
+
/**
|
|
1411
|
+
* OK
|
|
1412
|
+
*/
|
|
1413
|
+
200: EmptyEnvelopeReadable;
|
|
1414
|
+
};
|
|
1415
|
+
|
|
1416
|
+
export type DeleteJobOfferAsyncResponse = DeleteJobOfferAsyncResponses[keyof DeleteJobOfferAsyncResponses];
|
|
1417
|
+
|
|
1418
|
+
export type GetJobOfferByIdAsyncData = {
|
|
1419
|
+
body?: never;
|
|
1420
|
+
headers?: {
|
|
1421
|
+
'x-api-version'?: string;
|
|
1422
|
+
};
|
|
1423
|
+
path: {
|
|
1424
|
+
jobOfferId: string;
|
|
1425
|
+
};
|
|
1426
|
+
query: {
|
|
1427
|
+
tenantId: string;
|
|
1428
|
+
'api-version'?: string;
|
|
1429
|
+
};
|
|
1430
|
+
url: '/api/v2/HrmsService/JobOffers/{jobOfferId}';
|
|
1431
|
+
};
|
|
1432
|
+
|
|
1433
|
+
export type GetJobOfferByIdAsyncErrors = {
|
|
1434
|
+
/**
|
|
1435
|
+
* Unauthorized
|
|
1436
|
+
*/
|
|
1437
|
+
401: ErrorEnvelopeReadable;
|
|
1438
|
+
/**
|
|
1439
|
+
* Forbidden
|
|
1440
|
+
*/
|
|
1441
|
+
403: ErrorEnvelopeReadable;
|
|
1442
|
+
};
|
|
1443
|
+
|
|
1444
|
+
export type GetJobOfferByIdAsyncError = GetJobOfferByIdAsyncErrors[keyof GetJobOfferByIdAsyncErrors];
|
|
1445
|
+
|
|
1446
|
+
export type GetJobOfferByIdAsyncResponses = {
|
|
1447
|
+
/**
|
|
1448
|
+
* OK
|
|
1449
|
+
*/
|
|
1450
|
+
200: JobOfferDtoEnvelopeReadable;
|
|
1451
|
+
};
|
|
1452
|
+
|
|
1453
|
+
export type GetJobOfferByIdAsyncResponse = GetJobOfferByIdAsyncResponses[keyof GetJobOfferByIdAsyncResponses];
|
|
1454
|
+
|
|
1455
|
+
export type UpdateJobOfferAsyncData = {
|
|
1456
|
+
body?: JobOfferUpdateDto;
|
|
1457
|
+
headers?: {
|
|
1458
|
+
'x-api-version'?: string;
|
|
1459
|
+
};
|
|
1460
|
+
path: {
|
|
1461
|
+
jobOfferId: string;
|
|
1462
|
+
};
|
|
1463
|
+
query: {
|
|
1464
|
+
tenantId: string;
|
|
1465
|
+
'api-version'?: string;
|
|
1466
|
+
};
|
|
1467
|
+
url: '/api/v2/HrmsService/JobOffers/{jobOfferId}';
|
|
1468
|
+
};
|
|
1469
|
+
|
|
1470
|
+
export type UpdateJobOfferAsyncErrors = {
|
|
1471
|
+
/**
|
|
1472
|
+
* Bad Request
|
|
1473
|
+
*/
|
|
1474
|
+
400: ErrorEnvelopeReadable;
|
|
1475
|
+
/**
|
|
1476
|
+
* Unauthorized
|
|
1477
|
+
*/
|
|
1478
|
+
401: ErrorEnvelopeReadable;
|
|
1479
|
+
/**
|
|
1480
|
+
* Forbidden
|
|
1481
|
+
*/
|
|
1482
|
+
403: ErrorEnvelopeReadable;
|
|
1483
|
+
};
|
|
1484
|
+
|
|
1485
|
+
export type UpdateJobOfferAsyncError = UpdateJobOfferAsyncErrors[keyof UpdateJobOfferAsyncErrors];
|
|
1486
|
+
|
|
1487
|
+
export type UpdateJobOfferAsyncResponses = {
|
|
1488
|
+
/**
|
|
1489
|
+
* OK
|
|
1490
|
+
*/
|
|
1491
|
+
200: EmptyEnvelopeReadable;
|
|
1492
|
+
};
|
|
1493
|
+
|
|
1494
|
+
export type UpdateJobOfferAsyncResponse = UpdateJobOfferAsyncResponses[keyof UpdateJobOfferAsyncResponses];
|
|
1495
|
+
|
|
1496
|
+
export type ClientOptions = {
|
|
1497
|
+
baseUrl: 'https://localhost:44388' | (string & {});
|
|
1498
|
+
};
|