@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
|
@@ -126,7 +126,13 @@ export type CurrencyDtoEnvelopeWritable = {
|
|
|
126
126
|
result?: CurrencyDto;
|
|
127
127
|
};
|
|
128
128
|
|
|
129
|
-
export type
|
|
129
|
+
export type CurrencyIdReadable = {
|
|
130
|
+
readonly value?: string | null;
|
|
131
|
+
code?: string | null;
|
|
132
|
+
country?: string | null;
|
|
133
|
+
};
|
|
134
|
+
|
|
135
|
+
export type CurrencyIdWritable = {
|
|
130
136
|
code?: string | null;
|
|
131
137
|
country?: string | null;
|
|
132
138
|
};
|
|
@@ -202,21 +208,128 @@ export type InfoResponse = {
|
|
|
202
208
|
isEmailConfirmed: boolean;
|
|
203
209
|
};
|
|
204
210
|
|
|
205
|
-
export type
|
|
206
|
-
|
|
207
|
-
|
|
211
|
+
export type ItemCartRecordCreateDto = {
|
|
212
|
+
id?: string;
|
|
213
|
+
timestamp?: string;
|
|
208
214
|
cartId?: string | null;
|
|
209
215
|
productId?: string | null;
|
|
210
216
|
quantity?: number;
|
|
211
217
|
};
|
|
212
218
|
|
|
213
|
-
export type
|
|
214
|
-
|
|
215
|
-
|
|
219
|
+
export type ItemCartRecordDtoReadable = {
|
|
220
|
+
id?: string | null;
|
|
221
|
+
timestamp?: string | null;
|
|
222
|
+
closed?: boolean;
|
|
223
|
+
itemId?: string | null;
|
|
224
|
+
itemTitle?: string | null;
|
|
225
|
+
itemShortDescription?: string | null;
|
|
226
|
+
itemPrimaryImageUrl?: string | null;
|
|
227
|
+
shippingPolicyId?: string | null;
|
|
228
|
+
tenantId?: string | null;
|
|
229
|
+
enrollmentId?: string | null;
|
|
230
|
+
currencyId?: string | null;
|
|
231
|
+
description?: string | null;
|
|
216
232
|
quantity?: number;
|
|
233
|
+
free?: boolean;
|
|
234
|
+
freeReason?: string | null;
|
|
235
|
+
freeReasonCode?: string | null;
|
|
236
|
+
data?: string | null;
|
|
237
|
+
dataLabel?: string | null;
|
|
238
|
+
data1?: string | null;
|
|
239
|
+
data1Label?: string | null;
|
|
240
|
+
data2?: string | null;
|
|
241
|
+
data2Label?: string | null;
|
|
242
|
+
data3?: string | null;
|
|
243
|
+
data3Label?: string | null;
|
|
244
|
+
data4?: string | null;
|
|
245
|
+
data4Label?: string | null;
|
|
246
|
+
data5?: string | null;
|
|
247
|
+
data5Label?: string | null;
|
|
248
|
+
data6?: string | null;
|
|
249
|
+
data6Label?: string | null;
|
|
250
|
+
data7?: string | null;
|
|
251
|
+
data7Label?: string | null;
|
|
252
|
+
data8?: string | null;
|
|
253
|
+
data8Label?: string | null;
|
|
254
|
+
data9?: string | null;
|
|
255
|
+
data9Label?: string | null;
|
|
256
|
+
itemPriceId?: string | null;
|
|
257
|
+
priceListItemId?: string | null;
|
|
258
|
+
unitId?: string | null;
|
|
259
|
+
unitGroupId?: string | null;
|
|
260
|
+
taxCalculationMethod?: 'Included' | 'Excluded';
|
|
261
|
+
costCalculationMethod?: 'Automatic' | 'Custom';
|
|
262
|
+
forexRates?: ForexRates;
|
|
263
|
+
forexRate?: number;
|
|
264
|
+
totalDetailInUsd?: number;
|
|
265
|
+
totalProfitInUsd?: number;
|
|
266
|
+
totalDiscountsInUsd?: number;
|
|
267
|
+
totalSurchargesInUsd?: number;
|
|
268
|
+
totalTaxBaseInUsd?: number;
|
|
269
|
+
totalTaxesInUsd?: number;
|
|
270
|
+
totalWithheldTaxesInUsd?: number;
|
|
271
|
+
totalShippingCostInUsd?: number;
|
|
272
|
+
totalShippingTaxesInUsd?: number;
|
|
273
|
+
totalWarrantyCostInUsd?: number;
|
|
274
|
+
totalReturnCostInUsd?: number;
|
|
275
|
+
totalRefundCostInUsd?: number;
|
|
276
|
+
totalInUsd?: number;
|
|
277
|
+
totalGlobalDiscountsInUsd?: number;
|
|
278
|
+
totalGlobalSurchargesInUsd?: number;
|
|
279
|
+
customGlobalSurchargesAmount?: number;
|
|
280
|
+
customGlobalDiscountsAmount?: number;
|
|
281
|
+
returnPolicyId?: string | null;
|
|
282
|
+
refundPolicyId?: string | null;
|
|
283
|
+
warrantyPolicyId?: string | null;
|
|
284
|
+
shipmentPolicyId?: string | null;
|
|
285
|
+
shippingLocationId?: string | null;
|
|
286
|
+
locationId?: string | null;
|
|
287
|
+
quoteItemRecordId?: string | null;
|
|
288
|
+
businessProfileRecordId?: string | null;
|
|
289
|
+
parentBillingItemRecordId?: string | null;
|
|
290
|
+
currency?: CurrencyIdReadable;
|
|
291
|
+
totalDetail?: number;
|
|
292
|
+
totalDetailCurrencyId?: string | null;
|
|
293
|
+
totalDetailAmount?: MoneyReadable;
|
|
294
|
+
totalProfit?: number;
|
|
295
|
+
totalProfitCurrencyId?: string | null;
|
|
296
|
+
totalProfitAmount?: MoneyReadable;
|
|
297
|
+
totalDiscounts?: number;
|
|
298
|
+
totalDiscountsCurrencyId?: string | null;
|
|
299
|
+
totalDiscountsAmount?: MoneyReadable;
|
|
300
|
+
totalSurcharges?: number;
|
|
301
|
+
totalSurchargesCurrencyId?: string | null;
|
|
302
|
+
totalSurchargesAmount?: MoneyReadable;
|
|
303
|
+
totalTaxBase?: number;
|
|
304
|
+
totalTaxBaseCurrencyId?: string | null;
|
|
305
|
+
totalTaxBaseAmount?: MoneyReadable;
|
|
306
|
+
totalTaxes?: number;
|
|
307
|
+
totalTaxesCurrencyId?: string | null;
|
|
308
|
+
totalTaxesAmount?: MoneyReadable;
|
|
309
|
+
totalShippingCost?: number;
|
|
310
|
+
totalShippingCostCurrencyId?: string | null;
|
|
311
|
+
totalShippingCostAmount?: MoneyReadable;
|
|
312
|
+
totalShippingTax?: number;
|
|
313
|
+
totalShippingTaxCurrencyId?: string | null;
|
|
314
|
+
totalShippingTaxAmount?: MoneyReadable;
|
|
315
|
+
totalWithheldTax?: number;
|
|
316
|
+
totalWithheldTaxCurrencyId?: string | null;
|
|
317
|
+
totalWithheldTaxAmount?: MoneyReadable;
|
|
318
|
+
totalGlobalDiscounts?: number;
|
|
319
|
+
totalGlobalDiscountsCurrencyId?: string | null;
|
|
320
|
+
totalGlobalDiscountsAmount?: MoneyReadable;
|
|
321
|
+
totalGlobalSurcharges?: number;
|
|
322
|
+
totalGlobalSurchargesCurrencyId?: string | null;
|
|
323
|
+
totalGlobalSurchargesAmount?: MoneyReadable;
|
|
324
|
+
total?: number;
|
|
325
|
+
totalCurrencyId?: string | null;
|
|
326
|
+
totalAmount?: MoneyReadable;
|
|
327
|
+
cartId?: string | null;
|
|
328
|
+
itemID?: string | null;
|
|
329
|
+
shippingAddressID?: string | null;
|
|
217
330
|
};
|
|
218
331
|
|
|
219
|
-
export type
|
|
332
|
+
export type ItemCartRecordDtoWritable = {
|
|
220
333
|
id?: string | null;
|
|
221
334
|
timestamp?: string | null;
|
|
222
335
|
closed?: boolean;
|
|
@@ -287,31 +400,43 @@ export type ItemCartRecordDto = {
|
|
|
287
400
|
quoteItemRecordId?: string | null;
|
|
288
401
|
businessProfileRecordId?: string | null;
|
|
289
402
|
parentBillingItemRecordId?: string | null;
|
|
290
|
-
currency?:
|
|
403
|
+
currency?: CurrencyIdWritable;
|
|
291
404
|
totalDetail?: number;
|
|
292
|
-
|
|
405
|
+
totalDetailCurrencyId?: string | null;
|
|
406
|
+
totalDetailAmount?: MoneyWritable;
|
|
293
407
|
totalProfit?: number;
|
|
294
|
-
|
|
408
|
+
totalProfitCurrencyId?: string | null;
|
|
409
|
+
totalProfitAmount?: MoneyWritable;
|
|
295
410
|
totalDiscounts?: number;
|
|
296
|
-
|
|
411
|
+
totalDiscountsCurrencyId?: string | null;
|
|
412
|
+
totalDiscountsAmount?: MoneyWritable;
|
|
297
413
|
totalSurcharges?: number;
|
|
298
|
-
|
|
414
|
+
totalSurchargesCurrencyId?: string | null;
|
|
415
|
+
totalSurchargesAmount?: MoneyWritable;
|
|
299
416
|
totalTaxBase?: number;
|
|
300
|
-
|
|
417
|
+
totalTaxBaseCurrencyId?: string | null;
|
|
418
|
+
totalTaxBaseAmount?: MoneyWritable;
|
|
301
419
|
totalTaxes?: number;
|
|
302
|
-
|
|
420
|
+
totalTaxesCurrencyId?: string | null;
|
|
421
|
+
totalTaxesAmount?: MoneyWritable;
|
|
303
422
|
totalShippingCost?: number;
|
|
304
|
-
|
|
423
|
+
totalShippingCostCurrencyId?: string | null;
|
|
424
|
+
totalShippingCostAmount?: MoneyWritable;
|
|
305
425
|
totalShippingTax?: number;
|
|
306
|
-
|
|
426
|
+
totalShippingTaxCurrencyId?: string | null;
|
|
427
|
+
totalShippingTaxAmount?: MoneyWritable;
|
|
307
428
|
totalWithheldTax?: number;
|
|
308
|
-
|
|
429
|
+
totalWithheldTaxCurrencyId?: string | null;
|
|
430
|
+
totalWithheldTaxAmount?: MoneyWritable;
|
|
309
431
|
totalGlobalDiscounts?: number;
|
|
310
|
-
|
|
432
|
+
totalGlobalDiscountsCurrencyId?: string | null;
|
|
433
|
+
totalGlobalDiscountsAmount?: MoneyWritable;
|
|
311
434
|
totalGlobalSurcharges?: number;
|
|
312
|
-
|
|
435
|
+
totalGlobalSurchargesCurrencyId?: string | null;
|
|
436
|
+
totalGlobalSurchargesAmount?: MoneyWritable;
|
|
313
437
|
total?: number;
|
|
314
|
-
|
|
438
|
+
totalCurrencyId?: string | null;
|
|
439
|
+
totalAmount?: MoneyWritable;
|
|
315
440
|
cartId?: string | null;
|
|
316
441
|
itemID?: string | null;
|
|
317
442
|
shippingAddressID?: string | null;
|
|
@@ -323,13 +448,13 @@ export type ItemCartRecordDtoEnvelopeReadable = {
|
|
|
323
448
|
correlationId?: string | null;
|
|
324
449
|
readonly timestamp?: string;
|
|
325
450
|
readonly activityId?: string | null;
|
|
326
|
-
result?:
|
|
451
|
+
result?: ItemCartRecordDtoReadable;
|
|
327
452
|
};
|
|
328
453
|
|
|
329
454
|
export type ItemCartRecordDtoEnvelopeWritable = {
|
|
330
455
|
errorMessage?: string | null;
|
|
331
456
|
correlationId?: string | null;
|
|
332
|
-
result?:
|
|
457
|
+
result?: ItemCartRecordDtoWritable;
|
|
333
458
|
};
|
|
334
459
|
|
|
335
460
|
export type ItemCartRecordDtoListEnvelopeReadable = {
|
|
@@ -338,13 +463,13 @@ export type ItemCartRecordDtoListEnvelopeReadable = {
|
|
|
338
463
|
correlationId?: string | null;
|
|
339
464
|
readonly timestamp?: string;
|
|
340
465
|
readonly activityId?: string | null;
|
|
341
|
-
result?: Array<
|
|
466
|
+
result?: Array<ItemCartRecordDtoReadable> | null;
|
|
342
467
|
};
|
|
343
468
|
|
|
344
469
|
export type ItemCartRecordDtoListEnvelopeWritable = {
|
|
345
470
|
errorMessage?: string | null;
|
|
346
471
|
correlationId?: string | null;
|
|
347
|
-
result?: Array<
|
|
472
|
+
result?: Array<ItemCartRecordDtoWritable> | null;
|
|
348
473
|
};
|
|
349
474
|
|
|
350
475
|
export type ItemCartRecordUpdateDto = {
|
|
@@ -408,9 +533,14 @@ export type LoginRequest = {
|
|
|
408
533
|
twoFactorRecoveryCode?: string | null;
|
|
409
534
|
};
|
|
410
535
|
|
|
411
|
-
export type
|
|
536
|
+
export type MoneyReadable = {
|
|
537
|
+
amount?: number;
|
|
538
|
+
currency?: CurrencyIdReadable;
|
|
539
|
+
};
|
|
540
|
+
|
|
541
|
+
export type MoneyWritable = {
|
|
412
542
|
amount?: number;
|
|
413
|
-
currency?:
|
|
543
|
+
currency?: CurrencyIdWritable;
|
|
414
544
|
};
|
|
415
545
|
|
|
416
546
|
export type NewWishListRequest = {
|
|
@@ -888,7 +1018,7 @@ export type GetTenantCartAsyncResponses = {
|
|
|
888
1018
|
|
|
889
1019
|
export type GetTenantCartAsyncResponse = GetTenantCartAsyncResponses[keyof GetTenantCartAsyncResponses];
|
|
890
1020
|
|
|
891
|
-
export type
|
|
1021
|
+
export type ClearCartRecordsData = {
|
|
892
1022
|
body?: never;
|
|
893
1023
|
headers?: {
|
|
894
1024
|
'x-api-version'?: string;
|
|
@@ -902,7 +1032,7 @@ export type ClearCartAsyncData = {
|
|
|
902
1032
|
url: '/api/v2/CartService/Carts/{cartId}/Items';
|
|
903
1033
|
};
|
|
904
1034
|
|
|
905
|
-
export type
|
|
1035
|
+
export type ClearCartRecordsErrors = {
|
|
906
1036
|
/**
|
|
907
1037
|
* Unauthorized
|
|
908
1038
|
*/
|
|
@@ -913,18 +1043,18 @@ export type ClearCartAsyncErrors = {
|
|
|
913
1043
|
404: ErrorEnvelopeReadable;
|
|
914
1044
|
};
|
|
915
1045
|
|
|
916
|
-
export type
|
|
1046
|
+
export type ClearCartRecordsError = ClearCartRecordsErrors[keyof ClearCartRecordsErrors];
|
|
917
1047
|
|
|
918
|
-
export type
|
|
1048
|
+
export type ClearCartRecordsResponses = {
|
|
919
1049
|
/**
|
|
920
1050
|
* OK
|
|
921
1051
|
*/
|
|
922
1052
|
200: EmptyEnvelopeReadable;
|
|
923
1053
|
};
|
|
924
1054
|
|
|
925
|
-
export type
|
|
1055
|
+
export type ClearCartRecordsResponse = ClearCartRecordsResponses[keyof ClearCartRecordsResponses];
|
|
926
1056
|
|
|
927
|
-
export type
|
|
1057
|
+
export type GetCartItemsData = {
|
|
928
1058
|
body?: never;
|
|
929
1059
|
headers?: {
|
|
930
1060
|
'x-api-version'?: string;
|
|
@@ -938,7 +1068,7 @@ export type GetItemsInCartAsyncData = {
|
|
|
938
1068
|
url: '/api/v2/CartService/Carts/{cartId}/Items';
|
|
939
1069
|
};
|
|
940
1070
|
|
|
941
|
-
export type
|
|
1071
|
+
export type GetCartItemsErrors = {
|
|
942
1072
|
/**
|
|
943
1073
|
* Unauthorized
|
|
944
1074
|
*/
|
|
@@ -949,16 +1079,16 @@ export type GetItemsInCartAsyncErrors = {
|
|
|
949
1079
|
404: ErrorEnvelopeReadable;
|
|
950
1080
|
};
|
|
951
1081
|
|
|
952
|
-
export type
|
|
1082
|
+
export type GetCartItemsError = GetCartItemsErrors[keyof GetCartItemsErrors];
|
|
953
1083
|
|
|
954
|
-
export type
|
|
1084
|
+
export type GetCartItemsResponses = {
|
|
955
1085
|
/**
|
|
956
1086
|
* OK
|
|
957
1087
|
*/
|
|
958
1088
|
200: ItemCartRecordDtoListEnvelopeReadable;
|
|
959
1089
|
};
|
|
960
1090
|
|
|
961
|
-
export type
|
|
1091
|
+
export type GetCartItemsResponse = GetCartItemsResponses[keyof GetCartItemsResponses];
|
|
962
1092
|
|
|
963
1093
|
export type RemoveItemFromCartAsyncData = {
|
|
964
1094
|
body?: never;
|
|
@@ -1146,7 +1276,7 @@ export type IncreaseItemCartRecordQuantityAsyncResponses = {
|
|
|
1146
1276
|
|
|
1147
1277
|
export type IncreaseItemCartRecordQuantityAsyncResponse = IncreaseItemCartRecordQuantityAsyncResponses[keyof IncreaseItemCartRecordQuantityAsyncResponses];
|
|
1148
1278
|
|
|
1149
|
-
export type
|
|
1279
|
+
export type DecreaseCartItemQuantityData = {
|
|
1150
1280
|
body?: ItemCartRecordUpdateDto;
|
|
1151
1281
|
headers?: {
|
|
1152
1282
|
'x-api-version'?: string;
|
|
@@ -1161,7 +1291,7 @@ export type RemoveItemFromCartAsync2Data = {
|
|
|
1161
1291
|
url: '/api/v2/CartService/Carts/{cartId}/Items/{itemId}/Decrease';
|
|
1162
1292
|
};
|
|
1163
1293
|
|
|
1164
|
-
export type
|
|
1294
|
+
export type DecreaseCartItemQuantityErrors = {
|
|
1165
1295
|
/**
|
|
1166
1296
|
* Unauthorized
|
|
1167
1297
|
*/
|
|
@@ -1172,16 +1302,16 @@ export type RemoveItemFromCartAsync2Errors = {
|
|
|
1172
1302
|
404: ErrorEnvelopeReadable;
|
|
1173
1303
|
};
|
|
1174
1304
|
|
|
1175
|
-
export type
|
|
1305
|
+
export type DecreaseCartItemQuantityError = DecreaseCartItemQuantityErrors[keyof DecreaseCartItemQuantityErrors];
|
|
1176
1306
|
|
|
1177
|
-
export type
|
|
1307
|
+
export type DecreaseCartItemQuantityResponses = {
|
|
1178
1308
|
/**
|
|
1179
1309
|
* OK
|
|
1180
1310
|
*/
|
|
1181
1311
|
200: EmptyEnvelopeReadable;
|
|
1182
1312
|
};
|
|
1183
1313
|
|
|
1184
|
-
export type
|
|
1314
|
+
export type DecreaseCartItemQuantityResponse = DecreaseCartItemQuantityResponses[keyof DecreaseCartItemQuantityResponses];
|
|
1185
1315
|
|
|
1186
1316
|
export type GetCartLinesAsyncData = {
|
|
1187
1317
|
body?: never;
|
|
@@ -1406,7 +1536,7 @@ export type DecreaseCartLineAsyncResponses = {
|
|
|
1406
1536
|
|
|
1407
1537
|
export type DecreaseCartLineAsyncResponse = DecreaseCartLineAsyncResponses[keyof DecreaseCartLineAsyncResponses];
|
|
1408
1538
|
|
|
1409
|
-
export type
|
|
1539
|
+
export type GetCartWishListData = {
|
|
1410
1540
|
body?: never;
|
|
1411
1541
|
headers?: {
|
|
1412
1542
|
'x-api-version'?: string;
|
|
@@ -1420,7 +1550,7 @@ export type GetWishListAsyncData = {
|
|
|
1420
1550
|
url: '/api/v2/CartService/Carts/{cartId}/WishLists';
|
|
1421
1551
|
};
|
|
1422
1552
|
|
|
1423
|
-
export type
|
|
1553
|
+
export type GetCartWishListErrors = {
|
|
1424
1554
|
/**
|
|
1425
1555
|
* Unauthorized
|
|
1426
1556
|
*/
|
|
@@ -1431,16 +1561,16 @@ export type GetWishListAsyncErrors = {
|
|
|
1431
1561
|
404: ErrorEnvelopeReadable;
|
|
1432
1562
|
};
|
|
1433
1563
|
|
|
1434
|
-
export type
|
|
1564
|
+
export type GetCartWishListError = GetCartWishListErrors[keyof GetCartWishListErrors];
|
|
1435
1565
|
|
|
1436
|
-
export type
|
|
1566
|
+
export type GetCartWishListResponses = {
|
|
1437
1567
|
/**
|
|
1438
1568
|
* OK
|
|
1439
1569
|
*/
|
|
1440
1570
|
200: Array<WishListDto>;
|
|
1441
1571
|
};
|
|
1442
1572
|
|
|
1443
|
-
export type
|
|
1573
|
+
export type GetCartWishListResponse = GetCartWishListResponses[keyof GetCartWishListResponses];
|
|
1444
1574
|
|
|
1445
1575
|
export type CreateWishListAsyncData = {
|
|
1446
1576
|
body?: NewWishListRequest;
|
|
@@ -1552,7 +1682,7 @@ export type WishListExistsAsyncResponses = {
|
|
|
1552
1682
|
|
|
1553
1683
|
export type WishListExistsAsyncResponse = WishListExistsAsyncResponses[keyof WishListExistsAsyncResponses];
|
|
1554
1684
|
|
|
1555
|
-
export type
|
|
1685
|
+
export type CartWishListExistsHeadData = {
|
|
1556
1686
|
body?: never;
|
|
1557
1687
|
headers?: {
|
|
1558
1688
|
'x-api-version'?: string;
|
|
@@ -1567,7 +1697,7 @@ export type WishListExistsHeadAsyncData = {
|
|
|
1567
1697
|
url: '/api/v2/CartService/Carts/{cartId}/WishLists/{wishListId}/Exists';
|
|
1568
1698
|
};
|
|
1569
1699
|
|
|
1570
|
-
export type
|
|
1700
|
+
export type CartWishListExistsHeadErrors = {
|
|
1571
1701
|
/**
|
|
1572
1702
|
* Unauthorized
|
|
1573
1703
|
*/
|
|
@@ -1578,18 +1708,18 @@ export type WishListExistsHeadAsyncErrors = {
|
|
|
1578
1708
|
404: ErrorEnvelopeReadable;
|
|
1579
1709
|
};
|
|
1580
1710
|
|
|
1581
|
-
export type
|
|
1711
|
+
export type CartWishListExistsHeadError = CartWishListExistsHeadErrors[keyof CartWishListExistsHeadErrors];
|
|
1582
1712
|
|
|
1583
|
-
export type
|
|
1713
|
+
export type CartWishListExistsHeadResponses = {
|
|
1584
1714
|
/**
|
|
1585
1715
|
* OK
|
|
1586
1716
|
*/
|
|
1587
1717
|
200: EmptyEnvelopeReadable;
|
|
1588
1718
|
};
|
|
1589
1719
|
|
|
1590
|
-
export type
|
|
1720
|
+
export type CartWishListExistsHeadResponse = CartWishListExistsHeadResponses[keyof CartWishListExistsHeadResponses];
|
|
1591
1721
|
|
|
1592
|
-
export type
|
|
1722
|
+
export type DeleteCartWishListData = {
|
|
1593
1723
|
body?: never;
|
|
1594
1724
|
headers?: {
|
|
1595
1725
|
'x-api-version'?: string;
|
|
@@ -1604,7 +1734,7 @@ export type DeleteWishListData = {
|
|
|
1604
1734
|
url: '/api/v2/CartService/Carts/{cartId}/WishLists/{wishListId}';
|
|
1605
1735
|
};
|
|
1606
1736
|
|
|
1607
|
-
export type
|
|
1737
|
+
export type DeleteCartWishListErrors = {
|
|
1608
1738
|
/**
|
|
1609
1739
|
* Unauthorized
|
|
1610
1740
|
*/
|
|
@@ -1615,18 +1745,18 @@ export type DeleteWishListErrors = {
|
|
|
1615
1745
|
404: ErrorEnvelopeReadable;
|
|
1616
1746
|
};
|
|
1617
1747
|
|
|
1618
|
-
export type
|
|
1748
|
+
export type DeleteCartWishListError = DeleteCartWishListErrors[keyof DeleteCartWishListErrors];
|
|
1619
1749
|
|
|
1620
|
-
export type
|
|
1750
|
+
export type DeleteCartWishListResponses = {
|
|
1621
1751
|
/**
|
|
1622
1752
|
* OK
|
|
1623
1753
|
*/
|
|
1624
1754
|
200: EmptyEnvelopeReadable;
|
|
1625
1755
|
};
|
|
1626
1756
|
|
|
1627
|
-
export type
|
|
1757
|
+
export type DeleteCartWishListResponse = DeleteCartWishListResponses[keyof DeleteCartWishListResponses];
|
|
1628
1758
|
|
|
1629
|
-
export type
|
|
1759
|
+
export type GetCartWishListDetailsData = {
|
|
1630
1760
|
body?: never;
|
|
1631
1761
|
headers?: {
|
|
1632
1762
|
'x-api-version'?: string;
|
|
@@ -1641,7 +1771,7 @@ export type GetCartWishListDetailsAsyncData = {
|
|
|
1641
1771
|
url: '/api/v2/CartService/Carts/{cartId}/WishLists/{wishListId}';
|
|
1642
1772
|
};
|
|
1643
1773
|
|
|
1644
|
-
export type
|
|
1774
|
+
export type GetCartWishListDetailsErrors = {
|
|
1645
1775
|
/**
|
|
1646
1776
|
* Unauthorized
|
|
1647
1777
|
*/
|
|
@@ -1652,16 +1782,16 @@ export type GetCartWishListDetailsAsyncErrors = {
|
|
|
1652
1782
|
404: ErrorEnvelopeReadable;
|
|
1653
1783
|
};
|
|
1654
1784
|
|
|
1655
|
-
export type
|
|
1785
|
+
export type GetCartWishListDetailsError = GetCartWishListDetailsErrors[keyof GetCartWishListDetailsErrors];
|
|
1656
1786
|
|
|
1657
|
-
export type
|
|
1787
|
+
export type GetCartWishListDetailsResponses = {
|
|
1658
1788
|
/**
|
|
1659
1789
|
* OK
|
|
1660
1790
|
*/
|
|
1661
1791
|
200: WishListDtoEnvelopeReadable;
|
|
1662
1792
|
};
|
|
1663
1793
|
|
|
1664
|
-
export type
|
|
1794
|
+
export type GetCartWishListDetailsResponse = GetCartWishListDetailsResponses[keyof GetCartWishListDetailsResponses];
|
|
1665
1795
|
|
|
1666
1796
|
export type UpdateItemToWishListData = {
|
|
1667
1797
|
body?: WishListUpdateDto;
|
|
@@ -1700,7 +1830,7 @@ export type UpdateItemToWishListResponses = {
|
|
|
1700
1830
|
|
|
1701
1831
|
export type UpdateItemToWishListResponse = UpdateItemToWishListResponses[keyof UpdateItemToWishListResponses];
|
|
1702
1832
|
|
|
1703
|
-
export type
|
|
1833
|
+
export type GetCartWishListItemsData = {
|
|
1704
1834
|
body?: never;
|
|
1705
1835
|
headers?: {
|
|
1706
1836
|
'x-api-version'?: string;
|
|
@@ -1715,7 +1845,7 @@ export type GetCartWishListItemsAsyncData = {
|
|
|
1715
1845
|
url: '/api/v2/CartService/Carts/{cartId}/WishLists/{wishListId}/Records';
|
|
1716
1846
|
};
|
|
1717
1847
|
|
|
1718
|
-
export type
|
|
1848
|
+
export type GetCartWishListItemsErrors = {
|
|
1719
1849
|
/**
|
|
1720
1850
|
* Unauthorized
|
|
1721
1851
|
*/
|
|
@@ -1726,16 +1856,16 @@ export type GetCartWishListItemsAsyncErrors = {
|
|
|
1726
1856
|
404: ErrorEnvelopeReadable;
|
|
1727
1857
|
};
|
|
1728
1858
|
|
|
1729
|
-
export type
|
|
1859
|
+
export type GetCartWishListItemsError = GetCartWishListItemsErrors[keyof GetCartWishListItemsErrors];
|
|
1730
1860
|
|
|
1731
|
-
export type
|
|
1861
|
+
export type GetCartWishListItemsResponses = {
|
|
1732
1862
|
/**
|
|
1733
1863
|
* OK
|
|
1734
1864
|
*/
|
|
1735
1865
|
200: Array<WishListItemRecordDto>;
|
|
1736
1866
|
};
|
|
1737
1867
|
|
|
1738
|
-
export type
|
|
1868
|
+
export type GetCartWishListItemsResponse = GetCartWishListItemsResponses[keyof GetCartWishListItemsResponses];
|
|
1739
1869
|
|
|
1740
1870
|
export type AddItemToWishListData = {
|
|
1741
1871
|
body?: ProductToWishListRequest;
|
|
@@ -1774,7 +1904,7 @@ export type AddItemToWishListResponses = {
|
|
|
1774
1904
|
|
|
1775
1905
|
export type AddItemToWishListResponse = AddItemToWishListResponses[keyof AddItemToWishListResponses];
|
|
1776
1906
|
|
|
1777
|
-
export type
|
|
1907
|
+
export type DeleteCartWishListRecordData = {
|
|
1778
1908
|
body?: never;
|
|
1779
1909
|
headers?: {
|
|
1780
1910
|
'x-api-version'?: string;
|
|
@@ -1790,7 +1920,7 @@ export type DeleteWishListRecordData = {
|
|
|
1790
1920
|
url: '/api/v2/CartService/Carts/{cartId}/WishLists/{wishListId}/Records/{recordId}';
|
|
1791
1921
|
};
|
|
1792
1922
|
|
|
1793
|
-
export type
|
|
1923
|
+
export type DeleteCartWishListRecordErrors = {
|
|
1794
1924
|
/**
|
|
1795
1925
|
* Unauthorized
|
|
1796
1926
|
*/
|
|
@@ -1801,16 +1931,16 @@ export type DeleteWishListRecordErrors = {
|
|
|
1801
1931
|
404: ErrorEnvelopeReadable;
|
|
1802
1932
|
};
|
|
1803
1933
|
|
|
1804
|
-
export type
|
|
1934
|
+
export type DeleteCartWishListRecordError = DeleteCartWishListRecordErrors[keyof DeleteCartWishListRecordErrors];
|
|
1805
1935
|
|
|
1806
|
-
export type
|
|
1936
|
+
export type DeleteCartWishListRecordResponses = {
|
|
1807
1937
|
/**
|
|
1808
1938
|
* OK
|
|
1809
1939
|
*/
|
|
1810
1940
|
200: EmptyEnvelopeReadable;
|
|
1811
1941
|
};
|
|
1812
1942
|
|
|
1813
|
-
export type
|
|
1943
|
+
export type DeleteCartWishListRecordResponse = DeleteCartWishListRecordResponses[keyof DeleteCartWishListRecordResponses];
|
|
1814
1944
|
|
|
1815
1945
|
export type GetCartWishListItemAsyncData = {
|
|
1816
1946
|
body?: never;
|
|
@@ -1850,7 +1980,7 @@ export type GetCartWishListItemAsyncResponses = {
|
|
|
1850
1980
|
|
|
1851
1981
|
export type GetCartWishListItemAsyncResponse = GetCartWishListItemAsyncResponses[keyof GetCartWishListItemAsyncResponses];
|
|
1852
1982
|
|
|
1853
|
-
export type
|
|
1983
|
+
export type GetCartCompareRecordsData = {
|
|
1854
1984
|
body?: never;
|
|
1855
1985
|
headers?: {
|
|
1856
1986
|
'x-api-version'?: string;
|
|
@@ -1864,7 +1994,7 @@ export type GetItemToCompareRecordsData = {
|
|
|
1864
1994
|
url: '/api/v2/CartService/Carts/{cartId}/Compare';
|
|
1865
1995
|
};
|
|
1866
1996
|
|
|
1867
|
-
export type
|
|
1997
|
+
export type GetCartCompareRecordsErrors = {
|
|
1868
1998
|
/**
|
|
1869
1999
|
* Unauthorized
|
|
1870
2000
|
*/
|
|
@@ -1875,16 +2005,16 @@ export type GetItemToCompareRecordsErrors = {
|
|
|
1875
2005
|
404: ErrorEnvelopeReadable;
|
|
1876
2006
|
};
|
|
1877
2007
|
|
|
1878
|
-
export type
|
|
2008
|
+
export type GetCartCompareRecordsError = GetCartCompareRecordsErrors[keyof GetCartCompareRecordsErrors];
|
|
1879
2009
|
|
|
1880
|
-
export type
|
|
2010
|
+
export type GetCartCompareRecordsResponses = {
|
|
1881
2011
|
/**
|
|
1882
2012
|
* OK
|
|
1883
2013
|
*/
|
|
1884
2014
|
200: ItemToCompareCartRecordDtoListEnvelopeReadable;
|
|
1885
2015
|
};
|
|
1886
2016
|
|
|
1887
|
-
export type
|
|
2017
|
+
export type GetCartCompareRecordsResponse = GetCartCompareRecordsResponses[keyof GetCartCompareRecordsResponses];
|
|
1888
2018
|
|
|
1889
2019
|
export type RemoveItemFromCompareTableAsyncData = {
|
|
1890
2020
|
body?: never;
|
|
@@ -1923,7 +2053,7 @@ export type RemoveItemFromCompareTableAsyncResponses = {
|
|
|
1923
2053
|
|
|
1924
2054
|
export type RemoveItemFromCompareTableAsyncResponse = RemoveItemFromCompareTableAsyncResponses[keyof RemoveItemFromCompareTableAsyncResponses];
|
|
1925
2055
|
|
|
1926
|
-
export type
|
|
2056
|
+
export type GetCartCompareRecordData = {
|
|
1927
2057
|
body?: never;
|
|
1928
2058
|
headers?: {
|
|
1929
2059
|
'x-api-version'?: string;
|
|
@@ -1938,7 +2068,7 @@ export type GetItemToCompareRecordData = {
|
|
|
1938
2068
|
url: '/api/v2/CartService/Carts/{cartId}/Compare/{itemId}';
|
|
1939
2069
|
};
|
|
1940
2070
|
|
|
1941
|
-
export type
|
|
2071
|
+
export type GetCartCompareRecordErrors = {
|
|
1942
2072
|
/**
|
|
1943
2073
|
* Unauthorized
|
|
1944
2074
|
*/
|
|
@@ -1949,18 +2079,18 @@ export type GetItemToCompareRecordErrors = {
|
|
|
1949
2079
|
404: ErrorEnvelopeReadable;
|
|
1950
2080
|
};
|
|
1951
2081
|
|
|
1952
|
-
export type
|
|
2082
|
+
export type GetCartCompareRecordError = GetCartCompareRecordErrors[keyof GetCartCompareRecordErrors];
|
|
1953
2083
|
|
|
1954
|
-
export type
|
|
2084
|
+
export type GetCartCompareRecordResponses = {
|
|
1955
2085
|
/**
|
|
1956
2086
|
* OK
|
|
1957
2087
|
*/
|
|
1958
2088
|
200: ItemToCompareCartRecordDtoEnvelopeReadable;
|
|
1959
2089
|
};
|
|
1960
2090
|
|
|
1961
|
-
export type
|
|
2091
|
+
export type GetCartCompareRecordResponse = GetCartCompareRecordResponses[keyof GetCartCompareRecordResponses];
|
|
1962
2092
|
|
|
1963
|
-
export type
|
|
2093
|
+
export type AddItemToCartCompareTableData = {
|
|
1964
2094
|
body?: never;
|
|
1965
2095
|
headers?: {
|
|
1966
2096
|
'x-api-version'?: string;
|
|
@@ -1975,7 +2105,7 @@ export type AddItemToCompareTableAsyncData = {
|
|
|
1975
2105
|
url: '/api/v2/CartService/Carts/{cartId}/Compare/{itemId}';
|
|
1976
2106
|
};
|
|
1977
2107
|
|
|
1978
|
-
export type
|
|
2108
|
+
export type AddItemToCartCompareTableErrors = {
|
|
1979
2109
|
/**
|
|
1980
2110
|
* Unauthorized
|
|
1981
2111
|
*/
|
|
@@ -1986,16 +2116,16 @@ export type AddItemToCompareTableAsyncErrors = {
|
|
|
1986
2116
|
404: ErrorEnvelopeReadable;
|
|
1987
2117
|
};
|
|
1988
2118
|
|
|
1989
|
-
export type
|
|
2119
|
+
export type AddItemToCartCompareTableError = AddItemToCartCompareTableErrors[keyof AddItemToCartCompareTableErrors];
|
|
1990
2120
|
|
|
1991
|
-
export type
|
|
2121
|
+
export type AddItemToCartCompareTableResponses = {
|
|
1992
2122
|
/**
|
|
1993
2123
|
* OK
|
|
1994
2124
|
*/
|
|
1995
|
-
200:
|
|
2125
|
+
200: ItemCartRecordDtoReadable;
|
|
1996
2126
|
};
|
|
1997
2127
|
|
|
1998
|
-
export type
|
|
2128
|
+
export type AddItemToCartCompareTableResponse = AddItemToCartCompareTableResponses[keyof AddItemToCartCompareTableResponses];
|
|
1999
2129
|
|
|
2000
2130
|
export type IsItemInCompareTableAsyncData = {
|
|
2001
2131
|
body?: never;
|
|
@@ -2034,7 +2164,7 @@ export type IsItemInCompareTableAsyncResponses = {
|
|
|
2034
2164
|
|
|
2035
2165
|
export type IsItemInCompareTableAsyncResponse = IsItemInCompareTableAsyncResponses[keyof IsItemInCompareTableAsyncResponses];
|
|
2036
2166
|
|
|
2037
|
-
export type
|
|
2167
|
+
export type GetItemToCompareRecordsData = {
|
|
2038
2168
|
body?: never;
|
|
2039
2169
|
headers?: {
|
|
2040
2170
|
'x-api-version'?: string;
|
|
@@ -2048,7 +2178,7 @@ export type GetApiV2CartServiceCompareByCartIdData = {
|
|
|
2048
2178
|
url: '/api/v2/CartService/Compare/{cartId}';
|
|
2049
2179
|
};
|
|
2050
2180
|
|
|
2051
|
-
export type
|
|
2181
|
+
export type GetItemToCompareRecordsErrors = {
|
|
2052
2182
|
/**
|
|
2053
2183
|
* Unauthorized
|
|
2054
2184
|
*/
|
|
@@ -2059,18 +2189,18 @@ export type GetApiV2CartServiceCompareByCartIdErrors = {
|
|
|
2059
2189
|
404: ErrorEnvelopeReadable;
|
|
2060
2190
|
};
|
|
2061
2191
|
|
|
2062
|
-
export type
|
|
2192
|
+
export type GetItemToCompareRecordsError = GetItemToCompareRecordsErrors[keyof GetItemToCompareRecordsErrors];
|
|
2063
2193
|
|
|
2064
|
-
export type
|
|
2194
|
+
export type GetItemToCompareRecordsResponses = {
|
|
2065
2195
|
/**
|
|
2066
2196
|
* OK
|
|
2067
2197
|
*/
|
|
2068
2198
|
200: ItemToCompareCartRecordDtoListEnvelopeReadable;
|
|
2069
2199
|
};
|
|
2070
2200
|
|
|
2071
|
-
export type
|
|
2201
|
+
export type GetItemToCompareRecordsResponse = GetItemToCompareRecordsResponses[keyof GetItemToCompareRecordsResponses];
|
|
2072
2202
|
|
|
2073
|
-
export type
|
|
2203
|
+
export type GetItemToCompareRecordData = {
|
|
2074
2204
|
body?: never;
|
|
2075
2205
|
headers?: {
|
|
2076
2206
|
'x-api-version'?: string;
|
|
@@ -2084,25 +2214,25 @@ export type GetApiV2CartServiceCompareByRecordIdDetailsData = {
|
|
|
2084
2214
|
url: '/api/v2/CartService/Compare/{recordId}/Details';
|
|
2085
2215
|
};
|
|
2086
2216
|
|
|
2087
|
-
export type
|
|
2217
|
+
export type GetItemToCompareRecordErrors = {
|
|
2088
2218
|
/**
|
|
2089
2219
|
* Not Found
|
|
2090
2220
|
*/
|
|
2091
2221
|
404: ErrorEnvelopeReadable;
|
|
2092
2222
|
};
|
|
2093
2223
|
|
|
2094
|
-
export type
|
|
2224
|
+
export type GetItemToCompareRecordError = GetItemToCompareRecordErrors[keyof GetItemToCompareRecordErrors];
|
|
2095
2225
|
|
|
2096
|
-
export type
|
|
2226
|
+
export type GetItemToCompareRecordResponses = {
|
|
2097
2227
|
/**
|
|
2098
2228
|
* OK
|
|
2099
2229
|
*/
|
|
2100
2230
|
200: ItemToCompareCartRecordDtoEnvelopeReadable;
|
|
2101
2231
|
};
|
|
2102
2232
|
|
|
2103
|
-
export type
|
|
2233
|
+
export type GetItemToCompareRecordResponse = GetItemToCompareRecordResponses[keyof GetItemToCompareRecordResponses];
|
|
2104
2234
|
|
|
2105
|
-
export type
|
|
2235
|
+
export type AddItemToCompareTableAsyncData = {
|
|
2106
2236
|
body?: AddProductToCompareRequestWritable;
|
|
2107
2237
|
headers?: {
|
|
2108
2238
|
'x-api-version'?: string;
|
|
@@ -2114,25 +2244,25 @@ export type PostApiV2CartServiceCompareData = {
|
|
|
2114
2244
|
url: '/api/v2/CartService/Compare';
|
|
2115
2245
|
};
|
|
2116
2246
|
|
|
2117
|
-
export type
|
|
2247
|
+
export type AddItemToCompareTableAsyncErrors = {
|
|
2118
2248
|
/**
|
|
2119
2249
|
* Not Found
|
|
2120
2250
|
*/
|
|
2121
2251
|
404: ErrorEnvelopeReadable;
|
|
2122
2252
|
};
|
|
2123
2253
|
|
|
2124
|
-
export type
|
|
2254
|
+
export type AddItemToCompareTableAsyncError = AddItemToCompareTableAsyncErrors[keyof AddItemToCompareTableAsyncErrors];
|
|
2125
2255
|
|
|
2126
|
-
export type
|
|
2256
|
+
export type AddItemToCompareTableAsyncResponses = {
|
|
2127
2257
|
/**
|
|
2128
2258
|
* OK
|
|
2129
2259
|
*/
|
|
2130
|
-
200:
|
|
2260
|
+
200: ItemCartRecordDtoReadable;
|
|
2131
2261
|
};
|
|
2132
2262
|
|
|
2133
|
-
export type
|
|
2263
|
+
export type AddItemToCompareTableAsyncResponse = AddItemToCompareTableAsyncResponses[keyof AddItemToCompareTableAsyncResponses];
|
|
2134
2264
|
|
|
2135
|
-
export type
|
|
2265
|
+
export type RemoveItemFromCompareTableData = {
|
|
2136
2266
|
body?: never;
|
|
2137
2267
|
headers?: {
|
|
2138
2268
|
'x-api-version'?: string;
|
|
@@ -2146,23 +2276,23 @@ export type DeleteApiV2CartServiceCompareByRecordIdData = {
|
|
|
2146
2276
|
url: '/api/v2/CartService/Compare/{recordId}';
|
|
2147
2277
|
};
|
|
2148
2278
|
|
|
2149
|
-
export type
|
|
2279
|
+
export type RemoveItemFromCompareTableErrors = {
|
|
2150
2280
|
/**
|
|
2151
2281
|
* Not Found
|
|
2152
2282
|
*/
|
|
2153
2283
|
404: ErrorEnvelopeReadable;
|
|
2154
2284
|
};
|
|
2155
2285
|
|
|
2156
|
-
export type
|
|
2286
|
+
export type RemoveItemFromCompareTableError = RemoveItemFromCompareTableErrors[keyof RemoveItemFromCompareTableErrors];
|
|
2157
2287
|
|
|
2158
|
-
export type
|
|
2288
|
+
export type RemoveItemFromCompareTableResponses = {
|
|
2159
2289
|
/**
|
|
2160
2290
|
* OK
|
|
2161
2291
|
*/
|
|
2162
2292
|
200: ItemToCompareCartRecordDto;
|
|
2163
2293
|
};
|
|
2164
2294
|
|
|
2165
|
-
export type
|
|
2295
|
+
export type RemoveItemFromCompareTableResponse = RemoveItemFromCompareTableResponses[keyof RemoveItemFromCompareTableResponses];
|
|
2166
2296
|
|
|
2167
2297
|
export type GetVersionData = {
|
|
2168
2298
|
body?: never;
|
|
@@ -2429,7 +2559,7 @@ export type PostManageInfoResponses = {
|
|
|
2429
2559
|
|
|
2430
2560
|
export type PostManageInfoResponse = PostManageInfoResponses[keyof PostManageInfoResponses];
|
|
2431
2561
|
|
|
2432
|
-
export type
|
|
2562
|
+
export type AddItemToCartData = {
|
|
2433
2563
|
body?: never;
|
|
2434
2564
|
headers?: {
|
|
2435
2565
|
'x-api-version'?: string;
|
|
@@ -2444,7 +2574,7 @@ export type PostApiV2CartServiceRecordsAddItemData = {
|
|
|
2444
2574
|
url: '/api/v2/CartService/Records/AddItem';
|
|
2445
2575
|
};
|
|
2446
2576
|
|
|
2447
|
-
export type
|
|
2577
|
+
export type AddItemToCartErrors = {
|
|
2448
2578
|
/**
|
|
2449
2579
|
* Unauthorized
|
|
2450
2580
|
*/
|
|
@@ -2455,18 +2585,18 @@ export type PostApiV2CartServiceRecordsAddItemErrors = {
|
|
|
2455
2585
|
404: ErrorEnvelopeReadable;
|
|
2456
2586
|
};
|
|
2457
2587
|
|
|
2458
|
-
export type
|
|
2588
|
+
export type AddItemToCartError = AddItemToCartErrors[keyof AddItemToCartErrors];
|
|
2459
2589
|
|
|
2460
|
-
export type
|
|
2590
|
+
export type AddItemToCartResponses = {
|
|
2461
2591
|
/**
|
|
2462
2592
|
* OK
|
|
2463
2593
|
*/
|
|
2464
2594
|
200: EmptyEnvelopeReadable;
|
|
2465
2595
|
};
|
|
2466
2596
|
|
|
2467
|
-
export type
|
|
2597
|
+
export type AddItemToCartResponse = AddItemToCartResponses[keyof AddItemToCartResponses];
|
|
2468
2598
|
|
|
2469
|
-
export type
|
|
2599
|
+
export type GetItemsInCartAsyncData = {
|
|
2470
2600
|
body?: never;
|
|
2471
2601
|
headers?: {
|
|
2472
2602
|
'x-api-version'?: string;
|
|
@@ -2477,10 +2607,10 @@ export type GetApiV2CartServiceRecordsByCartIdData = {
|
|
|
2477
2607
|
query?: {
|
|
2478
2608
|
'api-version'?: string;
|
|
2479
2609
|
};
|
|
2480
|
-
url: '/api/v2/CartService/Records/{
|
|
2610
|
+
url: '/api/v2/CartService/Records/{cartId}';
|
|
2481
2611
|
};
|
|
2482
2612
|
|
|
2483
|
-
export type
|
|
2613
|
+
export type GetItemsInCartAsyncErrors = {
|
|
2484
2614
|
/**
|
|
2485
2615
|
* Unauthorized
|
|
2486
2616
|
*/
|
|
@@ -2491,18 +2621,18 @@ export type GetApiV2CartServiceRecordsByCartIdErrors = {
|
|
|
2491
2621
|
404: ErrorEnvelopeReadable;
|
|
2492
2622
|
};
|
|
2493
2623
|
|
|
2494
|
-
export type
|
|
2624
|
+
export type GetItemsInCartAsyncError = GetItemsInCartAsyncErrors[keyof GetItemsInCartAsyncErrors];
|
|
2495
2625
|
|
|
2496
|
-
export type
|
|
2626
|
+
export type GetItemsInCartAsyncResponses = {
|
|
2497
2627
|
/**
|
|
2498
2628
|
* OK
|
|
2499
2629
|
*/
|
|
2500
2630
|
200: ItemCartRecordDtoListEnvelopeReadable;
|
|
2501
2631
|
};
|
|
2502
2632
|
|
|
2503
|
-
export type
|
|
2633
|
+
export type GetItemsInCartAsyncResponse = GetItemsInCartAsyncResponses[keyof GetItemsInCartAsyncResponses];
|
|
2504
2634
|
|
|
2505
|
-
export type
|
|
2635
|
+
export type RemoveProductFromCartByParamsData = {
|
|
2506
2636
|
body?: never;
|
|
2507
2637
|
headers?: {
|
|
2508
2638
|
'x-api-version'?: string;
|
|
@@ -2516,7 +2646,7 @@ export type DeleteApiV2CartServiceRecordsData = {
|
|
|
2516
2646
|
url: '/api/v2/CartService/Records';
|
|
2517
2647
|
};
|
|
2518
2648
|
|
|
2519
|
-
export type
|
|
2649
|
+
export type RemoveProductFromCartByParamsErrors = {
|
|
2520
2650
|
/**
|
|
2521
2651
|
* Unauthorized
|
|
2522
2652
|
*/
|
|
@@ -2527,19 +2657,19 @@ export type DeleteApiV2CartServiceRecordsErrors = {
|
|
|
2527
2657
|
404: ErrorEnvelopeReadable;
|
|
2528
2658
|
};
|
|
2529
2659
|
|
|
2530
|
-
export type
|
|
2660
|
+
export type RemoveProductFromCartByParamsError = RemoveProductFromCartByParamsErrors[keyof RemoveProductFromCartByParamsErrors];
|
|
2531
2661
|
|
|
2532
|
-
export type
|
|
2662
|
+
export type RemoveProductFromCartByParamsResponses = {
|
|
2533
2663
|
/**
|
|
2534
2664
|
* OK
|
|
2535
2665
|
*/
|
|
2536
2666
|
200: EmptyEnvelopeReadable;
|
|
2537
2667
|
};
|
|
2538
2668
|
|
|
2539
|
-
export type
|
|
2669
|
+
export type RemoveProductFromCartByParamsResponse = RemoveProductFromCartByParamsResponses[keyof RemoveProductFromCartByParamsResponses];
|
|
2540
2670
|
|
|
2541
|
-
export type
|
|
2542
|
-
body?:
|
|
2671
|
+
export type AddProductToCartAsyncData = {
|
|
2672
|
+
body?: ItemCartRecordCreateDto;
|
|
2543
2673
|
headers?: {
|
|
2544
2674
|
'x-api-version'?: string;
|
|
2545
2675
|
};
|
|
@@ -2550,7 +2680,7 @@ export type PostApiV2CartServiceRecordsData = {
|
|
|
2550
2680
|
url: '/api/v2/CartService/Records';
|
|
2551
2681
|
};
|
|
2552
2682
|
|
|
2553
|
-
export type
|
|
2683
|
+
export type AddProductToCartAsyncErrors = {
|
|
2554
2684
|
/**
|
|
2555
2685
|
* Unauthorized
|
|
2556
2686
|
*/
|
|
@@ -2561,18 +2691,18 @@ export type PostApiV2CartServiceRecordsErrors = {
|
|
|
2561
2691
|
404: ErrorEnvelopeReadable;
|
|
2562
2692
|
};
|
|
2563
2693
|
|
|
2564
|
-
export type
|
|
2694
|
+
export type AddProductToCartAsyncError = AddProductToCartAsyncErrors[keyof AddProductToCartAsyncErrors];
|
|
2565
2695
|
|
|
2566
|
-
export type
|
|
2696
|
+
export type AddProductToCartAsyncResponses = {
|
|
2567
2697
|
/**
|
|
2568
2698
|
* OK
|
|
2569
2699
|
*/
|
|
2570
2700
|
200: EmptyEnvelopeReadable;
|
|
2571
2701
|
};
|
|
2572
2702
|
|
|
2573
|
-
export type
|
|
2703
|
+
export type AddProductToCartAsyncResponse = AddProductToCartAsyncResponses[keyof AddProductToCartAsyncResponses];
|
|
2574
2704
|
|
|
2575
|
-
export type
|
|
2705
|
+
export type IsItemAlreadyInCartData = {
|
|
2576
2706
|
body?: never;
|
|
2577
2707
|
headers?: {
|
|
2578
2708
|
'x-api-version'?: string;
|
|
@@ -2586,7 +2716,7 @@ export type GetApiV2CartServiceRecordsIsInCartData = {
|
|
|
2586
2716
|
url: '/api/v2/CartService/Records/IsInCart';
|
|
2587
2717
|
};
|
|
2588
2718
|
|
|
2589
|
-
export type
|
|
2719
|
+
export type IsItemAlreadyInCartErrors = {
|
|
2590
2720
|
/**
|
|
2591
2721
|
* Unauthorized
|
|
2592
2722
|
*/
|
|
@@ -2597,18 +2727,18 @@ export type GetApiV2CartServiceRecordsIsInCartErrors = {
|
|
|
2597
2727
|
404: EmptyEnvelopeReadable;
|
|
2598
2728
|
};
|
|
2599
2729
|
|
|
2600
|
-
export type
|
|
2730
|
+
export type IsItemAlreadyInCartError = IsItemAlreadyInCartErrors[keyof IsItemAlreadyInCartErrors];
|
|
2601
2731
|
|
|
2602
|
-
export type
|
|
2732
|
+
export type IsItemAlreadyInCartResponses = {
|
|
2603
2733
|
/**
|
|
2604
2734
|
* OK
|
|
2605
2735
|
*/
|
|
2606
2736
|
200: BooleanEnvelopeReadable;
|
|
2607
2737
|
};
|
|
2608
2738
|
|
|
2609
|
-
export type
|
|
2739
|
+
export type IsItemAlreadyInCartResponse = IsItemAlreadyInCartResponses[keyof IsItemAlreadyInCartResponses];
|
|
2610
2740
|
|
|
2611
|
-
export type
|
|
2741
|
+
export type ClearCartAsyncData = {
|
|
2612
2742
|
body?: never;
|
|
2613
2743
|
headers?: {
|
|
2614
2744
|
'x-api-version'?: string;
|
|
@@ -2621,7 +2751,7 @@ export type PostApiV2CartServiceRecordsClearCartData = {
|
|
|
2621
2751
|
url: '/api/v2/CartService/Records/ClearCart';
|
|
2622
2752
|
};
|
|
2623
2753
|
|
|
2624
|
-
export type
|
|
2754
|
+
export type ClearCartAsyncErrors = {
|
|
2625
2755
|
/**
|
|
2626
2756
|
* Unauthorized
|
|
2627
2757
|
*/
|
|
@@ -2632,18 +2762,18 @@ export type PostApiV2CartServiceRecordsClearCartErrors = {
|
|
|
2632
2762
|
404: ErrorEnvelopeReadable;
|
|
2633
2763
|
};
|
|
2634
2764
|
|
|
2635
|
-
export type
|
|
2765
|
+
export type ClearCartAsyncError = ClearCartAsyncErrors[keyof ClearCartAsyncErrors];
|
|
2636
2766
|
|
|
2637
|
-
export type
|
|
2767
|
+
export type ClearCartAsyncResponses = {
|
|
2638
2768
|
/**
|
|
2639
2769
|
* OK
|
|
2640
2770
|
*/
|
|
2641
2771
|
200: EmptyEnvelopeReadable;
|
|
2642
2772
|
};
|
|
2643
2773
|
|
|
2644
|
-
export type
|
|
2774
|
+
export type ClearCartAsyncResponse = ClearCartAsyncResponses[keyof ClearCartAsyncResponses];
|
|
2645
2775
|
|
|
2646
|
-
export type
|
|
2776
|
+
export type GetItemCartRecordData = {
|
|
2647
2777
|
body?: never;
|
|
2648
2778
|
headers?: {
|
|
2649
2779
|
'x-api-version'?: string;
|
|
@@ -2657,7 +2787,7 @@ export type GetApiV2CartServiceRecordsByRecordIdDetailsData = {
|
|
|
2657
2787
|
url: '/api/v2/CartService/Records/{recordId}/Details';
|
|
2658
2788
|
};
|
|
2659
2789
|
|
|
2660
|
-
export type
|
|
2790
|
+
export type GetItemCartRecordErrors = {
|
|
2661
2791
|
/**
|
|
2662
2792
|
* Unauthorized
|
|
2663
2793
|
*/
|
|
@@ -2668,18 +2798,18 @@ export type GetApiV2CartServiceRecordsByRecordIdDetailsErrors = {
|
|
|
2668
2798
|
404: ErrorEnvelopeReadable;
|
|
2669
2799
|
};
|
|
2670
2800
|
|
|
2671
|
-
export type
|
|
2801
|
+
export type GetItemCartRecordError = GetItemCartRecordErrors[keyof GetItemCartRecordErrors];
|
|
2672
2802
|
|
|
2673
|
-
export type
|
|
2803
|
+
export type GetItemCartRecordResponses = {
|
|
2674
2804
|
/**
|
|
2675
2805
|
* OK
|
|
2676
2806
|
*/
|
|
2677
2807
|
200: EmptyEnvelopeReadable;
|
|
2678
2808
|
};
|
|
2679
2809
|
|
|
2680
|
-
export type
|
|
2810
|
+
export type GetItemCartRecordResponse = GetItemCartRecordResponses[keyof GetItemCartRecordResponses];
|
|
2681
2811
|
|
|
2682
|
-
export type
|
|
2812
|
+
export type RemoveProductFromCartByRecordIdData = {
|
|
2683
2813
|
body?: never;
|
|
2684
2814
|
headers?: {
|
|
2685
2815
|
'x-api-version'?: string;
|
|
@@ -2693,7 +2823,7 @@ export type DeleteApiV2CartServiceRecordsByRecordIdData = {
|
|
|
2693
2823
|
url: '/api/v2/CartService/Records/{recordId}';
|
|
2694
2824
|
};
|
|
2695
2825
|
|
|
2696
|
-
export type
|
|
2826
|
+
export type RemoveProductFromCartByRecordIdErrors = {
|
|
2697
2827
|
/**
|
|
2698
2828
|
* Unauthorized
|
|
2699
2829
|
*/
|
|
@@ -2704,18 +2834,18 @@ export type DeleteApiV2CartServiceRecordsByRecordIdErrors = {
|
|
|
2704
2834
|
404: ErrorEnvelopeReadable;
|
|
2705
2835
|
};
|
|
2706
2836
|
|
|
2707
|
-
export type
|
|
2837
|
+
export type RemoveProductFromCartByRecordIdError = RemoveProductFromCartByRecordIdErrors[keyof RemoveProductFromCartByRecordIdErrors];
|
|
2708
2838
|
|
|
2709
|
-
export type
|
|
2839
|
+
export type RemoveProductFromCartByRecordIdResponses = {
|
|
2710
2840
|
/**
|
|
2711
2841
|
* OK
|
|
2712
2842
|
*/
|
|
2713
2843
|
200: EmptyEnvelopeReadable;
|
|
2714
2844
|
};
|
|
2715
2845
|
|
|
2716
|
-
export type
|
|
2846
|
+
export type RemoveProductFromCartByRecordIdResponse = RemoveProductFromCartByRecordIdResponses[keyof RemoveProductFromCartByRecordIdResponses];
|
|
2717
2847
|
|
|
2718
|
-
export type
|
|
2848
|
+
export type UpdateItemCartRecordData = {
|
|
2719
2849
|
body?: ItemCartRecordUpdateDto;
|
|
2720
2850
|
headers?: {
|
|
2721
2851
|
'x-api-version'?: string;
|
|
@@ -2729,7 +2859,7 @@ export type PutApiV2CartServiceRecordsByRecordIdData = {
|
|
|
2729
2859
|
url: '/api/v2/CartService/Records/{recordId}';
|
|
2730
2860
|
};
|
|
2731
2861
|
|
|
2732
|
-
export type
|
|
2862
|
+
export type UpdateItemCartRecordErrors = {
|
|
2733
2863
|
/**
|
|
2734
2864
|
* Unauthorized
|
|
2735
2865
|
*/
|
|
@@ -2740,18 +2870,18 @@ export type PutApiV2CartServiceRecordsByRecordIdErrors = {
|
|
|
2740
2870
|
404: ErrorEnvelopeReadable;
|
|
2741
2871
|
};
|
|
2742
2872
|
|
|
2743
|
-
export type
|
|
2873
|
+
export type UpdateItemCartRecordError = UpdateItemCartRecordErrors[keyof UpdateItemCartRecordErrors];
|
|
2744
2874
|
|
|
2745
|
-
export type
|
|
2875
|
+
export type UpdateItemCartRecordResponses = {
|
|
2746
2876
|
/**
|
|
2747
2877
|
* OK
|
|
2748
2878
|
*/
|
|
2749
2879
|
200: EmptyEnvelopeReadable;
|
|
2750
2880
|
};
|
|
2751
2881
|
|
|
2752
|
-
export type
|
|
2882
|
+
export type UpdateItemCartRecordResponse = UpdateItemCartRecordResponses[keyof UpdateItemCartRecordResponses];
|
|
2753
2883
|
|
|
2754
|
-
export type
|
|
2884
|
+
export type IncreaseItemCartRecordData = {
|
|
2755
2885
|
body?: never;
|
|
2756
2886
|
headers?: {
|
|
2757
2887
|
'x-api-version'?: string;
|
|
@@ -2766,7 +2896,7 @@ export type PutApiV2CartServiceRecordsByRecordIdIncreaseData = {
|
|
|
2766
2896
|
url: '/api/v2/CartService/Records/{recordId}/Increase';
|
|
2767
2897
|
};
|
|
2768
2898
|
|
|
2769
|
-
export type
|
|
2899
|
+
export type IncreaseItemCartRecordErrors = {
|
|
2770
2900
|
/**
|
|
2771
2901
|
* Unauthorized
|
|
2772
2902
|
*/
|
|
@@ -2777,18 +2907,18 @@ export type PutApiV2CartServiceRecordsByRecordIdIncreaseErrors = {
|
|
|
2777
2907
|
404: ErrorEnvelopeReadable;
|
|
2778
2908
|
};
|
|
2779
2909
|
|
|
2780
|
-
export type
|
|
2910
|
+
export type IncreaseItemCartRecordError = IncreaseItemCartRecordErrors[keyof IncreaseItemCartRecordErrors];
|
|
2781
2911
|
|
|
2782
|
-
export type
|
|
2912
|
+
export type IncreaseItemCartRecordResponses = {
|
|
2783
2913
|
/**
|
|
2784
2914
|
* OK
|
|
2785
2915
|
*/
|
|
2786
2916
|
200: EmptyEnvelopeReadable;
|
|
2787
2917
|
};
|
|
2788
2918
|
|
|
2789
|
-
export type
|
|
2919
|
+
export type IncreaseItemCartRecordResponse = IncreaseItemCartRecordResponses[keyof IncreaseItemCartRecordResponses];
|
|
2790
2920
|
|
|
2791
|
-
export type
|
|
2921
|
+
export type DecreaseItemCartRecordData = {
|
|
2792
2922
|
body?: never;
|
|
2793
2923
|
headers?: {
|
|
2794
2924
|
'x-api-version'?: string;
|
|
@@ -2803,7 +2933,7 @@ export type PutApiV2CartServiceRecordsByRecordIdDecreaseData = {
|
|
|
2803
2933
|
url: '/api/v2/CartService/Records/{recordId}/Decrease';
|
|
2804
2934
|
};
|
|
2805
2935
|
|
|
2806
|
-
export type
|
|
2936
|
+
export type DecreaseItemCartRecordErrors = {
|
|
2807
2937
|
/**
|
|
2808
2938
|
* Unauthorized
|
|
2809
2939
|
*/
|
|
@@ -2814,18 +2944,18 @@ export type PutApiV2CartServiceRecordsByRecordIdDecreaseErrors = {
|
|
|
2814
2944
|
404: ErrorEnvelopeReadable;
|
|
2815
2945
|
};
|
|
2816
2946
|
|
|
2817
|
-
export type
|
|
2947
|
+
export type DecreaseItemCartRecordError = DecreaseItemCartRecordErrors[keyof DecreaseItemCartRecordErrors];
|
|
2818
2948
|
|
|
2819
|
-
export type
|
|
2949
|
+
export type DecreaseItemCartRecordResponses = {
|
|
2820
2950
|
/**
|
|
2821
2951
|
* OK
|
|
2822
2952
|
*/
|
|
2823
2953
|
200: EmptyEnvelopeReadable;
|
|
2824
2954
|
};
|
|
2825
2955
|
|
|
2826
|
-
export type
|
|
2956
|
+
export type DecreaseItemCartRecordResponse = DecreaseItemCartRecordResponses[keyof DecreaseItemCartRecordResponses];
|
|
2827
2957
|
|
|
2828
|
-
export type
|
|
2958
|
+
export type IsProductInWishListsData = {
|
|
2829
2959
|
body?: never;
|
|
2830
2960
|
headers?: {
|
|
2831
2961
|
'x-api-version'?: string;
|
|
@@ -2839,16 +2969,16 @@ export type GetApiV2CartServiceWishListsContainsData = {
|
|
|
2839
2969
|
url: '/api/v2/CartService/WishLists/Contains';
|
|
2840
2970
|
};
|
|
2841
2971
|
|
|
2842
|
-
export type
|
|
2972
|
+
export type IsProductInWishListsResponses = {
|
|
2843
2973
|
/**
|
|
2844
2974
|
* OK
|
|
2845
2975
|
*/
|
|
2846
2976
|
200: BooleanEnvelopeReadable;
|
|
2847
2977
|
};
|
|
2848
2978
|
|
|
2849
|
-
export type
|
|
2979
|
+
export type IsProductInWishListsResponse = IsProductInWishListsResponses[keyof IsProductInWishListsResponses];
|
|
2850
2980
|
|
|
2851
|
-
export type
|
|
2981
|
+
export type WishListExistsData = {
|
|
2852
2982
|
body?: never;
|
|
2853
2983
|
headers?: {
|
|
2854
2984
|
'x-api-version'?: string;
|
|
@@ -2861,16 +2991,16 @@ export type GetApiV2CartServiceWishListsExistsData = {
|
|
|
2861
2991
|
url: '/api/v2/CartService/WishLists/Exists';
|
|
2862
2992
|
};
|
|
2863
2993
|
|
|
2864
|
-
export type
|
|
2994
|
+
export type WishListExistsResponses = {
|
|
2865
2995
|
/**
|
|
2866
2996
|
* OK
|
|
2867
2997
|
*/
|
|
2868
2998
|
200: BooleanEnvelopeReadable;
|
|
2869
2999
|
};
|
|
2870
3000
|
|
|
2871
|
-
export type
|
|
3001
|
+
export type WishListExistsResponse = WishListExistsResponses[keyof WishListExistsResponses];
|
|
2872
3002
|
|
|
2873
|
-
export type
|
|
3003
|
+
export type WishListExistsHeadAsyncData = {
|
|
2874
3004
|
body?: never;
|
|
2875
3005
|
headers?: {
|
|
2876
3006
|
'x-api-version'?: string;
|
|
@@ -2883,16 +3013,16 @@ export type HeadApiV2CartServiceWishListsExistsData = {
|
|
|
2883
3013
|
url: '/api/v2/CartService/WishLists/Exists';
|
|
2884
3014
|
};
|
|
2885
3015
|
|
|
2886
|
-
export type
|
|
3016
|
+
export type WishListExistsHeadAsyncResponses = {
|
|
2887
3017
|
/**
|
|
2888
3018
|
* OK
|
|
2889
3019
|
*/
|
|
2890
3020
|
200: EmptyEnvelopeReadable;
|
|
2891
3021
|
};
|
|
2892
3022
|
|
|
2893
|
-
export type
|
|
3023
|
+
export type WishListExistsHeadAsyncResponse = WishListExistsHeadAsyncResponses[keyof WishListExistsHeadAsyncResponses];
|
|
2894
3024
|
|
|
2895
|
-
export type
|
|
3025
|
+
export type CreateWishListData = {
|
|
2896
3026
|
body?: NewWishListRequest;
|
|
2897
3027
|
headers?: {
|
|
2898
3028
|
'x-api-version'?: string;
|
|
@@ -2904,16 +3034,16 @@ export type PostApiV2CartServiceWishListsData = {
|
|
|
2904
3034
|
url: '/api/v2/CartService/WishLists';
|
|
2905
3035
|
};
|
|
2906
3036
|
|
|
2907
|
-
export type
|
|
3037
|
+
export type CreateWishListResponses = {
|
|
2908
3038
|
/**
|
|
2909
3039
|
* OK
|
|
2910
3040
|
*/
|
|
2911
3041
|
200: EmptyEnvelopeReadable;
|
|
2912
3042
|
};
|
|
2913
3043
|
|
|
2914
|
-
export type
|
|
3044
|
+
export type CreateWishListResponse = CreateWishListResponses[keyof CreateWishListResponses];
|
|
2915
3045
|
|
|
2916
|
-
export type
|
|
3046
|
+
export type DeleteWishListData = {
|
|
2917
3047
|
body?: never;
|
|
2918
3048
|
headers?: {
|
|
2919
3049
|
'x-api-version'?: string;
|
|
@@ -2927,16 +3057,16 @@ export type DeleteApiV2CartServiceWishListsByWishListIdData = {
|
|
|
2927
3057
|
url: '/api/v2/CartService/WishLists/{wishListId}';
|
|
2928
3058
|
};
|
|
2929
3059
|
|
|
2930
|
-
export type
|
|
3060
|
+
export type DeleteWishListResponses = {
|
|
2931
3061
|
/**
|
|
2932
3062
|
* OK
|
|
2933
3063
|
*/
|
|
2934
3064
|
200: EmptyEnvelopeReadable;
|
|
2935
3065
|
};
|
|
2936
3066
|
|
|
2937
|
-
export type
|
|
3067
|
+
export type DeleteWishListResponse = DeleteWishListResponses[keyof DeleteWishListResponses];
|
|
2938
3068
|
|
|
2939
|
-
export type
|
|
3069
|
+
export type UpdateProductToWishListData = {
|
|
2940
3070
|
body?: WishListUpdateDto;
|
|
2941
3071
|
headers?: {
|
|
2942
3072
|
'x-api-version'?: string;
|
|
@@ -2950,16 +3080,16 @@ export type PutApiV2CartServiceWishListsByWishListIdData = {
|
|
|
2950
3080
|
url: '/api/v2/CartService/WishLists/{wishListId}';
|
|
2951
3081
|
};
|
|
2952
3082
|
|
|
2953
|
-
export type
|
|
3083
|
+
export type UpdateProductToWishListResponses = {
|
|
2954
3084
|
/**
|
|
2955
3085
|
* OK
|
|
2956
3086
|
*/
|
|
2957
3087
|
200: EmptyEnvelopeReadable;
|
|
2958
3088
|
};
|
|
2959
3089
|
|
|
2960
|
-
export type
|
|
3090
|
+
export type UpdateProductToWishListResponse = UpdateProductToWishListResponses[keyof UpdateProductToWishListResponses];
|
|
2961
3091
|
|
|
2962
|
-
export type
|
|
3092
|
+
export type GetWishListAsyncData = {
|
|
2963
3093
|
body?: never;
|
|
2964
3094
|
headers?: {
|
|
2965
3095
|
'x-api-version'?: string;
|
|
@@ -2973,16 +3103,16 @@ export type GetApiV2CartServiceWishListsByCartIdData = {
|
|
|
2973
3103
|
url: '/api/v2/CartService/WishLists/{cartId}';
|
|
2974
3104
|
};
|
|
2975
3105
|
|
|
2976
|
-
export type
|
|
3106
|
+
export type GetWishListAsyncResponses = {
|
|
2977
3107
|
/**
|
|
2978
3108
|
* OK
|
|
2979
3109
|
*/
|
|
2980
3110
|
200: Array<WishListDto>;
|
|
2981
3111
|
};
|
|
2982
3112
|
|
|
2983
|
-
export type
|
|
3113
|
+
export type GetWishListAsyncResponse = GetWishListAsyncResponses[keyof GetWishListAsyncResponses];
|
|
2984
3114
|
|
|
2985
|
-
export type
|
|
3115
|
+
export type GetCartWishListItemsAsyncData = {
|
|
2986
3116
|
body?: never;
|
|
2987
3117
|
headers?: {
|
|
2988
3118
|
'x-api-version'?: string;
|
|
@@ -2996,16 +3126,16 @@ export type GetApiV2CartServiceWishListsByWishListIdRecordsData = {
|
|
|
2996
3126
|
url: '/api/v2/CartService/WishLists/{wishListId}/Records';
|
|
2997
3127
|
};
|
|
2998
3128
|
|
|
2999
|
-
export type
|
|
3129
|
+
export type GetCartWishListItemsAsyncResponses = {
|
|
3000
3130
|
/**
|
|
3001
3131
|
* OK
|
|
3002
3132
|
*/
|
|
3003
3133
|
200: Array<WishListItemRecordDto>;
|
|
3004
3134
|
};
|
|
3005
3135
|
|
|
3006
|
-
export type
|
|
3136
|
+
export type GetCartWishListItemsAsyncResponse = GetCartWishListItemsAsyncResponses[keyof GetCartWishListItemsAsyncResponses];
|
|
3007
3137
|
|
|
3008
|
-
export type
|
|
3138
|
+
export type GetCartWishListDetailsAsyncData = {
|
|
3009
3139
|
body?: never;
|
|
3010
3140
|
headers?: {
|
|
3011
3141
|
'x-api-version'?: string;
|
|
@@ -3019,16 +3149,16 @@ export type GetApiV2CartServiceWishListsByWishListIdDetailsData = {
|
|
|
3019
3149
|
url: '/api/v2/CartService/WishLists/{wishListId}/Details';
|
|
3020
3150
|
};
|
|
3021
3151
|
|
|
3022
|
-
export type
|
|
3152
|
+
export type GetCartWishListDetailsAsyncResponses = {
|
|
3023
3153
|
/**
|
|
3024
3154
|
* OK
|
|
3025
3155
|
*/
|
|
3026
3156
|
200: WishListDto;
|
|
3027
3157
|
};
|
|
3028
3158
|
|
|
3029
|
-
export type
|
|
3159
|
+
export type GetCartWishListDetailsAsyncResponse = GetCartWishListDetailsAsyncResponses[keyof GetCartWishListDetailsAsyncResponses];
|
|
3030
3160
|
|
|
3031
|
-
export type
|
|
3161
|
+
export type AddProductToWishListData = {
|
|
3032
3162
|
body?: ProductToWishListRequest;
|
|
3033
3163
|
headers?: {
|
|
3034
3164
|
'x-api-version'?: string;
|
|
@@ -3040,16 +3170,16 @@ export type PostApiV2CartServiceWishListsRecordsData = {
|
|
|
3040
3170
|
url: '/api/v2/CartService/WishLists/Records';
|
|
3041
3171
|
};
|
|
3042
3172
|
|
|
3043
|
-
export type
|
|
3173
|
+
export type AddProductToWishListResponses = {
|
|
3044
3174
|
/**
|
|
3045
3175
|
* OK
|
|
3046
3176
|
*/
|
|
3047
3177
|
200: EmptyEnvelopeReadable;
|
|
3048
3178
|
};
|
|
3049
3179
|
|
|
3050
|
-
export type
|
|
3180
|
+
export type AddProductToWishListResponse = AddProductToWishListResponses[keyof AddProductToWishListResponses];
|
|
3051
3181
|
|
|
3052
|
-
export type
|
|
3182
|
+
export type DeleteWishListRecordData = {
|
|
3053
3183
|
body?: never;
|
|
3054
3184
|
headers?: {
|
|
3055
3185
|
'x-api-version'?: string;
|
|
@@ -3063,7 +3193,7 @@ export type DeleteApiV2CartServiceWishListsRecordsByRecordIdData = {
|
|
|
3063
3193
|
url: '/api/v2/CartService/WishLists/Records/{recordId}';
|
|
3064
3194
|
};
|
|
3065
3195
|
|
|
3066
|
-
export type
|
|
3196
|
+
export type DeleteWishListRecordResponses = {
|
|
3067
3197
|
/**
|
|
3068
3198
|
* OK
|
|
3069
3199
|
*/
|