@fenixalliance/abs-api-client 1.0.16 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/index.ts +74 -5
- package/clients/accountingService/sdk.gen.ts +409 -137
- package/clients/accountingService/types.gen.ts +678 -1006
- package/clients/assetsService/client.gen.ts +18 -0
- package/clients/assetsService/index.ts +3 -0
- package/clients/assetsService/sdk.gen.ts +808 -0
- package/clients/assetsService/types.gen.ts +2762 -0
- package/clients/cartService/sdk.gen.ts +181 -77
- package/clients/cartService/types.gen.ts +328 -198
- package/clients/catalogService/sdk.gen.ts +353 -121
- package/clients/catalogService/types.gen.ts +371 -706
- package/clients/contentService/sdk.gen.ts +129 -49
- package/clients/contentService/types.gen.ts +154 -281
- package/clients/crmService/sdk.gen.ts +125 -9
- package/clients/crmService/types.gen.ts +432 -38
- package/clients/dealsService/sdk.gen.ts +203 -63
- package/clients/dealsService/types.gen.ts +413 -273
- package/clients/emailTemplates/client.gen.ts +18 -0
- package/clients/emailTemplates/index.ts +3 -0
- package/clients/emailTemplates/sdk.gen.ts +142 -0
- package/clients/emailTemplates/types.gen.ts +354 -0
- package/clients/forexService/sdk.gen.ts +49 -17
- package/clients/forexService/types.gen.ts +68 -51
- package/clients/globeService/sdk.gen.ts +121 -41
- package/clients/globeService/types.gen.ts +100 -100
- package/clients/hrmsService/client.gen.ts +18 -0
- package/clients/hrmsService/index.ts +3 -0
- package/clients/hrmsService/sdk.gen.ts +438 -0
- package/clients/hrmsService/types.gen.ts +1498 -0
- package/clients/identityService/sdk.gen.ts +84 -28
- package/clients/identityService/types.gen.ts +65 -93
- package/clients/inventoryService/sdk.gen.ts +6 -2
- package/clients/inventoryService/types.gen.ts +2 -2
- package/clients/invoicingService/types.gen.ts +241 -157
- package/clients/learningService/sdk.gen.ts +5 -5
- package/clients/learningService/types.gen.ts +97 -378
- package/clients/locationsService/client.gen.ts +18 -0
- package/clients/locationsService/index.ts +3 -0
- package/clients/locationsService/sdk.gen.ts +290 -0
- package/clients/locationsService/types.gen.ts +885 -0
- package/clients/logisticsService/client.gen.ts +18 -0
- package/clients/logisticsService/index.ts +3 -0
- package/clients/logisticsService/sdk.gen.ts +153 -0
- package/clients/logisticsService/types.gen.ts +540 -0
- package/clients/marketingService/sdk.gen.ts +295 -99
- package/clients/marketingService/types.gen.ts +279 -349
- package/clients/marketplaceService/client.gen.ts +18 -0
- package/clients/marketplaceService/index.ts +3 -0
- package/clients/marketplaceService/sdk.gen.ts +142 -0
- package/clients/marketplaceService/types.gen.ts +354 -0
- package/clients/ordersService/types.gen.ts +184 -103
- package/clients/paymentsService/sdk.gen.ts +35 -13
- package/clients/paymentsService/types.gen.ts +46 -135
- package/clients/pricingService/sdk.gen.ts +153 -45
- package/clients/pricingService/types.gen.ts +164 -197
- package/clients/projectsService/sdk.gen.ts +181 -61
- package/clients/projectsService/types.gen.ts +170 -203
- package/clients/quotesService/types.gen.ts +198 -88
- package/clients/salesService/sdk.gen.ts +6 -2
- package/clients/salesService/types.gen.ts +2 -2
- package/clients/securityService/sdk.gen.ts +13 -13
- package/clients/securityService/types.gen.ts +32 -84
- package/clients/servicesService/client.gen.ts +18 -0
- package/clients/servicesService/index.ts +3 -0
- package/clients/servicesService/sdk.gen.ts +608 -0
- package/clients/servicesService/types.gen.ts +3093 -0
- package/clients/shipmentsService/sdk.gen.ts +7 -3
- package/clients/shipmentsService/types.gen.ts +5 -5
- package/clients/socialService/sdk.gen.ts +205 -73
- package/clients/socialService/types.gen.ts +190 -296
- package/clients/storageService/sdk.gen.ts +32 -8
- package/clients/storageService/types.gen.ts +21 -87
- package/clients/subscriptionsService/client.gen.ts +18 -0
- package/clients/subscriptionsService/index.ts +3 -0
- package/clients/subscriptionsService/sdk.gen.ts +290 -0
- package/clients/subscriptionsService/types.gen.ts +1435 -0
- package/clients/supportService/sdk.gen.ts +277 -93
- package/clients/supportService/types.gen.ts +257 -414
- package/clients/systemService/sdk.gen.ts +223 -39
- package/clients/systemService/types.gen.ts +454 -154
- package/clients/tenantsService/sdk.gen.ts +186 -60
- package/clients/tenantsService/types.gen.ts +507 -361
- package/clients/timeTrackerService/sdk.gen.ts +73 -25
- package/clients/timeTrackerService/types.gen.ts +62 -80
- package/clients/usersService/sdk.gen.ts +101 -1
- package/clients/usersService/types.gen.ts +352 -0
- package/clients/walletsService/types.gen.ts +52 -29
- package/package.json +4 -2
- package/schemas/accountingService/schema.s.ts +5580 -4955
- package/schemas/assetsService/schema.s.ts +3385 -0
- package/schemas/cartService/schema.s.ts +1478 -1190
- package/schemas/catalogService/schema.s.ts +3323 -2795
- package/schemas/contentService/schema.s.ts +1445 -1194
- package/schemas/crmService/schema.s.ts +657 -146
- package/schemas/dealsService/schema.s.ts +2243 -1842
- package/schemas/emailTemplates/schema.s.ts +335 -0
- package/schemas/forexService/schema.s.ts +343 -270
- package/schemas/globeService/schema.s.ts +1143 -963
- package/schemas/identityService/schema.s.ts +490 -364
- package/schemas/inventoryService/schema.s.ts +28 -19
- package/schemas/invoicingService/schema.s.ts +73 -0
- package/schemas/learningService/schema.s.ts +2 -2
- package/schemas/locationsService/schema.s.ts +980 -0
- package/schemas/logisticsService/schema.s.ts +474 -0
- package/schemas/marketingService/schema.s.ts +3361 -2908
- package/schemas/marketplaceService/schema.s.ts +335 -0
- package/schemas/ordersService/schema.s.ts +90 -0
- package/schemas/paymentsService/schema.s.ts +282 -227
- package/schemas/pricingService/schema.s.ts +1043 -804
- package/schemas/projectsService/schema.s.ts +1452 -1184
- package/schemas/quotesService/schema.s.ts +104 -0
- package/schemas/salesService/schema.s.ts +28 -19
- package/schemas/securityService/schema.s.ts +112 -14
- package/schemas/servicesService/schema.s.ts +3681 -0
- package/schemas/shipmentsService/schema.s.ts +43 -34
- package/schemas/socialService/schema.s.ts +1665 -1246
- package/schemas/storageService/schema.s.ts +260 -239
- package/schemas/subscriptionsService/schema.s.ts +1651 -0
- package/schemas/supportService/schema.s.ts +2420 -2039
- package/schemas/systemService/schema.s.ts +2107 -1479
- package/schemas/tenantsService/schema.s.ts +1588 -960
- package/schemas/timeTrackerService/schema.s.ts +550 -444
- package/schemas/usersService/schema.s.ts +440 -0
- package/schemas/walletsService/schema.s.ts +36 -0
- package/vite.config.js +1 -0
- package/wwwroot/build/bundle.js +1 -1
- package/clients/authService/core/ApiError.js +0 -20
- package/clients/authService/core/ApiError.ts +0 -25
- package/clients/authService/core/ApiRequestOptions.js +0 -2
- package/clients/authService/core/ApiRequestOptions.ts +0 -17
- package/clients/authService/core/ApiResult.js +0 -2
- package/clients/authService/core/ApiResult.ts +0 -11
- package/clients/authService/core/CancelablePromise.js +0 -104
- package/clients/authService/core/CancelablePromise.ts +0 -131
- package/clients/authService/core/OpenAPI.js +0 -14
- package/clients/authService/core/OpenAPI.ts +0 -32
- package/clients/authService/core/request.js +0 -294
- package/clients/authService/core/request.ts +0 -322
- package/clients/authService/index.js +0 -28
- package/clients/authService/index.ts +0 -48
- package/clients/authService/models/AccessTokenResponse.js +0 -2
- package/clients/authService/models/AccessTokenResponse.ts +0 -11
- package/clients/authService/models/AccountHolderCreateDto.js +0 -12
- package/clients/authService/models/AccountHolderCreateDto.ts +0 -41
- package/clients/authService/models/AccountHolderCreateDtoEnvelope.js +0 -2
- package/clients/authService/models/AccountHolderCreateDtoEnvelope.ts +0 -14
- package/clients/authService/models/ApiAuthorizationResult.js +0 -2
- package/clients/authService/models/ApiAuthorizationResult.ts +0 -17
- package/clients/authService/models/ApiAuthorizationResultEnvelope.js +0 -2
- package/clients/authService/models/ApiAuthorizationResultEnvelope.ts +0 -14
- package/clients/authService/models/EnrollmentId.js +0 -2
- package/clients/authService/models/EnrollmentId.ts +0 -5
- package/clients/authService/models/ErrorEnvelope.js +0 -2
- package/clients/authService/models/ErrorEnvelope.ts +0 -12
- package/clients/authService/models/ForgotPasswordRequest.js +0 -2
- package/clients/authService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/authService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/authService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/authService/models/InfoRequest.js +0 -2
- package/clients/authService/models/InfoRequest.ts +0 -10
- package/clients/authService/models/InfoResponse.js +0 -2
- package/clients/authService/models/InfoResponse.ts +0 -9
- package/clients/authService/models/JsonWebKey.js +0 -2
- package/clients/authService/models/JsonWebKey.ts +0 -13
- package/clients/authService/models/JsonWebKeySet.js +0 -2
- package/clients/authService/models/JsonWebKeySet.ts +0 -9
- package/clients/authService/models/JsonWebKeySetEnvelope.js +0 -2
- package/clients/authService/models/JsonWebKeySetEnvelope.ts +0 -14
- package/clients/authService/models/JsonWebToken.js +0 -2
- package/clients/authService/models/JsonWebToken.ts +0 -15
- package/clients/authService/models/JsonWebTokenEnvelope.js +0 -2
- package/clients/authService/models/JsonWebTokenEnvelope.ts +0 -14
- package/clients/authService/models/JsonWebTokenHeader.js +0 -2
- package/clients/authService/models/JsonWebTokenHeader.ts +0 -11
- package/clients/authService/models/JsonWebTokenPayload.js +0 -2
- package/clients/authService/models/JsonWebTokenPayload.ts +0 -17
- package/clients/authService/models/LoginRequest.js +0 -2
- package/clients/authService/models/LoginRequest.ts +0 -11
- package/clients/authService/models/OAuthTokenRequest.js +0 -2
- package/clients/authService/models/OAuthTokenRequest.ts +0 -12
- package/clients/authService/models/OpenIdConfiguration.js +0 -2
- package/clients/authService/models/OpenIdConfiguration.ts +0 -19
- package/clients/authService/models/OpenIdConfigurationEnvelope.js +0 -2
- package/clients/authService/models/OpenIdConfigurationEnvelope.ts +0 -14
- package/clients/authService/models/RefreshRequest.js +0 -2
- package/clients/authService/models/RefreshRequest.ts +0 -8
- package/clients/authService/models/RegisterRequest.js +0 -2
- package/clients/authService/models/RegisterRequest.ts +0 -9
- package/clients/authService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/authService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/authService/models/ResetPasswordRequest.js +0 -2
- package/clients/authService/models/ResetPasswordRequest.ts +0 -10
- package/clients/authService/models/SigninModel.js +0 -2
- package/clients/authService/models/SigninModel.ts +0 -9
- package/clients/authService/models/StringListEnvelope.js +0 -2
- package/clients/authService/models/StringListEnvelope.ts +0 -13
- package/clients/authService/models/TenantId.js +0 -2
- package/clients/authService/models/TenantId.ts +0 -5
- package/clients/authService/models/TwoFactorRequest.js +0 -2
- package/clients/authService/models/TwoFactorRequest.ts +0 -12
- package/clients/authService/models/TwoFactorResponse.js +0 -2
- package/clients/authService/models/TwoFactorResponse.ts +0 -12
- package/clients/authService/models/UserId.js +0 -2
- package/clients/authService/models/UserId.ts +0 -5
- package/clients/authService/services/ApplicationsService.js +0 -112
- package/clients/authService/services/ApplicationsService.ts +0 -132
- package/clients/authService/services/AuthService.js +0 -246
- package/clients/authService/services/AuthService.ts +0 -293
- package/clients/authService/services/CheckerService.js +0 -22
- package/clients/authService/services/CheckerService.ts +0 -25
- package/clients/authService/services/OAuthService.js +0 -152
- package/clients/authService/services/OAuthService.ts +0 -183
- package/clients/authService/services/ResourceService.js +0 -22
- package/clients/authService/services/ResourceService.ts +0 -25
- package/clients/authService/services/UserInfoService.js +0 -36
- package/clients/authService/services/UserInfoService.ts +0 -41
- package/clients/holderService/core/ApiError.js +0 -20
- package/clients/holderService/core/ApiError.ts +0 -25
- package/clients/holderService/core/ApiRequestOptions.js +0 -2
- package/clients/holderService/core/ApiRequestOptions.ts +0 -17
- package/clients/holderService/core/ApiResult.js +0 -2
- package/clients/holderService/core/ApiResult.ts +0 -11
- package/clients/holderService/core/CancelablePromise.js +0 -104
- package/clients/holderService/core/CancelablePromise.ts +0 -131
- package/clients/holderService/core/OpenAPI.js +0 -14
- package/clients/holderService/core/OpenAPI.ts +0 -32
- package/clients/holderService/core/request.js +0 -294
- package/clients/holderService/core/request.ts +0 -322
- package/clients/holderService/index.js +0 -30
- package/clients/holderService/index.ts +0 -47
- package/clients/holderService/models/AddressDto.js +0 -2
- package/clients/holderService/models/AddressDto.ts +0 -31
- package/clients/holderService/models/AddressDtoListEnvelope.js +0 -2
- package/clients/holderService/models/AddressDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/CartDto.js +0 -2
- package/clients/holderService/models/CartDto.ts +0 -18
- package/clients/holderService/models/CartDtoEnvelope.js +0 -2
- package/clients/holderService/models/CartDtoEnvelope.ts +0 -14
- package/clients/holderService/models/EmptyEnvelope.js +0 -2
- package/clients/holderService/models/EmptyEnvelope.ts +0 -12
- package/clients/holderService/models/EnrollmentId.js +0 -2
- package/clients/holderService/models/EnrollmentId.ts +0 -5
- package/clients/holderService/models/ErrorEnvelope.js +0 -2
- package/clients/holderService/models/ErrorEnvelope.ts +0 -12
- package/clients/holderService/models/ExtendedTenantDto.js +0 -2
- package/clients/holderService/models/ExtendedTenantDto.ts +0 -51
- package/clients/holderService/models/ExtendedTenantDtoListEnvelope.js +0 -2
- package/clients/holderService/models/ExtendedTenantDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/ExtendedTenantEnrolmentDto.js +0 -2
- package/clients/holderService/models/ExtendedTenantEnrolmentDto.ts +0 -19
- package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.js +0 -2
- package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/ExtendedUserDto.js +0 -26
- package/clients/holderService/models/ExtendedUserDto.ts +0 -80
- package/clients/holderService/models/ExtendedUserDtoEnvelope.js +0 -2
- package/clients/holderService/models/ExtendedUserDtoEnvelope.ts +0 -14
- package/clients/holderService/models/FollowRecordDto.js +0 -2
- package/clients/holderService/models/FollowRecordDto.ts +0 -12
- package/clients/holderService/models/FollowRecordDtoListEnvelope.js +0 -2
- package/clients/holderService/models/FollowRecordDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/Int32Envelope.js +0 -2
- package/clients/holderService/models/Int32Envelope.ts +0 -13
- package/clients/holderService/models/NotificationDto.js +0 -2
- package/clients/holderService/models/NotificationDto.ts +0 -16
- package/clients/holderService/models/NotificationDtoListEnvelope.js +0 -2
- package/clients/holderService/models/NotificationDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/Operation.js +0 -16
- package/clients/holderService/models/Operation.ts +0 -23
- package/clients/holderService/models/SocialProfileDto.js +0 -12
- package/clients/holderService/models/SocialProfileDto.ts +0 -40
- package/clients/holderService/models/SocialProfileDtoEnvelope.js +0 -2
- package/clients/holderService/models/SocialProfileDtoEnvelope.ts +0 -14
- package/clients/holderService/models/TenantDto.js +0 -2
- package/clients/holderService/models/TenantDto.ts +0 -45
- package/clients/holderService/models/TenantDtoListEnvelope.js +0 -2
- package/clients/holderService/models/TenantDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/TenantEnrolmentDto.js +0 -2
- package/clients/holderService/models/TenantEnrolmentDto.ts +0 -15
- package/clients/holderService/models/TenantEnrolmentDtoEnvelope.js +0 -2
- package/clients/holderService/models/TenantEnrolmentDtoEnvelope.ts +0 -14
- package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
- package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/TenantInvitationDto.js +0 -2
- package/clients/holderService/models/TenantInvitationDto.ts +0 -16
- package/clients/holderService/models/TenantInvitationDtoListEnvelope.js +0 -2
- package/clients/holderService/models/TenantInvitationDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/UserDto.js +0 -26
- package/clients/holderService/models/UserDto.ts +0 -72
- package/clients/holderService/models/UserDtoEnvelope.js +0 -2
- package/clients/holderService/models/UserDtoEnvelope.ts +0 -14
- package/clients/holderService/models/UserSettingsDto.js +0 -12
- package/clients/holderService/models/UserSettingsDto.ts +0 -21
- package/clients/holderService/models/UserSettingsDtoEnvelope.js +0 -2
- package/clients/holderService/models/UserSettingsDtoEnvelope.ts +0 -14
- package/clients/holderService/models/UserSettingsUpdateDto.js +0 -12
- package/clients/holderService/models/UserSettingsUpdateDto.ts +0 -19
- package/clients/holderService/models/UserUpdateDto.js +0 -14
- package/clients/holderService/models/UserUpdateDto.ts +0 -43
- package/clients/holderService/models/WalletDto.js +0 -2
- package/clients/holderService/models/WalletDto.ts +0 -22
- package/clients/holderService/models/WalletDtoEnvelope.js +0 -2
- package/clients/holderService/models/WalletDtoEnvelope.ts +0 -14
- package/clients/holderService/services/UserService.js +0 -507
- package/clients/holderService/services/UserService.ts +0 -587
- package/clients/tenantService/core/ApiError.js +0 -20
- package/clients/tenantService/core/ApiError.ts +0 -25
- package/clients/tenantService/core/ApiRequestOptions.js +0 -2
- package/clients/tenantService/core/ApiRequestOptions.ts +0 -17
- package/clients/tenantService/core/ApiResult.js +0 -2
- package/clients/tenantService/core/ApiResult.ts +0 -11
- package/clients/tenantService/core/CancelablePromise.js +0 -104
- package/clients/tenantService/core/CancelablePromise.ts +0 -131
- package/clients/tenantService/core/OpenAPI.js +0 -14
- package/clients/tenantService/core/OpenAPI.ts +0 -32
- package/clients/tenantService/core/request.js +0 -294
- package/clients/tenantService/core/request.ts +0 -322
- package/clients/tenantService/index.js +0 -24
- package/clients/tenantService/index.ts +0 -118
- package/clients/tenantService/models/BooleanEnvelope.js +0 -2
- package/clients/tenantService/models/BooleanEnvelope.ts +0 -13
- package/clients/tenantService/models/CartDto.js +0 -2
- package/clients/tenantService/models/CartDto.ts +0 -18
- package/clients/tenantService/models/CartDtoEnvelope.js +0 -2
- package/clients/tenantService/models/CartDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/EmptyEnvelope.js +0 -2
- package/clients/tenantService/models/EmptyEnvelope.ts +0 -12
- package/clients/tenantService/models/ErrorEnvelope.js +0 -2
- package/clients/tenantService/models/ErrorEnvelope.ts +0 -12
- package/clients/tenantService/models/ExtendedTenantDto.js +0 -2
- package/clients/tenantService/models/ExtendedTenantDto.ts +0 -51
- package/clients/tenantService/models/ExtendedTenantDtoEnvelope.js +0 -2
- package/clients/tenantService/models/ExtendedTenantDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/ExtendedTenantEnrolmentDto.js +0 -2
- package/clients/tenantService/models/ExtendedTenantEnrolmentDto.ts +0 -19
- package/clients/tenantService/models/ExtendedTenantEnrolmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/ExtendedTenantEnrolmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/Int32Envelope.js +0 -2
- package/clients/tenantService/models/Int32Envelope.ts +0 -13
- package/clients/tenantService/models/NotificationDto.js +0 -2
- package/clients/tenantService/models/NotificationDto.ts +0 -16
- package/clients/tenantService/models/NotificationDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/NotificationDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/Operation.js +0 -16
- package/clients/tenantService/models/Operation.ts +0 -23
- package/clients/tenantService/models/SocialProfileDto.js +0 -12
- package/clients/tenantService/models/SocialProfileDto.ts +0 -40
- package/clients/tenantService/models/SocialProfileDtoEnvelope.js +0 -2
- package/clients/tenantService/models/SocialProfileDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/StringListEnvelope.js +0 -2
- package/clients/tenantService/models/StringListEnvelope.ts +0 -13
- package/clients/tenantService/models/SuiteLicenseAssignmentDto.js +0 -2
- package/clients/tenantService/models/SuiteLicenseAssignmentDto.ts +0 -16
- package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/SuiteLicenseDto.js +0 -2
- package/clients/tenantService/models/SuiteLicenseDto.ts +0 -15
- package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/SuiteLicenseFeatureDto.js +0 -2
- package/clients/tenantService/models/SuiteLicenseFeatureDto.ts +0 -9
- package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantCreateDto.js +0 -2
- package/clients/tenantService/models/TenantCreateDto.ts +0 -25
- package/clients/tenantService/models/TenantDepartmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantDepartmentCreateDto.ts +0 -16
- package/clients/tenantService/models/TenantDepartmentDto.js +0 -2
- package/clients/tenantService/models/TenantDepartmentDto.ts +0 -16
- package/clients/tenantService/models/TenantDepartmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantDepartmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantDepartmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantDepartmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantDepartmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantDepartmentUpdateDto.ts +0 -12
- package/clients/tenantService/models/TenantDto.js +0 -2
- package/clients/tenantService/models/TenantDto.ts +0 -45
- package/clients/tenantService/models/TenantDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantEnrollmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantEnrollmentCreateDto.ts +0 -11
- package/clients/tenantService/models/TenantEnrollmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantEnrollmentUpdateDto.ts +0 -9
- package/clients/tenantService/models/TenantEnrolmentDto.js +0 -2
- package/clients/tenantService/models/TenantEnrolmentDto.ts +0 -15
- package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantIndustryCreateDto.js +0 -2
- package/clients/tenantService/models/TenantIndustryCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantIndustryDto.js +0 -2
- package/clients/tenantService/models/TenantIndustryDto.ts +0 -12
- package/clients/tenantService/models/TenantIndustryDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantIndustryDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantIndustryDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantIndustryDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantIndustryUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantIndustryUpdateDto.ts +0 -10
- package/clients/tenantService/models/TenantInvitationCreateDto.js +0 -2
- package/clients/tenantService/models/TenantInvitationCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantInvitationDto.js +0 -2
- package/clients/tenantService/models/TenantInvitationDto.ts +0 -16
- package/clients/tenantService/models/TenantInvitationDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantInvitationDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantInvitationDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantInvitationDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantPositionCreateDto.js +0 -2
- package/clients/tenantService/models/TenantPositionCreateDto.ts +0 -13
- package/clients/tenantService/models/TenantPositionDto.js +0 -2
- package/clients/tenantService/models/TenantPositionDto.ts +0 -13
- package/clients/tenantService/models/TenantPositionDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantPositionDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantPositionDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantPositionDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantPositionUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantPositionUpdateDto.ts +0 -9
- package/clients/tenantService/models/TenantSegmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantSegmentCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantSegmentDto.js +0 -2
- package/clients/tenantService/models/TenantSegmentDto.ts +0 -12
- package/clients/tenantService/models/TenantSegmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantSegmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantSegmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantSegmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantSegmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantSegmentUpdateDto.ts +0 -10
- package/clients/tenantService/models/TenantSizeCreateDto.js +0 -2
- package/clients/tenantService/models/TenantSizeCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantSizeDto.js +0 -2
- package/clients/tenantService/models/TenantSizeDto.ts +0 -12
- package/clients/tenantService/models/TenantSizeDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantSizeDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantSizeDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantSizeDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantSizeUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantSizeUpdateDto.ts +0 -10
- package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamContactEnrollmentDto.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamContactEnrollmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.ts +0 -11
- package/clients/tenantService/models/TenantTeamCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamCreateDto.ts +0 -17
- package/clients/tenantService/models/TenantTeamDto.js +0 -2
- package/clients/tenantService/models/TenantTeamDto.ts +0 -17
- package/clients/tenantService/models/TenantTeamDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.ts +0 -11
- package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.ts +0 -11
- package/clients/tenantService/models/TenantTeamRecordCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantTeamRecordDto.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordDto.ts +0 -12
- package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamRecordDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamRecordUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordUpdateDto.ts +0 -10
- package/clients/tenantService/models/TenantTeamUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamUpdateDto.ts +0 -17
- package/clients/tenantService/models/TenantTerritoryCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTerritoryCreateDto.ts +0 -14
- package/clients/tenantService/models/TenantTerritoryDto.js +0 -2
- package/clients/tenantService/models/TenantTerritoryDto.ts +0 -14
- package/clients/tenantService/models/TenantTerritoryDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTerritoryDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTerritoryDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTerritoryDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTerritoryUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTerritoryUpdateDto.ts +0 -9
- package/clients/tenantService/models/TenantTypeCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTypeCreateDto.ts +0 -11
- package/clients/tenantService/models/TenantTypeDto.js +0 -2
- package/clients/tenantService/models/TenantTypeDto.ts +0 -11
- package/clients/tenantService/models/TenantTypeDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTypeDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTypeDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTypeDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTypeUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTypeUpdateDto.ts +0 -9
- package/clients/tenantService/models/TenantUnitCreateDto.js +0 -2
- package/clients/tenantService/models/TenantUnitCreateDto.ts +0 -18
- package/clients/tenantService/models/TenantUnitDto.js +0 -2
- package/clients/tenantService/models/TenantUnitDto.ts +0 -18
- package/clients/tenantService/models/TenantUnitDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantUnitDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantUnitDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantUnitDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantUnitUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantUnitUpdateDto.ts +0 -14
- package/clients/tenantService/models/TenantUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantUpdateDto.ts +0 -31
- package/clients/tenantService/models/UserDto.js +0 -26
- package/clients/tenantService/models/UserDto.ts +0 -72
- package/clients/tenantService/models/UserDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/UserDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/WalletDto.js +0 -2
- package/clients/tenantService/models/WalletDto.ts +0 -22
- package/clients/tenantService/models/WalletDtoEnvelope.js +0 -2
- package/clients/tenantService/models/WalletDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/WebPortalDto.js +0 -2
- package/clients/tenantService/models/WebPortalDto.ts +0 -19
- package/clients/tenantService/models/WebPortalDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/WebPortalDtoListEnvelope.ts +0 -14
- package/clients/tenantService/services/SizesService.js +0 -173
- package/clients/tenantService/services/SizesService.ts +0 -204
- package/clients/tenantService/services/TenantsService.js +0 -3173
- package/clients/tenantService/services/TenantsService.ts +0 -3701
- package/openapi-ts-error-1774919197061.log +0 -12
- package/openapi-ts-error-1774919206848.log +0 -12
- package/openapi-ts-error-1774919211413.log +0 -12
- package/openapi-ts-error-1774919234889.log +0 -12
- package/openapi-ts-error-1774919238790.log +0 -12
- package/openapi-ts-error-1774919250450.log +0 -12
- package/openapi-ts-error-1774919289933.log +0 -12
- package/openapi-ts-error-1774919293886.log +0 -12
- package/openapi-ts-error-1774919297530.log +0 -12
- package/openapi-ts-error-1774952133757.log +0 -12
- package/openapi-ts-error-1774952145095.log +0 -12
- package/openapi-ts-error-1774952149289.log +0 -12
- package/openapi-ts-error-1774952170560.log +0 -12
- package/openapi-ts-error-1774952173946.log +0 -12
- package/openapi-ts-error-1774952221374.log +0 -12
- package/openapi-ts-error-1774952225129.log +0 -12
- package/openapi-ts-error-1774952228932.log +0 -12
- package/openapi-ts-error-1774955105047.log +0 -12
- package/output.txt +0 -1831
|
@@ -13,7 +13,13 @@ export type AccessTokenResponseWritable = {
|
|
|
13
13
|
refreshToken: string | null;
|
|
14
14
|
};
|
|
15
15
|
|
|
16
|
-
export type
|
|
16
|
+
export type CurrencyIdReadable = {
|
|
17
|
+
readonly value?: string | null;
|
|
18
|
+
code?: string | null;
|
|
19
|
+
country?: string | null;
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
export type CurrencyIdWritable = {
|
|
17
23
|
code?: string | null;
|
|
18
24
|
country?: string | null;
|
|
19
25
|
};
|
|
@@ -31,10 +37,16 @@ export type ErrorEnvelopeWritable = {
|
|
|
31
37
|
correlationId?: string | null;
|
|
32
38
|
};
|
|
33
39
|
|
|
34
|
-
export type
|
|
35
|
-
source?:
|
|
36
|
-
target?:
|
|
37
|
-
rate?:
|
|
40
|
+
export type ExchangeRateReadable = {
|
|
41
|
+
source?: MoneyReadable;
|
|
42
|
+
target?: MoneyReadable;
|
|
43
|
+
rate?: MoneyReadable;
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
export type ExchangeRateWritable = {
|
|
47
|
+
source?: MoneyWritable;
|
|
48
|
+
target?: MoneyWritable;
|
|
49
|
+
rate?: MoneyWritable;
|
|
38
50
|
};
|
|
39
51
|
|
|
40
52
|
export type ExchangeRateEnvelopeReadable = {
|
|
@@ -43,13 +55,13 @@ export type ExchangeRateEnvelopeReadable = {
|
|
|
43
55
|
correlationId?: string | null;
|
|
44
56
|
readonly timestamp?: string;
|
|
45
57
|
readonly activityId?: string | null;
|
|
46
|
-
result?:
|
|
58
|
+
result?: ExchangeRateReadable;
|
|
47
59
|
};
|
|
48
60
|
|
|
49
61
|
export type ExchangeRateEnvelopeWritable = {
|
|
50
62
|
errorMessage?: string | null;
|
|
51
63
|
correlationId?: string | null;
|
|
52
|
-
result?:
|
|
64
|
+
result?: ExchangeRateWritable;
|
|
53
65
|
};
|
|
54
66
|
|
|
55
67
|
export type ForexRatesDto = {
|
|
@@ -114,9 +126,14 @@ export type LoginRequest = {
|
|
|
114
126
|
twoFactorRecoveryCode?: string | null;
|
|
115
127
|
};
|
|
116
128
|
|
|
117
|
-
export type
|
|
129
|
+
export type MoneyReadable = {
|
|
130
|
+
amount?: number;
|
|
131
|
+
currency?: CurrencyIdReadable;
|
|
132
|
+
};
|
|
133
|
+
|
|
134
|
+
export type MoneyWritable = {
|
|
118
135
|
amount?: number;
|
|
119
|
-
currency?:
|
|
136
|
+
currency?: CurrencyIdWritable;
|
|
120
137
|
};
|
|
121
138
|
|
|
122
139
|
export type MoneyEnvelopeReadable = {
|
|
@@ -125,13 +142,13 @@ export type MoneyEnvelopeReadable = {
|
|
|
125
142
|
correlationId?: string | null;
|
|
126
143
|
readonly timestamp?: string;
|
|
127
144
|
readonly activityId?: string | null;
|
|
128
|
-
result?:
|
|
145
|
+
result?: MoneyReadable;
|
|
129
146
|
};
|
|
130
147
|
|
|
131
148
|
export type MoneyEnvelopeWritable = {
|
|
132
149
|
errorMessage?: string | null;
|
|
133
150
|
correlationId?: string | null;
|
|
134
|
-
result?:
|
|
151
|
+
result?: MoneyWritable;
|
|
135
152
|
};
|
|
136
153
|
|
|
137
154
|
export type RefreshRequest = {
|
|
@@ -169,7 +186,7 @@ export type TwoFactorResponse = {
|
|
|
169
186
|
isMachineRemembered: boolean;
|
|
170
187
|
};
|
|
171
188
|
|
|
172
|
-
export type
|
|
189
|
+
export type ExchangeAmountAsyncData = {
|
|
173
190
|
body?: never;
|
|
174
191
|
path?: never;
|
|
175
192
|
query: {
|
|
@@ -180,7 +197,7 @@ export type GetApiV2ForexServiceExchangeLatestData = {
|
|
|
180
197
|
url: '/api/v2/ForexService/Exchange/Latest';
|
|
181
198
|
};
|
|
182
199
|
|
|
183
|
-
export type
|
|
200
|
+
export type ExchangeAmountAsyncErrors = {
|
|
184
201
|
/**
|
|
185
202
|
* Unauthorized
|
|
186
203
|
*/
|
|
@@ -191,18 +208,18 @@ export type GetApiV2ForexServiceExchangeLatestErrors = {
|
|
|
191
208
|
403: ErrorEnvelopeReadable;
|
|
192
209
|
};
|
|
193
210
|
|
|
194
|
-
export type
|
|
211
|
+
export type ExchangeAmountAsyncError = ExchangeAmountAsyncErrors[keyof ExchangeAmountAsyncErrors];
|
|
195
212
|
|
|
196
|
-
export type
|
|
213
|
+
export type ExchangeAmountAsyncResponses = {
|
|
197
214
|
/**
|
|
198
215
|
* OK
|
|
199
216
|
*/
|
|
200
217
|
200: MoneyEnvelopeReadable;
|
|
201
218
|
};
|
|
202
219
|
|
|
203
|
-
export type
|
|
220
|
+
export type ExchangeAmountAsyncResponse = ExchangeAmountAsyncResponses[keyof ExchangeAmountAsyncResponses];
|
|
204
221
|
|
|
205
|
-
export type
|
|
222
|
+
export type ExchangeAmountHistoricalAsyncData = {
|
|
206
223
|
body?: never;
|
|
207
224
|
path?: never;
|
|
208
225
|
query: {
|
|
@@ -214,7 +231,7 @@ export type GetApiV2ForexServiceExchangeHistoryData = {
|
|
|
214
231
|
url: '/api/v2/ForexService/Exchange/History';
|
|
215
232
|
};
|
|
216
233
|
|
|
217
|
-
export type
|
|
234
|
+
export type ExchangeAmountHistoricalAsyncErrors = {
|
|
218
235
|
/**
|
|
219
236
|
* Unauthorized
|
|
220
237
|
*/
|
|
@@ -225,18 +242,18 @@ export type GetApiV2ForexServiceExchangeHistoryErrors = {
|
|
|
225
242
|
403: ErrorEnvelopeReadable;
|
|
226
243
|
};
|
|
227
244
|
|
|
228
|
-
export type
|
|
245
|
+
export type ExchangeAmountHistoricalAsyncError = ExchangeAmountHistoricalAsyncErrors[keyof ExchangeAmountHistoricalAsyncErrors];
|
|
229
246
|
|
|
230
|
-
export type
|
|
247
|
+
export type ExchangeAmountHistoricalAsyncResponses = {
|
|
231
248
|
/**
|
|
232
249
|
* OK
|
|
233
250
|
*/
|
|
234
251
|
200: MoneyEnvelopeReadable;
|
|
235
252
|
};
|
|
236
253
|
|
|
237
|
-
export type
|
|
254
|
+
export type ExchangeAmountHistoricalAsyncResponse = ExchangeAmountHistoricalAsyncResponses[keyof ExchangeAmountHistoricalAsyncResponses];
|
|
238
255
|
|
|
239
|
-
export type
|
|
256
|
+
export type ExchangeAmountV3AsyncData = {
|
|
240
257
|
body?: never;
|
|
241
258
|
path?: never;
|
|
242
259
|
query: {
|
|
@@ -247,7 +264,7 @@ export type GetApiV3ForexServiceExchangeLatestData = {
|
|
|
247
264
|
url: '/api/v3/ForexService/Exchange/Latest';
|
|
248
265
|
};
|
|
249
266
|
|
|
250
|
-
export type
|
|
267
|
+
export type ExchangeAmountV3AsyncErrors = {
|
|
251
268
|
/**
|
|
252
269
|
* Unauthorized
|
|
253
270
|
*/
|
|
@@ -258,18 +275,18 @@ export type GetApiV3ForexServiceExchangeLatestErrors = {
|
|
|
258
275
|
403: ErrorEnvelopeReadable;
|
|
259
276
|
};
|
|
260
277
|
|
|
261
|
-
export type
|
|
278
|
+
export type ExchangeAmountV3AsyncError = ExchangeAmountV3AsyncErrors[keyof ExchangeAmountV3AsyncErrors];
|
|
262
279
|
|
|
263
|
-
export type
|
|
280
|
+
export type ExchangeAmountV3AsyncResponses = {
|
|
264
281
|
/**
|
|
265
282
|
* OK
|
|
266
283
|
*/
|
|
267
284
|
200: ExchangeRateEnvelopeReadable;
|
|
268
285
|
};
|
|
269
286
|
|
|
270
|
-
export type
|
|
287
|
+
export type ExchangeAmountV3AsyncResponse = ExchangeAmountV3AsyncResponses[keyof ExchangeAmountV3AsyncResponses];
|
|
271
288
|
|
|
272
|
-
export type
|
|
289
|
+
export type ExchangeAmountHistoricalV3AsyncData = {
|
|
273
290
|
body?: never;
|
|
274
291
|
path?: never;
|
|
275
292
|
query: {
|
|
@@ -281,7 +298,7 @@ export type GetApiV3ForexServiceExchangeHistoryData = {
|
|
|
281
298
|
url: '/api/v3/ForexService/Exchange/History';
|
|
282
299
|
};
|
|
283
300
|
|
|
284
|
-
export type
|
|
301
|
+
export type ExchangeAmountHistoricalV3AsyncErrors = {
|
|
285
302
|
/**
|
|
286
303
|
* Unauthorized
|
|
287
304
|
*/
|
|
@@ -292,16 +309,16 @@ export type GetApiV3ForexServiceExchangeHistoryErrors = {
|
|
|
292
309
|
403: ErrorEnvelopeReadable;
|
|
293
310
|
};
|
|
294
311
|
|
|
295
|
-
export type
|
|
312
|
+
export type ExchangeAmountHistoricalV3AsyncError = ExchangeAmountHistoricalV3AsyncErrors[keyof ExchangeAmountHistoricalV3AsyncErrors];
|
|
296
313
|
|
|
297
|
-
export type
|
|
314
|
+
export type ExchangeAmountHistoricalV3AsyncResponses = {
|
|
298
315
|
/**
|
|
299
316
|
* OK
|
|
300
317
|
*/
|
|
301
318
|
200: ExchangeRateEnvelopeReadable;
|
|
302
319
|
};
|
|
303
320
|
|
|
304
|
-
export type
|
|
321
|
+
export type ExchangeAmountHistoricalV3AsyncResponse = ExchangeAmountHistoricalV3AsyncResponses[keyof ExchangeAmountHistoricalV3AsyncResponses];
|
|
305
322
|
|
|
306
323
|
export type GetVersionData = {
|
|
307
324
|
body?: never;
|
|
@@ -568,7 +585,7 @@ export type PostManageInfoResponses = {
|
|
|
568
585
|
|
|
569
586
|
export type PostManageInfoResponse = PostManageInfoResponses[keyof PostManageInfoResponses];
|
|
570
587
|
|
|
571
|
-
export type
|
|
588
|
+
export type GetLatestCurrencyRatesModelAsyncData = {
|
|
572
589
|
body?: never;
|
|
573
590
|
headers?: {
|
|
574
591
|
'x-api-version'?: string;
|
|
@@ -580,7 +597,7 @@ export type GetApiV2ForexServiceRatesLatestData = {
|
|
|
580
597
|
url: '/api/v2/ForexService/Rates/Latest';
|
|
581
598
|
};
|
|
582
599
|
|
|
583
|
-
export type
|
|
600
|
+
export type GetLatestCurrencyRatesModelAsyncErrors = {
|
|
584
601
|
/**
|
|
585
602
|
* Unauthorized
|
|
586
603
|
*/
|
|
@@ -591,18 +608,18 @@ export type GetApiV2ForexServiceRatesLatestErrors = {
|
|
|
591
608
|
403: ErrorEnvelopeReadable;
|
|
592
609
|
};
|
|
593
610
|
|
|
594
|
-
export type
|
|
611
|
+
export type GetLatestCurrencyRatesModelAsyncError = GetLatestCurrencyRatesModelAsyncErrors[keyof GetLatestCurrencyRatesModelAsyncErrors];
|
|
595
612
|
|
|
596
|
-
export type
|
|
613
|
+
export type GetLatestCurrencyRatesModelAsyncResponses = {
|
|
597
614
|
/**
|
|
598
615
|
* OK
|
|
599
616
|
*/
|
|
600
617
|
200: ForexRatesDtoEnvelopeReadable;
|
|
601
618
|
};
|
|
602
619
|
|
|
603
|
-
export type
|
|
620
|
+
export type GetLatestCurrencyRatesModelAsyncResponse = GetLatestCurrencyRatesModelAsyncResponses[keyof GetLatestCurrencyRatesModelAsyncResponses];
|
|
604
621
|
|
|
605
|
-
export type
|
|
622
|
+
export type GetLatestCurrencyRateAsyncData = {
|
|
606
623
|
body?: never;
|
|
607
624
|
headers?: {
|
|
608
625
|
'x-api-version'?: string;
|
|
@@ -616,7 +633,7 @@ export type GetApiV2ForexServiceRatesLatestByCurrencyIdData = {
|
|
|
616
633
|
url: '/api/v2/ForexService/Rates/Latest/{currencyId}';
|
|
617
634
|
};
|
|
618
635
|
|
|
619
|
-
export type
|
|
636
|
+
export type GetLatestCurrencyRateAsyncErrors = {
|
|
620
637
|
/**
|
|
621
638
|
* Unauthorized
|
|
622
639
|
*/
|
|
@@ -627,18 +644,18 @@ export type GetApiV2ForexServiceRatesLatestByCurrencyIdErrors = {
|
|
|
627
644
|
403: ErrorEnvelopeReadable;
|
|
628
645
|
};
|
|
629
646
|
|
|
630
|
-
export type
|
|
647
|
+
export type GetLatestCurrencyRateAsyncError = GetLatestCurrencyRateAsyncErrors[keyof GetLatestCurrencyRateAsyncErrors];
|
|
631
648
|
|
|
632
|
-
export type
|
|
649
|
+
export type GetLatestCurrencyRateAsyncResponses = {
|
|
633
650
|
/**
|
|
634
651
|
* OK
|
|
635
652
|
*/
|
|
636
653
|
200: ExchangeRateEnvelopeReadable;
|
|
637
654
|
};
|
|
638
655
|
|
|
639
|
-
export type
|
|
656
|
+
export type GetLatestCurrencyRateAsyncResponse = GetLatestCurrencyRateAsyncResponses[keyof GetLatestCurrencyRateAsyncResponses];
|
|
640
657
|
|
|
641
|
-
export type
|
|
658
|
+
export type GetHistoricalCurrencyRatesAsyncData = {
|
|
642
659
|
body?: never;
|
|
643
660
|
headers?: {
|
|
644
661
|
'x-api-version'?: string;
|
|
@@ -651,7 +668,7 @@ export type GetApiV2ForexServiceRatesHistoryData = {
|
|
|
651
668
|
url: '/api/v2/ForexService/Rates/History';
|
|
652
669
|
};
|
|
653
670
|
|
|
654
|
-
export type
|
|
671
|
+
export type GetHistoricalCurrencyRatesAsyncErrors = {
|
|
655
672
|
/**
|
|
656
673
|
* Unauthorized
|
|
657
674
|
*/
|
|
@@ -662,18 +679,18 @@ export type GetApiV2ForexServiceRatesHistoryErrors = {
|
|
|
662
679
|
403: ErrorEnvelopeReadable;
|
|
663
680
|
};
|
|
664
681
|
|
|
665
|
-
export type
|
|
682
|
+
export type GetHistoricalCurrencyRatesAsyncError = GetHistoricalCurrencyRatesAsyncErrors[keyof GetHistoricalCurrencyRatesAsyncErrors];
|
|
666
683
|
|
|
667
|
-
export type
|
|
684
|
+
export type GetHistoricalCurrencyRatesAsyncResponses = {
|
|
668
685
|
/**
|
|
669
686
|
* OK
|
|
670
687
|
*/
|
|
671
688
|
200: ForexRatesDtoEnvelopeReadable;
|
|
672
689
|
};
|
|
673
690
|
|
|
674
|
-
export type
|
|
691
|
+
export type GetHistoricalCurrencyRatesAsyncResponse = GetHistoricalCurrencyRatesAsyncResponses[keyof GetHistoricalCurrencyRatesAsyncResponses];
|
|
675
692
|
|
|
676
|
-
export type
|
|
693
|
+
export type GetHistoricalCurrencyRateAsyncData = {
|
|
677
694
|
body?: never;
|
|
678
695
|
headers?: {
|
|
679
696
|
'x-api-version'?: string;
|
|
@@ -688,7 +705,7 @@ export type GetApiV2ForexServiceRatesHistoryByCurrencyIdData = {
|
|
|
688
705
|
url: '/api/v2/ForexService/Rates/History/{currencyId}';
|
|
689
706
|
};
|
|
690
707
|
|
|
691
|
-
export type
|
|
708
|
+
export type GetHistoricalCurrencyRateAsyncErrors = {
|
|
692
709
|
/**
|
|
693
710
|
* Unauthorized
|
|
694
711
|
*/
|
|
@@ -699,16 +716,16 @@ export type GetApiV2ForexServiceRatesHistoryByCurrencyIdErrors = {
|
|
|
699
716
|
403: ErrorEnvelopeReadable;
|
|
700
717
|
};
|
|
701
718
|
|
|
702
|
-
export type
|
|
719
|
+
export type GetHistoricalCurrencyRateAsyncError = GetHistoricalCurrencyRateAsyncErrors[keyof GetHistoricalCurrencyRateAsyncErrors];
|
|
703
720
|
|
|
704
|
-
export type
|
|
721
|
+
export type GetHistoricalCurrencyRateAsyncResponses = {
|
|
705
722
|
/**
|
|
706
723
|
* OK
|
|
707
724
|
*/
|
|
708
725
|
200: ExchangeRateEnvelopeReadable;
|
|
709
726
|
};
|
|
710
727
|
|
|
711
|
-
export type
|
|
728
|
+
export type GetHistoricalCurrencyRateAsyncResponse = GetHistoricalCurrencyRateAsyncResponses[keyof GetHistoricalCurrencyRateAsyncResponses];
|
|
712
729
|
|
|
713
730
|
export type ClientOptions = {
|
|
714
731
|
baseUrl: 'https://localhost:44388' | (string & {});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
2
|
|
|
3
3
|
import type { Options as ClientOptions, TDataShape, Client } from '@hey-api/client-fetch';
|
|
4
|
-
import type {
|
|
4
|
+
import type { GetAllCountriesData, GetAllCountriesResponse, GetAllCountriesError, CountCountriesData, CountCountriesResponse, CountCountriesError, SearchCountriesByNameAsyncData, SearchCountriesByNameAsyncResponse, SearchCountriesByNameAsyncError, GetCountryByIdData, GetCountryByIdResponse, GetCountryByIdError, GetCountryStatesAsyncData, GetCountryStatesAsyncResponse, GetCountryStatesAsyncError, GetCountryStateByIdAsyncData, GetCountryStateByIdAsyncResponse, GetCountryStateByIdAsyncError, GetCitiesByCountryStateIdAsyncData, GetCitiesByCountryStateIdAsyncResponse, GetCitiesByCountryStateIdAsyncError, GetTimeZonesByCountryIdAsyncData, GetTimeZonesByCountryIdAsyncResponse, GetTimeZonesByCountryIdAsyncError, GetEnabledCurrenciesByCountryIdAsyncData, GetEnabledCurrenciesByCountryIdAsyncResponse, GetEnabledCurrenciesByCountryIdAsyncError, GetTopLevelDomainsByCountryIdAsyncData, GetTopLevelDomainsByCountryIdAsyncResponse, GetTopLevelDomainsByCountryIdAsyncError, GetCallingCodesByCountryIdAsyncData, GetCallingCodesByCountryIdAsyncResponse, GetCallingCodesByCountryIdAsyncError, GetEnabledCurrenciesAsyncData, GetEnabledCurrenciesAsyncResponse, GetEnabledCurrenciesAsyncError, CountCurrenciesAsyncData, CountCurrenciesAsyncResponse, CountCurrenciesAsyncError, GetCurrencyByIdAsyncData, GetCurrencyByIdAsyncResponse, GetCurrencyByIdAsyncError, GetVersionData, GetHealthData, GetHelloData, PostRegisterData, PostRegisterError, PostLoginData, PostLoginResponse, PostRefreshData, PostRefreshResponse, MapIdentityApiConfirmEmailData, PostResendConfirmationEmailData, PostForgotPasswordData, PostForgotPasswordError, PostResetPasswordData, PostResetPasswordError, PostManage2FaData, PostManage2FaResponse, PostManage2FaError, GetManageInfoData, GetManageInfoResponse, GetManageInfoError, PostManageInfoData, PostManageInfoResponse, PostManageInfoError, GetLanguagesAsyncData, GetLanguagesAsyncResponse, GetLanguagesAsyncError, CountLanguagesAsyncData, CountLanguagesAsyncResponse, CountLanguagesAsyncError, GetLanguageByIdAsyncData, GetLanguageByIdAsyncResponse, GetLanguageByIdAsyncError, GetTimeZonesAsyncData, GetTimeZonesAsyncResponse, GetTimeZonesAsyncError, CountTimezonesAsyncData, CountTimezonesAsyncResponse, CountTimezonesAsyncError, GetTimeZoneByIdAsyncData, GetTimeZoneByIdAsyncResponse, GetTimeZoneByIdAsyncError } from './types.gen';
|
|
5
5
|
import { client as _heyApiClient } from './client.gen';
|
|
6
6
|
|
|
7
7
|
export type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = ClientOptions<TData, ThrowOnError> & {
|
|
@@ -18,99 +18,155 @@ export type Options<TData extends TDataShape = TDataShape, ThrowOnError extends
|
|
|
18
18
|
meta?: Record<string, unknown>;
|
|
19
19
|
};
|
|
20
20
|
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
/**
|
|
22
|
+
* Get all countries
|
|
23
|
+
* Retrieves a list of all countries with optional OData pagination and filtering.
|
|
24
|
+
*/
|
|
25
|
+
export const getAllCountries = <ThrowOnError extends boolean = false>(options?: Options<GetAllCountriesData, ThrowOnError>) => {
|
|
26
|
+
return (options?.client ?? _heyApiClient).get<GetAllCountriesResponse, GetAllCountriesError, ThrowOnError>({
|
|
23
27
|
url: '/api/v2/GlobeService/Countries',
|
|
24
28
|
...options
|
|
25
29
|
});
|
|
26
30
|
};
|
|
27
31
|
|
|
28
|
-
|
|
29
|
-
|
|
32
|
+
/**
|
|
33
|
+
* Count countries
|
|
34
|
+
* Returns the total number of countries, with optional OData filtering.
|
|
35
|
+
*/
|
|
36
|
+
export const countCountries = <ThrowOnError extends boolean = false>(options?: Options<CountCountriesData, ThrowOnError>) => {
|
|
37
|
+
return (options?.client ?? _heyApiClient).get<CountCountriesResponse, CountCountriesError, ThrowOnError>({
|
|
30
38
|
url: '/api/v2/GlobeService/Countries/Count',
|
|
31
39
|
...options
|
|
32
40
|
});
|
|
33
41
|
};
|
|
34
42
|
|
|
35
|
-
|
|
36
|
-
|
|
43
|
+
/**
|
|
44
|
+
* Search countries by name
|
|
45
|
+
* Searches for countries whose name matches the specified search term.
|
|
46
|
+
*/
|
|
47
|
+
export const searchCountriesByNameAsync = <ThrowOnError extends boolean = false>(options: Options<SearchCountriesByNameAsyncData, ThrowOnError>) => {
|
|
48
|
+
return (options.client ?? _heyApiClient).get<SearchCountriesByNameAsyncResponse, SearchCountriesByNameAsyncError, ThrowOnError>({
|
|
37
49
|
url: '/api/v2/GlobeService/Countries/Search',
|
|
38
50
|
...options
|
|
39
51
|
});
|
|
40
52
|
};
|
|
41
53
|
|
|
42
|
-
|
|
43
|
-
|
|
54
|
+
/**
|
|
55
|
+
* Get country by ID
|
|
56
|
+
* Retrieves a single country by its unique identifier.
|
|
57
|
+
*/
|
|
58
|
+
export const getCountryById = <ThrowOnError extends boolean = false>(options: Options<GetCountryByIdData, ThrowOnError>) => {
|
|
59
|
+
return (options.client ?? _heyApiClient).get<GetCountryByIdResponse, GetCountryByIdError, ThrowOnError>({
|
|
44
60
|
url: '/api/v2/GlobeService/Countries/{countryId}',
|
|
45
61
|
...options
|
|
46
62
|
});
|
|
47
63
|
};
|
|
48
64
|
|
|
49
|
-
|
|
50
|
-
|
|
65
|
+
/**
|
|
66
|
+
* Get states for a country
|
|
67
|
+
* Retrieves the list of states or provinces belonging to the specified country.
|
|
68
|
+
*/
|
|
69
|
+
export const getCountryStatesAsync = <ThrowOnError extends boolean = false>(options: Options<GetCountryStatesAsyncData, ThrowOnError>) => {
|
|
70
|
+
return (options.client ?? _heyApiClient).get<GetCountryStatesAsyncResponse, GetCountryStatesAsyncError, ThrowOnError>({
|
|
51
71
|
url: '/api/v2/GlobeService/Countries/{countryId}/States',
|
|
52
72
|
...options
|
|
53
73
|
});
|
|
54
74
|
};
|
|
55
75
|
|
|
56
|
-
|
|
57
|
-
|
|
76
|
+
/**
|
|
77
|
+
* Get state by ID
|
|
78
|
+
* Retrieves a single state or province by its unique identifier within a country.
|
|
79
|
+
*/
|
|
80
|
+
export const getCountryStateByIdAsync = <ThrowOnError extends boolean = false>(options: Options<GetCountryStateByIdAsyncData, ThrowOnError>) => {
|
|
81
|
+
return (options.client ?? _heyApiClient).get<GetCountryStateByIdAsyncResponse, GetCountryStateByIdAsyncError, ThrowOnError>({
|
|
58
82
|
url: '/api/v2/GlobeService/Countries/{countryId}/States/{countryStateId}',
|
|
59
83
|
...options
|
|
60
84
|
});
|
|
61
85
|
};
|
|
62
86
|
|
|
63
|
-
|
|
64
|
-
|
|
87
|
+
/**
|
|
88
|
+
* Get cities for a state
|
|
89
|
+
* Retrieves the list of cities belonging to the specified state or province.
|
|
90
|
+
*/
|
|
91
|
+
export const getCitiesByCountryStateIdAsync = <ThrowOnError extends boolean = false>(options: Options<GetCitiesByCountryStateIdAsyncData, ThrowOnError>) => {
|
|
92
|
+
return (options.client ?? _heyApiClient).get<GetCitiesByCountryStateIdAsyncResponse, GetCitiesByCountryStateIdAsyncError, ThrowOnError>({
|
|
65
93
|
url: '/api/v2/GlobeService/Countries/{countryId}/States/{countryStateId}/Cities',
|
|
66
94
|
...options
|
|
67
95
|
});
|
|
68
96
|
};
|
|
69
97
|
|
|
70
|
-
|
|
71
|
-
|
|
98
|
+
/**
|
|
99
|
+
* Get timezones for a country
|
|
100
|
+
* Retrieves the list of timezones associated with the specified country.
|
|
101
|
+
*/
|
|
102
|
+
export const getTimeZonesByCountryIdAsync = <ThrowOnError extends boolean = false>(options: Options<GetTimeZonesByCountryIdAsyncData, ThrowOnError>) => {
|
|
103
|
+
return (options.client ?? _heyApiClient).get<GetTimeZonesByCountryIdAsyncResponse, GetTimeZonesByCountryIdAsyncError, ThrowOnError>({
|
|
72
104
|
url: '/api/v2/GlobeService/Countries/{countryId}/Timezones',
|
|
73
105
|
...options
|
|
74
106
|
});
|
|
75
107
|
};
|
|
76
108
|
|
|
77
|
-
|
|
78
|
-
|
|
109
|
+
/**
|
|
110
|
+
* Get currencies for a country
|
|
111
|
+
* Retrieves the list of enabled currencies for the specified country.
|
|
112
|
+
*/
|
|
113
|
+
export const getEnabledCurrenciesByCountryIdAsync = <ThrowOnError extends boolean = false>(options: Options<GetEnabledCurrenciesByCountryIdAsyncData, ThrowOnError>) => {
|
|
114
|
+
return (options.client ?? _heyApiClient).get<GetEnabledCurrenciesByCountryIdAsyncResponse, GetEnabledCurrenciesByCountryIdAsyncError, ThrowOnError>({
|
|
79
115
|
url: '/api/v2/GlobeService/Countries/{countryId}/Currencies',
|
|
80
116
|
...options
|
|
81
117
|
});
|
|
82
118
|
};
|
|
83
119
|
|
|
84
|
-
|
|
85
|
-
|
|
120
|
+
/**
|
|
121
|
+
* Get top-level domains for a country
|
|
122
|
+
* Retrieves the list of internet top-level domains (TLDs) associated with the specified country.
|
|
123
|
+
*/
|
|
124
|
+
export const getTopLevelDomainsByCountryIdAsync = <ThrowOnError extends boolean = false>(options: Options<GetTopLevelDomainsByCountryIdAsyncData, ThrowOnError>) => {
|
|
125
|
+
return (options.client ?? _heyApiClient).get<GetTopLevelDomainsByCountryIdAsyncResponse, GetTopLevelDomainsByCountryIdAsyncError, ThrowOnError>({
|
|
86
126
|
url: '/api/v2/GlobeService/Countries/{countryId}/TopLevelDomains',
|
|
87
127
|
...options
|
|
88
128
|
});
|
|
89
129
|
};
|
|
90
130
|
|
|
91
|
-
|
|
92
|
-
|
|
131
|
+
/**
|
|
132
|
+
* Get calling codes for a country
|
|
133
|
+
* Retrieves the list of international telephone calling codes associated with the specified country.
|
|
134
|
+
*/
|
|
135
|
+
export const getCallingCodesByCountryIdAsync = <ThrowOnError extends boolean = false>(options: Options<GetCallingCodesByCountryIdAsyncData, ThrowOnError>) => {
|
|
136
|
+
return (options.client ?? _heyApiClient).get<GetCallingCodesByCountryIdAsyncResponse, GetCallingCodesByCountryIdAsyncError, ThrowOnError>({
|
|
93
137
|
url: '/api/v2/GlobeService/Countries/{countryId}/CallingCodes',
|
|
94
138
|
...options
|
|
95
139
|
});
|
|
96
140
|
};
|
|
97
141
|
|
|
98
|
-
|
|
99
|
-
|
|
142
|
+
/**
|
|
143
|
+
* Get all currencies
|
|
144
|
+
* Retrieves the list of all enabled currencies with optional OData pagination and filtering.
|
|
145
|
+
*/
|
|
146
|
+
export const getEnabledCurrenciesAsync = <ThrowOnError extends boolean = false>(options?: Options<GetEnabledCurrenciesAsyncData, ThrowOnError>) => {
|
|
147
|
+
return (options?.client ?? _heyApiClient).get<GetEnabledCurrenciesAsyncResponse, GetEnabledCurrenciesAsyncError, ThrowOnError>({
|
|
100
148
|
url: '/api/v2/GlobeService/Currencies',
|
|
101
149
|
...options
|
|
102
150
|
});
|
|
103
151
|
};
|
|
104
152
|
|
|
105
|
-
|
|
106
|
-
|
|
153
|
+
/**
|
|
154
|
+
* Count currencies
|
|
155
|
+
* Returns the total number of enabled currencies, with optional OData filtering.
|
|
156
|
+
*/
|
|
157
|
+
export const countCurrenciesAsync = <ThrowOnError extends boolean = false>(options?: Options<CountCurrenciesAsyncData, ThrowOnError>) => {
|
|
158
|
+
return (options?.client ?? _heyApiClient).get<CountCurrenciesAsyncResponse, CountCurrenciesAsyncError, ThrowOnError>({
|
|
107
159
|
url: '/api/v2/GlobeService/Currencies/Count',
|
|
108
160
|
...options
|
|
109
161
|
});
|
|
110
162
|
};
|
|
111
163
|
|
|
112
|
-
|
|
113
|
-
|
|
164
|
+
/**
|
|
165
|
+
* Get currency by ID
|
|
166
|
+
* Retrieves a single currency by its unique identifier.
|
|
167
|
+
*/
|
|
168
|
+
export const getCurrencyByIdAsync = <ThrowOnError extends boolean = false>(options: Options<GetCurrencyByIdAsyncData, ThrowOnError>) => {
|
|
169
|
+
return (options.client ?? _heyApiClient).get<GetCurrencyByIdAsyncResponse, GetCurrencyByIdAsyncError, ThrowOnError>({
|
|
114
170
|
url: '/api/v2/GlobeService/Currencies/{currencyId}',
|
|
115
171
|
...options
|
|
116
172
|
});
|
|
@@ -239,43 +295,67 @@ export const postManageInfo = <ThrowOnError extends boolean = false>(options: Op
|
|
|
239
295
|
});
|
|
240
296
|
};
|
|
241
297
|
|
|
242
|
-
|
|
243
|
-
|
|
298
|
+
/**
|
|
299
|
+
* Get all languages
|
|
300
|
+
* Retrieves the list of all supported languages with optional OData pagination and filtering.
|
|
301
|
+
*/
|
|
302
|
+
export const getLanguagesAsync = <ThrowOnError extends boolean = false>(options?: Options<GetLanguagesAsyncData, ThrowOnError>) => {
|
|
303
|
+
return (options?.client ?? _heyApiClient).get<GetLanguagesAsyncResponse, GetLanguagesAsyncError, ThrowOnError>({
|
|
244
304
|
url: '/api/v2/GlobeService/Languages',
|
|
245
305
|
...options
|
|
246
306
|
});
|
|
247
307
|
};
|
|
248
308
|
|
|
249
|
-
|
|
250
|
-
|
|
309
|
+
/**
|
|
310
|
+
* Count languages
|
|
311
|
+
* Returns the total number of supported languages, with optional OData filtering.
|
|
312
|
+
*/
|
|
313
|
+
export const countLanguagesAsync = <ThrowOnError extends boolean = false>(options?: Options<CountLanguagesAsyncData, ThrowOnError>) => {
|
|
314
|
+
return (options?.client ?? _heyApiClient).get<CountLanguagesAsyncResponse, CountLanguagesAsyncError, ThrowOnError>({
|
|
251
315
|
url: '/api/v2/GlobeService/Languages/Count',
|
|
252
316
|
...options
|
|
253
317
|
});
|
|
254
318
|
};
|
|
255
319
|
|
|
256
|
-
|
|
257
|
-
|
|
320
|
+
/**
|
|
321
|
+
* Get language by ID
|
|
322
|
+
* Retrieves a single language by its unique identifier.
|
|
323
|
+
*/
|
|
324
|
+
export const getLanguageByIdAsync = <ThrowOnError extends boolean = false>(options: Options<GetLanguageByIdAsyncData, ThrowOnError>) => {
|
|
325
|
+
return (options.client ?? _heyApiClient).get<GetLanguageByIdAsyncResponse, GetLanguageByIdAsyncError, ThrowOnError>({
|
|
258
326
|
url: '/api/v2/GlobeService/Languages/{languageId}',
|
|
259
327
|
...options
|
|
260
328
|
});
|
|
261
329
|
};
|
|
262
330
|
|
|
263
|
-
|
|
264
|
-
|
|
331
|
+
/**
|
|
332
|
+
* Get all timezones
|
|
333
|
+
* Retrieves the list of all supported timezones with optional OData pagination and filtering.
|
|
334
|
+
*/
|
|
335
|
+
export const getTimeZonesAsync = <ThrowOnError extends boolean = false>(options?: Options<GetTimeZonesAsyncData, ThrowOnError>) => {
|
|
336
|
+
return (options?.client ?? _heyApiClient).get<GetTimeZonesAsyncResponse, GetTimeZonesAsyncError, ThrowOnError>({
|
|
265
337
|
url: '/api/v2/GlobeService/Timezones',
|
|
266
338
|
...options
|
|
267
339
|
});
|
|
268
340
|
};
|
|
269
341
|
|
|
270
|
-
|
|
271
|
-
|
|
342
|
+
/**
|
|
343
|
+
* Count timezones
|
|
344
|
+
* Returns the total number of supported timezones, with optional OData filtering.
|
|
345
|
+
*/
|
|
346
|
+
export const countTimezonesAsync = <ThrowOnError extends boolean = false>(options?: Options<CountTimezonesAsyncData, ThrowOnError>) => {
|
|
347
|
+
return (options?.client ?? _heyApiClient).get<CountTimezonesAsyncResponse, CountTimezonesAsyncError, ThrowOnError>({
|
|
272
348
|
url: '/api/v2/GlobeService/Timezones/Count',
|
|
273
349
|
...options
|
|
274
350
|
});
|
|
275
351
|
};
|
|
276
352
|
|
|
277
|
-
|
|
278
|
-
|
|
353
|
+
/**
|
|
354
|
+
* Get timezone by ID
|
|
355
|
+
* Retrieves a single timezone by its unique identifier.
|
|
356
|
+
*/
|
|
357
|
+
export const getTimeZoneByIdAsync = <ThrowOnError extends boolean = false>(options: Options<GetTimeZoneByIdAsyncData, ThrowOnError>) => {
|
|
358
|
+
return (options.client ?? _heyApiClient).get<GetTimeZoneByIdAsyncResponse, GetTimeZoneByIdAsyncError, ThrowOnError>({
|
|
279
359
|
url: '/api/v2/GlobeService/Timezones/{timeZoneId}',
|
|
280
360
|
...options
|
|
281
361
|
});
|