@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
|
@@ -6,1232 +6,1412 @@
|
|
|
6
6
|
|
|
7
7
|
export interface paths {
|
|
8
8
|
"/api/v2/GlobeService/Countries": {
|
|
9
|
+
/**
|
|
10
|
+
* Get all countries
|
|
11
|
+
* @description Retrieves a list of all countries with optional OData pagination and filtering.
|
|
12
|
+
*/
|
|
13
|
+
get: operations["GetAllCountries"];
|
|
14
|
+
};
|
|
15
|
+
"/api/v2/GlobeService/Countries/Count": {
|
|
16
|
+
/**
|
|
17
|
+
* Count countries
|
|
18
|
+
* @description Returns the total number of countries, with optional OData filtering.
|
|
19
|
+
*/
|
|
20
|
+
get: operations["CountCountries"];
|
|
21
|
+
};
|
|
22
|
+
"/api/v2/GlobeService/Countries/Search": {
|
|
23
|
+
/**
|
|
24
|
+
* Search countries by name
|
|
25
|
+
* @description Searches for countries whose name matches the specified search term.
|
|
26
|
+
*/
|
|
27
|
+
get: operations["SearchCountriesByNameAsync"];
|
|
28
|
+
};
|
|
29
|
+
"/api/v2/GlobeService/Countries/{countryId}": {
|
|
30
|
+
/**
|
|
31
|
+
* Get country by ID
|
|
32
|
+
* @description Retrieves a single country by its unique identifier.
|
|
33
|
+
*/
|
|
34
|
+
get: operations["GetCountryById"];
|
|
35
|
+
};
|
|
36
|
+
"/api/v2/GlobeService/Countries/{countryId}/States": {
|
|
37
|
+
/**
|
|
38
|
+
* Get states for a country
|
|
39
|
+
* @description Retrieves the list of states or provinces belonging to the specified country.
|
|
40
|
+
*/
|
|
41
|
+
get: operations["GetCountryStatesAsync"];
|
|
42
|
+
};
|
|
43
|
+
"/api/v2/GlobeService/Countries/{countryId}/States/{countryStateId}": {
|
|
44
|
+
/**
|
|
45
|
+
* Get state by ID
|
|
46
|
+
* @description Retrieves a single state or province by its unique identifier within a country.
|
|
47
|
+
*/
|
|
48
|
+
get: operations["GetCountryStateByIdAsync"];
|
|
49
|
+
};
|
|
50
|
+
"/api/v2/GlobeService/Countries/{countryId}/States/{countryStateId}/Cities": {
|
|
51
|
+
/**
|
|
52
|
+
* Get cities for a state
|
|
53
|
+
* @description Retrieves the list of cities belonging to the specified state or province.
|
|
54
|
+
*/
|
|
55
|
+
get: operations["GetCitiesByCountryStateIdAsync"];
|
|
56
|
+
};
|
|
57
|
+
"/api/v2/GlobeService/Countries/{countryId}/Timezones": {
|
|
58
|
+
/**
|
|
59
|
+
* Get timezones for a country
|
|
60
|
+
* @description Retrieves the list of timezones associated with the specified country.
|
|
61
|
+
*/
|
|
62
|
+
get: operations["GetTimeZonesByCountryIdAsync"];
|
|
63
|
+
};
|
|
64
|
+
"/api/v2/GlobeService/Countries/{countryId}/Currencies": {
|
|
65
|
+
/**
|
|
66
|
+
* Get currencies for a country
|
|
67
|
+
* @description Retrieves the list of enabled currencies for the specified country.
|
|
68
|
+
*/
|
|
69
|
+
get: operations["GetEnabledCurrenciesByCountryIdAsync"];
|
|
70
|
+
};
|
|
71
|
+
"/api/v2/GlobeService/Countries/{countryId}/TopLevelDomains": {
|
|
72
|
+
/**
|
|
73
|
+
* Get top-level domains for a country
|
|
74
|
+
* @description Retrieves the list of internet top-level domains (TLDs) associated with the specified country.
|
|
75
|
+
*/
|
|
76
|
+
get: operations["GetTopLevelDomainsByCountryIdAsync"];
|
|
77
|
+
};
|
|
78
|
+
"/api/v2/GlobeService/Countries/{countryId}/CallingCodes": {
|
|
79
|
+
/**
|
|
80
|
+
* Get calling codes for a country
|
|
81
|
+
* @description Retrieves the list of international telephone calling codes associated with the specified country.
|
|
82
|
+
*/
|
|
83
|
+
get: operations["GetCallingCodesByCountryIdAsync"];
|
|
84
|
+
};
|
|
85
|
+
"/api/v2/GlobeService/Currencies": {
|
|
86
|
+
/**
|
|
87
|
+
* Get all currencies
|
|
88
|
+
* @description Retrieves the list of all enabled currencies with optional OData pagination and filtering.
|
|
89
|
+
*/
|
|
90
|
+
get: operations["GetEnabledCurrenciesAsync"];
|
|
91
|
+
};
|
|
92
|
+
"/api/v2/GlobeService/Currencies/Count": {
|
|
93
|
+
/**
|
|
94
|
+
* Count currencies
|
|
95
|
+
* @description Returns the total number of enabled currencies, with optional OData filtering.
|
|
96
|
+
*/
|
|
97
|
+
get: operations["CountCurrenciesAsync"];
|
|
98
|
+
};
|
|
99
|
+
"/api/v2/GlobeService/Currencies/{currencyId}": {
|
|
100
|
+
/**
|
|
101
|
+
* Get currency by ID
|
|
102
|
+
* @description Retrieves a single currency by its unique identifier.
|
|
103
|
+
*/
|
|
104
|
+
get: operations["GetCurrencyByIdAsync"];
|
|
105
|
+
};
|
|
106
|
+
"/version": {
|
|
9
107
|
get: {
|
|
10
|
-
parameters: {
|
|
11
|
-
query?: {
|
|
12
|
-
"api-version"?: string;
|
|
13
|
-
};
|
|
14
|
-
header?: {
|
|
15
|
-
"x-api-version"?: string;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
108
|
responses: {
|
|
19
109
|
/** @description OK */
|
|
20
110
|
200: {
|
|
21
|
-
content:
|
|
22
|
-
"application/json": components["schemas"]["CountryDtoListEnvelope"];
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
/** @description Unauthorized */
|
|
26
|
-
401: {
|
|
27
|
-
content: {
|
|
28
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
29
|
-
};
|
|
30
|
-
};
|
|
31
|
-
/** @description Forbidden */
|
|
32
|
-
403: {
|
|
33
|
-
content: {
|
|
34
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
35
|
-
};
|
|
111
|
+
content: never;
|
|
36
112
|
};
|
|
37
113
|
};
|
|
38
114
|
};
|
|
39
115
|
};
|
|
40
|
-
"/
|
|
116
|
+
"/health": {
|
|
41
117
|
get: {
|
|
42
|
-
parameters: {
|
|
43
|
-
query?: {
|
|
44
|
-
"api-version"?: string;
|
|
45
|
-
};
|
|
46
|
-
header?: {
|
|
47
|
-
"x-api-version"?: string;
|
|
48
|
-
};
|
|
49
|
-
};
|
|
50
118
|
responses: {
|
|
51
119
|
/** @description OK */
|
|
52
120
|
200: {
|
|
53
|
-
content:
|
|
54
|
-
"application/json": components["schemas"]["Int32Envelope"];
|
|
55
|
-
};
|
|
56
|
-
};
|
|
57
|
-
/** @description Unauthorized */
|
|
58
|
-
401: {
|
|
59
|
-
content: {
|
|
60
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
61
|
-
};
|
|
62
|
-
};
|
|
63
|
-
/** @description Forbidden */
|
|
64
|
-
403: {
|
|
65
|
-
content: {
|
|
66
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
67
|
-
};
|
|
121
|
+
content: never;
|
|
68
122
|
};
|
|
69
123
|
};
|
|
70
124
|
};
|
|
71
125
|
};
|
|
72
|
-
"/
|
|
126
|
+
"/hello": {
|
|
73
127
|
get: {
|
|
74
|
-
parameters: {
|
|
75
|
-
query: {
|
|
76
|
-
countryName: string;
|
|
77
|
-
"api-version"?: string;
|
|
78
|
-
};
|
|
79
|
-
header?: {
|
|
80
|
-
"x-api-version"?: string;
|
|
81
|
-
};
|
|
82
|
-
};
|
|
83
128
|
responses: {
|
|
84
129
|
/** @description OK */
|
|
85
130
|
200: {
|
|
86
|
-
content:
|
|
87
|
-
"application/json": components["schemas"]["CountryDtoListEnvelope"];
|
|
88
|
-
};
|
|
89
|
-
};
|
|
90
|
-
/** @description Unauthorized */
|
|
91
|
-
401: {
|
|
92
|
-
content: {
|
|
93
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
94
|
-
};
|
|
95
|
-
};
|
|
96
|
-
/** @description Forbidden */
|
|
97
|
-
403: {
|
|
98
|
-
content: {
|
|
99
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
100
|
-
};
|
|
131
|
+
content: never;
|
|
101
132
|
};
|
|
102
133
|
};
|
|
103
134
|
};
|
|
104
135
|
};
|
|
105
|
-
"/
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
"
|
|
110
|
-
};
|
|
111
|
-
header?: {
|
|
112
|
-
"x-api-version"?: string;
|
|
113
|
-
};
|
|
114
|
-
path: {
|
|
115
|
-
countryId: string;
|
|
136
|
+
"/register": {
|
|
137
|
+
post: {
|
|
138
|
+
requestBody: {
|
|
139
|
+
content: {
|
|
140
|
+
"application/json": components["schemas"]["RegisterRequest"];
|
|
116
141
|
};
|
|
117
142
|
};
|
|
118
143
|
responses: {
|
|
119
144
|
/** @description OK */
|
|
120
145
|
200: {
|
|
121
|
-
content:
|
|
122
|
-
"application/json": components["schemas"]["CountryDtoEnvelope"];
|
|
123
|
-
};
|
|
124
|
-
};
|
|
125
|
-
/** @description Unauthorized */
|
|
126
|
-
401: {
|
|
127
|
-
content: {
|
|
128
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
129
|
-
};
|
|
146
|
+
content: never;
|
|
130
147
|
};
|
|
131
|
-
/** @description
|
|
132
|
-
|
|
148
|
+
/** @description Bad Request */
|
|
149
|
+
400: {
|
|
133
150
|
content: {
|
|
134
|
-
"application/json": components["schemas"]["
|
|
151
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
135
152
|
};
|
|
136
153
|
};
|
|
137
154
|
};
|
|
138
155
|
};
|
|
139
156
|
};
|
|
140
|
-
"/
|
|
141
|
-
|
|
157
|
+
"/login": {
|
|
158
|
+
post: {
|
|
142
159
|
parameters: {
|
|
143
160
|
query?: {
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
header?: {
|
|
147
|
-
"x-api-version"?: string;
|
|
161
|
+
useCookies?: boolean;
|
|
162
|
+
useSessionCookies?: boolean;
|
|
148
163
|
};
|
|
149
|
-
|
|
150
|
-
|
|
164
|
+
};
|
|
165
|
+
requestBody: {
|
|
166
|
+
content: {
|
|
167
|
+
"application/json": components["schemas"]["LoginRequest"];
|
|
151
168
|
};
|
|
152
169
|
};
|
|
153
170
|
responses: {
|
|
154
171
|
/** @description OK */
|
|
155
172
|
200: {
|
|
156
173
|
content: {
|
|
157
|
-
"application/json": components["schemas"]["
|
|
158
|
-
};
|
|
159
|
-
};
|
|
160
|
-
/** @description Unauthorized */
|
|
161
|
-
401: {
|
|
162
|
-
content: {
|
|
163
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
164
|
-
};
|
|
165
|
-
};
|
|
166
|
-
/** @description Forbidden */
|
|
167
|
-
403: {
|
|
168
|
-
content: {
|
|
169
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
174
|
+
"application/json": components["schemas"]["AccessTokenResponse"];
|
|
170
175
|
};
|
|
171
176
|
};
|
|
172
177
|
};
|
|
173
178
|
};
|
|
174
179
|
};
|
|
175
|
-
"/
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
"
|
|
180
|
-
};
|
|
181
|
-
header?: {
|
|
182
|
-
"x-api-version"?: string;
|
|
183
|
-
};
|
|
184
|
-
path: {
|
|
185
|
-
countryStateId: string;
|
|
186
|
-
countryId: string;
|
|
180
|
+
"/refresh": {
|
|
181
|
+
post: {
|
|
182
|
+
requestBody: {
|
|
183
|
+
content: {
|
|
184
|
+
"application/json": components["schemas"]["RefreshRequest"];
|
|
187
185
|
};
|
|
188
186
|
};
|
|
189
187
|
responses: {
|
|
190
188
|
/** @description OK */
|
|
191
189
|
200: {
|
|
192
190
|
content: {
|
|
193
|
-
"application/json": components["schemas"]["
|
|
194
|
-
};
|
|
195
|
-
};
|
|
196
|
-
/** @description Unauthorized */
|
|
197
|
-
401: {
|
|
198
|
-
content: {
|
|
199
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
200
|
-
};
|
|
201
|
-
};
|
|
202
|
-
/** @description Forbidden */
|
|
203
|
-
403: {
|
|
204
|
-
content: {
|
|
205
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
191
|
+
"application/json": components["schemas"]["AccessTokenResponse"];
|
|
206
192
|
};
|
|
207
193
|
};
|
|
208
194
|
};
|
|
209
195
|
};
|
|
210
196
|
};
|
|
211
|
-
"/
|
|
212
|
-
get:
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
"
|
|
219
|
-
};
|
|
220
|
-
path: {
|
|
221
|
-
countryStateId: string;
|
|
222
|
-
countryId: string;
|
|
197
|
+
"/confirmEmail": {
|
|
198
|
+
get: operations["MapIdentityApi-/confirmEmail"];
|
|
199
|
+
};
|
|
200
|
+
"/resendConfirmationEmail": {
|
|
201
|
+
post: {
|
|
202
|
+
requestBody: {
|
|
203
|
+
content: {
|
|
204
|
+
"application/json": components["schemas"]["ResendConfirmationEmailRequest"];
|
|
223
205
|
};
|
|
224
206
|
};
|
|
225
207
|
responses: {
|
|
226
208
|
/** @description OK */
|
|
227
209
|
200: {
|
|
228
|
-
content:
|
|
229
|
-
"application/json": components["schemas"]["CityDtoListEnvelope"];
|
|
230
|
-
};
|
|
231
|
-
};
|
|
232
|
-
/** @description Unauthorized */
|
|
233
|
-
401: {
|
|
234
|
-
content: {
|
|
235
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
236
|
-
};
|
|
237
|
-
};
|
|
238
|
-
/** @description Forbidden */
|
|
239
|
-
403: {
|
|
240
|
-
content: {
|
|
241
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
242
|
-
};
|
|
210
|
+
content: never;
|
|
243
211
|
};
|
|
244
212
|
};
|
|
245
213
|
};
|
|
246
214
|
};
|
|
247
|
-
"/
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
"
|
|
252
|
-
};
|
|
253
|
-
header?: {
|
|
254
|
-
"x-api-version"?: string;
|
|
255
|
-
};
|
|
256
|
-
path: {
|
|
257
|
-
countryId: string;
|
|
215
|
+
"/forgotPassword": {
|
|
216
|
+
post: {
|
|
217
|
+
requestBody: {
|
|
218
|
+
content: {
|
|
219
|
+
"application/json": components["schemas"]["ForgotPasswordRequest"];
|
|
258
220
|
};
|
|
259
221
|
};
|
|
260
222
|
responses: {
|
|
261
223
|
/** @description OK */
|
|
262
224
|
200: {
|
|
263
|
-
content:
|
|
264
|
-
"application/json": components["schemas"]["TimezoneDtoListEnvelope"];
|
|
265
|
-
};
|
|
266
|
-
};
|
|
267
|
-
/** @description Unauthorized */
|
|
268
|
-
401: {
|
|
269
|
-
content: {
|
|
270
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
271
|
-
};
|
|
225
|
+
content: never;
|
|
272
226
|
};
|
|
273
|
-
/** @description
|
|
274
|
-
|
|
227
|
+
/** @description Bad Request */
|
|
228
|
+
400: {
|
|
275
229
|
content: {
|
|
276
|
-
"application/json": components["schemas"]["
|
|
230
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
277
231
|
};
|
|
278
232
|
};
|
|
279
233
|
};
|
|
280
234
|
};
|
|
281
235
|
};
|
|
282
|
-
"/
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
"
|
|
287
|
-
};
|
|
288
|
-
header?: {
|
|
289
|
-
"x-api-version"?: string;
|
|
290
|
-
};
|
|
291
|
-
path: {
|
|
292
|
-
countryId: string;
|
|
236
|
+
"/resetPassword": {
|
|
237
|
+
post: {
|
|
238
|
+
requestBody: {
|
|
239
|
+
content: {
|
|
240
|
+
"application/json": components["schemas"]["ResetPasswordRequest"];
|
|
293
241
|
};
|
|
294
242
|
};
|
|
295
243
|
responses: {
|
|
296
244
|
/** @description OK */
|
|
297
245
|
200: {
|
|
298
|
-
content:
|
|
299
|
-
"application/json": components["schemas"]["CurrencyDtoListEnvelope"];
|
|
300
|
-
};
|
|
301
|
-
};
|
|
302
|
-
/** @description Unauthorized */
|
|
303
|
-
401: {
|
|
304
|
-
content: {
|
|
305
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
306
|
-
};
|
|
246
|
+
content: never;
|
|
307
247
|
};
|
|
308
|
-
/** @description
|
|
309
|
-
|
|
248
|
+
/** @description Bad Request */
|
|
249
|
+
400: {
|
|
310
250
|
content: {
|
|
311
|
-
"application/json": components["schemas"]["
|
|
251
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
312
252
|
};
|
|
313
253
|
};
|
|
314
254
|
};
|
|
315
255
|
};
|
|
316
256
|
};
|
|
317
|
-
"/
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
"
|
|
322
|
-
};
|
|
323
|
-
header?: {
|
|
324
|
-
"x-api-version"?: string;
|
|
325
|
-
};
|
|
326
|
-
path: {
|
|
327
|
-
countryId: string;
|
|
257
|
+
"/manage/2fa": {
|
|
258
|
+
post: {
|
|
259
|
+
requestBody: {
|
|
260
|
+
content: {
|
|
261
|
+
"application/json": components["schemas"]["TwoFactorRequest"];
|
|
328
262
|
};
|
|
329
263
|
};
|
|
330
264
|
responses: {
|
|
331
265
|
/** @description OK */
|
|
332
266
|
200: {
|
|
333
267
|
content: {
|
|
334
|
-
"application/json": components["schemas"]["
|
|
268
|
+
"application/json": components["schemas"]["TwoFactorResponse"];
|
|
335
269
|
};
|
|
336
270
|
};
|
|
337
|
-
/** @description
|
|
338
|
-
|
|
271
|
+
/** @description Bad Request */
|
|
272
|
+
400: {
|
|
339
273
|
content: {
|
|
340
|
-
"application/json": components["schemas"]["
|
|
274
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
341
275
|
};
|
|
342
276
|
};
|
|
343
|
-
/** @description
|
|
344
|
-
|
|
345
|
-
content:
|
|
346
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
347
|
-
};
|
|
277
|
+
/** @description Not Found */
|
|
278
|
+
404: {
|
|
279
|
+
content: never;
|
|
348
280
|
};
|
|
349
281
|
};
|
|
350
282
|
};
|
|
351
283
|
};
|
|
352
|
-
"/
|
|
284
|
+
"/manage/info": {
|
|
353
285
|
get: {
|
|
354
|
-
parameters: {
|
|
355
|
-
query?: {
|
|
356
|
-
"api-version"?: string;
|
|
357
|
-
};
|
|
358
|
-
header?: {
|
|
359
|
-
"x-api-version"?: string;
|
|
360
|
-
};
|
|
361
|
-
path: {
|
|
362
|
-
countryId: string;
|
|
363
|
-
};
|
|
364
|
-
};
|
|
365
286
|
responses: {
|
|
366
287
|
/** @description OK */
|
|
367
288
|
200: {
|
|
368
289
|
content: {
|
|
369
|
-
"application/json": components["schemas"]["
|
|
290
|
+
"application/json": components["schemas"]["InfoResponse"];
|
|
370
291
|
};
|
|
371
292
|
};
|
|
372
|
-
/** @description
|
|
373
|
-
|
|
293
|
+
/** @description Bad Request */
|
|
294
|
+
400: {
|
|
374
295
|
content: {
|
|
375
|
-
"application/json": components["schemas"]["
|
|
296
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
376
297
|
};
|
|
377
298
|
};
|
|
378
|
-
/** @description
|
|
379
|
-
|
|
380
|
-
content:
|
|
381
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
382
|
-
};
|
|
299
|
+
/** @description Not Found */
|
|
300
|
+
404: {
|
|
301
|
+
content: never;
|
|
383
302
|
};
|
|
384
303
|
};
|
|
385
304
|
};
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
query?: {
|
|
391
|
-
"api-version"?: string;
|
|
392
|
-
};
|
|
393
|
-
header?: {
|
|
394
|
-
"x-api-version"?: string;
|
|
305
|
+
post: {
|
|
306
|
+
requestBody: {
|
|
307
|
+
content: {
|
|
308
|
+
"application/json": components["schemas"]["InfoRequest"];
|
|
395
309
|
};
|
|
396
310
|
};
|
|
397
311
|
responses: {
|
|
398
312
|
/** @description OK */
|
|
399
313
|
200: {
|
|
400
314
|
content: {
|
|
401
|
-
"application/json": components["schemas"]["
|
|
402
|
-
"application/xml": components["schemas"]["CurrencyDtoListEnvelope"];
|
|
315
|
+
"application/json": components["schemas"]["InfoResponse"];
|
|
403
316
|
};
|
|
404
317
|
};
|
|
405
|
-
/** @description
|
|
406
|
-
|
|
318
|
+
/** @description Bad Request */
|
|
319
|
+
400: {
|
|
407
320
|
content: {
|
|
408
|
-
"application/json": components["schemas"]["
|
|
409
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
321
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
410
322
|
};
|
|
411
323
|
};
|
|
412
|
-
/** @description
|
|
413
|
-
|
|
414
|
-
content:
|
|
415
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
416
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
417
|
-
};
|
|
324
|
+
/** @description Not Found */
|
|
325
|
+
404: {
|
|
326
|
+
content: never;
|
|
418
327
|
};
|
|
419
328
|
};
|
|
420
329
|
};
|
|
421
330
|
};
|
|
422
|
-
"/api/v2/GlobeService/
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
header?: {
|
|
429
|
-
"x-api-version"?: string;
|
|
430
|
-
};
|
|
431
|
-
};
|
|
432
|
-
responses: {
|
|
433
|
-
/** @description OK */
|
|
434
|
-
200: {
|
|
435
|
-
content: {
|
|
436
|
-
"application/json": components["schemas"]["Int32Envelope"];
|
|
437
|
-
"application/xml": components["schemas"]["Int32Envelope"];
|
|
438
|
-
};
|
|
439
|
-
};
|
|
440
|
-
/** @description Unauthorized */
|
|
441
|
-
401: {
|
|
442
|
-
content: {
|
|
443
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
444
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
445
|
-
};
|
|
446
|
-
};
|
|
447
|
-
/** @description Forbidden */
|
|
448
|
-
403: {
|
|
449
|
-
content: {
|
|
450
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
451
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
452
|
-
};
|
|
453
|
-
};
|
|
454
|
-
};
|
|
455
|
-
};
|
|
331
|
+
"/api/v2/GlobeService/Languages": {
|
|
332
|
+
/**
|
|
333
|
+
* Get all languages
|
|
334
|
+
* @description Retrieves the list of all supported languages with optional OData pagination and filtering.
|
|
335
|
+
*/
|
|
336
|
+
get: operations["GetLanguagesAsync"];
|
|
456
337
|
};
|
|
457
|
-
"/api/v2/GlobeService/
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
header?: {
|
|
464
|
-
"x-api-version"?: string;
|
|
465
|
-
};
|
|
466
|
-
path: {
|
|
467
|
-
currencyId: string;
|
|
468
|
-
};
|
|
469
|
-
};
|
|
470
|
-
responses: {
|
|
471
|
-
/** @description OK */
|
|
472
|
-
200: {
|
|
473
|
-
content: {
|
|
474
|
-
"application/json": components["schemas"]["CurrencyDtoEnvelope"];
|
|
475
|
-
"application/xml": components["schemas"]["CurrencyDtoEnvelope"];
|
|
476
|
-
};
|
|
477
|
-
};
|
|
478
|
-
/** @description Unauthorized */
|
|
479
|
-
401: {
|
|
480
|
-
content: {
|
|
481
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
482
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
483
|
-
};
|
|
484
|
-
};
|
|
485
|
-
/** @description Forbidden */
|
|
486
|
-
403: {
|
|
487
|
-
content: {
|
|
488
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
489
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
490
|
-
};
|
|
491
|
-
};
|
|
492
|
-
};
|
|
493
|
-
};
|
|
338
|
+
"/api/v2/GlobeService/Languages/Count": {
|
|
339
|
+
/**
|
|
340
|
+
* Count languages
|
|
341
|
+
* @description Returns the total number of supported languages, with optional OData filtering.
|
|
342
|
+
*/
|
|
343
|
+
get: operations["CountLanguagesAsync"];
|
|
494
344
|
};
|
|
495
|
-
"/
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
345
|
+
"/api/v2/GlobeService/Languages/{languageId}": {
|
|
346
|
+
/**
|
|
347
|
+
* Get language by ID
|
|
348
|
+
* @description Retrieves a single language by its unique identifier.
|
|
349
|
+
*/
|
|
350
|
+
get: operations["GetLanguageByIdAsync"];
|
|
351
|
+
};
|
|
352
|
+
"/api/v2/GlobeService/Timezones": {
|
|
353
|
+
/**
|
|
354
|
+
* Get all timezones
|
|
355
|
+
* @description Retrieves the list of all supported timezones with optional OData pagination and filtering.
|
|
356
|
+
*/
|
|
357
|
+
get: operations["GetTimeZonesAsync"];
|
|
358
|
+
};
|
|
359
|
+
"/api/v2/GlobeService/Timezones/Count": {
|
|
360
|
+
/**
|
|
361
|
+
* Count timezones
|
|
362
|
+
* @description Returns the total number of supported timezones, with optional OData filtering.
|
|
363
|
+
*/
|
|
364
|
+
get: operations["CountTimezonesAsync"];
|
|
365
|
+
};
|
|
366
|
+
"/api/v2/GlobeService/Timezones/{timeZoneId}": {
|
|
367
|
+
/**
|
|
368
|
+
* Get timezone by ID
|
|
369
|
+
* @description Retrieves a single timezone by its unique identifier.
|
|
370
|
+
*/
|
|
371
|
+
get: operations["GetTimeZoneByIdAsync"];
|
|
372
|
+
};
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
export type webhooks = Record<string, never>;
|
|
376
|
+
|
|
377
|
+
export interface components {
|
|
378
|
+
schemas: {
|
|
379
|
+
AccessTokenResponse: {
|
|
380
|
+
tokenType?: string | null;
|
|
381
|
+
accessToken: string | null;
|
|
382
|
+
/** Format: int64 */
|
|
383
|
+
expiresIn: number;
|
|
384
|
+
refreshToken: string | null;
|
|
385
|
+
};
|
|
386
|
+
CityDto: {
|
|
387
|
+
id?: string | null;
|
|
388
|
+
/** Format: date-time */
|
|
389
|
+
timestamp?: string | null;
|
|
390
|
+
name?: string | null;
|
|
391
|
+
imageUrl?: string | null;
|
|
392
|
+
stateId?: string | null;
|
|
393
|
+
countryId?: string | null;
|
|
394
|
+
latitude?: string | null;
|
|
395
|
+
longitude?: string | null;
|
|
396
|
+
};
|
|
397
|
+
CityDtoListEnvelope: {
|
|
398
|
+
isSuccess?: boolean;
|
|
399
|
+
errorMessage?: string | null;
|
|
400
|
+
correlationId?: string | null;
|
|
401
|
+
/** Format: date-time */
|
|
402
|
+
timestamp?: string;
|
|
403
|
+
activityId?: string | null;
|
|
404
|
+
result?: components["schemas"]["CityDto"][] | null;
|
|
405
|
+
};
|
|
406
|
+
CountryCallingCodeDto: {
|
|
407
|
+
/** Format: int32 */
|
|
408
|
+
id?: number;
|
|
409
|
+
callingCode?: string | null;
|
|
410
|
+
countryID?: string | null;
|
|
411
|
+
};
|
|
412
|
+
CountryCallingCodeDtoListEnvelope: {
|
|
413
|
+
isSuccess?: boolean;
|
|
414
|
+
errorMessage?: string | null;
|
|
415
|
+
correlationId?: string | null;
|
|
416
|
+
/** Format: date-time */
|
|
417
|
+
timestamp?: string;
|
|
418
|
+
activityId?: string | null;
|
|
419
|
+
result?: components["schemas"]["CountryCallingCodeDto"][] | null;
|
|
420
|
+
};
|
|
421
|
+
CountryDto: {
|
|
422
|
+
id?: string | null;
|
|
423
|
+
/** Format: date-time */
|
|
424
|
+
timestamp?: string | null;
|
|
425
|
+
iso3?: string | null;
|
|
426
|
+
iso2?: string | null;
|
|
427
|
+
name?: string | null;
|
|
428
|
+
nativeName?: string | null;
|
|
429
|
+
flagUrl?: string | null;
|
|
430
|
+
};
|
|
431
|
+
CountryDtoEnvelope: {
|
|
432
|
+
isSuccess?: boolean;
|
|
433
|
+
errorMessage?: string | null;
|
|
434
|
+
correlationId?: string | null;
|
|
435
|
+
/** Format: date-time */
|
|
436
|
+
timestamp?: string;
|
|
437
|
+
activityId?: string | null;
|
|
438
|
+
result?: components["schemas"]["CountryDto"];
|
|
439
|
+
};
|
|
440
|
+
CountryDtoListEnvelope: {
|
|
441
|
+
isSuccess?: boolean;
|
|
442
|
+
errorMessage?: string | null;
|
|
443
|
+
correlationId?: string | null;
|
|
444
|
+
/** Format: date-time */
|
|
445
|
+
timestamp?: string;
|
|
446
|
+
activityId?: string | null;
|
|
447
|
+
result?: components["schemas"]["CountryDto"][] | null;
|
|
448
|
+
};
|
|
449
|
+
CountryLanguageDto: {
|
|
450
|
+
id?: string | null;
|
|
451
|
+
/** Format: date-time */
|
|
452
|
+
timestamp?: string | null;
|
|
453
|
+
iso639_1?: string | null;
|
|
454
|
+
iso639_2?: string | null;
|
|
455
|
+
enabled?: boolean;
|
|
456
|
+
name?: string | null;
|
|
457
|
+
languageNativeName?: string | null;
|
|
458
|
+
};
|
|
459
|
+
CountryLanguageDtoEnvelope: {
|
|
460
|
+
isSuccess?: boolean;
|
|
461
|
+
errorMessage?: string | null;
|
|
462
|
+
correlationId?: string | null;
|
|
463
|
+
/** Format: date-time */
|
|
464
|
+
timestamp?: string;
|
|
465
|
+
activityId?: string | null;
|
|
466
|
+
result?: components["schemas"]["CountryLanguageDto"];
|
|
467
|
+
};
|
|
468
|
+
CountryLanguageDtoListEnvelope: {
|
|
469
|
+
isSuccess?: boolean;
|
|
470
|
+
errorMessage?: string | null;
|
|
471
|
+
correlationId?: string | null;
|
|
472
|
+
/** Format: date-time */
|
|
473
|
+
timestamp?: string;
|
|
474
|
+
activityId?: string | null;
|
|
475
|
+
result?: components["schemas"]["CountryLanguageDto"][] | null;
|
|
476
|
+
};
|
|
477
|
+
CountryStateDto: {
|
|
478
|
+
/** Format: date-time */
|
|
479
|
+
timestamp?: string | null;
|
|
480
|
+
id?: string | null;
|
|
481
|
+
name?: string | null;
|
|
482
|
+
code?: string | null;
|
|
483
|
+
countryID?: string | null;
|
|
484
|
+
};
|
|
485
|
+
CountryStateDtoEnvelope: {
|
|
486
|
+
isSuccess?: boolean;
|
|
487
|
+
errorMessage?: string | null;
|
|
488
|
+
correlationId?: string | null;
|
|
489
|
+
/** Format: date-time */
|
|
490
|
+
timestamp?: string;
|
|
491
|
+
activityId?: string | null;
|
|
492
|
+
result?: components["schemas"]["CountryStateDto"];
|
|
493
|
+
};
|
|
494
|
+
CountryStateDtoListEnvelope: {
|
|
495
|
+
isSuccess?: boolean;
|
|
496
|
+
errorMessage?: string | null;
|
|
497
|
+
correlationId?: string | null;
|
|
498
|
+
/** Format: date-time */
|
|
499
|
+
timestamp?: string;
|
|
500
|
+
activityId?: string | null;
|
|
501
|
+
result?: components["schemas"]["CountryStateDto"][] | null;
|
|
502
|
+
};
|
|
503
|
+
CountryTopLevelDomainDto: {
|
|
504
|
+
id?: string | null;
|
|
505
|
+
domain?: string | null;
|
|
506
|
+
countryID?: string | null;
|
|
507
|
+
};
|
|
508
|
+
CountryTopLevelDomainDtoListEnvelope: {
|
|
509
|
+
isSuccess?: boolean;
|
|
510
|
+
errorMessage?: string | null;
|
|
511
|
+
correlationId?: string | null;
|
|
512
|
+
/** Format: date-time */
|
|
513
|
+
timestamp?: string;
|
|
514
|
+
activityId?: string | null;
|
|
515
|
+
result?: components["schemas"]["CountryTopLevelDomainDto"][] | null;
|
|
516
|
+
};
|
|
517
|
+
CurrencyDto: {
|
|
518
|
+
id?: string | null;
|
|
519
|
+
code?: string | null;
|
|
520
|
+
name?: string | null;
|
|
521
|
+
symbol?: string | null;
|
|
522
|
+
country?: components["schemas"]["CountryDto"];
|
|
523
|
+
};
|
|
524
|
+
CurrencyDtoEnvelope: {
|
|
525
|
+
isSuccess?: boolean;
|
|
526
|
+
errorMessage?: string | null;
|
|
527
|
+
correlationId?: string | null;
|
|
528
|
+
/** Format: date-time */
|
|
529
|
+
timestamp?: string;
|
|
530
|
+
activityId?: string | null;
|
|
531
|
+
result?: components["schemas"]["CurrencyDto"];
|
|
532
|
+
};
|
|
533
|
+
CurrencyDtoListEnvelope: {
|
|
534
|
+
isSuccess?: boolean;
|
|
535
|
+
errorMessage?: string | null;
|
|
536
|
+
correlationId?: string | null;
|
|
537
|
+
/** Format: date-time */
|
|
538
|
+
timestamp?: string;
|
|
539
|
+
activityId?: string | null;
|
|
540
|
+
result?: components["schemas"]["CurrencyDto"][] | null;
|
|
541
|
+
};
|
|
542
|
+
ErrorEnvelope: {
|
|
543
|
+
isSuccess?: boolean;
|
|
544
|
+
errorMessage?: string | null;
|
|
545
|
+
correlationId?: string | null;
|
|
546
|
+
/** Format: date-time */
|
|
547
|
+
timestamp?: string;
|
|
548
|
+
activityId?: string | null;
|
|
549
|
+
};
|
|
550
|
+
ForgotPasswordRequest: {
|
|
551
|
+
email: string | null;
|
|
552
|
+
};
|
|
553
|
+
HttpValidationProblemDetails: {
|
|
554
|
+
type?: string | null;
|
|
555
|
+
title?: string | null;
|
|
556
|
+
/** Format: int32 */
|
|
557
|
+
status?: number | null;
|
|
558
|
+
detail?: string | null;
|
|
559
|
+
instance?: string | null;
|
|
560
|
+
errors?: {
|
|
561
|
+
[key: string]: string[];
|
|
562
|
+
} | null;
|
|
563
|
+
[key: string]: unknown;
|
|
564
|
+
};
|
|
565
|
+
InfoRequest: {
|
|
566
|
+
newEmail?: string | null;
|
|
567
|
+
newPassword?: string | null;
|
|
568
|
+
oldPassword?: string | null;
|
|
569
|
+
};
|
|
570
|
+
InfoResponse: {
|
|
571
|
+
email: string | null;
|
|
572
|
+
isEmailConfirmed: boolean;
|
|
573
|
+
};
|
|
574
|
+
Int32Envelope: {
|
|
575
|
+
isSuccess?: boolean;
|
|
576
|
+
errorMessage?: string | null;
|
|
577
|
+
correlationId?: string | null;
|
|
578
|
+
/** Format: date-time */
|
|
579
|
+
timestamp?: string;
|
|
580
|
+
activityId?: string | null;
|
|
581
|
+
/** Format: int32 */
|
|
582
|
+
result?: number;
|
|
583
|
+
};
|
|
584
|
+
LoginRequest: {
|
|
585
|
+
email: string | null;
|
|
586
|
+
password: string | null;
|
|
587
|
+
twoFactorCode?: string | null;
|
|
588
|
+
twoFactorRecoveryCode?: string | null;
|
|
589
|
+
};
|
|
590
|
+
RefreshRequest: {
|
|
591
|
+
refreshToken: string | null;
|
|
592
|
+
};
|
|
593
|
+
RegisterRequest: {
|
|
594
|
+
email: string | null;
|
|
595
|
+
password: string | null;
|
|
596
|
+
};
|
|
597
|
+
ResendConfirmationEmailRequest: {
|
|
598
|
+
email: string | null;
|
|
599
|
+
};
|
|
600
|
+
ResetPasswordRequest: {
|
|
601
|
+
email: string | null;
|
|
602
|
+
resetCode: string | null;
|
|
603
|
+
newPassword: string | null;
|
|
604
|
+
};
|
|
605
|
+
TimezoneDto: {
|
|
606
|
+
id?: string | null;
|
|
607
|
+
/** Format: date-time */
|
|
608
|
+
timestamp?: string | null;
|
|
609
|
+
name?: string | null;
|
|
610
|
+
utcOffset?: string | null;
|
|
611
|
+
displayName?: string | null;
|
|
612
|
+
};
|
|
613
|
+
TimezoneDtoEnvelope: {
|
|
614
|
+
isSuccess?: boolean;
|
|
615
|
+
errorMessage?: string | null;
|
|
616
|
+
correlationId?: string | null;
|
|
617
|
+
/** Format: date-time */
|
|
618
|
+
timestamp?: string;
|
|
619
|
+
activityId?: string | null;
|
|
620
|
+
result?: components["schemas"]["TimezoneDto"];
|
|
621
|
+
};
|
|
622
|
+
TimezoneDtoListEnvelope: {
|
|
623
|
+
isSuccess?: boolean;
|
|
624
|
+
errorMessage?: string | null;
|
|
625
|
+
correlationId?: string | null;
|
|
626
|
+
/** Format: date-time */
|
|
627
|
+
timestamp?: string;
|
|
628
|
+
activityId?: string | null;
|
|
629
|
+
result?: components["schemas"]["TimezoneDto"][] | null;
|
|
630
|
+
};
|
|
631
|
+
TwoFactorRequest: {
|
|
632
|
+
enable?: boolean | null;
|
|
633
|
+
twoFactorCode?: string | null;
|
|
634
|
+
resetSharedKey?: boolean;
|
|
635
|
+
resetRecoveryCodes?: boolean;
|
|
636
|
+
forgetMachine?: boolean;
|
|
637
|
+
};
|
|
638
|
+
TwoFactorResponse: {
|
|
639
|
+
sharedKey: string | null;
|
|
640
|
+
/** Format: int32 */
|
|
641
|
+
recoveryCodesLeft: number;
|
|
642
|
+
recoveryCodes?: string[] | null;
|
|
643
|
+
isTwoFactorEnabled: boolean;
|
|
644
|
+
isMachineRemembered: boolean;
|
|
503
645
|
};
|
|
504
646
|
};
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
647
|
+
responses: never;
|
|
648
|
+
parameters: never;
|
|
649
|
+
requestBodies: never;
|
|
650
|
+
headers: never;
|
|
651
|
+
pathItems: never;
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
export type $defs = Record<string, never>;
|
|
655
|
+
|
|
656
|
+
export type external = Record<string, never>;
|
|
657
|
+
|
|
658
|
+
export interface operations {
|
|
659
|
+
|
|
660
|
+
/**
|
|
661
|
+
* Get all countries
|
|
662
|
+
* @description Retrieves a list of all countries with optional OData pagination and filtering.
|
|
663
|
+
*/
|
|
664
|
+
GetAllCountries: {
|
|
665
|
+
parameters: {
|
|
666
|
+
query?: {
|
|
667
|
+
"api-version"?: string;
|
|
668
|
+
};
|
|
669
|
+
header?: {
|
|
670
|
+
"x-api-version"?: string;
|
|
512
671
|
};
|
|
513
672
|
};
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
200: {
|
|
520
|
-
content: never;
|
|
673
|
+
responses: {
|
|
674
|
+
/** @description OK */
|
|
675
|
+
200: {
|
|
676
|
+
content: {
|
|
677
|
+
"application/json": components["schemas"]["CountryDtoListEnvelope"];
|
|
521
678
|
};
|
|
522
679
|
};
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
"/register": {
|
|
526
|
-
post: {
|
|
527
|
-
requestBody: {
|
|
680
|
+
/** @description Unauthorized */
|
|
681
|
+
401: {
|
|
528
682
|
content: {
|
|
529
|
-
"application/json": components["schemas"]["
|
|
683
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
530
684
|
};
|
|
531
685
|
};
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
};
|
|
537
|
-
/** @description Bad Request */
|
|
538
|
-
400: {
|
|
539
|
-
content: {
|
|
540
|
-
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
541
|
-
};
|
|
686
|
+
/** @description Forbidden */
|
|
687
|
+
403: {
|
|
688
|
+
content: {
|
|
689
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
542
690
|
};
|
|
543
691
|
};
|
|
544
692
|
};
|
|
545
693
|
};
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
694
|
+
/**
|
|
695
|
+
* Count countries
|
|
696
|
+
* @description Returns the total number of countries, with optional OData filtering.
|
|
697
|
+
*/
|
|
698
|
+
CountCountries: {
|
|
699
|
+
parameters: {
|
|
700
|
+
query?: {
|
|
701
|
+
"api-version"?: string;
|
|
553
702
|
};
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
"application/json": components["schemas"]["LoginRequest"];
|
|
557
|
-
};
|
|
703
|
+
header?: {
|
|
704
|
+
"x-api-version"?: string;
|
|
558
705
|
};
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
706
|
+
};
|
|
707
|
+
responses: {
|
|
708
|
+
/** @description OK */
|
|
709
|
+
200: {
|
|
710
|
+
content: {
|
|
711
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
565
712
|
};
|
|
566
713
|
};
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
"/refresh": {
|
|
570
|
-
post: {
|
|
571
|
-
requestBody: {
|
|
714
|
+
/** @description Unauthorized */
|
|
715
|
+
401: {
|
|
572
716
|
content: {
|
|
573
|
-
"application/json": components["schemas"]["
|
|
717
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
574
718
|
};
|
|
575
719
|
};
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
"application/json": components["schemas"]["AccessTokenResponse"];
|
|
581
|
-
};
|
|
720
|
+
/** @description Forbidden */
|
|
721
|
+
403: {
|
|
722
|
+
content: {
|
|
723
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
582
724
|
};
|
|
583
725
|
};
|
|
584
726
|
};
|
|
585
727
|
};
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
728
|
+
/**
|
|
729
|
+
* Search countries by name
|
|
730
|
+
* @description Searches for countries whose name matches the specified search term.
|
|
731
|
+
*/
|
|
732
|
+
SearchCountriesByNameAsync: {
|
|
733
|
+
parameters: {
|
|
734
|
+
query: {
|
|
735
|
+
countryName: string;
|
|
736
|
+
"api-version"?: string;
|
|
595
737
|
};
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
200: {
|
|
599
|
-
content: never;
|
|
600
|
-
};
|
|
738
|
+
header?: {
|
|
739
|
+
"x-api-version"?: string;
|
|
601
740
|
};
|
|
602
741
|
};
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
requestBody: {
|
|
742
|
+
responses: {
|
|
743
|
+
/** @description OK */
|
|
744
|
+
200: {
|
|
607
745
|
content: {
|
|
608
|
-
"application/json": components["schemas"]["
|
|
746
|
+
"application/json": components["schemas"]["CountryDtoListEnvelope"];
|
|
609
747
|
};
|
|
610
748
|
};
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
749
|
+
/** @description Unauthorized */
|
|
750
|
+
401: {
|
|
751
|
+
content: {
|
|
752
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
615
753
|
};
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
754
|
+
};
|
|
755
|
+
/** @description Forbidden */
|
|
756
|
+
403: {
|
|
757
|
+
content: {
|
|
758
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
621
759
|
};
|
|
622
760
|
};
|
|
623
761
|
};
|
|
624
762
|
};
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
763
|
+
/**
|
|
764
|
+
* Get country by ID
|
|
765
|
+
* @description Retrieves a single country by its unique identifier.
|
|
766
|
+
*/
|
|
767
|
+
GetCountryById: {
|
|
768
|
+
parameters: {
|
|
769
|
+
query?: {
|
|
770
|
+
"api-version"?: string;
|
|
771
|
+
};
|
|
772
|
+
header?: {
|
|
773
|
+
"x-api-version"?: string;
|
|
774
|
+
};
|
|
775
|
+
path: {
|
|
776
|
+
countryId: string;
|
|
777
|
+
};
|
|
778
|
+
};
|
|
779
|
+
responses: {
|
|
780
|
+
/** @description OK */
|
|
781
|
+
200: {
|
|
628
782
|
content: {
|
|
629
|
-
"application/json": components["schemas"]["
|
|
783
|
+
"application/json": components["schemas"]["CountryDtoEnvelope"];
|
|
630
784
|
};
|
|
631
785
|
};
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
786
|
+
/** @description Unauthorized */
|
|
787
|
+
401: {
|
|
788
|
+
content: {
|
|
789
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
636
790
|
};
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
791
|
+
};
|
|
792
|
+
/** @description Forbidden */
|
|
793
|
+
403: {
|
|
794
|
+
content: {
|
|
795
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
642
796
|
};
|
|
643
797
|
};
|
|
644
798
|
};
|
|
645
799
|
};
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
800
|
+
/**
|
|
801
|
+
* Get states for a country
|
|
802
|
+
* @description Retrieves the list of states or provinces belonging to the specified country.
|
|
803
|
+
*/
|
|
804
|
+
GetCountryStatesAsync: {
|
|
805
|
+
parameters: {
|
|
806
|
+
query?: {
|
|
807
|
+
"api-version"?: string;
|
|
808
|
+
};
|
|
809
|
+
header?: {
|
|
810
|
+
"x-api-version"?: string;
|
|
811
|
+
};
|
|
812
|
+
path: {
|
|
813
|
+
countryId: string;
|
|
814
|
+
};
|
|
815
|
+
};
|
|
816
|
+
responses: {
|
|
817
|
+
/** @description OK */
|
|
818
|
+
200: {
|
|
649
819
|
content: {
|
|
650
|
-
"application/json": components["schemas"]["
|
|
820
|
+
"application/json": components["schemas"]["CountryStateDtoListEnvelope"];
|
|
651
821
|
};
|
|
652
822
|
};
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
"application/json": components["schemas"]["TwoFactorResponse"];
|
|
658
|
-
};
|
|
659
|
-
};
|
|
660
|
-
/** @description Bad Request */
|
|
661
|
-
400: {
|
|
662
|
-
content: {
|
|
663
|
-
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
664
|
-
};
|
|
823
|
+
/** @description Unauthorized */
|
|
824
|
+
401: {
|
|
825
|
+
content: {
|
|
826
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
665
827
|
};
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
828
|
+
};
|
|
829
|
+
/** @description Forbidden */
|
|
830
|
+
403: {
|
|
831
|
+
content: {
|
|
832
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
669
833
|
};
|
|
670
834
|
};
|
|
671
835
|
};
|
|
672
836
|
};
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
/** @description Not Found */
|
|
689
|
-
404: {
|
|
690
|
-
content: never;
|
|
691
|
-
};
|
|
837
|
+
/**
|
|
838
|
+
* Get state by ID
|
|
839
|
+
* @description Retrieves a single state or province by its unique identifier within a country.
|
|
840
|
+
*/
|
|
841
|
+
GetCountryStateByIdAsync: {
|
|
842
|
+
parameters: {
|
|
843
|
+
query?: {
|
|
844
|
+
"api-version"?: string;
|
|
845
|
+
};
|
|
846
|
+
header?: {
|
|
847
|
+
"x-api-version"?: string;
|
|
848
|
+
};
|
|
849
|
+
path: {
|
|
850
|
+
countryStateId: string;
|
|
851
|
+
countryId: string;
|
|
692
852
|
};
|
|
693
853
|
};
|
|
694
|
-
|
|
695
|
-
|
|
854
|
+
responses: {
|
|
855
|
+
/** @description OK */
|
|
856
|
+
200: {
|
|
696
857
|
content: {
|
|
697
|
-
"application/json": components["schemas"]["
|
|
858
|
+
"application/json": components["schemas"]["CountryStateDtoEnvelope"];
|
|
698
859
|
};
|
|
699
860
|
};
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
"application/json": components["schemas"]["InfoResponse"];
|
|
705
|
-
};
|
|
706
|
-
};
|
|
707
|
-
/** @description Bad Request */
|
|
708
|
-
400: {
|
|
709
|
-
content: {
|
|
710
|
-
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
711
|
-
};
|
|
861
|
+
/** @description Unauthorized */
|
|
862
|
+
401: {
|
|
863
|
+
content: {
|
|
864
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
712
865
|
};
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
866
|
+
};
|
|
867
|
+
/** @description Forbidden */
|
|
868
|
+
403: {
|
|
869
|
+
content: {
|
|
870
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
716
871
|
};
|
|
717
872
|
};
|
|
718
873
|
};
|
|
719
874
|
};
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
};
|
|
875
|
+
/**
|
|
876
|
+
* Get cities for a state
|
|
877
|
+
* @description Retrieves the list of cities belonging to the specified state or province.
|
|
878
|
+
*/
|
|
879
|
+
GetCitiesByCountryStateIdAsync: {
|
|
880
|
+
parameters: {
|
|
881
|
+
query?: {
|
|
882
|
+
"api-version"?: string;
|
|
729
883
|
};
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
};
|
|
737
|
-
};
|
|
738
|
-
/** @description Unauthorized */
|
|
739
|
-
401: {
|
|
740
|
-
content: {
|
|
741
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
742
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
743
|
-
};
|
|
744
|
-
};
|
|
745
|
-
/** @description Forbidden */
|
|
746
|
-
403: {
|
|
747
|
-
content: {
|
|
748
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
749
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
750
|
-
};
|
|
751
|
-
};
|
|
884
|
+
header?: {
|
|
885
|
+
"x-api-version"?: string;
|
|
886
|
+
};
|
|
887
|
+
path: {
|
|
888
|
+
countryStateId: string;
|
|
889
|
+
countryId: string;
|
|
752
890
|
};
|
|
753
891
|
};
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
"api-version"?: string;
|
|
760
|
-
};
|
|
761
|
-
header?: {
|
|
762
|
-
"x-api-version"?: string;
|
|
892
|
+
responses: {
|
|
893
|
+
/** @description OK */
|
|
894
|
+
200: {
|
|
895
|
+
content: {
|
|
896
|
+
"application/json": components["schemas"]["CityDtoListEnvelope"];
|
|
763
897
|
};
|
|
764
898
|
};
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
"application/json": components["schemas"]["Int32Envelope"];
|
|
770
|
-
"application/xml": components["schemas"]["Int32Envelope"];
|
|
771
|
-
};
|
|
772
|
-
};
|
|
773
|
-
/** @description Unauthorized */
|
|
774
|
-
401: {
|
|
775
|
-
content: {
|
|
776
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
777
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
778
|
-
};
|
|
899
|
+
/** @description Unauthorized */
|
|
900
|
+
401: {
|
|
901
|
+
content: {
|
|
902
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
779
903
|
};
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
};
|
|
904
|
+
};
|
|
905
|
+
/** @description Forbidden */
|
|
906
|
+
403: {
|
|
907
|
+
content: {
|
|
908
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
786
909
|
};
|
|
787
910
|
};
|
|
788
911
|
};
|
|
789
912
|
};
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
};
|
|
799
|
-
path: {
|
|
800
|
-
languageId: string;
|
|
801
|
-
};
|
|
913
|
+
/**
|
|
914
|
+
* Get timezones for a country
|
|
915
|
+
* @description Retrieves the list of timezones associated with the specified country.
|
|
916
|
+
*/
|
|
917
|
+
GetTimeZonesByCountryIdAsync: {
|
|
918
|
+
parameters: {
|
|
919
|
+
query?: {
|
|
920
|
+
"api-version"?: string;
|
|
802
921
|
};
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
922
|
+
header?: {
|
|
923
|
+
"x-api-version"?: string;
|
|
924
|
+
};
|
|
925
|
+
path: {
|
|
926
|
+
countryId: string;
|
|
927
|
+
};
|
|
928
|
+
};
|
|
929
|
+
responses: {
|
|
930
|
+
/** @description OK */
|
|
931
|
+
200: {
|
|
932
|
+
content: {
|
|
933
|
+
"application/json": components["schemas"]["TimezoneDtoListEnvelope"];
|
|
810
934
|
};
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
};
|
|
935
|
+
};
|
|
936
|
+
/** @description Unauthorized */
|
|
937
|
+
401: {
|
|
938
|
+
content: {
|
|
939
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
817
940
|
};
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
};
|
|
941
|
+
};
|
|
942
|
+
/** @description Forbidden */
|
|
943
|
+
403: {
|
|
944
|
+
content: {
|
|
945
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
824
946
|
};
|
|
825
947
|
};
|
|
826
948
|
};
|
|
827
949
|
};
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
};
|
|
950
|
+
/**
|
|
951
|
+
* Get currencies for a country
|
|
952
|
+
* @description Retrieves the list of enabled currencies for the specified country.
|
|
953
|
+
*/
|
|
954
|
+
GetEnabledCurrenciesByCountryIdAsync: {
|
|
955
|
+
parameters: {
|
|
956
|
+
query?: {
|
|
957
|
+
"api-version"?: string;
|
|
837
958
|
};
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
959
|
+
header?: {
|
|
960
|
+
"x-api-version"?: string;
|
|
961
|
+
};
|
|
962
|
+
path: {
|
|
963
|
+
countryId: string;
|
|
964
|
+
};
|
|
965
|
+
};
|
|
966
|
+
responses: {
|
|
967
|
+
/** @description OK */
|
|
968
|
+
200: {
|
|
969
|
+
content: {
|
|
970
|
+
"application/json": components["schemas"]["CurrencyDtoListEnvelope"];
|
|
845
971
|
};
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
};
|
|
972
|
+
};
|
|
973
|
+
/** @description Unauthorized */
|
|
974
|
+
401: {
|
|
975
|
+
content: {
|
|
976
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
852
977
|
};
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
};
|
|
978
|
+
};
|
|
979
|
+
/** @description Forbidden */
|
|
980
|
+
403: {
|
|
981
|
+
content: {
|
|
982
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
859
983
|
};
|
|
860
984
|
};
|
|
861
985
|
};
|
|
862
986
|
};
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
};
|
|
987
|
+
/**
|
|
988
|
+
* Get top-level domains for a country
|
|
989
|
+
* @description Retrieves the list of internet top-level domains (TLDs) associated with the specified country.
|
|
990
|
+
*/
|
|
991
|
+
GetTopLevelDomainsByCountryIdAsync: {
|
|
992
|
+
parameters: {
|
|
993
|
+
query?: {
|
|
994
|
+
"api-version"?: string;
|
|
872
995
|
};
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
996
|
+
header?: {
|
|
997
|
+
"x-api-version"?: string;
|
|
998
|
+
};
|
|
999
|
+
path: {
|
|
1000
|
+
countryId: string;
|
|
1001
|
+
};
|
|
1002
|
+
};
|
|
1003
|
+
responses: {
|
|
1004
|
+
/** @description OK */
|
|
1005
|
+
200: {
|
|
1006
|
+
content: {
|
|
1007
|
+
"application/json": components["schemas"]["CountryTopLevelDomainDtoListEnvelope"];
|
|
880
1008
|
};
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
};
|
|
1009
|
+
};
|
|
1010
|
+
/** @description Unauthorized */
|
|
1011
|
+
401: {
|
|
1012
|
+
content: {
|
|
1013
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
887
1014
|
};
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
};
|
|
1015
|
+
};
|
|
1016
|
+
/** @description Forbidden */
|
|
1017
|
+
403: {
|
|
1018
|
+
content: {
|
|
1019
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
894
1020
|
};
|
|
895
1021
|
};
|
|
896
1022
|
};
|
|
897
1023
|
};
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
};
|
|
907
|
-
path: {
|
|
908
|
-
timeZoneId: string;
|
|
909
|
-
};
|
|
1024
|
+
/**
|
|
1025
|
+
* Get calling codes for a country
|
|
1026
|
+
* @description Retrieves the list of international telephone calling codes associated with the specified country.
|
|
1027
|
+
*/
|
|
1028
|
+
GetCallingCodesByCountryIdAsync: {
|
|
1029
|
+
parameters: {
|
|
1030
|
+
query?: {
|
|
1031
|
+
"api-version"?: string;
|
|
910
1032
|
};
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
1033
|
+
header?: {
|
|
1034
|
+
"x-api-version"?: string;
|
|
1035
|
+
};
|
|
1036
|
+
path: {
|
|
1037
|
+
countryId: string;
|
|
1038
|
+
};
|
|
1039
|
+
};
|
|
1040
|
+
responses: {
|
|
1041
|
+
/** @description OK */
|
|
1042
|
+
200: {
|
|
1043
|
+
content: {
|
|
1044
|
+
"application/json": components["schemas"]["CountryCallingCodeDtoListEnvelope"];
|
|
918
1045
|
};
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
};
|
|
1046
|
+
};
|
|
1047
|
+
/** @description Unauthorized */
|
|
1048
|
+
401: {
|
|
1049
|
+
content: {
|
|
1050
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
925
1051
|
};
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
};
|
|
1052
|
+
};
|
|
1053
|
+
/** @description Forbidden */
|
|
1054
|
+
403: {
|
|
1055
|
+
content: {
|
|
1056
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
932
1057
|
};
|
|
933
1058
|
};
|
|
934
1059
|
};
|
|
935
1060
|
};
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
};
|
|
949
|
-
CityDto: {
|
|
950
|
-
id?: string | null;
|
|
951
|
-
/** Format: date-time */
|
|
952
|
-
timestamp?: string | null;
|
|
953
|
-
name?: string | null;
|
|
954
|
-
imageUrl?: string | null;
|
|
955
|
-
stateId?: string | null;
|
|
956
|
-
countryId?: string | null;
|
|
957
|
-
latitude?: string | null;
|
|
958
|
-
longitude?: string | null;
|
|
959
|
-
};
|
|
960
|
-
CityDtoListEnvelope: {
|
|
961
|
-
isSuccess?: boolean;
|
|
962
|
-
errorMessage?: string | null;
|
|
963
|
-
correlationId?: string | null;
|
|
964
|
-
/** Format: date-time */
|
|
965
|
-
timestamp?: string;
|
|
966
|
-
activityId?: string | null;
|
|
967
|
-
result?: components["schemas"]["CityDto"][] | null;
|
|
968
|
-
};
|
|
969
|
-
CountryCallingCodeDto: {
|
|
970
|
-
/** Format: int32 */
|
|
971
|
-
id?: number;
|
|
972
|
-
callingCode?: string | null;
|
|
973
|
-
countryID?: string | null;
|
|
974
|
-
};
|
|
975
|
-
CountryCallingCodeDtoListEnvelope: {
|
|
976
|
-
isSuccess?: boolean;
|
|
977
|
-
errorMessage?: string | null;
|
|
978
|
-
correlationId?: string | null;
|
|
979
|
-
/** Format: date-time */
|
|
980
|
-
timestamp?: string;
|
|
981
|
-
activityId?: string | null;
|
|
982
|
-
result?: components["schemas"]["CountryCallingCodeDto"][] | null;
|
|
983
|
-
};
|
|
984
|
-
CountryDto: {
|
|
985
|
-
id?: string | null;
|
|
986
|
-
/** Format: date-time */
|
|
987
|
-
timestamp?: string | null;
|
|
988
|
-
iso3?: string | null;
|
|
989
|
-
iso2?: string | null;
|
|
990
|
-
name?: string | null;
|
|
991
|
-
nativeName?: string | null;
|
|
992
|
-
flagUrl?: string | null;
|
|
993
|
-
};
|
|
994
|
-
CountryDtoEnvelope: {
|
|
995
|
-
isSuccess?: boolean;
|
|
996
|
-
errorMessage?: string | null;
|
|
997
|
-
correlationId?: string | null;
|
|
998
|
-
/** Format: date-time */
|
|
999
|
-
timestamp?: string;
|
|
1000
|
-
activityId?: string | null;
|
|
1001
|
-
result?: components["schemas"]["CountryDto"];
|
|
1002
|
-
};
|
|
1003
|
-
CountryDtoListEnvelope: {
|
|
1004
|
-
isSuccess?: boolean;
|
|
1005
|
-
errorMessage?: string | null;
|
|
1006
|
-
correlationId?: string | null;
|
|
1007
|
-
/** Format: date-time */
|
|
1008
|
-
timestamp?: string;
|
|
1009
|
-
activityId?: string | null;
|
|
1010
|
-
result?: components["schemas"]["CountryDto"][] | null;
|
|
1011
|
-
};
|
|
1012
|
-
CountryLanguageDto: {
|
|
1013
|
-
id?: string | null;
|
|
1014
|
-
/** Format: date-time */
|
|
1015
|
-
timestamp?: string | null;
|
|
1016
|
-
iso639_1?: string | null;
|
|
1017
|
-
iso639_2?: string | null;
|
|
1018
|
-
enabled?: boolean;
|
|
1019
|
-
name?: string | null;
|
|
1020
|
-
languageNativeName?: string | null;
|
|
1021
|
-
};
|
|
1022
|
-
CountryLanguageDtoEnvelope: {
|
|
1023
|
-
isSuccess?: boolean;
|
|
1024
|
-
errorMessage?: string | null;
|
|
1025
|
-
correlationId?: string | null;
|
|
1026
|
-
/** Format: date-time */
|
|
1027
|
-
timestamp?: string;
|
|
1028
|
-
activityId?: string | null;
|
|
1029
|
-
result?: components["schemas"]["CountryLanguageDto"];
|
|
1030
|
-
};
|
|
1031
|
-
CountryLanguageDtoListEnvelope: {
|
|
1032
|
-
isSuccess?: boolean;
|
|
1033
|
-
errorMessage?: string | null;
|
|
1034
|
-
correlationId?: string | null;
|
|
1035
|
-
/** Format: date-time */
|
|
1036
|
-
timestamp?: string;
|
|
1037
|
-
activityId?: string | null;
|
|
1038
|
-
result?: components["schemas"]["CountryLanguageDto"][] | null;
|
|
1039
|
-
};
|
|
1040
|
-
CountryStateDto: {
|
|
1041
|
-
/** Format: date-time */
|
|
1042
|
-
timestamp?: string | null;
|
|
1043
|
-
id?: string | null;
|
|
1044
|
-
name?: string | null;
|
|
1045
|
-
code?: string | null;
|
|
1046
|
-
countryID?: string | null;
|
|
1047
|
-
};
|
|
1048
|
-
CountryStateDtoEnvelope: {
|
|
1049
|
-
isSuccess?: boolean;
|
|
1050
|
-
errorMessage?: string | null;
|
|
1051
|
-
correlationId?: string | null;
|
|
1052
|
-
/** Format: date-time */
|
|
1053
|
-
timestamp?: string;
|
|
1054
|
-
activityId?: string | null;
|
|
1055
|
-
result?: components["schemas"]["CountryStateDto"];
|
|
1056
|
-
};
|
|
1057
|
-
CountryStateDtoListEnvelope: {
|
|
1058
|
-
isSuccess?: boolean;
|
|
1059
|
-
errorMessage?: string | null;
|
|
1060
|
-
correlationId?: string | null;
|
|
1061
|
-
/** Format: date-time */
|
|
1062
|
-
timestamp?: string;
|
|
1063
|
-
activityId?: string | null;
|
|
1064
|
-
result?: components["schemas"]["CountryStateDto"][] | null;
|
|
1065
|
-
};
|
|
1066
|
-
CountryTopLevelDomainDto: {
|
|
1067
|
-
id?: string | null;
|
|
1068
|
-
domain?: string | null;
|
|
1069
|
-
countryID?: string | null;
|
|
1070
|
-
};
|
|
1071
|
-
CountryTopLevelDomainDtoListEnvelope: {
|
|
1072
|
-
isSuccess?: boolean;
|
|
1073
|
-
errorMessage?: string | null;
|
|
1074
|
-
correlationId?: string | null;
|
|
1075
|
-
/** Format: date-time */
|
|
1076
|
-
timestamp?: string;
|
|
1077
|
-
activityId?: string | null;
|
|
1078
|
-
result?: components["schemas"]["CountryTopLevelDomainDto"][] | null;
|
|
1079
|
-
};
|
|
1080
|
-
CurrencyDto: {
|
|
1081
|
-
id?: string | null;
|
|
1082
|
-
code?: string | null;
|
|
1083
|
-
name?: string | null;
|
|
1084
|
-
symbol?: string | null;
|
|
1085
|
-
country?: components["schemas"]["CountryDto"];
|
|
1086
|
-
};
|
|
1087
|
-
CurrencyDtoEnvelope: {
|
|
1088
|
-
isSuccess?: boolean;
|
|
1089
|
-
errorMessage?: string | null;
|
|
1090
|
-
correlationId?: string | null;
|
|
1091
|
-
/** Format: date-time */
|
|
1092
|
-
timestamp?: string;
|
|
1093
|
-
activityId?: string | null;
|
|
1094
|
-
result?: components["schemas"]["CurrencyDto"];
|
|
1061
|
+
/**
|
|
1062
|
+
* Get all currencies
|
|
1063
|
+
* @description Retrieves the list of all enabled currencies with optional OData pagination and filtering.
|
|
1064
|
+
*/
|
|
1065
|
+
GetEnabledCurrenciesAsync: {
|
|
1066
|
+
parameters: {
|
|
1067
|
+
query?: {
|
|
1068
|
+
"api-version"?: string;
|
|
1069
|
+
};
|
|
1070
|
+
header?: {
|
|
1071
|
+
"x-api-version"?: string;
|
|
1072
|
+
};
|
|
1095
1073
|
};
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1074
|
+
responses: {
|
|
1075
|
+
/** @description OK */
|
|
1076
|
+
200: {
|
|
1077
|
+
content: {
|
|
1078
|
+
"application/json": components["schemas"]["CurrencyDtoListEnvelope"];
|
|
1079
|
+
"application/xml": components["schemas"]["CurrencyDtoListEnvelope"];
|
|
1080
|
+
};
|
|
1081
|
+
};
|
|
1082
|
+
/** @description Unauthorized */
|
|
1083
|
+
401: {
|
|
1084
|
+
content: {
|
|
1085
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1086
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1087
|
+
};
|
|
1088
|
+
};
|
|
1089
|
+
/** @description Forbidden */
|
|
1090
|
+
403: {
|
|
1091
|
+
content: {
|
|
1092
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1093
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1094
|
+
};
|
|
1095
|
+
};
|
|
1104
1096
|
};
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1097
|
+
};
|
|
1098
|
+
/**
|
|
1099
|
+
* Count currencies
|
|
1100
|
+
* @description Returns the total number of enabled currencies, with optional OData filtering.
|
|
1101
|
+
*/
|
|
1102
|
+
CountCurrenciesAsync: {
|
|
1103
|
+
parameters: {
|
|
1104
|
+
query?: {
|
|
1105
|
+
"api-version"?: string;
|
|
1106
|
+
};
|
|
1107
|
+
header?: {
|
|
1108
|
+
"x-api-version"?: string;
|
|
1109
|
+
};
|
|
1112
1110
|
};
|
|
1113
|
-
|
|
1114
|
-
|
|
1111
|
+
responses: {
|
|
1112
|
+
/** @description OK */
|
|
1113
|
+
200: {
|
|
1114
|
+
content: {
|
|
1115
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
1116
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
1117
|
+
};
|
|
1118
|
+
};
|
|
1119
|
+
/** @description Unauthorized */
|
|
1120
|
+
401: {
|
|
1121
|
+
content: {
|
|
1122
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1123
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1124
|
+
};
|
|
1125
|
+
};
|
|
1126
|
+
/** @description Forbidden */
|
|
1127
|
+
403: {
|
|
1128
|
+
content: {
|
|
1129
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1130
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1131
|
+
};
|
|
1132
|
+
};
|
|
1115
1133
|
};
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
}
|
|
1126
|
-
|
|
1134
|
+
};
|
|
1135
|
+
/**
|
|
1136
|
+
* Get currency by ID
|
|
1137
|
+
* @description Retrieves a single currency by its unique identifier.
|
|
1138
|
+
*/
|
|
1139
|
+
GetCurrencyByIdAsync: {
|
|
1140
|
+
parameters: {
|
|
1141
|
+
query?: {
|
|
1142
|
+
"api-version"?: string;
|
|
1143
|
+
};
|
|
1144
|
+
header?: {
|
|
1145
|
+
"x-api-version"?: string;
|
|
1146
|
+
};
|
|
1147
|
+
path: {
|
|
1148
|
+
currencyId: string;
|
|
1149
|
+
};
|
|
1127
1150
|
};
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1151
|
+
responses: {
|
|
1152
|
+
/** @description OK */
|
|
1153
|
+
200: {
|
|
1154
|
+
content: {
|
|
1155
|
+
"application/json": components["schemas"]["CurrencyDtoEnvelope"];
|
|
1156
|
+
"application/xml": components["schemas"]["CurrencyDtoEnvelope"];
|
|
1157
|
+
};
|
|
1158
|
+
};
|
|
1159
|
+
/** @description Unauthorized */
|
|
1160
|
+
401: {
|
|
1161
|
+
content: {
|
|
1162
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1163
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1164
|
+
};
|
|
1165
|
+
};
|
|
1166
|
+
/** @description Forbidden */
|
|
1167
|
+
403: {
|
|
1168
|
+
content: {
|
|
1169
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1170
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1171
|
+
};
|
|
1172
|
+
};
|
|
1132
1173
|
};
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1174
|
+
};
|
|
1175
|
+
"MapIdentityApi-/confirmEmail": {
|
|
1176
|
+
parameters: {
|
|
1177
|
+
query: {
|
|
1178
|
+
userId: string;
|
|
1179
|
+
code: string;
|
|
1180
|
+
changedEmail?: string;
|
|
1181
|
+
};
|
|
1136
1182
|
};
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
timestamp?: string;
|
|
1143
|
-
activityId?: string | null;
|
|
1144
|
-
/** Format: int32 */
|
|
1145
|
-
result?: number;
|
|
1183
|
+
responses: {
|
|
1184
|
+
/** @description OK */
|
|
1185
|
+
200: {
|
|
1186
|
+
content: never;
|
|
1187
|
+
};
|
|
1146
1188
|
};
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1189
|
+
};
|
|
1190
|
+
/**
|
|
1191
|
+
* Get all languages
|
|
1192
|
+
* @description Retrieves the list of all supported languages with optional OData pagination and filtering.
|
|
1193
|
+
*/
|
|
1194
|
+
GetLanguagesAsync: {
|
|
1195
|
+
parameters: {
|
|
1196
|
+
query?: {
|
|
1197
|
+
"api-version"?: string;
|
|
1198
|
+
};
|
|
1199
|
+
header?: {
|
|
1200
|
+
"x-api-version"?: string;
|
|
1201
|
+
};
|
|
1152
1202
|
};
|
|
1153
|
-
|
|
1154
|
-
|
|
1203
|
+
responses: {
|
|
1204
|
+
/** @description OK */
|
|
1205
|
+
200: {
|
|
1206
|
+
content: {
|
|
1207
|
+
"application/json": components["schemas"]["CountryLanguageDtoListEnvelope"];
|
|
1208
|
+
"application/xml": components["schemas"]["CountryLanguageDtoListEnvelope"];
|
|
1209
|
+
};
|
|
1210
|
+
};
|
|
1211
|
+
/** @description Unauthorized */
|
|
1212
|
+
401: {
|
|
1213
|
+
content: {
|
|
1214
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1215
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1216
|
+
};
|
|
1217
|
+
};
|
|
1218
|
+
/** @description Forbidden */
|
|
1219
|
+
403: {
|
|
1220
|
+
content: {
|
|
1221
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1222
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1223
|
+
};
|
|
1224
|
+
};
|
|
1155
1225
|
};
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1226
|
+
};
|
|
1227
|
+
/**
|
|
1228
|
+
* Count languages
|
|
1229
|
+
* @description Returns the total number of supported languages, with optional OData filtering.
|
|
1230
|
+
*/
|
|
1231
|
+
CountLanguagesAsync: {
|
|
1232
|
+
parameters: {
|
|
1233
|
+
query?: {
|
|
1234
|
+
"api-version"?: string;
|
|
1235
|
+
};
|
|
1236
|
+
header?: {
|
|
1237
|
+
"x-api-version"?: string;
|
|
1238
|
+
};
|
|
1159
1239
|
};
|
|
1160
|
-
|
|
1161
|
-
|
|
1240
|
+
responses: {
|
|
1241
|
+
/** @description OK */
|
|
1242
|
+
200: {
|
|
1243
|
+
content: {
|
|
1244
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
1245
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
1246
|
+
};
|
|
1247
|
+
};
|
|
1248
|
+
/** @description Unauthorized */
|
|
1249
|
+
401: {
|
|
1250
|
+
content: {
|
|
1251
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1252
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1253
|
+
};
|
|
1254
|
+
};
|
|
1255
|
+
/** @description Forbidden */
|
|
1256
|
+
403: {
|
|
1257
|
+
content: {
|
|
1258
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1259
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1260
|
+
};
|
|
1261
|
+
};
|
|
1162
1262
|
};
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1263
|
+
};
|
|
1264
|
+
/**
|
|
1265
|
+
* Get language by ID
|
|
1266
|
+
* @description Retrieves a single language by its unique identifier.
|
|
1267
|
+
*/
|
|
1268
|
+
GetLanguageByIdAsync: {
|
|
1269
|
+
parameters: {
|
|
1270
|
+
query?: {
|
|
1271
|
+
"api-version"?: string;
|
|
1272
|
+
};
|
|
1273
|
+
header?: {
|
|
1274
|
+
"x-api-version"?: string;
|
|
1275
|
+
};
|
|
1276
|
+
path: {
|
|
1277
|
+
languageId: string;
|
|
1278
|
+
};
|
|
1167
1279
|
};
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1280
|
+
responses: {
|
|
1281
|
+
/** @description OK */
|
|
1282
|
+
200: {
|
|
1283
|
+
content: {
|
|
1284
|
+
"application/json": components["schemas"]["CountryLanguageDtoEnvelope"];
|
|
1285
|
+
"application/xml": components["schemas"]["CountryLanguageDtoEnvelope"];
|
|
1286
|
+
};
|
|
1287
|
+
};
|
|
1288
|
+
/** @description Unauthorized */
|
|
1289
|
+
401: {
|
|
1290
|
+
content: {
|
|
1291
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1292
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1293
|
+
};
|
|
1294
|
+
};
|
|
1295
|
+
/** @description Forbidden */
|
|
1296
|
+
403: {
|
|
1297
|
+
content: {
|
|
1298
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1299
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1300
|
+
};
|
|
1301
|
+
};
|
|
1175
1302
|
};
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1303
|
+
};
|
|
1304
|
+
/**
|
|
1305
|
+
* Get all timezones
|
|
1306
|
+
* @description Retrieves the list of all supported timezones with optional OData pagination and filtering.
|
|
1307
|
+
*/
|
|
1308
|
+
GetTimeZonesAsync: {
|
|
1309
|
+
parameters: {
|
|
1310
|
+
query?: {
|
|
1311
|
+
"api-version"?: string;
|
|
1312
|
+
};
|
|
1313
|
+
header?: {
|
|
1314
|
+
"x-api-version"?: string;
|
|
1315
|
+
};
|
|
1184
1316
|
};
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1317
|
+
responses: {
|
|
1318
|
+
/** @description OK */
|
|
1319
|
+
200: {
|
|
1320
|
+
content: {
|
|
1321
|
+
"application/json": components["schemas"]["TimezoneDtoListEnvelope"];
|
|
1322
|
+
"application/xml": components["schemas"]["TimezoneDtoListEnvelope"];
|
|
1323
|
+
};
|
|
1324
|
+
};
|
|
1325
|
+
/** @description Unauthorized */
|
|
1326
|
+
401: {
|
|
1327
|
+
content: {
|
|
1328
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1329
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1330
|
+
};
|
|
1331
|
+
};
|
|
1332
|
+
/** @description Forbidden */
|
|
1333
|
+
403: {
|
|
1334
|
+
content: {
|
|
1335
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1336
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1337
|
+
};
|
|
1338
|
+
};
|
|
1193
1339
|
};
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1340
|
+
};
|
|
1341
|
+
/**
|
|
1342
|
+
* Count timezones
|
|
1343
|
+
* @description Returns the total number of supported timezones, with optional OData filtering.
|
|
1344
|
+
*/
|
|
1345
|
+
CountTimezonesAsync: {
|
|
1346
|
+
parameters: {
|
|
1347
|
+
query?: {
|
|
1348
|
+
"api-version"?: string;
|
|
1349
|
+
};
|
|
1350
|
+
header?: {
|
|
1351
|
+
"x-api-version"?: string;
|
|
1352
|
+
};
|
|
1200
1353
|
};
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1354
|
+
responses: {
|
|
1355
|
+
/** @description OK */
|
|
1356
|
+
200: {
|
|
1357
|
+
content: {
|
|
1358
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
1359
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
1360
|
+
};
|
|
1361
|
+
};
|
|
1362
|
+
/** @description Unauthorized */
|
|
1363
|
+
401: {
|
|
1364
|
+
content: {
|
|
1365
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1366
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1367
|
+
};
|
|
1368
|
+
};
|
|
1369
|
+
/** @description Forbidden */
|
|
1370
|
+
403: {
|
|
1371
|
+
content: {
|
|
1372
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1373
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1374
|
+
};
|
|
1375
|
+
};
|
|
1208
1376
|
};
|
|
1209
1377
|
};
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
}
|
|
1216
|
-
|
|
1217
|
-
export type $defs = Record<string, never>;
|
|
1218
|
-
|
|
1219
|
-
export type external = Record<string, never>;
|
|
1220
|
-
|
|
1221
|
-
export interface operations {
|
|
1222
|
-
|
|
1223
|
-
"MapIdentityApi-/confirmEmail": {
|
|
1378
|
+
/**
|
|
1379
|
+
* Get timezone by ID
|
|
1380
|
+
* @description Retrieves a single timezone by its unique identifier.
|
|
1381
|
+
*/
|
|
1382
|
+
GetTimeZoneByIdAsync: {
|
|
1224
1383
|
parameters: {
|
|
1225
|
-
query
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1384
|
+
query?: {
|
|
1385
|
+
"api-version"?: string;
|
|
1386
|
+
};
|
|
1387
|
+
header?: {
|
|
1388
|
+
"x-api-version"?: string;
|
|
1389
|
+
};
|
|
1390
|
+
path: {
|
|
1391
|
+
timeZoneId: string;
|
|
1229
1392
|
};
|
|
1230
1393
|
};
|
|
1231
1394
|
responses: {
|
|
1232
1395
|
/** @description OK */
|
|
1233
1396
|
200: {
|
|
1234
|
-
content:
|
|
1397
|
+
content: {
|
|
1398
|
+
"application/json": components["schemas"]["TimezoneDtoEnvelope"];
|
|
1399
|
+
"application/xml": components["schemas"]["TimezoneDtoEnvelope"];
|
|
1400
|
+
};
|
|
1401
|
+
};
|
|
1402
|
+
/** @description Unauthorized */
|
|
1403
|
+
401: {
|
|
1404
|
+
content: {
|
|
1405
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1406
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1407
|
+
};
|
|
1408
|
+
};
|
|
1409
|
+
/** @description Forbidden */
|
|
1410
|
+
403: {
|
|
1411
|
+
content: {
|
|
1412
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1413
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1414
|
+
};
|
|
1235
1415
|
};
|
|
1236
1416
|
};
|
|
1237
1417
|
};
|