@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,980 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by openapi-typescript.
|
|
3
|
+
* Do not make direct changes to the file.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
export interface paths {
|
|
8
|
+
"/version": {
|
|
9
|
+
get: {
|
|
10
|
+
responses: {
|
|
11
|
+
/** @description OK */
|
|
12
|
+
200: {
|
|
13
|
+
content: never;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
"/health": {
|
|
19
|
+
get: {
|
|
20
|
+
responses: {
|
|
21
|
+
/** @description OK */
|
|
22
|
+
200: {
|
|
23
|
+
content: never;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
"/hello": {
|
|
29
|
+
get: {
|
|
30
|
+
responses: {
|
|
31
|
+
/** @description OK */
|
|
32
|
+
200: {
|
|
33
|
+
content: never;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
"/register": {
|
|
39
|
+
post: {
|
|
40
|
+
requestBody: {
|
|
41
|
+
content: {
|
|
42
|
+
"application/json": components["schemas"]["RegisterRequest"];
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
responses: {
|
|
46
|
+
/** @description OK */
|
|
47
|
+
200: {
|
|
48
|
+
content: never;
|
|
49
|
+
};
|
|
50
|
+
/** @description Bad Request */
|
|
51
|
+
400: {
|
|
52
|
+
content: {
|
|
53
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
"/login": {
|
|
60
|
+
post: {
|
|
61
|
+
parameters: {
|
|
62
|
+
query?: {
|
|
63
|
+
useCookies?: boolean;
|
|
64
|
+
useSessionCookies?: boolean;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
requestBody: {
|
|
68
|
+
content: {
|
|
69
|
+
"application/json": components["schemas"]["LoginRequest"];
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
responses: {
|
|
73
|
+
/** @description OK */
|
|
74
|
+
200: {
|
|
75
|
+
content: {
|
|
76
|
+
"application/json": components["schemas"]["AccessTokenResponse"];
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
"/refresh": {
|
|
83
|
+
post: {
|
|
84
|
+
requestBody: {
|
|
85
|
+
content: {
|
|
86
|
+
"application/json": components["schemas"]["RefreshRequest"];
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
responses: {
|
|
90
|
+
/** @description OK */
|
|
91
|
+
200: {
|
|
92
|
+
content: {
|
|
93
|
+
"application/json": components["schemas"]["AccessTokenResponse"];
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
"/confirmEmail": {
|
|
100
|
+
get: operations["MapIdentityApi-/confirmEmail"];
|
|
101
|
+
};
|
|
102
|
+
"/resendConfirmationEmail": {
|
|
103
|
+
post: {
|
|
104
|
+
requestBody: {
|
|
105
|
+
content: {
|
|
106
|
+
"application/json": components["schemas"]["ResendConfirmationEmailRequest"];
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
responses: {
|
|
110
|
+
/** @description OK */
|
|
111
|
+
200: {
|
|
112
|
+
content: never;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
"/forgotPassword": {
|
|
118
|
+
post: {
|
|
119
|
+
requestBody: {
|
|
120
|
+
content: {
|
|
121
|
+
"application/json": components["schemas"]["ForgotPasswordRequest"];
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
responses: {
|
|
125
|
+
/** @description OK */
|
|
126
|
+
200: {
|
|
127
|
+
content: never;
|
|
128
|
+
};
|
|
129
|
+
/** @description Bad Request */
|
|
130
|
+
400: {
|
|
131
|
+
content: {
|
|
132
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
133
|
+
};
|
|
134
|
+
};
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
};
|
|
138
|
+
"/resetPassword": {
|
|
139
|
+
post: {
|
|
140
|
+
requestBody: {
|
|
141
|
+
content: {
|
|
142
|
+
"application/json": components["schemas"]["ResetPasswordRequest"];
|
|
143
|
+
};
|
|
144
|
+
};
|
|
145
|
+
responses: {
|
|
146
|
+
/** @description OK */
|
|
147
|
+
200: {
|
|
148
|
+
content: never;
|
|
149
|
+
};
|
|
150
|
+
/** @description Bad Request */
|
|
151
|
+
400: {
|
|
152
|
+
content: {
|
|
153
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
};
|
|
157
|
+
};
|
|
158
|
+
};
|
|
159
|
+
"/manage/2fa": {
|
|
160
|
+
post: {
|
|
161
|
+
requestBody: {
|
|
162
|
+
content: {
|
|
163
|
+
"application/json": components["schemas"]["TwoFactorRequest"];
|
|
164
|
+
};
|
|
165
|
+
};
|
|
166
|
+
responses: {
|
|
167
|
+
/** @description OK */
|
|
168
|
+
200: {
|
|
169
|
+
content: {
|
|
170
|
+
"application/json": components["schemas"]["TwoFactorResponse"];
|
|
171
|
+
};
|
|
172
|
+
};
|
|
173
|
+
/** @description Bad Request */
|
|
174
|
+
400: {
|
|
175
|
+
content: {
|
|
176
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
177
|
+
};
|
|
178
|
+
};
|
|
179
|
+
/** @description Not Found */
|
|
180
|
+
404: {
|
|
181
|
+
content: never;
|
|
182
|
+
};
|
|
183
|
+
};
|
|
184
|
+
};
|
|
185
|
+
};
|
|
186
|
+
"/manage/info": {
|
|
187
|
+
get: {
|
|
188
|
+
responses: {
|
|
189
|
+
/** @description OK */
|
|
190
|
+
200: {
|
|
191
|
+
content: {
|
|
192
|
+
"application/json": components["schemas"]["InfoResponse"];
|
|
193
|
+
};
|
|
194
|
+
};
|
|
195
|
+
/** @description Bad Request */
|
|
196
|
+
400: {
|
|
197
|
+
content: {
|
|
198
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
199
|
+
};
|
|
200
|
+
};
|
|
201
|
+
/** @description Not Found */
|
|
202
|
+
404: {
|
|
203
|
+
content: never;
|
|
204
|
+
};
|
|
205
|
+
};
|
|
206
|
+
};
|
|
207
|
+
post: {
|
|
208
|
+
requestBody: {
|
|
209
|
+
content: {
|
|
210
|
+
"application/json": components["schemas"]["InfoRequest"];
|
|
211
|
+
};
|
|
212
|
+
};
|
|
213
|
+
responses: {
|
|
214
|
+
/** @description OK */
|
|
215
|
+
200: {
|
|
216
|
+
content: {
|
|
217
|
+
"application/json": components["schemas"]["InfoResponse"];
|
|
218
|
+
};
|
|
219
|
+
};
|
|
220
|
+
/** @description Bad Request */
|
|
221
|
+
400: {
|
|
222
|
+
content: {
|
|
223
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
224
|
+
};
|
|
225
|
+
};
|
|
226
|
+
/** @description Not Found */
|
|
227
|
+
404: {
|
|
228
|
+
content: never;
|
|
229
|
+
};
|
|
230
|
+
};
|
|
231
|
+
};
|
|
232
|
+
};
|
|
233
|
+
"/api/v2/LocationsService/Locations": {
|
|
234
|
+
/**
|
|
235
|
+
* Get Locations
|
|
236
|
+
* @description Get all locations with OData query support.
|
|
237
|
+
*/
|
|
238
|
+
get: operations["GetLocationsAsync"];
|
|
239
|
+
/**
|
|
240
|
+
* Create Location
|
|
241
|
+
* @description Create a new location.
|
|
242
|
+
*/
|
|
243
|
+
post: operations["CreateLocationAsync"];
|
|
244
|
+
};
|
|
245
|
+
"/api/v2/LocationsService/Locations/count": {
|
|
246
|
+
/**
|
|
247
|
+
* Get Locations Count
|
|
248
|
+
* @description Get the count of locations with OData query support.
|
|
249
|
+
*/
|
|
250
|
+
get: operations["GetLocationsCountAsync"];
|
|
251
|
+
};
|
|
252
|
+
"/api/v2/LocationsService/Locations/{locationId}": {
|
|
253
|
+
/**
|
|
254
|
+
* Get Location
|
|
255
|
+
* @description Get details of a specific location by ID.
|
|
256
|
+
*/
|
|
257
|
+
get: operations["GetLocationAsync"];
|
|
258
|
+
/**
|
|
259
|
+
* Update Location
|
|
260
|
+
* @description Update a specific location by ID.
|
|
261
|
+
*/
|
|
262
|
+
put: operations["UpdateLocationAsync"];
|
|
263
|
+
/**
|
|
264
|
+
* Delete Location
|
|
265
|
+
* @description Delete a specific location by ID.
|
|
266
|
+
*/
|
|
267
|
+
delete: operations["DeleteLocationAsync"];
|
|
268
|
+
};
|
|
269
|
+
"/api/v2/LocationsService/Locations/wallet/{walletId}": {
|
|
270
|
+
/**
|
|
271
|
+
* Get Wallet Locations
|
|
272
|
+
* @description Get locations for a specific wallet by ID.
|
|
273
|
+
*/
|
|
274
|
+
get: operations["GetWalletLocationsAsync"];
|
|
275
|
+
/**
|
|
276
|
+
* Create Wallet Location
|
|
277
|
+
* @description Create a new location for a specific wallet.
|
|
278
|
+
*/
|
|
279
|
+
post: operations["CreateWalletLocationAsync"];
|
|
280
|
+
};
|
|
281
|
+
"/api/v2/LocationsService/Locations/wallet/{walletId}/count": {
|
|
282
|
+
/**
|
|
283
|
+
* Get Wallet Locations Count
|
|
284
|
+
* @description Get the count of locations for a specific wallet by ID.
|
|
285
|
+
*/
|
|
286
|
+
get: operations["GetWalletLocationsCountAsync"];
|
|
287
|
+
};
|
|
288
|
+
"/api/v2/LocationsService/Locations/wallet/{walletId}/{locationId}": {
|
|
289
|
+
/**
|
|
290
|
+
* Get Wallet Location
|
|
291
|
+
* @description Get a specific location of a wallet by ID.
|
|
292
|
+
*/
|
|
293
|
+
get: operations["GetWalletLocationAsync"];
|
|
294
|
+
/**
|
|
295
|
+
* Update Wallet Location
|
|
296
|
+
* @description Update a specific location of a wallet.
|
|
297
|
+
*/
|
|
298
|
+
put: operations["UpdateWalletLocationAsync"];
|
|
299
|
+
/**
|
|
300
|
+
* Delete Wallet Location
|
|
301
|
+
* @description Delete a specific location of a wallet.
|
|
302
|
+
*/
|
|
303
|
+
delete: operations["DeleteWalletLocationAsync"];
|
|
304
|
+
};
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
export type webhooks = Record<string, never>;
|
|
308
|
+
|
|
309
|
+
export interface components {
|
|
310
|
+
schemas: {
|
|
311
|
+
AccessTokenResponse: {
|
|
312
|
+
tokenType?: string | null;
|
|
313
|
+
accessToken: string | null;
|
|
314
|
+
/** Format: int64 */
|
|
315
|
+
expiresIn: number;
|
|
316
|
+
refreshToken: string | null;
|
|
317
|
+
};
|
|
318
|
+
EmptyEnvelope: {
|
|
319
|
+
isSuccess?: boolean;
|
|
320
|
+
errorMessage?: string | null;
|
|
321
|
+
correlationId?: string | null;
|
|
322
|
+
/** Format: date-time */
|
|
323
|
+
timestamp?: string;
|
|
324
|
+
activityId?: string | null;
|
|
325
|
+
};
|
|
326
|
+
ErrorEnvelope: {
|
|
327
|
+
isSuccess?: boolean;
|
|
328
|
+
errorMessage?: string | null;
|
|
329
|
+
correlationId?: string | null;
|
|
330
|
+
/** Format: date-time */
|
|
331
|
+
timestamp?: string;
|
|
332
|
+
activityId?: string | null;
|
|
333
|
+
};
|
|
334
|
+
ForgotPasswordRequest: {
|
|
335
|
+
email: string | null;
|
|
336
|
+
};
|
|
337
|
+
HttpValidationProblemDetails: {
|
|
338
|
+
type?: string | null;
|
|
339
|
+
title?: string | null;
|
|
340
|
+
/** Format: int32 */
|
|
341
|
+
status?: number | null;
|
|
342
|
+
detail?: string | null;
|
|
343
|
+
instance?: string | null;
|
|
344
|
+
errors?: {
|
|
345
|
+
[key: string]: string[];
|
|
346
|
+
} | null;
|
|
347
|
+
[key: string]: unknown;
|
|
348
|
+
};
|
|
349
|
+
InfoRequest: {
|
|
350
|
+
newEmail?: string | null;
|
|
351
|
+
newPassword?: string | null;
|
|
352
|
+
oldPassword?: string | null;
|
|
353
|
+
};
|
|
354
|
+
InfoResponse: {
|
|
355
|
+
email: string | null;
|
|
356
|
+
isEmailConfirmed: boolean;
|
|
357
|
+
};
|
|
358
|
+
Int32Envelope: {
|
|
359
|
+
isSuccess?: boolean;
|
|
360
|
+
errorMessage?: string | null;
|
|
361
|
+
correlationId?: string | null;
|
|
362
|
+
/** Format: date-time */
|
|
363
|
+
timestamp?: string;
|
|
364
|
+
activityId?: string | null;
|
|
365
|
+
/** Format: int32 */
|
|
366
|
+
result?: number;
|
|
367
|
+
};
|
|
368
|
+
LocationCreateDto: {
|
|
369
|
+
/** Format: uuid */
|
|
370
|
+
id?: string;
|
|
371
|
+
/** Format: date-time */
|
|
372
|
+
timestamp?: string;
|
|
373
|
+
title?: string | null;
|
|
374
|
+
email?: string | null;
|
|
375
|
+
phone?: string | null;
|
|
376
|
+
fax?: string | null;
|
|
377
|
+
address1?: string | null;
|
|
378
|
+
address2?: string | null;
|
|
379
|
+
address3?: string | null;
|
|
380
|
+
unit?: string | null;
|
|
381
|
+
cityId?: string | null;
|
|
382
|
+
stateId?: string | null;
|
|
383
|
+
postalCode?: string | null;
|
|
384
|
+
countryId?: string | null;
|
|
385
|
+
tenantId?: string | null;
|
|
386
|
+
/** Format: double */
|
|
387
|
+
longitude?: number;
|
|
388
|
+
/** Format: double */
|
|
389
|
+
latitude?: number;
|
|
390
|
+
isRoutable?: boolean;
|
|
391
|
+
isGlobalPrimary?: boolean;
|
|
392
|
+
isCountryPrimary?: boolean;
|
|
393
|
+
canGenerateLabels?: boolean;
|
|
394
|
+
isDefaultSenderAddress?: boolean;
|
|
395
|
+
isDefaultReturnAddress?: boolean;
|
|
396
|
+
isDefaultSuppingLocation?: boolean;
|
|
397
|
+
};
|
|
398
|
+
LocationDto: {
|
|
399
|
+
id?: string | null;
|
|
400
|
+
/** Format: date-time */
|
|
401
|
+
timestamp?: string | null;
|
|
402
|
+
title?: string | null;
|
|
403
|
+
business?: string | null;
|
|
404
|
+
email?: string | null;
|
|
405
|
+
phone?: string | null;
|
|
406
|
+
fax?: string | null;
|
|
407
|
+
address1?: string | null;
|
|
408
|
+
address2?: string | null;
|
|
409
|
+
address3?: string | null;
|
|
410
|
+
unit?: string | null;
|
|
411
|
+
cityId?: string | null;
|
|
412
|
+
stateId?: string | null;
|
|
413
|
+
postalCode?: string | null;
|
|
414
|
+
countryId?: string | null;
|
|
415
|
+
/** Format: double */
|
|
416
|
+
longitude?: number;
|
|
417
|
+
/** Format: double */
|
|
418
|
+
latitude?: number;
|
|
419
|
+
isRoutable?: boolean;
|
|
420
|
+
isGlobalPrimary?: boolean;
|
|
421
|
+
isCountryPrimary?: boolean;
|
|
422
|
+
canGenerateLabels?: boolean;
|
|
423
|
+
isDefaultSenderAddress?: boolean;
|
|
424
|
+
isDefaultReturnAddress?: boolean;
|
|
425
|
+
isDefaultSuppingLocation?: boolean;
|
|
426
|
+
};
|
|
427
|
+
LocationDtoEnvelope: {
|
|
428
|
+
isSuccess?: boolean;
|
|
429
|
+
errorMessage?: string | null;
|
|
430
|
+
correlationId?: string | null;
|
|
431
|
+
/** Format: date-time */
|
|
432
|
+
timestamp?: string;
|
|
433
|
+
activityId?: string | null;
|
|
434
|
+
result?: components["schemas"]["LocationDto"];
|
|
435
|
+
};
|
|
436
|
+
LocationDtoIReadOnlyListEnvelope: {
|
|
437
|
+
isSuccess?: boolean;
|
|
438
|
+
errorMessage?: string | null;
|
|
439
|
+
correlationId?: string | null;
|
|
440
|
+
/** Format: date-time */
|
|
441
|
+
timestamp?: string;
|
|
442
|
+
activityId?: string | null;
|
|
443
|
+
result?: components["schemas"]["LocationDto"][] | null;
|
|
444
|
+
};
|
|
445
|
+
LocationUpdateDto: {
|
|
446
|
+
title?: string | null;
|
|
447
|
+
email?: string | null;
|
|
448
|
+
phone?: string | null;
|
|
449
|
+
fax?: string | null;
|
|
450
|
+
address1?: string | null;
|
|
451
|
+
address2?: string | null;
|
|
452
|
+
address3?: string | null;
|
|
453
|
+
unit?: string | null;
|
|
454
|
+
cityId?: string | null;
|
|
455
|
+
stateId?: string | null;
|
|
456
|
+
postalCode?: string | null;
|
|
457
|
+
countryId?: string | null;
|
|
458
|
+
tenantId?: string | null;
|
|
459
|
+
/** Format: double */
|
|
460
|
+
longitude?: number;
|
|
461
|
+
/** Format: double */
|
|
462
|
+
latitude?: number;
|
|
463
|
+
isRoutable?: boolean;
|
|
464
|
+
isGlobalPrimary?: boolean;
|
|
465
|
+
isCountryPrimary?: boolean;
|
|
466
|
+
canGenerateLabels?: boolean;
|
|
467
|
+
isDefaultSenderAddress?: boolean;
|
|
468
|
+
isDefaultReturnAddress?: boolean;
|
|
469
|
+
isDefaultSuppingLocation?: boolean;
|
|
470
|
+
};
|
|
471
|
+
LoginRequest: {
|
|
472
|
+
email: string | null;
|
|
473
|
+
password: string | null;
|
|
474
|
+
twoFactorCode?: string | null;
|
|
475
|
+
twoFactorRecoveryCode?: string | null;
|
|
476
|
+
};
|
|
477
|
+
RefreshRequest: {
|
|
478
|
+
refreshToken: string | null;
|
|
479
|
+
};
|
|
480
|
+
RegisterRequest: {
|
|
481
|
+
email: string | null;
|
|
482
|
+
password: string | null;
|
|
483
|
+
};
|
|
484
|
+
ResendConfirmationEmailRequest: {
|
|
485
|
+
email: string | null;
|
|
486
|
+
};
|
|
487
|
+
ResetPasswordRequest: {
|
|
488
|
+
email: string | null;
|
|
489
|
+
resetCode: string | null;
|
|
490
|
+
newPassword: string | null;
|
|
491
|
+
};
|
|
492
|
+
TwoFactorRequest: {
|
|
493
|
+
enable?: boolean | null;
|
|
494
|
+
twoFactorCode?: string | null;
|
|
495
|
+
resetSharedKey?: boolean;
|
|
496
|
+
resetRecoveryCodes?: boolean;
|
|
497
|
+
forgetMachine?: boolean;
|
|
498
|
+
};
|
|
499
|
+
TwoFactorResponse: {
|
|
500
|
+
sharedKey: string | null;
|
|
501
|
+
/** Format: int32 */
|
|
502
|
+
recoveryCodesLeft: number;
|
|
503
|
+
recoveryCodes?: string[] | null;
|
|
504
|
+
isTwoFactorEnabled: boolean;
|
|
505
|
+
isMachineRemembered: boolean;
|
|
506
|
+
};
|
|
507
|
+
};
|
|
508
|
+
responses: never;
|
|
509
|
+
parameters: never;
|
|
510
|
+
requestBodies: never;
|
|
511
|
+
headers: never;
|
|
512
|
+
pathItems: never;
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
export type $defs = Record<string, never>;
|
|
516
|
+
|
|
517
|
+
export type external = Record<string, never>;
|
|
518
|
+
|
|
519
|
+
export interface operations {
|
|
520
|
+
|
|
521
|
+
"MapIdentityApi-/confirmEmail": {
|
|
522
|
+
parameters: {
|
|
523
|
+
query: {
|
|
524
|
+
userId: string;
|
|
525
|
+
code: string;
|
|
526
|
+
changedEmail?: string;
|
|
527
|
+
};
|
|
528
|
+
};
|
|
529
|
+
responses: {
|
|
530
|
+
/** @description OK */
|
|
531
|
+
200: {
|
|
532
|
+
content: never;
|
|
533
|
+
};
|
|
534
|
+
};
|
|
535
|
+
};
|
|
536
|
+
/**
|
|
537
|
+
* Get Locations
|
|
538
|
+
* @description Get all locations with OData query support.
|
|
539
|
+
*/
|
|
540
|
+
GetLocationsAsync: {
|
|
541
|
+
parameters: {
|
|
542
|
+
query: {
|
|
543
|
+
tenantId: string;
|
|
544
|
+
};
|
|
545
|
+
};
|
|
546
|
+
responses: {
|
|
547
|
+
/** @description OK */
|
|
548
|
+
200: {
|
|
549
|
+
content: {
|
|
550
|
+
"application/json": components["schemas"]["LocationDtoIReadOnlyListEnvelope"];
|
|
551
|
+
"application/xml": components["schemas"]["LocationDtoIReadOnlyListEnvelope"];
|
|
552
|
+
};
|
|
553
|
+
};
|
|
554
|
+
/** @description Unauthorized */
|
|
555
|
+
401: {
|
|
556
|
+
content: {
|
|
557
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
558
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
559
|
+
};
|
|
560
|
+
};
|
|
561
|
+
/** @description Forbidden */
|
|
562
|
+
403: {
|
|
563
|
+
content: {
|
|
564
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
565
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
566
|
+
};
|
|
567
|
+
};
|
|
568
|
+
};
|
|
569
|
+
};
|
|
570
|
+
/**
|
|
571
|
+
* Create Location
|
|
572
|
+
* @description Create a new location.
|
|
573
|
+
*/
|
|
574
|
+
CreateLocationAsync: {
|
|
575
|
+
parameters: {
|
|
576
|
+
query: {
|
|
577
|
+
tenantId: string;
|
|
578
|
+
};
|
|
579
|
+
};
|
|
580
|
+
requestBody?: {
|
|
581
|
+
content: {
|
|
582
|
+
"application/json": components["schemas"]["LocationCreateDto"];
|
|
583
|
+
"application/xml": components["schemas"]["LocationCreateDto"];
|
|
584
|
+
};
|
|
585
|
+
};
|
|
586
|
+
responses: {
|
|
587
|
+
/** @description Created */
|
|
588
|
+
201: {
|
|
589
|
+
content: {
|
|
590
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
591
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
592
|
+
};
|
|
593
|
+
};
|
|
594
|
+
/** @description Unauthorized */
|
|
595
|
+
401: {
|
|
596
|
+
content: {
|
|
597
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
598
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
599
|
+
};
|
|
600
|
+
};
|
|
601
|
+
/** @description Forbidden */
|
|
602
|
+
403: {
|
|
603
|
+
content: {
|
|
604
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
605
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
606
|
+
};
|
|
607
|
+
};
|
|
608
|
+
};
|
|
609
|
+
};
|
|
610
|
+
/**
|
|
611
|
+
* Get Locations Count
|
|
612
|
+
* @description Get the count of locations with OData query support.
|
|
613
|
+
*/
|
|
614
|
+
GetLocationsCountAsync: {
|
|
615
|
+
parameters: {
|
|
616
|
+
query: {
|
|
617
|
+
tenantId: string;
|
|
618
|
+
};
|
|
619
|
+
};
|
|
620
|
+
responses: {
|
|
621
|
+
/** @description OK */
|
|
622
|
+
200: {
|
|
623
|
+
content: {
|
|
624
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
625
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
626
|
+
};
|
|
627
|
+
};
|
|
628
|
+
/** @description Unauthorized */
|
|
629
|
+
401: {
|
|
630
|
+
content: {
|
|
631
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
632
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
633
|
+
};
|
|
634
|
+
};
|
|
635
|
+
/** @description Forbidden */
|
|
636
|
+
403: {
|
|
637
|
+
content: {
|
|
638
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
639
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
640
|
+
};
|
|
641
|
+
};
|
|
642
|
+
};
|
|
643
|
+
};
|
|
644
|
+
/**
|
|
645
|
+
* Get Location
|
|
646
|
+
* @description Get details of a specific location by ID.
|
|
647
|
+
*/
|
|
648
|
+
GetLocationAsync: {
|
|
649
|
+
parameters: {
|
|
650
|
+
query: {
|
|
651
|
+
tenantId: string;
|
|
652
|
+
};
|
|
653
|
+
path: {
|
|
654
|
+
locationId: string;
|
|
655
|
+
};
|
|
656
|
+
};
|
|
657
|
+
responses: {
|
|
658
|
+
/** @description OK */
|
|
659
|
+
200: {
|
|
660
|
+
content: {
|
|
661
|
+
"application/json": components["schemas"]["LocationDtoEnvelope"];
|
|
662
|
+
"application/xml": components["schemas"]["LocationDtoEnvelope"];
|
|
663
|
+
};
|
|
664
|
+
};
|
|
665
|
+
/** @description Unauthorized */
|
|
666
|
+
401: {
|
|
667
|
+
content: {
|
|
668
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
669
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
670
|
+
};
|
|
671
|
+
};
|
|
672
|
+
/** @description Forbidden */
|
|
673
|
+
403: {
|
|
674
|
+
content: {
|
|
675
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
676
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
677
|
+
};
|
|
678
|
+
};
|
|
679
|
+
};
|
|
680
|
+
};
|
|
681
|
+
/**
|
|
682
|
+
* Update Location
|
|
683
|
+
* @description Update a specific location by ID.
|
|
684
|
+
*/
|
|
685
|
+
UpdateLocationAsync: {
|
|
686
|
+
parameters: {
|
|
687
|
+
query: {
|
|
688
|
+
tenantId: string;
|
|
689
|
+
};
|
|
690
|
+
path: {
|
|
691
|
+
locationId: string;
|
|
692
|
+
};
|
|
693
|
+
};
|
|
694
|
+
requestBody?: {
|
|
695
|
+
content: {
|
|
696
|
+
"application/json": components["schemas"]["LocationUpdateDto"];
|
|
697
|
+
"application/xml": components["schemas"]["LocationUpdateDto"];
|
|
698
|
+
};
|
|
699
|
+
};
|
|
700
|
+
responses: {
|
|
701
|
+
/** @description OK */
|
|
702
|
+
200: {
|
|
703
|
+
content: {
|
|
704
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
705
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
706
|
+
};
|
|
707
|
+
};
|
|
708
|
+
/** @description Unauthorized */
|
|
709
|
+
401: {
|
|
710
|
+
content: {
|
|
711
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
712
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
713
|
+
};
|
|
714
|
+
};
|
|
715
|
+
/** @description Forbidden */
|
|
716
|
+
403: {
|
|
717
|
+
content: {
|
|
718
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
719
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
720
|
+
};
|
|
721
|
+
};
|
|
722
|
+
};
|
|
723
|
+
};
|
|
724
|
+
/**
|
|
725
|
+
* Delete Location
|
|
726
|
+
* @description Delete a specific location by ID.
|
|
727
|
+
*/
|
|
728
|
+
DeleteLocationAsync: {
|
|
729
|
+
parameters: {
|
|
730
|
+
query: {
|
|
731
|
+
tenantId: string;
|
|
732
|
+
};
|
|
733
|
+
path: {
|
|
734
|
+
locationId: string;
|
|
735
|
+
};
|
|
736
|
+
};
|
|
737
|
+
responses: {
|
|
738
|
+
/** @description No Content */
|
|
739
|
+
204: {
|
|
740
|
+
content: {
|
|
741
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
742
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
743
|
+
};
|
|
744
|
+
};
|
|
745
|
+
/** @description Unauthorized */
|
|
746
|
+
401: {
|
|
747
|
+
content: {
|
|
748
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
749
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
750
|
+
};
|
|
751
|
+
};
|
|
752
|
+
/** @description Forbidden */
|
|
753
|
+
403: {
|
|
754
|
+
content: {
|
|
755
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
756
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
757
|
+
};
|
|
758
|
+
};
|
|
759
|
+
};
|
|
760
|
+
};
|
|
761
|
+
/**
|
|
762
|
+
* Get Wallet Locations
|
|
763
|
+
* @description Get locations for a specific wallet by ID.
|
|
764
|
+
*/
|
|
765
|
+
GetWalletLocationsAsync: {
|
|
766
|
+
parameters: {
|
|
767
|
+
path: {
|
|
768
|
+
walletId: string;
|
|
769
|
+
};
|
|
770
|
+
};
|
|
771
|
+
responses: {
|
|
772
|
+
/** @description OK */
|
|
773
|
+
200: {
|
|
774
|
+
content: {
|
|
775
|
+
"application/json": components["schemas"]["LocationDtoIReadOnlyListEnvelope"];
|
|
776
|
+
"application/xml": components["schemas"]["LocationDtoIReadOnlyListEnvelope"];
|
|
777
|
+
};
|
|
778
|
+
};
|
|
779
|
+
/** @description Unauthorized */
|
|
780
|
+
401: {
|
|
781
|
+
content: {
|
|
782
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
783
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
784
|
+
};
|
|
785
|
+
};
|
|
786
|
+
/** @description Forbidden */
|
|
787
|
+
403: {
|
|
788
|
+
content: {
|
|
789
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
790
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
791
|
+
};
|
|
792
|
+
};
|
|
793
|
+
};
|
|
794
|
+
};
|
|
795
|
+
/**
|
|
796
|
+
* Create Wallet Location
|
|
797
|
+
* @description Create a new location for a specific wallet.
|
|
798
|
+
*/
|
|
799
|
+
CreateWalletLocationAsync: {
|
|
800
|
+
parameters: {
|
|
801
|
+
path: {
|
|
802
|
+
walletId: string;
|
|
803
|
+
};
|
|
804
|
+
};
|
|
805
|
+
requestBody?: {
|
|
806
|
+
content: {
|
|
807
|
+
"application/json": components["schemas"]["LocationCreateDto"];
|
|
808
|
+
"application/xml": components["schemas"]["LocationCreateDto"];
|
|
809
|
+
};
|
|
810
|
+
};
|
|
811
|
+
responses: {
|
|
812
|
+
/** @description Created */
|
|
813
|
+
201: {
|
|
814
|
+
content: {
|
|
815
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
816
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
817
|
+
};
|
|
818
|
+
};
|
|
819
|
+
/** @description Unauthorized */
|
|
820
|
+
401: {
|
|
821
|
+
content: {
|
|
822
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
823
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
824
|
+
};
|
|
825
|
+
};
|
|
826
|
+
/** @description Forbidden */
|
|
827
|
+
403: {
|
|
828
|
+
content: {
|
|
829
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
830
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
831
|
+
};
|
|
832
|
+
};
|
|
833
|
+
};
|
|
834
|
+
};
|
|
835
|
+
/**
|
|
836
|
+
* Get Wallet Locations Count
|
|
837
|
+
* @description Get the count of locations for a specific wallet by ID.
|
|
838
|
+
*/
|
|
839
|
+
GetWalletLocationsCountAsync: {
|
|
840
|
+
parameters: {
|
|
841
|
+
path: {
|
|
842
|
+
walletId: string;
|
|
843
|
+
};
|
|
844
|
+
};
|
|
845
|
+
responses: {
|
|
846
|
+
/** @description OK */
|
|
847
|
+
200: {
|
|
848
|
+
content: {
|
|
849
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
850
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
851
|
+
};
|
|
852
|
+
};
|
|
853
|
+
/** @description Unauthorized */
|
|
854
|
+
401: {
|
|
855
|
+
content: {
|
|
856
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
857
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
858
|
+
};
|
|
859
|
+
};
|
|
860
|
+
/** @description Forbidden */
|
|
861
|
+
403: {
|
|
862
|
+
content: {
|
|
863
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
864
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
865
|
+
};
|
|
866
|
+
};
|
|
867
|
+
};
|
|
868
|
+
};
|
|
869
|
+
/**
|
|
870
|
+
* Get Wallet Location
|
|
871
|
+
* @description Get a specific location of a wallet by ID.
|
|
872
|
+
*/
|
|
873
|
+
GetWalletLocationAsync: {
|
|
874
|
+
parameters: {
|
|
875
|
+
path: {
|
|
876
|
+
walletId: string;
|
|
877
|
+
locationId: string;
|
|
878
|
+
};
|
|
879
|
+
};
|
|
880
|
+
responses: {
|
|
881
|
+
/** @description OK */
|
|
882
|
+
200: {
|
|
883
|
+
content: {
|
|
884
|
+
"application/json": components["schemas"]["LocationDtoEnvelope"];
|
|
885
|
+
"application/xml": components["schemas"]["LocationDtoEnvelope"];
|
|
886
|
+
};
|
|
887
|
+
};
|
|
888
|
+
/** @description Unauthorized */
|
|
889
|
+
401: {
|
|
890
|
+
content: {
|
|
891
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
892
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
893
|
+
};
|
|
894
|
+
};
|
|
895
|
+
/** @description Forbidden */
|
|
896
|
+
403: {
|
|
897
|
+
content: {
|
|
898
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
899
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
900
|
+
};
|
|
901
|
+
};
|
|
902
|
+
};
|
|
903
|
+
};
|
|
904
|
+
/**
|
|
905
|
+
* Update Wallet Location
|
|
906
|
+
* @description Update a specific location of a wallet.
|
|
907
|
+
*/
|
|
908
|
+
UpdateWalletLocationAsync: {
|
|
909
|
+
parameters: {
|
|
910
|
+
path: {
|
|
911
|
+
walletId: string;
|
|
912
|
+
locationId: string;
|
|
913
|
+
};
|
|
914
|
+
};
|
|
915
|
+
requestBody?: {
|
|
916
|
+
content: {
|
|
917
|
+
"application/json": components["schemas"]["LocationUpdateDto"];
|
|
918
|
+
"application/xml": components["schemas"]["LocationUpdateDto"];
|
|
919
|
+
};
|
|
920
|
+
};
|
|
921
|
+
responses: {
|
|
922
|
+
/** @description OK */
|
|
923
|
+
200: {
|
|
924
|
+
content: {
|
|
925
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
926
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
927
|
+
};
|
|
928
|
+
};
|
|
929
|
+
/** @description Unauthorized */
|
|
930
|
+
401: {
|
|
931
|
+
content: {
|
|
932
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
933
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
934
|
+
};
|
|
935
|
+
};
|
|
936
|
+
/** @description Forbidden */
|
|
937
|
+
403: {
|
|
938
|
+
content: {
|
|
939
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
940
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
941
|
+
};
|
|
942
|
+
};
|
|
943
|
+
};
|
|
944
|
+
};
|
|
945
|
+
/**
|
|
946
|
+
* Delete Wallet Location
|
|
947
|
+
* @description Delete a specific location of a wallet.
|
|
948
|
+
*/
|
|
949
|
+
DeleteWalletLocationAsync: {
|
|
950
|
+
parameters: {
|
|
951
|
+
path: {
|
|
952
|
+
walletId: string;
|
|
953
|
+
locationId: string;
|
|
954
|
+
};
|
|
955
|
+
};
|
|
956
|
+
responses: {
|
|
957
|
+
/** @description No Content */
|
|
958
|
+
204: {
|
|
959
|
+
content: {
|
|
960
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
961
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
962
|
+
};
|
|
963
|
+
};
|
|
964
|
+
/** @description Unauthorized */
|
|
965
|
+
401: {
|
|
966
|
+
content: {
|
|
967
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
968
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
969
|
+
};
|
|
970
|
+
};
|
|
971
|
+
/** @description Forbidden */
|
|
972
|
+
403: {
|
|
973
|
+
content: {
|
|
974
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
975
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
976
|
+
};
|
|
977
|
+
};
|
|
978
|
+
};
|
|
979
|
+
};
|
|
980
|
+
}
|