@fenixalliance/abs-api-client 1.0.16 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/index.ts +74 -5
- package/clients/accountingService/sdk.gen.ts +409 -137
- package/clients/accountingService/types.gen.ts +678 -1006
- package/clients/assetsService/client.gen.ts +18 -0
- package/clients/assetsService/index.ts +3 -0
- package/clients/assetsService/sdk.gen.ts +808 -0
- package/clients/assetsService/types.gen.ts +2762 -0
- package/clients/cartService/sdk.gen.ts +181 -77
- package/clients/cartService/types.gen.ts +328 -198
- package/clients/catalogService/sdk.gen.ts +353 -121
- package/clients/catalogService/types.gen.ts +371 -706
- package/clients/contentService/sdk.gen.ts +129 -49
- package/clients/contentService/types.gen.ts +154 -281
- package/clients/crmService/sdk.gen.ts +125 -9
- package/clients/crmService/types.gen.ts +432 -38
- package/clients/dealsService/sdk.gen.ts +203 -63
- package/clients/dealsService/types.gen.ts +413 -273
- package/clients/emailTemplates/client.gen.ts +18 -0
- package/clients/emailTemplates/index.ts +3 -0
- package/clients/emailTemplates/sdk.gen.ts +142 -0
- package/clients/emailTemplates/types.gen.ts +354 -0
- package/clients/forexService/sdk.gen.ts +49 -17
- package/clients/forexService/types.gen.ts +68 -51
- package/clients/globeService/sdk.gen.ts +121 -41
- package/clients/globeService/types.gen.ts +100 -100
- package/clients/hrmsService/client.gen.ts +18 -0
- package/clients/hrmsService/index.ts +3 -0
- package/clients/hrmsService/sdk.gen.ts +438 -0
- package/clients/hrmsService/types.gen.ts +1498 -0
- package/clients/identityService/sdk.gen.ts +84 -28
- package/clients/identityService/types.gen.ts +65 -93
- package/clients/inventoryService/sdk.gen.ts +6 -2
- package/clients/inventoryService/types.gen.ts +2 -2
- package/clients/invoicingService/types.gen.ts +241 -157
- package/clients/learningService/sdk.gen.ts +5 -5
- package/clients/learningService/types.gen.ts +97 -378
- package/clients/locationsService/client.gen.ts +18 -0
- package/clients/locationsService/index.ts +3 -0
- package/clients/locationsService/sdk.gen.ts +290 -0
- package/clients/locationsService/types.gen.ts +885 -0
- package/clients/logisticsService/client.gen.ts +18 -0
- package/clients/logisticsService/index.ts +3 -0
- package/clients/logisticsService/sdk.gen.ts +153 -0
- package/clients/logisticsService/types.gen.ts +540 -0
- package/clients/marketingService/sdk.gen.ts +295 -99
- package/clients/marketingService/types.gen.ts +279 -349
- package/clients/marketplaceService/client.gen.ts +18 -0
- package/clients/marketplaceService/index.ts +3 -0
- package/clients/marketplaceService/sdk.gen.ts +142 -0
- package/clients/marketplaceService/types.gen.ts +354 -0
- package/clients/ordersService/types.gen.ts +184 -103
- package/clients/paymentsService/sdk.gen.ts +35 -13
- package/clients/paymentsService/types.gen.ts +46 -135
- package/clients/pricingService/sdk.gen.ts +153 -45
- package/clients/pricingService/types.gen.ts +164 -197
- package/clients/projectsService/sdk.gen.ts +181 -61
- package/clients/projectsService/types.gen.ts +170 -203
- package/clients/quotesService/types.gen.ts +198 -88
- package/clients/salesService/sdk.gen.ts +6 -2
- package/clients/salesService/types.gen.ts +2 -2
- package/clients/securityService/sdk.gen.ts +13 -13
- package/clients/securityService/types.gen.ts +32 -84
- package/clients/servicesService/client.gen.ts +18 -0
- package/clients/servicesService/index.ts +3 -0
- package/clients/servicesService/sdk.gen.ts +608 -0
- package/clients/servicesService/types.gen.ts +3093 -0
- package/clients/shipmentsService/sdk.gen.ts +7 -3
- package/clients/shipmentsService/types.gen.ts +5 -5
- package/clients/socialService/sdk.gen.ts +205 -73
- package/clients/socialService/types.gen.ts +190 -296
- package/clients/storageService/sdk.gen.ts +32 -8
- package/clients/storageService/types.gen.ts +21 -87
- package/clients/subscriptionsService/client.gen.ts +18 -0
- package/clients/subscriptionsService/index.ts +3 -0
- package/clients/subscriptionsService/sdk.gen.ts +290 -0
- package/clients/subscriptionsService/types.gen.ts +1435 -0
- package/clients/supportService/sdk.gen.ts +277 -93
- package/clients/supportService/types.gen.ts +257 -414
- package/clients/systemService/sdk.gen.ts +223 -39
- package/clients/systemService/types.gen.ts +454 -154
- package/clients/tenantsService/sdk.gen.ts +186 -60
- package/clients/tenantsService/types.gen.ts +507 -361
- package/clients/timeTrackerService/sdk.gen.ts +73 -25
- package/clients/timeTrackerService/types.gen.ts +62 -80
- package/clients/usersService/sdk.gen.ts +101 -1
- package/clients/usersService/types.gen.ts +352 -0
- package/clients/walletsService/types.gen.ts +52 -29
- package/package.json +4 -2
- package/schemas/accountingService/schema.s.ts +5580 -4955
- package/schemas/assetsService/schema.s.ts +3385 -0
- package/schemas/cartService/schema.s.ts +1478 -1190
- package/schemas/catalogService/schema.s.ts +3323 -2795
- package/schemas/contentService/schema.s.ts +1445 -1194
- package/schemas/crmService/schema.s.ts +657 -146
- package/schemas/dealsService/schema.s.ts +2243 -1842
- package/schemas/emailTemplates/schema.s.ts +335 -0
- package/schemas/forexService/schema.s.ts +343 -270
- package/schemas/globeService/schema.s.ts +1143 -963
- package/schemas/identityService/schema.s.ts +490 -364
- package/schemas/inventoryService/schema.s.ts +28 -19
- package/schemas/invoicingService/schema.s.ts +73 -0
- package/schemas/learningService/schema.s.ts +2 -2
- package/schemas/locationsService/schema.s.ts +980 -0
- package/schemas/logisticsService/schema.s.ts +474 -0
- package/schemas/marketingService/schema.s.ts +3361 -2908
- package/schemas/marketplaceService/schema.s.ts +335 -0
- package/schemas/ordersService/schema.s.ts +90 -0
- package/schemas/paymentsService/schema.s.ts +282 -227
- package/schemas/pricingService/schema.s.ts +1043 -804
- package/schemas/projectsService/schema.s.ts +1452 -1184
- package/schemas/quotesService/schema.s.ts +104 -0
- package/schemas/salesService/schema.s.ts +28 -19
- package/schemas/securityService/schema.s.ts +112 -14
- package/schemas/servicesService/schema.s.ts +3681 -0
- package/schemas/shipmentsService/schema.s.ts +43 -34
- package/schemas/socialService/schema.s.ts +1665 -1246
- package/schemas/storageService/schema.s.ts +260 -239
- package/schemas/subscriptionsService/schema.s.ts +1651 -0
- package/schemas/supportService/schema.s.ts +2420 -2039
- package/schemas/systemService/schema.s.ts +2107 -1479
- package/schemas/tenantsService/schema.s.ts +1588 -960
- package/schemas/timeTrackerService/schema.s.ts +550 -444
- package/schemas/usersService/schema.s.ts +440 -0
- package/schemas/walletsService/schema.s.ts +36 -0
- package/vite.config.js +1 -0
- package/wwwroot/build/bundle.js +1 -1
- package/clients/authService/core/ApiError.js +0 -20
- package/clients/authService/core/ApiError.ts +0 -25
- package/clients/authService/core/ApiRequestOptions.js +0 -2
- package/clients/authService/core/ApiRequestOptions.ts +0 -17
- package/clients/authService/core/ApiResult.js +0 -2
- package/clients/authService/core/ApiResult.ts +0 -11
- package/clients/authService/core/CancelablePromise.js +0 -104
- package/clients/authService/core/CancelablePromise.ts +0 -131
- package/clients/authService/core/OpenAPI.js +0 -14
- package/clients/authService/core/OpenAPI.ts +0 -32
- package/clients/authService/core/request.js +0 -294
- package/clients/authService/core/request.ts +0 -322
- package/clients/authService/index.js +0 -28
- package/clients/authService/index.ts +0 -48
- package/clients/authService/models/AccessTokenResponse.js +0 -2
- package/clients/authService/models/AccessTokenResponse.ts +0 -11
- package/clients/authService/models/AccountHolderCreateDto.js +0 -12
- package/clients/authService/models/AccountHolderCreateDto.ts +0 -41
- package/clients/authService/models/AccountHolderCreateDtoEnvelope.js +0 -2
- package/clients/authService/models/AccountHolderCreateDtoEnvelope.ts +0 -14
- package/clients/authService/models/ApiAuthorizationResult.js +0 -2
- package/clients/authService/models/ApiAuthorizationResult.ts +0 -17
- package/clients/authService/models/ApiAuthorizationResultEnvelope.js +0 -2
- package/clients/authService/models/ApiAuthorizationResultEnvelope.ts +0 -14
- package/clients/authService/models/EnrollmentId.js +0 -2
- package/clients/authService/models/EnrollmentId.ts +0 -5
- package/clients/authService/models/ErrorEnvelope.js +0 -2
- package/clients/authService/models/ErrorEnvelope.ts +0 -12
- package/clients/authService/models/ForgotPasswordRequest.js +0 -2
- package/clients/authService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/authService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/authService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/authService/models/InfoRequest.js +0 -2
- package/clients/authService/models/InfoRequest.ts +0 -10
- package/clients/authService/models/InfoResponse.js +0 -2
- package/clients/authService/models/InfoResponse.ts +0 -9
- package/clients/authService/models/JsonWebKey.js +0 -2
- package/clients/authService/models/JsonWebKey.ts +0 -13
- package/clients/authService/models/JsonWebKeySet.js +0 -2
- package/clients/authService/models/JsonWebKeySet.ts +0 -9
- package/clients/authService/models/JsonWebKeySetEnvelope.js +0 -2
- package/clients/authService/models/JsonWebKeySetEnvelope.ts +0 -14
- package/clients/authService/models/JsonWebToken.js +0 -2
- package/clients/authService/models/JsonWebToken.ts +0 -15
- package/clients/authService/models/JsonWebTokenEnvelope.js +0 -2
- package/clients/authService/models/JsonWebTokenEnvelope.ts +0 -14
- package/clients/authService/models/JsonWebTokenHeader.js +0 -2
- package/clients/authService/models/JsonWebTokenHeader.ts +0 -11
- package/clients/authService/models/JsonWebTokenPayload.js +0 -2
- package/clients/authService/models/JsonWebTokenPayload.ts +0 -17
- package/clients/authService/models/LoginRequest.js +0 -2
- package/clients/authService/models/LoginRequest.ts +0 -11
- package/clients/authService/models/OAuthTokenRequest.js +0 -2
- package/clients/authService/models/OAuthTokenRequest.ts +0 -12
- package/clients/authService/models/OpenIdConfiguration.js +0 -2
- package/clients/authService/models/OpenIdConfiguration.ts +0 -19
- package/clients/authService/models/OpenIdConfigurationEnvelope.js +0 -2
- package/clients/authService/models/OpenIdConfigurationEnvelope.ts +0 -14
- package/clients/authService/models/RefreshRequest.js +0 -2
- package/clients/authService/models/RefreshRequest.ts +0 -8
- package/clients/authService/models/RegisterRequest.js +0 -2
- package/clients/authService/models/RegisterRequest.ts +0 -9
- package/clients/authService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/authService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/authService/models/ResetPasswordRequest.js +0 -2
- package/clients/authService/models/ResetPasswordRequest.ts +0 -10
- package/clients/authService/models/SigninModel.js +0 -2
- package/clients/authService/models/SigninModel.ts +0 -9
- package/clients/authService/models/StringListEnvelope.js +0 -2
- package/clients/authService/models/StringListEnvelope.ts +0 -13
- package/clients/authService/models/TenantId.js +0 -2
- package/clients/authService/models/TenantId.ts +0 -5
- package/clients/authService/models/TwoFactorRequest.js +0 -2
- package/clients/authService/models/TwoFactorRequest.ts +0 -12
- package/clients/authService/models/TwoFactorResponse.js +0 -2
- package/clients/authService/models/TwoFactorResponse.ts +0 -12
- package/clients/authService/models/UserId.js +0 -2
- package/clients/authService/models/UserId.ts +0 -5
- package/clients/authService/services/ApplicationsService.js +0 -112
- package/clients/authService/services/ApplicationsService.ts +0 -132
- package/clients/authService/services/AuthService.js +0 -246
- package/clients/authService/services/AuthService.ts +0 -293
- package/clients/authService/services/CheckerService.js +0 -22
- package/clients/authService/services/CheckerService.ts +0 -25
- package/clients/authService/services/OAuthService.js +0 -152
- package/clients/authService/services/OAuthService.ts +0 -183
- package/clients/authService/services/ResourceService.js +0 -22
- package/clients/authService/services/ResourceService.ts +0 -25
- package/clients/authService/services/UserInfoService.js +0 -36
- package/clients/authService/services/UserInfoService.ts +0 -41
- package/clients/holderService/core/ApiError.js +0 -20
- package/clients/holderService/core/ApiError.ts +0 -25
- package/clients/holderService/core/ApiRequestOptions.js +0 -2
- package/clients/holderService/core/ApiRequestOptions.ts +0 -17
- package/clients/holderService/core/ApiResult.js +0 -2
- package/clients/holderService/core/ApiResult.ts +0 -11
- package/clients/holderService/core/CancelablePromise.js +0 -104
- package/clients/holderService/core/CancelablePromise.ts +0 -131
- package/clients/holderService/core/OpenAPI.js +0 -14
- package/clients/holderService/core/OpenAPI.ts +0 -32
- package/clients/holderService/core/request.js +0 -294
- package/clients/holderService/core/request.ts +0 -322
- package/clients/holderService/index.js +0 -30
- package/clients/holderService/index.ts +0 -47
- package/clients/holderService/models/AddressDto.js +0 -2
- package/clients/holderService/models/AddressDto.ts +0 -31
- package/clients/holderService/models/AddressDtoListEnvelope.js +0 -2
- package/clients/holderService/models/AddressDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/CartDto.js +0 -2
- package/clients/holderService/models/CartDto.ts +0 -18
- package/clients/holderService/models/CartDtoEnvelope.js +0 -2
- package/clients/holderService/models/CartDtoEnvelope.ts +0 -14
- package/clients/holderService/models/EmptyEnvelope.js +0 -2
- package/clients/holderService/models/EmptyEnvelope.ts +0 -12
- package/clients/holderService/models/EnrollmentId.js +0 -2
- package/clients/holderService/models/EnrollmentId.ts +0 -5
- package/clients/holderService/models/ErrorEnvelope.js +0 -2
- package/clients/holderService/models/ErrorEnvelope.ts +0 -12
- package/clients/holderService/models/ExtendedTenantDto.js +0 -2
- package/clients/holderService/models/ExtendedTenantDto.ts +0 -51
- package/clients/holderService/models/ExtendedTenantDtoListEnvelope.js +0 -2
- package/clients/holderService/models/ExtendedTenantDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/ExtendedTenantEnrolmentDto.js +0 -2
- package/clients/holderService/models/ExtendedTenantEnrolmentDto.ts +0 -19
- package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.js +0 -2
- package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/ExtendedUserDto.js +0 -26
- package/clients/holderService/models/ExtendedUserDto.ts +0 -80
- package/clients/holderService/models/ExtendedUserDtoEnvelope.js +0 -2
- package/clients/holderService/models/ExtendedUserDtoEnvelope.ts +0 -14
- package/clients/holderService/models/FollowRecordDto.js +0 -2
- package/clients/holderService/models/FollowRecordDto.ts +0 -12
- package/clients/holderService/models/FollowRecordDtoListEnvelope.js +0 -2
- package/clients/holderService/models/FollowRecordDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/Int32Envelope.js +0 -2
- package/clients/holderService/models/Int32Envelope.ts +0 -13
- package/clients/holderService/models/NotificationDto.js +0 -2
- package/clients/holderService/models/NotificationDto.ts +0 -16
- package/clients/holderService/models/NotificationDtoListEnvelope.js +0 -2
- package/clients/holderService/models/NotificationDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/Operation.js +0 -16
- package/clients/holderService/models/Operation.ts +0 -23
- package/clients/holderService/models/SocialProfileDto.js +0 -12
- package/clients/holderService/models/SocialProfileDto.ts +0 -40
- package/clients/holderService/models/SocialProfileDtoEnvelope.js +0 -2
- package/clients/holderService/models/SocialProfileDtoEnvelope.ts +0 -14
- package/clients/holderService/models/TenantDto.js +0 -2
- package/clients/holderService/models/TenantDto.ts +0 -45
- package/clients/holderService/models/TenantDtoListEnvelope.js +0 -2
- package/clients/holderService/models/TenantDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/TenantEnrolmentDto.js +0 -2
- package/clients/holderService/models/TenantEnrolmentDto.ts +0 -15
- package/clients/holderService/models/TenantEnrolmentDtoEnvelope.js +0 -2
- package/clients/holderService/models/TenantEnrolmentDtoEnvelope.ts +0 -14
- package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
- package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/TenantInvitationDto.js +0 -2
- package/clients/holderService/models/TenantInvitationDto.ts +0 -16
- package/clients/holderService/models/TenantInvitationDtoListEnvelope.js +0 -2
- package/clients/holderService/models/TenantInvitationDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/UserDto.js +0 -26
- package/clients/holderService/models/UserDto.ts +0 -72
- package/clients/holderService/models/UserDtoEnvelope.js +0 -2
- package/clients/holderService/models/UserDtoEnvelope.ts +0 -14
- package/clients/holderService/models/UserSettingsDto.js +0 -12
- package/clients/holderService/models/UserSettingsDto.ts +0 -21
- package/clients/holderService/models/UserSettingsDtoEnvelope.js +0 -2
- package/clients/holderService/models/UserSettingsDtoEnvelope.ts +0 -14
- package/clients/holderService/models/UserSettingsUpdateDto.js +0 -12
- package/clients/holderService/models/UserSettingsUpdateDto.ts +0 -19
- package/clients/holderService/models/UserUpdateDto.js +0 -14
- package/clients/holderService/models/UserUpdateDto.ts +0 -43
- package/clients/holderService/models/WalletDto.js +0 -2
- package/clients/holderService/models/WalletDto.ts +0 -22
- package/clients/holderService/models/WalletDtoEnvelope.js +0 -2
- package/clients/holderService/models/WalletDtoEnvelope.ts +0 -14
- package/clients/holderService/services/UserService.js +0 -507
- package/clients/holderService/services/UserService.ts +0 -587
- package/clients/tenantService/core/ApiError.js +0 -20
- package/clients/tenantService/core/ApiError.ts +0 -25
- package/clients/tenantService/core/ApiRequestOptions.js +0 -2
- package/clients/tenantService/core/ApiRequestOptions.ts +0 -17
- package/clients/tenantService/core/ApiResult.js +0 -2
- package/clients/tenantService/core/ApiResult.ts +0 -11
- package/clients/tenantService/core/CancelablePromise.js +0 -104
- package/clients/tenantService/core/CancelablePromise.ts +0 -131
- package/clients/tenantService/core/OpenAPI.js +0 -14
- package/clients/tenantService/core/OpenAPI.ts +0 -32
- package/clients/tenantService/core/request.js +0 -294
- package/clients/tenantService/core/request.ts +0 -322
- package/clients/tenantService/index.js +0 -24
- package/clients/tenantService/index.ts +0 -118
- package/clients/tenantService/models/BooleanEnvelope.js +0 -2
- package/clients/tenantService/models/BooleanEnvelope.ts +0 -13
- package/clients/tenantService/models/CartDto.js +0 -2
- package/clients/tenantService/models/CartDto.ts +0 -18
- package/clients/tenantService/models/CartDtoEnvelope.js +0 -2
- package/clients/tenantService/models/CartDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/EmptyEnvelope.js +0 -2
- package/clients/tenantService/models/EmptyEnvelope.ts +0 -12
- package/clients/tenantService/models/ErrorEnvelope.js +0 -2
- package/clients/tenantService/models/ErrorEnvelope.ts +0 -12
- package/clients/tenantService/models/ExtendedTenantDto.js +0 -2
- package/clients/tenantService/models/ExtendedTenantDto.ts +0 -51
- package/clients/tenantService/models/ExtendedTenantDtoEnvelope.js +0 -2
- package/clients/tenantService/models/ExtendedTenantDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/ExtendedTenantEnrolmentDto.js +0 -2
- package/clients/tenantService/models/ExtendedTenantEnrolmentDto.ts +0 -19
- package/clients/tenantService/models/ExtendedTenantEnrolmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/ExtendedTenantEnrolmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/Int32Envelope.js +0 -2
- package/clients/tenantService/models/Int32Envelope.ts +0 -13
- package/clients/tenantService/models/NotificationDto.js +0 -2
- package/clients/tenantService/models/NotificationDto.ts +0 -16
- package/clients/tenantService/models/NotificationDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/NotificationDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/Operation.js +0 -16
- package/clients/tenantService/models/Operation.ts +0 -23
- package/clients/tenantService/models/SocialProfileDto.js +0 -12
- package/clients/tenantService/models/SocialProfileDto.ts +0 -40
- package/clients/tenantService/models/SocialProfileDtoEnvelope.js +0 -2
- package/clients/tenantService/models/SocialProfileDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/StringListEnvelope.js +0 -2
- package/clients/tenantService/models/StringListEnvelope.ts +0 -13
- package/clients/tenantService/models/SuiteLicenseAssignmentDto.js +0 -2
- package/clients/tenantService/models/SuiteLicenseAssignmentDto.ts +0 -16
- package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/SuiteLicenseDto.js +0 -2
- package/clients/tenantService/models/SuiteLicenseDto.ts +0 -15
- package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/SuiteLicenseFeatureDto.js +0 -2
- package/clients/tenantService/models/SuiteLicenseFeatureDto.ts +0 -9
- package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantCreateDto.js +0 -2
- package/clients/tenantService/models/TenantCreateDto.ts +0 -25
- package/clients/tenantService/models/TenantDepartmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantDepartmentCreateDto.ts +0 -16
- package/clients/tenantService/models/TenantDepartmentDto.js +0 -2
- package/clients/tenantService/models/TenantDepartmentDto.ts +0 -16
- package/clients/tenantService/models/TenantDepartmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantDepartmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantDepartmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantDepartmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantDepartmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantDepartmentUpdateDto.ts +0 -12
- package/clients/tenantService/models/TenantDto.js +0 -2
- package/clients/tenantService/models/TenantDto.ts +0 -45
- package/clients/tenantService/models/TenantDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantEnrollmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantEnrollmentCreateDto.ts +0 -11
- package/clients/tenantService/models/TenantEnrollmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantEnrollmentUpdateDto.ts +0 -9
- package/clients/tenantService/models/TenantEnrolmentDto.js +0 -2
- package/clients/tenantService/models/TenantEnrolmentDto.ts +0 -15
- package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantIndustryCreateDto.js +0 -2
- package/clients/tenantService/models/TenantIndustryCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantIndustryDto.js +0 -2
- package/clients/tenantService/models/TenantIndustryDto.ts +0 -12
- package/clients/tenantService/models/TenantIndustryDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantIndustryDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantIndustryDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantIndustryDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantIndustryUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantIndustryUpdateDto.ts +0 -10
- package/clients/tenantService/models/TenantInvitationCreateDto.js +0 -2
- package/clients/tenantService/models/TenantInvitationCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantInvitationDto.js +0 -2
- package/clients/tenantService/models/TenantInvitationDto.ts +0 -16
- package/clients/tenantService/models/TenantInvitationDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantInvitationDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantInvitationDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantInvitationDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantPositionCreateDto.js +0 -2
- package/clients/tenantService/models/TenantPositionCreateDto.ts +0 -13
- package/clients/tenantService/models/TenantPositionDto.js +0 -2
- package/clients/tenantService/models/TenantPositionDto.ts +0 -13
- package/clients/tenantService/models/TenantPositionDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantPositionDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantPositionDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantPositionDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantPositionUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantPositionUpdateDto.ts +0 -9
- package/clients/tenantService/models/TenantSegmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantSegmentCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantSegmentDto.js +0 -2
- package/clients/tenantService/models/TenantSegmentDto.ts +0 -12
- package/clients/tenantService/models/TenantSegmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantSegmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantSegmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantSegmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantSegmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantSegmentUpdateDto.ts +0 -10
- package/clients/tenantService/models/TenantSizeCreateDto.js +0 -2
- package/clients/tenantService/models/TenantSizeCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantSizeDto.js +0 -2
- package/clients/tenantService/models/TenantSizeDto.ts +0 -12
- package/clients/tenantService/models/TenantSizeDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantSizeDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantSizeDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantSizeDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantSizeUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantSizeUpdateDto.ts +0 -10
- package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamContactEnrollmentDto.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamContactEnrollmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.ts +0 -11
- package/clients/tenantService/models/TenantTeamCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamCreateDto.ts +0 -17
- package/clients/tenantService/models/TenantTeamDto.js +0 -2
- package/clients/tenantService/models/TenantTeamDto.ts +0 -17
- package/clients/tenantService/models/TenantTeamDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.ts +0 -11
- package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.ts +0 -11
- package/clients/tenantService/models/TenantTeamRecordCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantTeamRecordDto.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordDto.ts +0 -12
- package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamRecordDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamRecordUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordUpdateDto.ts +0 -10
- package/clients/tenantService/models/TenantTeamUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamUpdateDto.ts +0 -17
- package/clients/tenantService/models/TenantTerritoryCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTerritoryCreateDto.ts +0 -14
- package/clients/tenantService/models/TenantTerritoryDto.js +0 -2
- package/clients/tenantService/models/TenantTerritoryDto.ts +0 -14
- package/clients/tenantService/models/TenantTerritoryDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTerritoryDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTerritoryDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTerritoryDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTerritoryUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTerritoryUpdateDto.ts +0 -9
- package/clients/tenantService/models/TenantTypeCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTypeCreateDto.ts +0 -11
- package/clients/tenantService/models/TenantTypeDto.js +0 -2
- package/clients/tenantService/models/TenantTypeDto.ts +0 -11
- package/clients/tenantService/models/TenantTypeDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTypeDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTypeDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTypeDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTypeUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTypeUpdateDto.ts +0 -9
- package/clients/tenantService/models/TenantUnitCreateDto.js +0 -2
- package/clients/tenantService/models/TenantUnitCreateDto.ts +0 -18
- package/clients/tenantService/models/TenantUnitDto.js +0 -2
- package/clients/tenantService/models/TenantUnitDto.ts +0 -18
- package/clients/tenantService/models/TenantUnitDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantUnitDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantUnitDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantUnitDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantUnitUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantUnitUpdateDto.ts +0 -14
- package/clients/tenantService/models/TenantUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantUpdateDto.ts +0 -31
- package/clients/tenantService/models/UserDto.js +0 -26
- package/clients/tenantService/models/UserDto.ts +0 -72
- package/clients/tenantService/models/UserDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/UserDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/WalletDto.js +0 -2
- package/clients/tenantService/models/WalletDto.ts +0 -22
- package/clients/tenantService/models/WalletDtoEnvelope.js +0 -2
- package/clients/tenantService/models/WalletDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/WebPortalDto.js +0 -2
- package/clients/tenantService/models/WebPortalDto.ts +0 -19
- package/clients/tenantService/models/WebPortalDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/WebPortalDtoListEnvelope.ts +0 -14
- package/clients/tenantService/services/SizesService.js +0 -173
- package/clients/tenantService/services/SizesService.ts +0 -204
- package/clients/tenantService/services/TenantsService.js +0 -3173
- package/clients/tenantService/services/TenantsService.ts +0 -3701
- package/openapi-ts-error-1774919197061.log +0 -12
- package/openapi-ts-error-1774919206848.log +0 -12
- package/openapi-ts-error-1774919211413.log +0 -12
- package/openapi-ts-error-1774919234889.log +0 -12
- package/openapi-ts-error-1774919238790.log +0 -12
- package/openapi-ts-error-1774919250450.log +0 -12
- package/openapi-ts-error-1774919289933.log +0 -12
- package/openapi-ts-error-1774919293886.log +0 -12
- package/openapi-ts-error-1774919297530.log +0 -12
- package/openapi-ts-error-1774952133757.log +0 -12
- package/openapi-ts-error-1774952145095.log +0 -12
- package/openapi-ts-error-1774952149289.log +0 -12
- package/openapi-ts-error-1774952170560.log +0 -12
- package/openapi-ts-error-1774952173946.log +0 -12
- package/openapi-ts-error-1774952221374.log +0 -12
- package/openapi-ts-error-1774952225129.log +0 -12
- package/openapi-ts-error-1774952228932.log +0 -12
- package/openapi-ts-error-1774955105047.log +0 -12
- package/output.txt +0 -1831
|
@@ -0,0 +1,885 @@
|
|
|
1
|
+
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
|
+
|
|
3
|
+
export type AccessTokenResponseReadable = {
|
|
4
|
+
readonly tokenType?: string | null;
|
|
5
|
+
accessToken: string | null;
|
|
6
|
+
expiresIn: number;
|
|
7
|
+
refreshToken: string | null;
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export type AccessTokenResponseWritable = {
|
|
11
|
+
accessToken: string | null;
|
|
12
|
+
expiresIn: number;
|
|
13
|
+
refreshToken: string | null;
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export type EmptyEnvelopeReadable = {
|
|
17
|
+
readonly isSuccess?: boolean;
|
|
18
|
+
errorMessage?: string | null;
|
|
19
|
+
correlationId?: string | null;
|
|
20
|
+
readonly timestamp?: string;
|
|
21
|
+
readonly activityId?: string | null;
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export type EmptyEnvelopeWritable = {
|
|
25
|
+
errorMessage?: string | null;
|
|
26
|
+
correlationId?: string | null;
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export type ErrorEnvelopeReadable = {
|
|
30
|
+
readonly isSuccess?: boolean;
|
|
31
|
+
errorMessage?: string | null;
|
|
32
|
+
correlationId?: string | null;
|
|
33
|
+
readonly timestamp?: string;
|
|
34
|
+
readonly activityId?: string | null;
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
export type ErrorEnvelopeWritable = {
|
|
38
|
+
errorMessage?: string | null;
|
|
39
|
+
correlationId?: string | null;
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
export type ForgotPasswordRequest = {
|
|
43
|
+
email: string | null;
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
export type HttpValidationProblemDetails = {
|
|
47
|
+
type?: string | null;
|
|
48
|
+
title?: string | null;
|
|
49
|
+
status?: number | null;
|
|
50
|
+
detail?: string | null;
|
|
51
|
+
instance?: string | null;
|
|
52
|
+
errors?: {
|
|
53
|
+
[key: string]: Array<string>;
|
|
54
|
+
} | null;
|
|
55
|
+
[key: string]: unknown | (string | null) | (string | null) | (number | null) | (string | null) | (string | null) | ({
|
|
56
|
+
[key: string]: Array<string>;
|
|
57
|
+
} | null) | undefined;
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
export type InfoRequest = {
|
|
61
|
+
newEmail?: string | null;
|
|
62
|
+
newPassword?: string | null;
|
|
63
|
+
oldPassword?: string | null;
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
export type InfoResponse = {
|
|
67
|
+
email: string | null;
|
|
68
|
+
isEmailConfirmed: boolean;
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
export type Int32EnvelopeReadable = {
|
|
72
|
+
readonly isSuccess?: boolean;
|
|
73
|
+
errorMessage?: string | null;
|
|
74
|
+
correlationId?: string | null;
|
|
75
|
+
readonly timestamp?: string;
|
|
76
|
+
readonly activityId?: string | null;
|
|
77
|
+
result?: number;
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
export type Int32EnvelopeWritable = {
|
|
81
|
+
errorMessage?: string | null;
|
|
82
|
+
correlationId?: string | null;
|
|
83
|
+
result?: number;
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
export type LocationCreateDto = {
|
|
87
|
+
id?: string;
|
|
88
|
+
timestamp?: string;
|
|
89
|
+
title?: string | null;
|
|
90
|
+
email?: string | null;
|
|
91
|
+
phone?: string | null;
|
|
92
|
+
fax?: string | null;
|
|
93
|
+
address1?: string | null;
|
|
94
|
+
address2?: string | null;
|
|
95
|
+
address3?: string | null;
|
|
96
|
+
unit?: string | null;
|
|
97
|
+
cityId?: string | null;
|
|
98
|
+
stateId?: string | null;
|
|
99
|
+
postalCode?: string | null;
|
|
100
|
+
countryId?: string | null;
|
|
101
|
+
tenantId?: string | null;
|
|
102
|
+
longitude?: number;
|
|
103
|
+
latitude?: number;
|
|
104
|
+
isRoutable?: boolean;
|
|
105
|
+
isGlobalPrimary?: boolean;
|
|
106
|
+
isCountryPrimary?: boolean;
|
|
107
|
+
canGenerateLabels?: boolean;
|
|
108
|
+
isDefaultSenderAddress?: boolean;
|
|
109
|
+
isDefaultReturnAddress?: boolean;
|
|
110
|
+
isDefaultSuppingLocation?: boolean;
|
|
111
|
+
};
|
|
112
|
+
|
|
113
|
+
export type LocationDto = {
|
|
114
|
+
id?: string | null;
|
|
115
|
+
timestamp?: string | null;
|
|
116
|
+
title?: string | null;
|
|
117
|
+
business?: string | null;
|
|
118
|
+
email?: string | null;
|
|
119
|
+
phone?: string | null;
|
|
120
|
+
fax?: string | null;
|
|
121
|
+
address1?: string | null;
|
|
122
|
+
address2?: string | null;
|
|
123
|
+
address3?: string | null;
|
|
124
|
+
unit?: string | null;
|
|
125
|
+
cityId?: string | null;
|
|
126
|
+
stateId?: string | null;
|
|
127
|
+
postalCode?: string | null;
|
|
128
|
+
countryId?: string | null;
|
|
129
|
+
longitude?: number;
|
|
130
|
+
latitude?: number;
|
|
131
|
+
isRoutable?: boolean;
|
|
132
|
+
isGlobalPrimary?: boolean;
|
|
133
|
+
isCountryPrimary?: boolean;
|
|
134
|
+
canGenerateLabels?: boolean;
|
|
135
|
+
isDefaultSenderAddress?: boolean;
|
|
136
|
+
isDefaultReturnAddress?: boolean;
|
|
137
|
+
isDefaultSuppingLocation?: boolean;
|
|
138
|
+
};
|
|
139
|
+
|
|
140
|
+
export type LocationDtoEnvelopeReadable = {
|
|
141
|
+
readonly isSuccess?: boolean;
|
|
142
|
+
errorMessage?: string | null;
|
|
143
|
+
correlationId?: string | null;
|
|
144
|
+
readonly timestamp?: string;
|
|
145
|
+
readonly activityId?: string | null;
|
|
146
|
+
result?: LocationDto;
|
|
147
|
+
};
|
|
148
|
+
|
|
149
|
+
export type LocationDtoEnvelopeWritable = {
|
|
150
|
+
errorMessage?: string | null;
|
|
151
|
+
correlationId?: string | null;
|
|
152
|
+
result?: LocationDto;
|
|
153
|
+
};
|
|
154
|
+
|
|
155
|
+
export type LocationDtoIReadOnlyListEnvelopeReadable = {
|
|
156
|
+
readonly isSuccess?: boolean;
|
|
157
|
+
errorMessage?: string | null;
|
|
158
|
+
correlationId?: string | null;
|
|
159
|
+
readonly timestamp?: string;
|
|
160
|
+
readonly activityId?: string | null;
|
|
161
|
+
result?: Array<LocationDto> | null;
|
|
162
|
+
};
|
|
163
|
+
|
|
164
|
+
export type LocationDtoIReadOnlyListEnvelopeWritable = {
|
|
165
|
+
errorMessage?: string | null;
|
|
166
|
+
correlationId?: string | null;
|
|
167
|
+
result?: Array<LocationDto> | null;
|
|
168
|
+
};
|
|
169
|
+
|
|
170
|
+
export type LocationUpdateDto = {
|
|
171
|
+
title?: string | null;
|
|
172
|
+
email?: string | null;
|
|
173
|
+
phone?: string | null;
|
|
174
|
+
fax?: string | null;
|
|
175
|
+
address1?: string | null;
|
|
176
|
+
address2?: string | null;
|
|
177
|
+
address3?: string | null;
|
|
178
|
+
unit?: string | null;
|
|
179
|
+
cityId?: string | null;
|
|
180
|
+
stateId?: string | null;
|
|
181
|
+
postalCode?: string | null;
|
|
182
|
+
countryId?: string | null;
|
|
183
|
+
tenantId?: string | null;
|
|
184
|
+
longitude?: number;
|
|
185
|
+
latitude?: number;
|
|
186
|
+
isRoutable?: boolean;
|
|
187
|
+
isGlobalPrimary?: boolean;
|
|
188
|
+
isCountryPrimary?: boolean;
|
|
189
|
+
canGenerateLabels?: boolean;
|
|
190
|
+
isDefaultSenderAddress?: boolean;
|
|
191
|
+
isDefaultReturnAddress?: boolean;
|
|
192
|
+
isDefaultSuppingLocation?: boolean;
|
|
193
|
+
};
|
|
194
|
+
|
|
195
|
+
export type LoginRequest = {
|
|
196
|
+
email: string | null;
|
|
197
|
+
password: string | null;
|
|
198
|
+
twoFactorCode?: string | null;
|
|
199
|
+
twoFactorRecoveryCode?: string | null;
|
|
200
|
+
};
|
|
201
|
+
|
|
202
|
+
export type RefreshRequest = {
|
|
203
|
+
refreshToken: string | null;
|
|
204
|
+
};
|
|
205
|
+
|
|
206
|
+
export type RegisterRequest = {
|
|
207
|
+
email: string | null;
|
|
208
|
+
password: string | null;
|
|
209
|
+
};
|
|
210
|
+
|
|
211
|
+
export type ResendConfirmationEmailRequest = {
|
|
212
|
+
email: string | null;
|
|
213
|
+
};
|
|
214
|
+
|
|
215
|
+
export type ResetPasswordRequest = {
|
|
216
|
+
email: string | null;
|
|
217
|
+
resetCode: string | null;
|
|
218
|
+
newPassword: string | null;
|
|
219
|
+
};
|
|
220
|
+
|
|
221
|
+
export type TwoFactorRequest = {
|
|
222
|
+
enable?: boolean | null;
|
|
223
|
+
twoFactorCode?: string | null;
|
|
224
|
+
resetSharedKey?: boolean;
|
|
225
|
+
resetRecoveryCodes?: boolean;
|
|
226
|
+
forgetMachine?: boolean;
|
|
227
|
+
};
|
|
228
|
+
|
|
229
|
+
export type TwoFactorResponse = {
|
|
230
|
+
sharedKey: string | null;
|
|
231
|
+
recoveryCodesLeft: number;
|
|
232
|
+
recoveryCodes?: Array<string> | null;
|
|
233
|
+
isTwoFactorEnabled: boolean;
|
|
234
|
+
isMachineRemembered: boolean;
|
|
235
|
+
};
|
|
236
|
+
|
|
237
|
+
export type GetVersionData = {
|
|
238
|
+
body?: never;
|
|
239
|
+
path?: never;
|
|
240
|
+
query?: never;
|
|
241
|
+
url: '/version';
|
|
242
|
+
};
|
|
243
|
+
|
|
244
|
+
export type GetVersionResponses = {
|
|
245
|
+
/**
|
|
246
|
+
* OK
|
|
247
|
+
*/
|
|
248
|
+
200: unknown;
|
|
249
|
+
};
|
|
250
|
+
|
|
251
|
+
export type GetHealthData = {
|
|
252
|
+
body?: never;
|
|
253
|
+
path?: never;
|
|
254
|
+
query?: never;
|
|
255
|
+
url: '/health';
|
|
256
|
+
};
|
|
257
|
+
|
|
258
|
+
export type GetHealthResponses = {
|
|
259
|
+
/**
|
|
260
|
+
* OK
|
|
261
|
+
*/
|
|
262
|
+
200: unknown;
|
|
263
|
+
};
|
|
264
|
+
|
|
265
|
+
export type GetHelloData = {
|
|
266
|
+
body?: never;
|
|
267
|
+
path?: never;
|
|
268
|
+
query?: never;
|
|
269
|
+
url: '/hello';
|
|
270
|
+
};
|
|
271
|
+
|
|
272
|
+
export type GetHelloResponses = {
|
|
273
|
+
/**
|
|
274
|
+
* OK
|
|
275
|
+
*/
|
|
276
|
+
200: unknown;
|
|
277
|
+
};
|
|
278
|
+
|
|
279
|
+
export type PostRegisterData = {
|
|
280
|
+
body: RegisterRequest;
|
|
281
|
+
path?: never;
|
|
282
|
+
query?: never;
|
|
283
|
+
url: '/register';
|
|
284
|
+
};
|
|
285
|
+
|
|
286
|
+
export type PostRegisterErrors = {
|
|
287
|
+
/**
|
|
288
|
+
* Bad Request
|
|
289
|
+
*/
|
|
290
|
+
400: HttpValidationProblemDetails;
|
|
291
|
+
};
|
|
292
|
+
|
|
293
|
+
export type PostRegisterError = PostRegisterErrors[keyof PostRegisterErrors];
|
|
294
|
+
|
|
295
|
+
export type PostRegisterResponses = {
|
|
296
|
+
/**
|
|
297
|
+
* OK
|
|
298
|
+
*/
|
|
299
|
+
200: unknown;
|
|
300
|
+
};
|
|
301
|
+
|
|
302
|
+
export type PostLoginData = {
|
|
303
|
+
body: LoginRequest;
|
|
304
|
+
path?: never;
|
|
305
|
+
query?: {
|
|
306
|
+
useCookies?: boolean;
|
|
307
|
+
useSessionCookies?: boolean;
|
|
308
|
+
};
|
|
309
|
+
url: '/login';
|
|
310
|
+
};
|
|
311
|
+
|
|
312
|
+
export type PostLoginResponses = {
|
|
313
|
+
/**
|
|
314
|
+
* OK
|
|
315
|
+
*/
|
|
316
|
+
200: AccessTokenResponseReadable;
|
|
317
|
+
};
|
|
318
|
+
|
|
319
|
+
export type PostLoginResponse = PostLoginResponses[keyof PostLoginResponses];
|
|
320
|
+
|
|
321
|
+
export type PostRefreshData = {
|
|
322
|
+
body: RefreshRequest;
|
|
323
|
+
path?: never;
|
|
324
|
+
query?: never;
|
|
325
|
+
url: '/refresh';
|
|
326
|
+
};
|
|
327
|
+
|
|
328
|
+
export type PostRefreshResponses = {
|
|
329
|
+
/**
|
|
330
|
+
* OK
|
|
331
|
+
*/
|
|
332
|
+
200: AccessTokenResponseReadable;
|
|
333
|
+
};
|
|
334
|
+
|
|
335
|
+
export type PostRefreshResponse = PostRefreshResponses[keyof PostRefreshResponses];
|
|
336
|
+
|
|
337
|
+
export type MapIdentityApiConfirmEmailData = {
|
|
338
|
+
body?: never;
|
|
339
|
+
path?: never;
|
|
340
|
+
query: {
|
|
341
|
+
userId: string;
|
|
342
|
+
code: string;
|
|
343
|
+
changedEmail?: string;
|
|
344
|
+
};
|
|
345
|
+
url: '/confirmEmail';
|
|
346
|
+
};
|
|
347
|
+
|
|
348
|
+
export type MapIdentityApiConfirmEmailResponses = {
|
|
349
|
+
/**
|
|
350
|
+
* OK
|
|
351
|
+
*/
|
|
352
|
+
200: unknown;
|
|
353
|
+
};
|
|
354
|
+
|
|
355
|
+
export type PostResendConfirmationEmailData = {
|
|
356
|
+
body: ResendConfirmationEmailRequest;
|
|
357
|
+
path?: never;
|
|
358
|
+
query?: never;
|
|
359
|
+
url: '/resendConfirmationEmail';
|
|
360
|
+
};
|
|
361
|
+
|
|
362
|
+
export type PostResendConfirmationEmailResponses = {
|
|
363
|
+
/**
|
|
364
|
+
* OK
|
|
365
|
+
*/
|
|
366
|
+
200: unknown;
|
|
367
|
+
};
|
|
368
|
+
|
|
369
|
+
export type PostForgotPasswordData = {
|
|
370
|
+
body: ForgotPasswordRequest;
|
|
371
|
+
path?: never;
|
|
372
|
+
query?: never;
|
|
373
|
+
url: '/forgotPassword';
|
|
374
|
+
};
|
|
375
|
+
|
|
376
|
+
export type PostForgotPasswordErrors = {
|
|
377
|
+
/**
|
|
378
|
+
* Bad Request
|
|
379
|
+
*/
|
|
380
|
+
400: HttpValidationProblemDetails;
|
|
381
|
+
};
|
|
382
|
+
|
|
383
|
+
export type PostForgotPasswordError = PostForgotPasswordErrors[keyof PostForgotPasswordErrors];
|
|
384
|
+
|
|
385
|
+
export type PostForgotPasswordResponses = {
|
|
386
|
+
/**
|
|
387
|
+
* OK
|
|
388
|
+
*/
|
|
389
|
+
200: unknown;
|
|
390
|
+
};
|
|
391
|
+
|
|
392
|
+
export type PostResetPasswordData = {
|
|
393
|
+
body: ResetPasswordRequest;
|
|
394
|
+
path?: never;
|
|
395
|
+
query?: never;
|
|
396
|
+
url: '/resetPassword';
|
|
397
|
+
};
|
|
398
|
+
|
|
399
|
+
export type PostResetPasswordErrors = {
|
|
400
|
+
/**
|
|
401
|
+
* Bad Request
|
|
402
|
+
*/
|
|
403
|
+
400: HttpValidationProblemDetails;
|
|
404
|
+
};
|
|
405
|
+
|
|
406
|
+
export type PostResetPasswordError = PostResetPasswordErrors[keyof PostResetPasswordErrors];
|
|
407
|
+
|
|
408
|
+
export type PostResetPasswordResponses = {
|
|
409
|
+
/**
|
|
410
|
+
* OK
|
|
411
|
+
*/
|
|
412
|
+
200: unknown;
|
|
413
|
+
};
|
|
414
|
+
|
|
415
|
+
export type PostManage2FaData = {
|
|
416
|
+
body: TwoFactorRequest;
|
|
417
|
+
path?: never;
|
|
418
|
+
query?: never;
|
|
419
|
+
url: '/manage/2fa';
|
|
420
|
+
};
|
|
421
|
+
|
|
422
|
+
export type PostManage2FaErrors = {
|
|
423
|
+
/**
|
|
424
|
+
* Bad Request
|
|
425
|
+
*/
|
|
426
|
+
400: HttpValidationProblemDetails;
|
|
427
|
+
/**
|
|
428
|
+
* Not Found
|
|
429
|
+
*/
|
|
430
|
+
404: unknown;
|
|
431
|
+
};
|
|
432
|
+
|
|
433
|
+
export type PostManage2FaError = PostManage2FaErrors[keyof PostManage2FaErrors];
|
|
434
|
+
|
|
435
|
+
export type PostManage2FaResponses = {
|
|
436
|
+
/**
|
|
437
|
+
* OK
|
|
438
|
+
*/
|
|
439
|
+
200: TwoFactorResponse;
|
|
440
|
+
};
|
|
441
|
+
|
|
442
|
+
export type PostManage2FaResponse = PostManage2FaResponses[keyof PostManage2FaResponses];
|
|
443
|
+
|
|
444
|
+
export type GetManageInfoData = {
|
|
445
|
+
body?: never;
|
|
446
|
+
path?: never;
|
|
447
|
+
query?: never;
|
|
448
|
+
url: '/manage/info';
|
|
449
|
+
};
|
|
450
|
+
|
|
451
|
+
export type GetManageInfoErrors = {
|
|
452
|
+
/**
|
|
453
|
+
* Bad Request
|
|
454
|
+
*/
|
|
455
|
+
400: HttpValidationProblemDetails;
|
|
456
|
+
/**
|
|
457
|
+
* Not Found
|
|
458
|
+
*/
|
|
459
|
+
404: unknown;
|
|
460
|
+
};
|
|
461
|
+
|
|
462
|
+
export type GetManageInfoError = GetManageInfoErrors[keyof GetManageInfoErrors];
|
|
463
|
+
|
|
464
|
+
export type GetManageInfoResponses = {
|
|
465
|
+
/**
|
|
466
|
+
* OK
|
|
467
|
+
*/
|
|
468
|
+
200: InfoResponse;
|
|
469
|
+
};
|
|
470
|
+
|
|
471
|
+
export type GetManageInfoResponse = GetManageInfoResponses[keyof GetManageInfoResponses];
|
|
472
|
+
|
|
473
|
+
export type PostManageInfoData = {
|
|
474
|
+
body: InfoRequest;
|
|
475
|
+
path?: never;
|
|
476
|
+
query?: never;
|
|
477
|
+
url: '/manage/info';
|
|
478
|
+
};
|
|
479
|
+
|
|
480
|
+
export type PostManageInfoErrors = {
|
|
481
|
+
/**
|
|
482
|
+
* Bad Request
|
|
483
|
+
*/
|
|
484
|
+
400: HttpValidationProblemDetails;
|
|
485
|
+
/**
|
|
486
|
+
* Not Found
|
|
487
|
+
*/
|
|
488
|
+
404: unknown;
|
|
489
|
+
};
|
|
490
|
+
|
|
491
|
+
export type PostManageInfoError = PostManageInfoErrors[keyof PostManageInfoErrors];
|
|
492
|
+
|
|
493
|
+
export type PostManageInfoResponses = {
|
|
494
|
+
/**
|
|
495
|
+
* OK
|
|
496
|
+
*/
|
|
497
|
+
200: InfoResponse;
|
|
498
|
+
};
|
|
499
|
+
|
|
500
|
+
export type PostManageInfoResponse = PostManageInfoResponses[keyof PostManageInfoResponses];
|
|
501
|
+
|
|
502
|
+
export type GetLocationsAsyncData = {
|
|
503
|
+
body?: never;
|
|
504
|
+
path?: never;
|
|
505
|
+
query: {
|
|
506
|
+
tenantId: string;
|
|
507
|
+
};
|
|
508
|
+
url: '/api/v2/LocationsService/Locations';
|
|
509
|
+
};
|
|
510
|
+
|
|
511
|
+
export type GetLocationsAsyncErrors = {
|
|
512
|
+
/**
|
|
513
|
+
* Unauthorized
|
|
514
|
+
*/
|
|
515
|
+
401: ErrorEnvelopeReadable;
|
|
516
|
+
/**
|
|
517
|
+
* Forbidden
|
|
518
|
+
*/
|
|
519
|
+
403: ErrorEnvelopeReadable;
|
|
520
|
+
};
|
|
521
|
+
|
|
522
|
+
export type GetLocationsAsyncError = GetLocationsAsyncErrors[keyof GetLocationsAsyncErrors];
|
|
523
|
+
|
|
524
|
+
export type GetLocationsAsyncResponses = {
|
|
525
|
+
/**
|
|
526
|
+
* OK
|
|
527
|
+
*/
|
|
528
|
+
200: LocationDtoIReadOnlyListEnvelopeReadable;
|
|
529
|
+
};
|
|
530
|
+
|
|
531
|
+
export type GetLocationsAsyncResponse = GetLocationsAsyncResponses[keyof GetLocationsAsyncResponses];
|
|
532
|
+
|
|
533
|
+
export type CreateLocationAsyncData = {
|
|
534
|
+
body?: LocationCreateDto;
|
|
535
|
+
path?: never;
|
|
536
|
+
query: {
|
|
537
|
+
tenantId: string;
|
|
538
|
+
};
|
|
539
|
+
url: '/api/v2/LocationsService/Locations';
|
|
540
|
+
};
|
|
541
|
+
|
|
542
|
+
export type CreateLocationAsyncErrors = {
|
|
543
|
+
/**
|
|
544
|
+
* Unauthorized
|
|
545
|
+
*/
|
|
546
|
+
401: ErrorEnvelopeReadable;
|
|
547
|
+
/**
|
|
548
|
+
* Forbidden
|
|
549
|
+
*/
|
|
550
|
+
403: ErrorEnvelopeReadable;
|
|
551
|
+
};
|
|
552
|
+
|
|
553
|
+
export type CreateLocationAsyncError = CreateLocationAsyncErrors[keyof CreateLocationAsyncErrors];
|
|
554
|
+
|
|
555
|
+
export type CreateLocationAsyncResponses = {
|
|
556
|
+
/**
|
|
557
|
+
* Created
|
|
558
|
+
*/
|
|
559
|
+
201: EmptyEnvelopeReadable;
|
|
560
|
+
};
|
|
561
|
+
|
|
562
|
+
export type CreateLocationAsyncResponse = CreateLocationAsyncResponses[keyof CreateLocationAsyncResponses];
|
|
563
|
+
|
|
564
|
+
export type GetLocationsCountAsyncData = {
|
|
565
|
+
body?: never;
|
|
566
|
+
path?: never;
|
|
567
|
+
query: {
|
|
568
|
+
tenantId: string;
|
|
569
|
+
};
|
|
570
|
+
url: '/api/v2/LocationsService/Locations/count';
|
|
571
|
+
};
|
|
572
|
+
|
|
573
|
+
export type GetLocationsCountAsyncErrors = {
|
|
574
|
+
/**
|
|
575
|
+
* Unauthorized
|
|
576
|
+
*/
|
|
577
|
+
401: ErrorEnvelopeReadable;
|
|
578
|
+
/**
|
|
579
|
+
* Forbidden
|
|
580
|
+
*/
|
|
581
|
+
403: ErrorEnvelopeReadable;
|
|
582
|
+
};
|
|
583
|
+
|
|
584
|
+
export type GetLocationsCountAsyncError = GetLocationsCountAsyncErrors[keyof GetLocationsCountAsyncErrors];
|
|
585
|
+
|
|
586
|
+
export type GetLocationsCountAsyncResponses = {
|
|
587
|
+
/**
|
|
588
|
+
* OK
|
|
589
|
+
*/
|
|
590
|
+
200: Int32EnvelopeReadable;
|
|
591
|
+
};
|
|
592
|
+
|
|
593
|
+
export type GetLocationsCountAsyncResponse = GetLocationsCountAsyncResponses[keyof GetLocationsCountAsyncResponses];
|
|
594
|
+
|
|
595
|
+
export type DeleteLocationAsyncData = {
|
|
596
|
+
body?: never;
|
|
597
|
+
path: {
|
|
598
|
+
locationId: string;
|
|
599
|
+
};
|
|
600
|
+
query: {
|
|
601
|
+
tenantId: string;
|
|
602
|
+
};
|
|
603
|
+
url: '/api/v2/LocationsService/Locations/{locationId}';
|
|
604
|
+
};
|
|
605
|
+
|
|
606
|
+
export type DeleteLocationAsyncErrors = {
|
|
607
|
+
/**
|
|
608
|
+
* Unauthorized
|
|
609
|
+
*/
|
|
610
|
+
401: ErrorEnvelopeReadable;
|
|
611
|
+
/**
|
|
612
|
+
* Forbidden
|
|
613
|
+
*/
|
|
614
|
+
403: ErrorEnvelopeReadable;
|
|
615
|
+
};
|
|
616
|
+
|
|
617
|
+
export type DeleteLocationAsyncError = DeleteLocationAsyncErrors[keyof DeleteLocationAsyncErrors];
|
|
618
|
+
|
|
619
|
+
export type DeleteLocationAsyncResponses = {
|
|
620
|
+
/**
|
|
621
|
+
* No Content
|
|
622
|
+
*/
|
|
623
|
+
204: EmptyEnvelopeReadable;
|
|
624
|
+
};
|
|
625
|
+
|
|
626
|
+
export type DeleteLocationAsyncResponse = DeleteLocationAsyncResponses[keyof DeleteLocationAsyncResponses];
|
|
627
|
+
|
|
628
|
+
export type GetLocationAsyncData = {
|
|
629
|
+
body?: never;
|
|
630
|
+
path: {
|
|
631
|
+
locationId: string;
|
|
632
|
+
};
|
|
633
|
+
query: {
|
|
634
|
+
tenantId: string;
|
|
635
|
+
};
|
|
636
|
+
url: '/api/v2/LocationsService/Locations/{locationId}';
|
|
637
|
+
};
|
|
638
|
+
|
|
639
|
+
export type GetLocationAsyncErrors = {
|
|
640
|
+
/**
|
|
641
|
+
* Unauthorized
|
|
642
|
+
*/
|
|
643
|
+
401: ErrorEnvelopeReadable;
|
|
644
|
+
/**
|
|
645
|
+
* Forbidden
|
|
646
|
+
*/
|
|
647
|
+
403: ErrorEnvelopeReadable;
|
|
648
|
+
};
|
|
649
|
+
|
|
650
|
+
export type GetLocationAsyncError = GetLocationAsyncErrors[keyof GetLocationAsyncErrors];
|
|
651
|
+
|
|
652
|
+
export type GetLocationAsyncResponses = {
|
|
653
|
+
/**
|
|
654
|
+
* OK
|
|
655
|
+
*/
|
|
656
|
+
200: LocationDtoEnvelopeReadable;
|
|
657
|
+
};
|
|
658
|
+
|
|
659
|
+
export type GetLocationAsyncResponse = GetLocationAsyncResponses[keyof GetLocationAsyncResponses];
|
|
660
|
+
|
|
661
|
+
export type UpdateLocationAsyncData = {
|
|
662
|
+
body?: LocationUpdateDto;
|
|
663
|
+
path: {
|
|
664
|
+
locationId: string;
|
|
665
|
+
};
|
|
666
|
+
query: {
|
|
667
|
+
tenantId: string;
|
|
668
|
+
};
|
|
669
|
+
url: '/api/v2/LocationsService/Locations/{locationId}';
|
|
670
|
+
};
|
|
671
|
+
|
|
672
|
+
export type UpdateLocationAsyncErrors = {
|
|
673
|
+
/**
|
|
674
|
+
* Unauthorized
|
|
675
|
+
*/
|
|
676
|
+
401: ErrorEnvelopeReadable;
|
|
677
|
+
/**
|
|
678
|
+
* Forbidden
|
|
679
|
+
*/
|
|
680
|
+
403: ErrorEnvelopeReadable;
|
|
681
|
+
};
|
|
682
|
+
|
|
683
|
+
export type UpdateLocationAsyncError = UpdateLocationAsyncErrors[keyof UpdateLocationAsyncErrors];
|
|
684
|
+
|
|
685
|
+
export type UpdateLocationAsyncResponses = {
|
|
686
|
+
/**
|
|
687
|
+
* OK
|
|
688
|
+
*/
|
|
689
|
+
200: EmptyEnvelopeReadable;
|
|
690
|
+
};
|
|
691
|
+
|
|
692
|
+
export type UpdateLocationAsyncResponse = UpdateLocationAsyncResponses[keyof UpdateLocationAsyncResponses];
|
|
693
|
+
|
|
694
|
+
export type GetWalletLocationsAsyncData = {
|
|
695
|
+
body?: never;
|
|
696
|
+
path: {
|
|
697
|
+
walletId: string;
|
|
698
|
+
};
|
|
699
|
+
query?: never;
|
|
700
|
+
url: '/api/v2/LocationsService/Locations/wallet/{walletId}';
|
|
701
|
+
};
|
|
702
|
+
|
|
703
|
+
export type GetWalletLocationsAsyncErrors = {
|
|
704
|
+
/**
|
|
705
|
+
* Unauthorized
|
|
706
|
+
*/
|
|
707
|
+
401: ErrorEnvelopeReadable;
|
|
708
|
+
/**
|
|
709
|
+
* Forbidden
|
|
710
|
+
*/
|
|
711
|
+
403: ErrorEnvelopeReadable;
|
|
712
|
+
};
|
|
713
|
+
|
|
714
|
+
export type GetWalletLocationsAsyncError = GetWalletLocationsAsyncErrors[keyof GetWalletLocationsAsyncErrors];
|
|
715
|
+
|
|
716
|
+
export type GetWalletLocationsAsyncResponses = {
|
|
717
|
+
/**
|
|
718
|
+
* OK
|
|
719
|
+
*/
|
|
720
|
+
200: LocationDtoIReadOnlyListEnvelopeReadable;
|
|
721
|
+
};
|
|
722
|
+
|
|
723
|
+
export type GetWalletLocationsAsyncResponse = GetWalletLocationsAsyncResponses[keyof GetWalletLocationsAsyncResponses];
|
|
724
|
+
|
|
725
|
+
export type CreateWalletLocationAsyncData = {
|
|
726
|
+
body?: LocationCreateDto;
|
|
727
|
+
path: {
|
|
728
|
+
walletId: string;
|
|
729
|
+
};
|
|
730
|
+
query?: never;
|
|
731
|
+
url: '/api/v2/LocationsService/Locations/wallet/{walletId}';
|
|
732
|
+
};
|
|
733
|
+
|
|
734
|
+
export type CreateWalletLocationAsyncErrors = {
|
|
735
|
+
/**
|
|
736
|
+
* Unauthorized
|
|
737
|
+
*/
|
|
738
|
+
401: ErrorEnvelopeReadable;
|
|
739
|
+
/**
|
|
740
|
+
* Forbidden
|
|
741
|
+
*/
|
|
742
|
+
403: ErrorEnvelopeReadable;
|
|
743
|
+
};
|
|
744
|
+
|
|
745
|
+
export type CreateWalletLocationAsyncError = CreateWalletLocationAsyncErrors[keyof CreateWalletLocationAsyncErrors];
|
|
746
|
+
|
|
747
|
+
export type CreateWalletLocationAsyncResponses = {
|
|
748
|
+
/**
|
|
749
|
+
* Created
|
|
750
|
+
*/
|
|
751
|
+
201: EmptyEnvelopeReadable;
|
|
752
|
+
};
|
|
753
|
+
|
|
754
|
+
export type CreateWalletLocationAsyncResponse = CreateWalletLocationAsyncResponses[keyof CreateWalletLocationAsyncResponses];
|
|
755
|
+
|
|
756
|
+
export type GetWalletLocationsCountAsyncData = {
|
|
757
|
+
body?: never;
|
|
758
|
+
path: {
|
|
759
|
+
walletId: string;
|
|
760
|
+
};
|
|
761
|
+
query?: never;
|
|
762
|
+
url: '/api/v2/LocationsService/Locations/wallet/{walletId}/count';
|
|
763
|
+
};
|
|
764
|
+
|
|
765
|
+
export type GetWalletLocationsCountAsyncErrors = {
|
|
766
|
+
/**
|
|
767
|
+
* Unauthorized
|
|
768
|
+
*/
|
|
769
|
+
401: ErrorEnvelopeReadable;
|
|
770
|
+
/**
|
|
771
|
+
* Forbidden
|
|
772
|
+
*/
|
|
773
|
+
403: ErrorEnvelopeReadable;
|
|
774
|
+
};
|
|
775
|
+
|
|
776
|
+
export type GetWalletLocationsCountAsyncError = GetWalletLocationsCountAsyncErrors[keyof GetWalletLocationsCountAsyncErrors];
|
|
777
|
+
|
|
778
|
+
export type GetWalletLocationsCountAsyncResponses = {
|
|
779
|
+
/**
|
|
780
|
+
* OK
|
|
781
|
+
*/
|
|
782
|
+
200: Int32EnvelopeReadable;
|
|
783
|
+
};
|
|
784
|
+
|
|
785
|
+
export type GetWalletLocationsCountAsyncResponse = GetWalletLocationsCountAsyncResponses[keyof GetWalletLocationsCountAsyncResponses];
|
|
786
|
+
|
|
787
|
+
export type DeleteWalletLocationAsyncData = {
|
|
788
|
+
body?: never;
|
|
789
|
+
path: {
|
|
790
|
+
walletId: string;
|
|
791
|
+
locationId: string;
|
|
792
|
+
};
|
|
793
|
+
query?: never;
|
|
794
|
+
url: '/api/v2/LocationsService/Locations/wallet/{walletId}/{locationId}';
|
|
795
|
+
};
|
|
796
|
+
|
|
797
|
+
export type DeleteWalletLocationAsyncErrors = {
|
|
798
|
+
/**
|
|
799
|
+
* Unauthorized
|
|
800
|
+
*/
|
|
801
|
+
401: ErrorEnvelopeReadable;
|
|
802
|
+
/**
|
|
803
|
+
* Forbidden
|
|
804
|
+
*/
|
|
805
|
+
403: ErrorEnvelopeReadable;
|
|
806
|
+
};
|
|
807
|
+
|
|
808
|
+
export type DeleteWalletLocationAsyncError = DeleteWalletLocationAsyncErrors[keyof DeleteWalletLocationAsyncErrors];
|
|
809
|
+
|
|
810
|
+
export type DeleteWalletLocationAsyncResponses = {
|
|
811
|
+
/**
|
|
812
|
+
* No Content
|
|
813
|
+
*/
|
|
814
|
+
204: EmptyEnvelopeReadable;
|
|
815
|
+
};
|
|
816
|
+
|
|
817
|
+
export type DeleteWalletLocationAsyncResponse = DeleteWalletLocationAsyncResponses[keyof DeleteWalletLocationAsyncResponses];
|
|
818
|
+
|
|
819
|
+
export type GetWalletLocationAsyncData = {
|
|
820
|
+
body?: never;
|
|
821
|
+
path: {
|
|
822
|
+
walletId: string;
|
|
823
|
+
locationId: string;
|
|
824
|
+
};
|
|
825
|
+
query?: never;
|
|
826
|
+
url: '/api/v2/LocationsService/Locations/wallet/{walletId}/{locationId}';
|
|
827
|
+
};
|
|
828
|
+
|
|
829
|
+
export type GetWalletLocationAsyncErrors = {
|
|
830
|
+
/**
|
|
831
|
+
* Unauthorized
|
|
832
|
+
*/
|
|
833
|
+
401: ErrorEnvelopeReadable;
|
|
834
|
+
/**
|
|
835
|
+
* Forbidden
|
|
836
|
+
*/
|
|
837
|
+
403: ErrorEnvelopeReadable;
|
|
838
|
+
};
|
|
839
|
+
|
|
840
|
+
export type GetWalletLocationAsyncError = GetWalletLocationAsyncErrors[keyof GetWalletLocationAsyncErrors];
|
|
841
|
+
|
|
842
|
+
export type GetWalletLocationAsyncResponses = {
|
|
843
|
+
/**
|
|
844
|
+
* OK
|
|
845
|
+
*/
|
|
846
|
+
200: LocationDtoEnvelopeReadable;
|
|
847
|
+
};
|
|
848
|
+
|
|
849
|
+
export type GetWalletLocationAsyncResponse = GetWalletLocationAsyncResponses[keyof GetWalletLocationAsyncResponses];
|
|
850
|
+
|
|
851
|
+
export type UpdateWalletLocationAsyncData = {
|
|
852
|
+
body?: LocationUpdateDto;
|
|
853
|
+
path: {
|
|
854
|
+
walletId: string;
|
|
855
|
+
locationId: string;
|
|
856
|
+
};
|
|
857
|
+
query?: never;
|
|
858
|
+
url: '/api/v2/LocationsService/Locations/wallet/{walletId}/{locationId}';
|
|
859
|
+
};
|
|
860
|
+
|
|
861
|
+
export type UpdateWalletLocationAsyncErrors = {
|
|
862
|
+
/**
|
|
863
|
+
* Unauthorized
|
|
864
|
+
*/
|
|
865
|
+
401: ErrorEnvelopeReadable;
|
|
866
|
+
/**
|
|
867
|
+
* Forbidden
|
|
868
|
+
*/
|
|
869
|
+
403: ErrorEnvelopeReadable;
|
|
870
|
+
};
|
|
871
|
+
|
|
872
|
+
export type UpdateWalletLocationAsyncError = UpdateWalletLocationAsyncErrors[keyof UpdateWalletLocationAsyncErrors];
|
|
873
|
+
|
|
874
|
+
export type UpdateWalletLocationAsyncResponses = {
|
|
875
|
+
/**
|
|
876
|
+
* OK
|
|
877
|
+
*/
|
|
878
|
+
200: EmptyEnvelopeReadable;
|
|
879
|
+
};
|
|
880
|
+
|
|
881
|
+
export type UpdateWalletLocationAsyncResponse = UpdateWalletLocationAsyncResponses[keyof UpdateWalletLocationAsyncResponses];
|
|
882
|
+
|
|
883
|
+
export type ClientOptions = {
|
|
884
|
+
baseUrl: 'https://localhost:44388' | (string & {});
|
|
885
|
+
};
|