@fenixalliance/abs-api-client 1.0.16 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/index.ts +74 -5
- package/clients/accountingService/sdk.gen.ts +409 -137
- package/clients/accountingService/types.gen.ts +678 -1006
- package/clients/assetsService/client.gen.ts +18 -0
- package/clients/assetsService/index.ts +3 -0
- package/clients/assetsService/sdk.gen.ts +808 -0
- package/clients/assetsService/types.gen.ts +2762 -0
- package/clients/cartService/sdk.gen.ts +181 -77
- package/clients/cartService/types.gen.ts +328 -198
- package/clients/catalogService/sdk.gen.ts +353 -121
- package/clients/catalogService/types.gen.ts +371 -706
- package/clients/contentService/sdk.gen.ts +129 -49
- package/clients/contentService/types.gen.ts +154 -281
- package/clients/crmService/sdk.gen.ts +125 -9
- package/clients/crmService/types.gen.ts +432 -38
- package/clients/dealsService/sdk.gen.ts +203 -63
- package/clients/dealsService/types.gen.ts +413 -273
- package/clients/emailTemplates/client.gen.ts +18 -0
- package/clients/emailTemplates/index.ts +3 -0
- package/clients/emailTemplates/sdk.gen.ts +142 -0
- package/clients/emailTemplates/types.gen.ts +354 -0
- package/clients/forexService/sdk.gen.ts +49 -17
- package/clients/forexService/types.gen.ts +68 -51
- package/clients/globeService/sdk.gen.ts +121 -41
- package/clients/globeService/types.gen.ts +100 -100
- package/clients/hrmsService/client.gen.ts +18 -0
- package/clients/hrmsService/index.ts +3 -0
- package/clients/hrmsService/sdk.gen.ts +438 -0
- package/clients/hrmsService/types.gen.ts +1498 -0
- package/clients/identityService/sdk.gen.ts +84 -28
- package/clients/identityService/types.gen.ts +65 -93
- package/clients/inventoryService/sdk.gen.ts +6 -2
- package/clients/inventoryService/types.gen.ts +2 -2
- package/clients/invoicingService/types.gen.ts +241 -157
- package/clients/learningService/sdk.gen.ts +5 -5
- package/clients/learningService/types.gen.ts +97 -378
- package/clients/locationsService/client.gen.ts +18 -0
- package/clients/locationsService/index.ts +3 -0
- package/clients/locationsService/sdk.gen.ts +290 -0
- package/clients/locationsService/types.gen.ts +885 -0
- package/clients/logisticsService/client.gen.ts +18 -0
- package/clients/logisticsService/index.ts +3 -0
- package/clients/logisticsService/sdk.gen.ts +153 -0
- package/clients/logisticsService/types.gen.ts +540 -0
- package/clients/marketingService/sdk.gen.ts +295 -99
- package/clients/marketingService/types.gen.ts +279 -349
- package/clients/marketplaceService/client.gen.ts +18 -0
- package/clients/marketplaceService/index.ts +3 -0
- package/clients/marketplaceService/sdk.gen.ts +142 -0
- package/clients/marketplaceService/types.gen.ts +354 -0
- package/clients/ordersService/types.gen.ts +184 -103
- package/clients/paymentsService/sdk.gen.ts +35 -13
- package/clients/paymentsService/types.gen.ts +46 -135
- package/clients/pricingService/sdk.gen.ts +153 -45
- package/clients/pricingService/types.gen.ts +164 -197
- package/clients/projectsService/sdk.gen.ts +181 -61
- package/clients/projectsService/types.gen.ts +170 -203
- package/clients/quotesService/types.gen.ts +198 -88
- package/clients/salesService/sdk.gen.ts +6 -2
- package/clients/salesService/types.gen.ts +2 -2
- package/clients/securityService/sdk.gen.ts +13 -13
- package/clients/securityService/types.gen.ts +32 -84
- package/clients/servicesService/client.gen.ts +18 -0
- package/clients/servicesService/index.ts +3 -0
- package/clients/servicesService/sdk.gen.ts +608 -0
- package/clients/servicesService/types.gen.ts +3093 -0
- package/clients/shipmentsService/sdk.gen.ts +7 -3
- package/clients/shipmentsService/types.gen.ts +5 -5
- package/clients/socialService/sdk.gen.ts +205 -73
- package/clients/socialService/types.gen.ts +190 -296
- package/clients/storageService/sdk.gen.ts +32 -8
- package/clients/storageService/types.gen.ts +21 -87
- package/clients/subscriptionsService/client.gen.ts +18 -0
- package/clients/subscriptionsService/index.ts +3 -0
- package/clients/subscriptionsService/sdk.gen.ts +290 -0
- package/clients/subscriptionsService/types.gen.ts +1435 -0
- package/clients/supportService/sdk.gen.ts +277 -93
- package/clients/supportService/types.gen.ts +257 -414
- package/clients/systemService/sdk.gen.ts +223 -39
- package/clients/systemService/types.gen.ts +454 -154
- package/clients/tenantsService/sdk.gen.ts +186 -60
- package/clients/tenantsService/types.gen.ts +507 -361
- package/clients/timeTrackerService/sdk.gen.ts +73 -25
- package/clients/timeTrackerService/types.gen.ts +62 -80
- package/clients/usersService/sdk.gen.ts +101 -1
- package/clients/usersService/types.gen.ts +352 -0
- package/clients/walletsService/types.gen.ts +52 -29
- package/package.json +4 -2
- package/schemas/accountingService/schema.s.ts +5580 -4955
- package/schemas/assetsService/schema.s.ts +3385 -0
- package/schemas/cartService/schema.s.ts +1478 -1190
- package/schemas/catalogService/schema.s.ts +3323 -2795
- package/schemas/contentService/schema.s.ts +1445 -1194
- package/schemas/crmService/schema.s.ts +657 -146
- package/schemas/dealsService/schema.s.ts +2243 -1842
- package/schemas/emailTemplates/schema.s.ts +335 -0
- package/schemas/forexService/schema.s.ts +343 -270
- package/schemas/globeService/schema.s.ts +1143 -963
- package/schemas/identityService/schema.s.ts +490 -364
- package/schemas/inventoryService/schema.s.ts +28 -19
- package/schemas/invoicingService/schema.s.ts +73 -0
- package/schemas/learningService/schema.s.ts +2 -2
- package/schemas/locationsService/schema.s.ts +980 -0
- package/schemas/logisticsService/schema.s.ts +474 -0
- package/schemas/marketingService/schema.s.ts +3361 -2908
- package/schemas/marketplaceService/schema.s.ts +335 -0
- package/schemas/ordersService/schema.s.ts +90 -0
- package/schemas/paymentsService/schema.s.ts +282 -227
- package/schemas/pricingService/schema.s.ts +1043 -804
- package/schemas/projectsService/schema.s.ts +1452 -1184
- package/schemas/quotesService/schema.s.ts +104 -0
- package/schemas/salesService/schema.s.ts +28 -19
- package/schemas/securityService/schema.s.ts +112 -14
- package/schemas/servicesService/schema.s.ts +3681 -0
- package/schemas/shipmentsService/schema.s.ts +43 -34
- package/schemas/socialService/schema.s.ts +1665 -1246
- package/schemas/storageService/schema.s.ts +260 -239
- package/schemas/subscriptionsService/schema.s.ts +1651 -0
- package/schemas/supportService/schema.s.ts +2420 -2039
- package/schemas/systemService/schema.s.ts +2107 -1479
- package/schemas/tenantsService/schema.s.ts +1588 -960
- package/schemas/timeTrackerService/schema.s.ts +550 -444
- package/schemas/usersService/schema.s.ts +440 -0
- package/schemas/walletsService/schema.s.ts +36 -0
- package/vite.config.js +1 -0
- package/wwwroot/build/bundle.js +1 -1
- package/clients/authService/core/ApiError.js +0 -20
- package/clients/authService/core/ApiError.ts +0 -25
- package/clients/authService/core/ApiRequestOptions.js +0 -2
- package/clients/authService/core/ApiRequestOptions.ts +0 -17
- package/clients/authService/core/ApiResult.js +0 -2
- package/clients/authService/core/ApiResult.ts +0 -11
- package/clients/authService/core/CancelablePromise.js +0 -104
- package/clients/authService/core/CancelablePromise.ts +0 -131
- package/clients/authService/core/OpenAPI.js +0 -14
- package/clients/authService/core/OpenAPI.ts +0 -32
- package/clients/authService/core/request.js +0 -294
- package/clients/authService/core/request.ts +0 -322
- package/clients/authService/index.js +0 -28
- package/clients/authService/index.ts +0 -48
- package/clients/authService/models/AccessTokenResponse.js +0 -2
- package/clients/authService/models/AccessTokenResponse.ts +0 -11
- package/clients/authService/models/AccountHolderCreateDto.js +0 -12
- package/clients/authService/models/AccountHolderCreateDto.ts +0 -41
- package/clients/authService/models/AccountHolderCreateDtoEnvelope.js +0 -2
- package/clients/authService/models/AccountHolderCreateDtoEnvelope.ts +0 -14
- package/clients/authService/models/ApiAuthorizationResult.js +0 -2
- package/clients/authService/models/ApiAuthorizationResult.ts +0 -17
- package/clients/authService/models/ApiAuthorizationResultEnvelope.js +0 -2
- package/clients/authService/models/ApiAuthorizationResultEnvelope.ts +0 -14
- package/clients/authService/models/EnrollmentId.js +0 -2
- package/clients/authService/models/EnrollmentId.ts +0 -5
- package/clients/authService/models/ErrorEnvelope.js +0 -2
- package/clients/authService/models/ErrorEnvelope.ts +0 -12
- package/clients/authService/models/ForgotPasswordRequest.js +0 -2
- package/clients/authService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/authService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/authService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/authService/models/InfoRequest.js +0 -2
- package/clients/authService/models/InfoRequest.ts +0 -10
- package/clients/authService/models/InfoResponse.js +0 -2
- package/clients/authService/models/InfoResponse.ts +0 -9
- package/clients/authService/models/JsonWebKey.js +0 -2
- package/clients/authService/models/JsonWebKey.ts +0 -13
- package/clients/authService/models/JsonWebKeySet.js +0 -2
- package/clients/authService/models/JsonWebKeySet.ts +0 -9
- package/clients/authService/models/JsonWebKeySetEnvelope.js +0 -2
- package/clients/authService/models/JsonWebKeySetEnvelope.ts +0 -14
- package/clients/authService/models/JsonWebToken.js +0 -2
- package/clients/authService/models/JsonWebToken.ts +0 -15
- package/clients/authService/models/JsonWebTokenEnvelope.js +0 -2
- package/clients/authService/models/JsonWebTokenEnvelope.ts +0 -14
- package/clients/authService/models/JsonWebTokenHeader.js +0 -2
- package/clients/authService/models/JsonWebTokenHeader.ts +0 -11
- package/clients/authService/models/JsonWebTokenPayload.js +0 -2
- package/clients/authService/models/JsonWebTokenPayload.ts +0 -17
- package/clients/authService/models/LoginRequest.js +0 -2
- package/clients/authService/models/LoginRequest.ts +0 -11
- package/clients/authService/models/OAuthTokenRequest.js +0 -2
- package/clients/authService/models/OAuthTokenRequest.ts +0 -12
- package/clients/authService/models/OpenIdConfiguration.js +0 -2
- package/clients/authService/models/OpenIdConfiguration.ts +0 -19
- package/clients/authService/models/OpenIdConfigurationEnvelope.js +0 -2
- package/clients/authService/models/OpenIdConfigurationEnvelope.ts +0 -14
- package/clients/authService/models/RefreshRequest.js +0 -2
- package/clients/authService/models/RefreshRequest.ts +0 -8
- package/clients/authService/models/RegisterRequest.js +0 -2
- package/clients/authService/models/RegisterRequest.ts +0 -9
- package/clients/authService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/authService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/authService/models/ResetPasswordRequest.js +0 -2
- package/clients/authService/models/ResetPasswordRequest.ts +0 -10
- package/clients/authService/models/SigninModel.js +0 -2
- package/clients/authService/models/SigninModel.ts +0 -9
- package/clients/authService/models/StringListEnvelope.js +0 -2
- package/clients/authService/models/StringListEnvelope.ts +0 -13
- package/clients/authService/models/TenantId.js +0 -2
- package/clients/authService/models/TenantId.ts +0 -5
- package/clients/authService/models/TwoFactorRequest.js +0 -2
- package/clients/authService/models/TwoFactorRequest.ts +0 -12
- package/clients/authService/models/TwoFactorResponse.js +0 -2
- package/clients/authService/models/TwoFactorResponse.ts +0 -12
- package/clients/authService/models/UserId.js +0 -2
- package/clients/authService/models/UserId.ts +0 -5
- package/clients/authService/services/ApplicationsService.js +0 -112
- package/clients/authService/services/ApplicationsService.ts +0 -132
- package/clients/authService/services/AuthService.js +0 -246
- package/clients/authService/services/AuthService.ts +0 -293
- package/clients/authService/services/CheckerService.js +0 -22
- package/clients/authService/services/CheckerService.ts +0 -25
- package/clients/authService/services/OAuthService.js +0 -152
- package/clients/authService/services/OAuthService.ts +0 -183
- package/clients/authService/services/ResourceService.js +0 -22
- package/clients/authService/services/ResourceService.ts +0 -25
- package/clients/authService/services/UserInfoService.js +0 -36
- package/clients/authService/services/UserInfoService.ts +0 -41
- package/clients/holderService/core/ApiError.js +0 -20
- package/clients/holderService/core/ApiError.ts +0 -25
- package/clients/holderService/core/ApiRequestOptions.js +0 -2
- package/clients/holderService/core/ApiRequestOptions.ts +0 -17
- package/clients/holderService/core/ApiResult.js +0 -2
- package/clients/holderService/core/ApiResult.ts +0 -11
- package/clients/holderService/core/CancelablePromise.js +0 -104
- package/clients/holderService/core/CancelablePromise.ts +0 -131
- package/clients/holderService/core/OpenAPI.js +0 -14
- package/clients/holderService/core/OpenAPI.ts +0 -32
- package/clients/holderService/core/request.js +0 -294
- package/clients/holderService/core/request.ts +0 -322
- package/clients/holderService/index.js +0 -30
- package/clients/holderService/index.ts +0 -47
- package/clients/holderService/models/AddressDto.js +0 -2
- package/clients/holderService/models/AddressDto.ts +0 -31
- package/clients/holderService/models/AddressDtoListEnvelope.js +0 -2
- package/clients/holderService/models/AddressDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/CartDto.js +0 -2
- package/clients/holderService/models/CartDto.ts +0 -18
- package/clients/holderService/models/CartDtoEnvelope.js +0 -2
- package/clients/holderService/models/CartDtoEnvelope.ts +0 -14
- package/clients/holderService/models/EmptyEnvelope.js +0 -2
- package/clients/holderService/models/EmptyEnvelope.ts +0 -12
- package/clients/holderService/models/EnrollmentId.js +0 -2
- package/clients/holderService/models/EnrollmentId.ts +0 -5
- package/clients/holderService/models/ErrorEnvelope.js +0 -2
- package/clients/holderService/models/ErrorEnvelope.ts +0 -12
- package/clients/holderService/models/ExtendedTenantDto.js +0 -2
- package/clients/holderService/models/ExtendedTenantDto.ts +0 -51
- package/clients/holderService/models/ExtendedTenantDtoListEnvelope.js +0 -2
- package/clients/holderService/models/ExtendedTenantDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/ExtendedTenantEnrolmentDto.js +0 -2
- package/clients/holderService/models/ExtendedTenantEnrolmentDto.ts +0 -19
- package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.js +0 -2
- package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/ExtendedUserDto.js +0 -26
- package/clients/holderService/models/ExtendedUserDto.ts +0 -80
- package/clients/holderService/models/ExtendedUserDtoEnvelope.js +0 -2
- package/clients/holderService/models/ExtendedUserDtoEnvelope.ts +0 -14
- package/clients/holderService/models/FollowRecordDto.js +0 -2
- package/clients/holderService/models/FollowRecordDto.ts +0 -12
- package/clients/holderService/models/FollowRecordDtoListEnvelope.js +0 -2
- package/clients/holderService/models/FollowRecordDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/Int32Envelope.js +0 -2
- package/clients/holderService/models/Int32Envelope.ts +0 -13
- package/clients/holderService/models/NotificationDto.js +0 -2
- package/clients/holderService/models/NotificationDto.ts +0 -16
- package/clients/holderService/models/NotificationDtoListEnvelope.js +0 -2
- package/clients/holderService/models/NotificationDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/Operation.js +0 -16
- package/clients/holderService/models/Operation.ts +0 -23
- package/clients/holderService/models/SocialProfileDto.js +0 -12
- package/clients/holderService/models/SocialProfileDto.ts +0 -40
- package/clients/holderService/models/SocialProfileDtoEnvelope.js +0 -2
- package/clients/holderService/models/SocialProfileDtoEnvelope.ts +0 -14
- package/clients/holderService/models/TenantDto.js +0 -2
- package/clients/holderService/models/TenantDto.ts +0 -45
- package/clients/holderService/models/TenantDtoListEnvelope.js +0 -2
- package/clients/holderService/models/TenantDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/TenantEnrolmentDto.js +0 -2
- package/clients/holderService/models/TenantEnrolmentDto.ts +0 -15
- package/clients/holderService/models/TenantEnrolmentDtoEnvelope.js +0 -2
- package/clients/holderService/models/TenantEnrolmentDtoEnvelope.ts +0 -14
- package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
- package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/TenantInvitationDto.js +0 -2
- package/clients/holderService/models/TenantInvitationDto.ts +0 -16
- package/clients/holderService/models/TenantInvitationDtoListEnvelope.js +0 -2
- package/clients/holderService/models/TenantInvitationDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/UserDto.js +0 -26
- package/clients/holderService/models/UserDto.ts +0 -72
- package/clients/holderService/models/UserDtoEnvelope.js +0 -2
- package/clients/holderService/models/UserDtoEnvelope.ts +0 -14
- package/clients/holderService/models/UserSettingsDto.js +0 -12
- package/clients/holderService/models/UserSettingsDto.ts +0 -21
- package/clients/holderService/models/UserSettingsDtoEnvelope.js +0 -2
- package/clients/holderService/models/UserSettingsDtoEnvelope.ts +0 -14
- package/clients/holderService/models/UserSettingsUpdateDto.js +0 -12
- package/clients/holderService/models/UserSettingsUpdateDto.ts +0 -19
- package/clients/holderService/models/UserUpdateDto.js +0 -14
- package/clients/holderService/models/UserUpdateDto.ts +0 -43
- package/clients/holderService/models/WalletDto.js +0 -2
- package/clients/holderService/models/WalletDto.ts +0 -22
- package/clients/holderService/models/WalletDtoEnvelope.js +0 -2
- package/clients/holderService/models/WalletDtoEnvelope.ts +0 -14
- package/clients/holderService/services/UserService.js +0 -507
- package/clients/holderService/services/UserService.ts +0 -587
- package/clients/tenantService/core/ApiError.js +0 -20
- package/clients/tenantService/core/ApiError.ts +0 -25
- package/clients/tenantService/core/ApiRequestOptions.js +0 -2
- package/clients/tenantService/core/ApiRequestOptions.ts +0 -17
- package/clients/tenantService/core/ApiResult.js +0 -2
- package/clients/tenantService/core/ApiResult.ts +0 -11
- package/clients/tenantService/core/CancelablePromise.js +0 -104
- package/clients/tenantService/core/CancelablePromise.ts +0 -131
- package/clients/tenantService/core/OpenAPI.js +0 -14
- package/clients/tenantService/core/OpenAPI.ts +0 -32
- package/clients/tenantService/core/request.js +0 -294
- package/clients/tenantService/core/request.ts +0 -322
- package/clients/tenantService/index.js +0 -24
- package/clients/tenantService/index.ts +0 -118
- package/clients/tenantService/models/BooleanEnvelope.js +0 -2
- package/clients/tenantService/models/BooleanEnvelope.ts +0 -13
- package/clients/tenantService/models/CartDto.js +0 -2
- package/clients/tenantService/models/CartDto.ts +0 -18
- package/clients/tenantService/models/CartDtoEnvelope.js +0 -2
- package/clients/tenantService/models/CartDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/EmptyEnvelope.js +0 -2
- package/clients/tenantService/models/EmptyEnvelope.ts +0 -12
- package/clients/tenantService/models/ErrorEnvelope.js +0 -2
- package/clients/tenantService/models/ErrorEnvelope.ts +0 -12
- package/clients/tenantService/models/ExtendedTenantDto.js +0 -2
- package/clients/tenantService/models/ExtendedTenantDto.ts +0 -51
- package/clients/tenantService/models/ExtendedTenantDtoEnvelope.js +0 -2
- package/clients/tenantService/models/ExtendedTenantDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/ExtendedTenantEnrolmentDto.js +0 -2
- package/clients/tenantService/models/ExtendedTenantEnrolmentDto.ts +0 -19
- package/clients/tenantService/models/ExtendedTenantEnrolmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/ExtendedTenantEnrolmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/Int32Envelope.js +0 -2
- package/clients/tenantService/models/Int32Envelope.ts +0 -13
- package/clients/tenantService/models/NotificationDto.js +0 -2
- package/clients/tenantService/models/NotificationDto.ts +0 -16
- package/clients/tenantService/models/NotificationDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/NotificationDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/Operation.js +0 -16
- package/clients/tenantService/models/Operation.ts +0 -23
- package/clients/tenantService/models/SocialProfileDto.js +0 -12
- package/clients/tenantService/models/SocialProfileDto.ts +0 -40
- package/clients/tenantService/models/SocialProfileDtoEnvelope.js +0 -2
- package/clients/tenantService/models/SocialProfileDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/StringListEnvelope.js +0 -2
- package/clients/tenantService/models/StringListEnvelope.ts +0 -13
- package/clients/tenantService/models/SuiteLicenseAssignmentDto.js +0 -2
- package/clients/tenantService/models/SuiteLicenseAssignmentDto.ts +0 -16
- package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/SuiteLicenseDto.js +0 -2
- package/clients/tenantService/models/SuiteLicenseDto.ts +0 -15
- package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/SuiteLicenseFeatureDto.js +0 -2
- package/clients/tenantService/models/SuiteLicenseFeatureDto.ts +0 -9
- package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantCreateDto.js +0 -2
- package/clients/tenantService/models/TenantCreateDto.ts +0 -25
- package/clients/tenantService/models/TenantDepartmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantDepartmentCreateDto.ts +0 -16
- package/clients/tenantService/models/TenantDepartmentDto.js +0 -2
- package/clients/tenantService/models/TenantDepartmentDto.ts +0 -16
- package/clients/tenantService/models/TenantDepartmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantDepartmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantDepartmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantDepartmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantDepartmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantDepartmentUpdateDto.ts +0 -12
- package/clients/tenantService/models/TenantDto.js +0 -2
- package/clients/tenantService/models/TenantDto.ts +0 -45
- package/clients/tenantService/models/TenantDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantEnrollmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantEnrollmentCreateDto.ts +0 -11
- package/clients/tenantService/models/TenantEnrollmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantEnrollmentUpdateDto.ts +0 -9
- package/clients/tenantService/models/TenantEnrolmentDto.js +0 -2
- package/clients/tenantService/models/TenantEnrolmentDto.ts +0 -15
- package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantIndustryCreateDto.js +0 -2
- package/clients/tenantService/models/TenantIndustryCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantIndustryDto.js +0 -2
- package/clients/tenantService/models/TenantIndustryDto.ts +0 -12
- package/clients/tenantService/models/TenantIndustryDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantIndustryDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantIndustryDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantIndustryDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantIndustryUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantIndustryUpdateDto.ts +0 -10
- package/clients/tenantService/models/TenantInvitationCreateDto.js +0 -2
- package/clients/tenantService/models/TenantInvitationCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantInvitationDto.js +0 -2
- package/clients/tenantService/models/TenantInvitationDto.ts +0 -16
- package/clients/tenantService/models/TenantInvitationDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantInvitationDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantInvitationDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantInvitationDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantPositionCreateDto.js +0 -2
- package/clients/tenantService/models/TenantPositionCreateDto.ts +0 -13
- package/clients/tenantService/models/TenantPositionDto.js +0 -2
- package/clients/tenantService/models/TenantPositionDto.ts +0 -13
- package/clients/tenantService/models/TenantPositionDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantPositionDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantPositionDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantPositionDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantPositionUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantPositionUpdateDto.ts +0 -9
- package/clients/tenantService/models/TenantSegmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantSegmentCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantSegmentDto.js +0 -2
- package/clients/tenantService/models/TenantSegmentDto.ts +0 -12
- package/clients/tenantService/models/TenantSegmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantSegmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantSegmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantSegmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantSegmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantSegmentUpdateDto.ts +0 -10
- package/clients/tenantService/models/TenantSizeCreateDto.js +0 -2
- package/clients/tenantService/models/TenantSizeCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantSizeDto.js +0 -2
- package/clients/tenantService/models/TenantSizeDto.ts +0 -12
- package/clients/tenantService/models/TenantSizeDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantSizeDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantSizeDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantSizeDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantSizeUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantSizeUpdateDto.ts +0 -10
- package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamContactEnrollmentDto.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamContactEnrollmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.ts +0 -11
- package/clients/tenantService/models/TenantTeamCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamCreateDto.ts +0 -17
- package/clients/tenantService/models/TenantTeamDto.js +0 -2
- package/clients/tenantService/models/TenantTeamDto.ts +0 -17
- package/clients/tenantService/models/TenantTeamDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.ts +0 -11
- package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.ts +0 -11
- package/clients/tenantService/models/TenantTeamRecordCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantTeamRecordDto.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordDto.ts +0 -12
- package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamRecordDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamRecordUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordUpdateDto.ts +0 -10
- package/clients/tenantService/models/TenantTeamUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamUpdateDto.ts +0 -17
- package/clients/tenantService/models/TenantTerritoryCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTerritoryCreateDto.ts +0 -14
- package/clients/tenantService/models/TenantTerritoryDto.js +0 -2
- package/clients/tenantService/models/TenantTerritoryDto.ts +0 -14
- package/clients/tenantService/models/TenantTerritoryDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTerritoryDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTerritoryDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTerritoryDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTerritoryUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTerritoryUpdateDto.ts +0 -9
- package/clients/tenantService/models/TenantTypeCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTypeCreateDto.ts +0 -11
- package/clients/tenantService/models/TenantTypeDto.js +0 -2
- package/clients/tenantService/models/TenantTypeDto.ts +0 -11
- package/clients/tenantService/models/TenantTypeDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTypeDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTypeDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTypeDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTypeUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTypeUpdateDto.ts +0 -9
- package/clients/tenantService/models/TenantUnitCreateDto.js +0 -2
- package/clients/tenantService/models/TenantUnitCreateDto.ts +0 -18
- package/clients/tenantService/models/TenantUnitDto.js +0 -2
- package/clients/tenantService/models/TenantUnitDto.ts +0 -18
- package/clients/tenantService/models/TenantUnitDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantUnitDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantUnitDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantUnitDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantUnitUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantUnitUpdateDto.ts +0 -14
- package/clients/tenantService/models/TenantUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantUpdateDto.ts +0 -31
- package/clients/tenantService/models/UserDto.js +0 -26
- package/clients/tenantService/models/UserDto.ts +0 -72
- package/clients/tenantService/models/UserDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/UserDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/WalletDto.js +0 -2
- package/clients/tenantService/models/WalletDto.ts +0 -22
- package/clients/tenantService/models/WalletDtoEnvelope.js +0 -2
- package/clients/tenantService/models/WalletDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/WebPortalDto.js +0 -2
- package/clients/tenantService/models/WebPortalDto.ts +0 -19
- package/clients/tenantService/models/WebPortalDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/WebPortalDtoListEnvelope.ts +0 -14
- package/clients/tenantService/services/SizesService.js +0 -173
- package/clients/tenantService/services/SizesService.ts +0 -204
- package/clients/tenantService/services/TenantsService.js +0 -3173
- package/clients/tenantService/services/TenantsService.ts +0 -3701
- package/openapi-ts-error-1774919197061.log +0 -12
- package/openapi-ts-error-1774919206848.log +0 -12
- package/openapi-ts-error-1774919211413.log +0 -12
- package/openapi-ts-error-1774919234889.log +0 -12
- package/openapi-ts-error-1774919238790.log +0 -12
- package/openapi-ts-error-1774919250450.log +0 -12
- package/openapi-ts-error-1774919289933.log +0 -12
- package/openapi-ts-error-1774919293886.log +0 -12
- package/openapi-ts-error-1774919297530.log +0 -12
- package/openapi-ts-error-1774952133757.log +0 -12
- package/openapi-ts-error-1774952145095.log +0 -12
- package/openapi-ts-error-1774952149289.log +0 -12
- package/openapi-ts-error-1774952170560.log +0 -12
- package/openapi-ts-error-1774952173946.log +0 -12
- package/openapi-ts-error-1774952221374.log +0 -12
- package/openapi-ts-error-1774952225129.log +0 -12
- package/openapi-ts-error-1774952228932.log +0 -12
- package/openapi-ts-error-1774955105047.log +0 -12
- package/output.txt +0 -1831
|
@@ -13,25 +13,20 @@ export type AccessTokenResponseWritable = {
|
|
|
13
13
|
refreshToken: string | null;
|
|
14
14
|
};
|
|
15
15
|
|
|
16
|
-
export type
|
|
16
|
+
export type CurrencyIdReadable = {
|
|
17
|
+
readonly value?: string | null;
|
|
17
18
|
code?: string | null;
|
|
18
19
|
country?: string | null;
|
|
19
20
|
};
|
|
20
21
|
|
|
21
|
-
export type
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
description?: string | null;
|
|
25
|
-
beginQuantity?: number;
|
|
26
|
-
endQuantity?: number;
|
|
27
|
-
percent?: number;
|
|
28
|
-
value?: number;
|
|
29
|
-
tenantId?: string | null;
|
|
30
|
-
enrollmentId?: string | null;
|
|
31
|
-
discountListId?: string | null;
|
|
22
|
+
export type CurrencyIdWritable = {
|
|
23
|
+
code?: string | null;
|
|
24
|
+
country?: string | null;
|
|
32
25
|
};
|
|
33
26
|
|
|
34
|
-
export type
|
|
27
|
+
export type DiscountCreateDto = {
|
|
28
|
+
id?: string;
|
|
29
|
+
timestamp?: string;
|
|
35
30
|
description?: string | null;
|
|
36
31
|
beginQuantity?: number;
|
|
37
32
|
endQuantity?: number;
|
|
@@ -86,16 +81,9 @@ export type DiscountDtoListEnvelopeWritable = {
|
|
|
86
81
|
result?: Array<DiscountDto> | null;
|
|
87
82
|
};
|
|
88
83
|
|
|
89
|
-
export type
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
name?: string | null;
|
|
93
|
-
currencyId?: string | null;
|
|
94
|
-
tenantId?: string | null;
|
|
95
|
-
enrollmentId?: string | null;
|
|
96
|
-
};
|
|
97
|
-
|
|
98
|
-
export type DiscountListCreateDtoWritable = {
|
|
84
|
+
export type DiscountListCreateDto = {
|
|
85
|
+
id?: string;
|
|
86
|
+
timestamp?: string;
|
|
99
87
|
name?: string | null;
|
|
100
88
|
currencyId?: string | null;
|
|
101
89
|
tenantId?: string | null;
|
|
@@ -246,18 +234,18 @@ export type ItemPriceCalculationReadable = {
|
|
|
246
234
|
readonly effectiveDiscountPercent?: number;
|
|
247
235
|
readonly effectiveTaxPercent?: number;
|
|
248
236
|
currencyId?: string | null;
|
|
249
|
-
currency?:
|
|
250
|
-
totalBaseAmount?:
|
|
251
|
-
totalProfitAmount?:
|
|
252
|
-
totalDetailAmount?:
|
|
253
|
-
totalDiscountsAmount?:
|
|
254
|
-
totalSurchargesAmount?:
|
|
255
|
-
totalTaxBaseAmount?:
|
|
256
|
-
totalTaxAmount?:
|
|
257
|
-
totalWTaxAmount?:
|
|
258
|
-
totalShippingCostAmount?:
|
|
259
|
-
totalShippingTaxAmount?:
|
|
260
|
-
totalAmount?:
|
|
237
|
+
currency?: CurrencyIdReadable;
|
|
238
|
+
totalBaseAmount?: MoneyReadable;
|
|
239
|
+
totalProfitAmount?: MoneyReadable;
|
|
240
|
+
totalDetailAmount?: MoneyReadable;
|
|
241
|
+
totalDiscountsAmount?: MoneyReadable;
|
|
242
|
+
totalSurchargesAmount?: MoneyReadable;
|
|
243
|
+
totalTaxBaseAmount?: MoneyReadable;
|
|
244
|
+
totalTaxAmount?: MoneyReadable;
|
|
245
|
+
totalWTaxAmount?: MoneyReadable;
|
|
246
|
+
totalShippingCostAmount?: MoneyReadable;
|
|
247
|
+
totalShippingTaxAmount?: MoneyReadable;
|
|
248
|
+
totalAmount?: MoneyReadable;
|
|
261
249
|
};
|
|
262
250
|
|
|
263
251
|
export type ItemPriceCalculationWritable = {
|
|
@@ -275,18 +263,18 @@ export type ItemPriceCalculationWritable = {
|
|
|
275
263
|
roundingPolicyId?: string | null;
|
|
276
264
|
timestamp?: string;
|
|
277
265
|
currencyId?: string | null;
|
|
278
|
-
currency?:
|
|
279
|
-
totalBaseAmount?:
|
|
280
|
-
totalProfitAmount?:
|
|
281
|
-
totalDetailAmount?:
|
|
282
|
-
totalDiscountsAmount?:
|
|
283
|
-
totalSurchargesAmount?:
|
|
284
|
-
totalTaxBaseAmount?:
|
|
285
|
-
totalTaxAmount?:
|
|
286
|
-
totalWTaxAmount?:
|
|
287
|
-
totalShippingCostAmount?:
|
|
288
|
-
totalShippingTaxAmount?:
|
|
289
|
-
totalAmount?:
|
|
266
|
+
currency?: CurrencyIdWritable;
|
|
267
|
+
totalBaseAmount?: MoneyWritable;
|
|
268
|
+
totalProfitAmount?: MoneyWritable;
|
|
269
|
+
totalDetailAmount?: MoneyWritable;
|
|
270
|
+
totalDiscountsAmount?: MoneyWritable;
|
|
271
|
+
totalSurchargesAmount?: MoneyWritable;
|
|
272
|
+
totalTaxBaseAmount?: MoneyWritable;
|
|
273
|
+
totalTaxAmount?: MoneyWritable;
|
|
274
|
+
totalWTaxAmount?: MoneyWritable;
|
|
275
|
+
totalShippingCostAmount?: MoneyWritable;
|
|
276
|
+
totalShippingTaxAmount?: MoneyWritable;
|
|
277
|
+
totalAmount?: MoneyWritable;
|
|
290
278
|
};
|
|
291
279
|
|
|
292
280
|
export type ItemPriceCalculationEnvelopeReadable = {
|
|
@@ -304,23 +292,9 @@ export type ItemPriceCalculationEnvelopeWritable = {
|
|
|
304
292
|
result?: ItemPriceCalculationWritable;
|
|
305
293
|
};
|
|
306
294
|
|
|
307
|
-
export type
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
itemId: string;
|
|
311
|
-
unitId?: string | null;
|
|
312
|
-
tenantId?: string | null;
|
|
313
|
-
currencyId?: string | null;
|
|
314
|
-
priceListId?: string | null;
|
|
315
|
-
unitGroupId?: string | null;
|
|
316
|
-
enrollmentId?: string | null;
|
|
317
|
-
discountListId?: string | null;
|
|
318
|
-
roundingPolicyId?: string | null;
|
|
319
|
-
price?: number;
|
|
320
|
-
percent?: number;
|
|
321
|
-
};
|
|
322
|
-
|
|
323
|
-
export type ItemPriceCreateDtoWritable = {
|
|
295
|
+
export type ItemPriceCreateDto = {
|
|
296
|
+
id?: string;
|
|
297
|
+
timestamp?: string;
|
|
324
298
|
itemId: string;
|
|
325
299
|
unitId?: string | null;
|
|
326
300
|
tenantId?: string | null;
|
|
@@ -399,9 +373,14 @@ export type LoginRequest = {
|
|
|
399
373
|
twoFactorRecoveryCode?: string | null;
|
|
400
374
|
};
|
|
401
375
|
|
|
402
|
-
export type
|
|
376
|
+
export type MoneyReadable = {
|
|
377
|
+
amount?: number;
|
|
378
|
+
currency?: CurrencyIdReadable;
|
|
379
|
+
};
|
|
380
|
+
|
|
381
|
+
export type MoneyWritable = {
|
|
403
382
|
amount?: number;
|
|
404
|
-
currency?:
|
|
383
|
+
currency?: CurrencyIdWritable;
|
|
405
384
|
};
|
|
406
385
|
|
|
407
386
|
export type MoneyEnvelopeReadable = {
|
|
@@ -410,30 +389,18 @@ export type MoneyEnvelopeReadable = {
|
|
|
410
389
|
correlationId?: string | null;
|
|
411
390
|
readonly timestamp?: string;
|
|
412
391
|
readonly activityId?: string | null;
|
|
413
|
-
result?:
|
|
392
|
+
result?: MoneyReadable;
|
|
414
393
|
};
|
|
415
394
|
|
|
416
395
|
export type MoneyEnvelopeWritable = {
|
|
417
396
|
errorMessage?: string | null;
|
|
418
397
|
correlationId?: string | null;
|
|
419
|
-
result?:
|
|
398
|
+
result?: MoneyWritable;
|
|
420
399
|
};
|
|
421
400
|
|
|
422
|
-
export type
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
name: string;
|
|
426
|
-
description?: string | null;
|
|
427
|
-
startDate?: string;
|
|
428
|
-
endDate?: string;
|
|
429
|
-
currencyId?: string | null;
|
|
430
|
-
unitId?: string | null;
|
|
431
|
-
unitGroupId?: string | null;
|
|
432
|
-
tenantId?: string | null;
|
|
433
|
-
enrollmentId?: string | null;
|
|
434
|
-
};
|
|
435
|
-
|
|
436
|
-
export type PriceListCreateDtoWritable = {
|
|
401
|
+
export type PriceListCreateDto = {
|
|
402
|
+
id?: string;
|
|
403
|
+
timestamp?: string;
|
|
437
404
|
name: string;
|
|
438
405
|
description?: string | null;
|
|
439
406
|
startDate?: string;
|
|
@@ -536,7 +503,7 @@ export type TwoFactorResponse = {
|
|
|
536
503
|
isMachineRemembered: boolean;
|
|
537
504
|
};
|
|
538
505
|
|
|
539
|
-
export type
|
|
506
|
+
export type GetDiscountListsData = {
|
|
540
507
|
body?: never;
|
|
541
508
|
path?: never;
|
|
542
509
|
query: {
|
|
@@ -545,7 +512,7 @@ export type GetApiV2PricingServiceDiscountListsData = {
|
|
|
545
512
|
url: '/api/v2/PricingService/DiscountLists';
|
|
546
513
|
};
|
|
547
514
|
|
|
548
|
-
export type
|
|
515
|
+
export type GetDiscountListsErrors = {
|
|
549
516
|
/**
|
|
550
517
|
* Bad Request
|
|
551
518
|
*/
|
|
@@ -560,19 +527,19 @@ export type GetApiV2PricingServiceDiscountListsErrors = {
|
|
|
560
527
|
403: ErrorEnvelopeReadable;
|
|
561
528
|
};
|
|
562
529
|
|
|
563
|
-
export type
|
|
530
|
+
export type GetDiscountListsError = GetDiscountListsErrors[keyof GetDiscountListsErrors];
|
|
564
531
|
|
|
565
|
-
export type
|
|
532
|
+
export type GetDiscountListsResponses = {
|
|
566
533
|
/**
|
|
567
534
|
* OK
|
|
568
535
|
*/
|
|
569
536
|
200: DiscountListDtoListEnvelopeReadable;
|
|
570
537
|
};
|
|
571
538
|
|
|
572
|
-
export type
|
|
539
|
+
export type GetDiscountListsResponse = GetDiscountListsResponses[keyof GetDiscountListsResponses];
|
|
573
540
|
|
|
574
|
-
export type
|
|
575
|
-
body?:
|
|
541
|
+
export type CreateDiscountListData = {
|
|
542
|
+
body?: DiscountListCreateDto;
|
|
576
543
|
path?: never;
|
|
577
544
|
query: {
|
|
578
545
|
tenantId: string;
|
|
@@ -580,7 +547,7 @@ export type PostApiV2PricingServiceDiscountListsData = {
|
|
|
580
547
|
url: '/api/v2/PricingService/DiscountLists';
|
|
581
548
|
};
|
|
582
549
|
|
|
583
|
-
export type
|
|
550
|
+
export type CreateDiscountListErrors = {
|
|
584
551
|
/**
|
|
585
552
|
* Bad Request
|
|
586
553
|
*/
|
|
@@ -595,18 +562,18 @@ export type PostApiV2PricingServiceDiscountListsErrors = {
|
|
|
595
562
|
403: ErrorEnvelopeReadable;
|
|
596
563
|
};
|
|
597
564
|
|
|
598
|
-
export type
|
|
565
|
+
export type CreateDiscountListError = CreateDiscountListErrors[keyof CreateDiscountListErrors];
|
|
599
566
|
|
|
600
|
-
export type
|
|
567
|
+
export type CreateDiscountListResponses = {
|
|
601
568
|
/**
|
|
602
569
|
* Created
|
|
603
570
|
*/
|
|
604
571
|
201: EmptyEnvelopeReadable;
|
|
605
572
|
};
|
|
606
573
|
|
|
607
|
-
export type
|
|
574
|
+
export type CreateDiscountListResponse = CreateDiscountListResponses[keyof CreateDiscountListResponses];
|
|
608
575
|
|
|
609
|
-
export type
|
|
576
|
+
export type GetDiscountListsCountData = {
|
|
610
577
|
body?: never;
|
|
611
578
|
path?: never;
|
|
612
579
|
query: {
|
|
@@ -615,7 +582,7 @@ export type GetApiV2PricingServiceDiscountListsCountData = {
|
|
|
615
582
|
url: '/api/v2/PricingService/DiscountLists/Count';
|
|
616
583
|
};
|
|
617
584
|
|
|
618
|
-
export type
|
|
585
|
+
export type GetDiscountListsCountErrors = {
|
|
619
586
|
/**
|
|
620
587
|
* Bad Request
|
|
621
588
|
*/
|
|
@@ -630,18 +597,18 @@ export type GetApiV2PricingServiceDiscountListsCountErrors = {
|
|
|
630
597
|
403: ErrorEnvelopeReadable;
|
|
631
598
|
};
|
|
632
599
|
|
|
633
|
-
export type
|
|
600
|
+
export type GetDiscountListsCountError = GetDiscountListsCountErrors[keyof GetDiscountListsCountErrors];
|
|
634
601
|
|
|
635
|
-
export type
|
|
602
|
+
export type GetDiscountListsCountResponses = {
|
|
636
603
|
/**
|
|
637
604
|
* OK
|
|
638
605
|
*/
|
|
639
606
|
200: Int32EnvelopeReadable;
|
|
640
607
|
};
|
|
641
608
|
|
|
642
|
-
export type
|
|
609
|
+
export type GetDiscountListsCountResponse = GetDiscountListsCountResponses[keyof GetDiscountListsCountResponses];
|
|
643
610
|
|
|
644
|
-
export type
|
|
611
|
+
export type DeleteDiscountListData = {
|
|
645
612
|
body?: never;
|
|
646
613
|
path: {
|
|
647
614
|
discountListId: string;
|
|
@@ -652,7 +619,7 @@ export type DeleteApiV2PricingServiceDiscountListsByDiscountListIdData = {
|
|
|
652
619
|
url: '/api/v2/PricingService/DiscountLists/{discountListId}';
|
|
653
620
|
};
|
|
654
621
|
|
|
655
|
-
export type
|
|
622
|
+
export type DeleteDiscountListErrors = {
|
|
656
623
|
/**
|
|
657
624
|
* Bad Request
|
|
658
625
|
*/
|
|
@@ -667,16 +634,16 @@ export type DeleteApiV2PricingServiceDiscountListsByDiscountListIdErrors = {
|
|
|
667
634
|
403: ErrorEnvelopeReadable;
|
|
668
635
|
};
|
|
669
636
|
|
|
670
|
-
export type
|
|
637
|
+
export type DeleteDiscountListError = DeleteDiscountListErrors[keyof DeleteDiscountListErrors];
|
|
671
638
|
|
|
672
|
-
export type
|
|
639
|
+
export type DeleteDiscountListResponses = {
|
|
673
640
|
/**
|
|
674
641
|
* OK
|
|
675
642
|
*/
|
|
676
643
|
200: EmptyEnvelopeReadable;
|
|
677
644
|
};
|
|
678
645
|
|
|
679
|
-
export type
|
|
646
|
+
export type DeleteDiscountListResponse = DeleteDiscountListResponses[keyof DeleteDiscountListResponses];
|
|
680
647
|
|
|
681
648
|
export type GetDiscountListData = {
|
|
682
649
|
body?: never;
|
|
@@ -715,7 +682,7 @@ export type GetDiscountListResponses = {
|
|
|
715
682
|
|
|
716
683
|
export type GetDiscountListResponse = GetDiscountListResponses[keyof GetDiscountListResponses];
|
|
717
684
|
|
|
718
|
-
export type
|
|
685
|
+
export type UpdateDiscountListData = {
|
|
719
686
|
body?: DiscountListUpdateDto;
|
|
720
687
|
path: {
|
|
721
688
|
discountListId: string;
|
|
@@ -726,7 +693,7 @@ export type PutApiV2PricingServiceDiscountListsByDiscountListIdData = {
|
|
|
726
693
|
url: '/api/v2/PricingService/DiscountLists/{discountListId}';
|
|
727
694
|
};
|
|
728
695
|
|
|
729
|
-
export type
|
|
696
|
+
export type UpdateDiscountListErrors = {
|
|
730
697
|
/**
|
|
731
698
|
* Bad Request
|
|
732
699
|
*/
|
|
@@ -741,18 +708,18 @@ export type PutApiV2PricingServiceDiscountListsByDiscountListIdErrors = {
|
|
|
741
708
|
403: ErrorEnvelopeReadable;
|
|
742
709
|
};
|
|
743
710
|
|
|
744
|
-
export type
|
|
711
|
+
export type UpdateDiscountListError = UpdateDiscountListErrors[keyof UpdateDiscountListErrors];
|
|
745
712
|
|
|
746
|
-
export type
|
|
713
|
+
export type UpdateDiscountListResponses = {
|
|
747
714
|
/**
|
|
748
715
|
* OK
|
|
749
716
|
*/
|
|
750
717
|
200: EmptyEnvelopeReadable;
|
|
751
718
|
};
|
|
752
719
|
|
|
753
|
-
export type
|
|
720
|
+
export type UpdateDiscountListResponse = UpdateDiscountListResponses[keyof UpdateDiscountListResponses];
|
|
754
721
|
|
|
755
|
-
export type
|
|
722
|
+
export type GetDiscountListEntriesData = {
|
|
756
723
|
body?: never;
|
|
757
724
|
path: {
|
|
758
725
|
discountListId: string;
|
|
@@ -763,7 +730,7 @@ export type GetApiV2PricingServiceDiscountListsByDiscountListIdDiscountsData = {
|
|
|
763
730
|
url: '/api/v2/PricingService/DiscountLists/{discountListId}/Discounts';
|
|
764
731
|
};
|
|
765
732
|
|
|
766
|
-
export type
|
|
733
|
+
export type GetDiscountListEntriesErrors = {
|
|
767
734
|
/**
|
|
768
735
|
* Bad Request
|
|
769
736
|
*/
|
|
@@ -778,19 +745,19 @@ export type GetApiV2PricingServiceDiscountListsByDiscountListIdDiscountsErrors =
|
|
|
778
745
|
403: ErrorEnvelopeReadable;
|
|
779
746
|
};
|
|
780
747
|
|
|
781
|
-
export type
|
|
748
|
+
export type GetDiscountListEntriesError = GetDiscountListEntriesErrors[keyof GetDiscountListEntriesErrors];
|
|
782
749
|
|
|
783
|
-
export type
|
|
750
|
+
export type GetDiscountListEntriesResponses = {
|
|
784
751
|
/**
|
|
785
752
|
* OK
|
|
786
753
|
*/
|
|
787
754
|
200: DiscountDtoListEnvelopeReadable;
|
|
788
755
|
};
|
|
789
756
|
|
|
790
|
-
export type
|
|
757
|
+
export type GetDiscountListEntriesResponse = GetDiscountListEntriesResponses[keyof GetDiscountListEntriesResponses];
|
|
791
758
|
|
|
792
|
-
export type
|
|
793
|
-
body?:
|
|
759
|
+
export type CreateDiscountListEntryData = {
|
|
760
|
+
body?: DiscountCreateDto;
|
|
794
761
|
path: {
|
|
795
762
|
discountListId: string;
|
|
796
763
|
};
|
|
@@ -800,7 +767,7 @@ export type PostApiV2PricingServiceDiscountListsByDiscountListIdDiscountsData =
|
|
|
800
767
|
url: '/api/v2/PricingService/DiscountLists/{discountListId}/Discounts';
|
|
801
768
|
};
|
|
802
769
|
|
|
803
|
-
export type
|
|
770
|
+
export type CreateDiscountListEntryErrors = {
|
|
804
771
|
/**
|
|
805
772
|
* Bad Request
|
|
806
773
|
*/
|
|
@@ -815,18 +782,18 @@ export type PostApiV2PricingServiceDiscountListsByDiscountListIdDiscountsErrors
|
|
|
815
782
|
403: ErrorEnvelopeReadable;
|
|
816
783
|
};
|
|
817
784
|
|
|
818
|
-
export type
|
|
785
|
+
export type CreateDiscountListEntryError = CreateDiscountListEntryErrors[keyof CreateDiscountListEntryErrors];
|
|
819
786
|
|
|
820
|
-
export type
|
|
787
|
+
export type CreateDiscountListEntryResponses = {
|
|
821
788
|
/**
|
|
822
789
|
* Created
|
|
823
790
|
*/
|
|
824
791
|
201: EmptyEnvelopeReadable;
|
|
825
792
|
};
|
|
826
793
|
|
|
827
|
-
export type
|
|
794
|
+
export type CreateDiscountListEntryResponse = CreateDiscountListEntryResponses[keyof CreateDiscountListEntryResponses];
|
|
828
795
|
|
|
829
|
-
export type
|
|
796
|
+
export type GetDiscountListEntriesCountData = {
|
|
830
797
|
body?: never;
|
|
831
798
|
path: {
|
|
832
799
|
discountListId: string;
|
|
@@ -837,7 +804,7 @@ export type GetApiV2PricingServiceDiscountListsByDiscountListIdDiscountsCountDat
|
|
|
837
804
|
url: '/api/v2/PricingService/DiscountLists/{discountListId}/Discounts/Count';
|
|
838
805
|
};
|
|
839
806
|
|
|
840
|
-
export type
|
|
807
|
+
export type GetDiscountListEntriesCountErrors = {
|
|
841
808
|
/**
|
|
842
809
|
* Bad Request
|
|
843
810
|
*/
|
|
@@ -852,18 +819,18 @@ export type GetApiV2PricingServiceDiscountListsByDiscountListIdDiscountsCountErr
|
|
|
852
819
|
403: ErrorEnvelopeReadable;
|
|
853
820
|
};
|
|
854
821
|
|
|
855
|
-
export type
|
|
822
|
+
export type GetDiscountListEntriesCountError = GetDiscountListEntriesCountErrors[keyof GetDiscountListEntriesCountErrors];
|
|
856
823
|
|
|
857
|
-
export type
|
|
824
|
+
export type GetDiscountListEntriesCountResponses = {
|
|
858
825
|
/**
|
|
859
826
|
* OK
|
|
860
827
|
*/
|
|
861
828
|
200: Int32EnvelopeReadable;
|
|
862
829
|
};
|
|
863
830
|
|
|
864
|
-
export type
|
|
831
|
+
export type GetDiscountListEntriesCountResponse = GetDiscountListEntriesCountResponses[keyof GetDiscountListEntriesCountResponses];
|
|
865
832
|
|
|
866
|
-
export type
|
|
833
|
+
export type DeleteDiscountListEntryData = {
|
|
867
834
|
body?: never;
|
|
868
835
|
path: {
|
|
869
836
|
discountListId: string;
|
|
@@ -875,7 +842,7 @@ export type DeleteApiV2PricingServiceDiscountListsByDiscountListIdDiscountsByDis
|
|
|
875
842
|
url: '/api/v2/PricingService/DiscountLists/{discountListId}/Discounts/{discountListEntryId}';
|
|
876
843
|
};
|
|
877
844
|
|
|
878
|
-
export type
|
|
845
|
+
export type DeleteDiscountListEntryErrors = {
|
|
879
846
|
/**
|
|
880
847
|
* Bad Request
|
|
881
848
|
*/
|
|
@@ -890,16 +857,16 @@ export type DeleteApiV2PricingServiceDiscountListsByDiscountListIdDiscountsByDis
|
|
|
890
857
|
403: ErrorEnvelopeReadable;
|
|
891
858
|
};
|
|
892
859
|
|
|
893
|
-
export type
|
|
860
|
+
export type DeleteDiscountListEntryError = DeleteDiscountListEntryErrors[keyof DeleteDiscountListEntryErrors];
|
|
894
861
|
|
|
895
|
-
export type
|
|
862
|
+
export type DeleteDiscountListEntryResponses = {
|
|
896
863
|
/**
|
|
897
864
|
* OK
|
|
898
865
|
*/
|
|
899
866
|
200: EmptyEnvelopeReadable;
|
|
900
867
|
};
|
|
901
868
|
|
|
902
|
-
export type
|
|
869
|
+
export type DeleteDiscountListEntryResponse = DeleteDiscountListEntryResponses[keyof DeleteDiscountListEntryResponses];
|
|
903
870
|
|
|
904
871
|
export type GetDiscountListEntryData = {
|
|
905
872
|
body?: never;
|
|
@@ -939,7 +906,7 @@ export type GetDiscountListEntryResponses = {
|
|
|
939
906
|
|
|
940
907
|
export type GetDiscountListEntryResponse = GetDiscountListEntryResponses[keyof GetDiscountListEntryResponses];
|
|
941
908
|
|
|
942
|
-
export type
|
|
909
|
+
export type UpdateDiscountListEntryData = {
|
|
943
910
|
body?: DiscountUpdateDto;
|
|
944
911
|
path: {
|
|
945
912
|
discountListId: string;
|
|
@@ -951,7 +918,7 @@ export type PutApiV2PricingServiceDiscountListsByDiscountListIdDiscountsByDiscou
|
|
|
951
918
|
url: '/api/v2/PricingService/DiscountLists/{discountListId}/Discounts/{discountListEntryId}';
|
|
952
919
|
};
|
|
953
920
|
|
|
954
|
-
export type
|
|
921
|
+
export type UpdateDiscountListEntryErrors = {
|
|
955
922
|
/**
|
|
956
923
|
* Bad Request
|
|
957
924
|
*/
|
|
@@ -966,16 +933,16 @@ export type PutApiV2PricingServiceDiscountListsByDiscountListIdDiscountsByDiscou
|
|
|
966
933
|
403: ErrorEnvelopeReadable;
|
|
967
934
|
};
|
|
968
935
|
|
|
969
|
-
export type
|
|
936
|
+
export type UpdateDiscountListEntryError = UpdateDiscountListEntryErrors[keyof UpdateDiscountListEntryErrors];
|
|
970
937
|
|
|
971
|
-
export type
|
|
938
|
+
export type UpdateDiscountListEntryResponses = {
|
|
972
939
|
/**
|
|
973
940
|
* OK
|
|
974
941
|
*/
|
|
975
942
|
200: EmptyEnvelopeReadable;
|
|
976
943
|
};
|
|
977
944
|
|
|
978
|
-
export type
|
|
945
|
+
export type UpdateDiscountListEntryResponse = UpdateDiscountListEntryResponses[keyof UpdateDiscountListEntryResponses];
|
|
979
946
|
|
|
980
947
|
export type GetVersionData = {
|
|
981
948
|
body?: never;
|
|
@@ -1242,7 +1209,7 @@ export type PostManageInfoResponses = {
|
|
|
1242
1209
|
|
|
1243
1210
|
export type PostManageInfoResponse = PostManageInfoResponses[keyof PostManageInfoResponses];
|
|
1244
1211
|
|
|
1245
|
-
export type
|
|
1212
|
+
export type GetPriceListsAsyncData = {
|
|
1246
1213
|
body?: never;
|
|
1247
1214
|
path?: never;
|
|
1248
1215
|
query: {
|
|
@@ -1251,26 +1218,26 @@ export type GetApiV2PricingServicePriceListsData = {
|
|
|
1251
1218
|
url: '/api/v2/PricingService/PriceLists';
|
|
1252
1219
|
};
|
|
1253
1220
|
|
|
1254
|
-
export type
|
|
1221
|
+
export type GetPriceListsAsyncErrors = {
|
|
1255
1222
|
/**
|
|
1256
1223
|
* Not Found
|
|
1257
1224
|
*/
|
|
1258
1225
|
404: ErrorEnvelopeReadable;
|
|
1259
1226
|
};
|
|
1260
1227
|
|
|
1261
|
-
export type
|
|
1228
|
+
export type GetPriceListsAsyncError = GetPriceListsAsyncErrors[keyof GetPriceListsAsyncErrors];
|
|
1262
1229
|
|
|
1263
|
-
export type
|
|
1230
|
+
export type GetPriceListsAsyncResponses = {
|
|
1264
1231
|
/**
|
|
1265
1232
|
* OK
|
|
1266
1233
|
*/
|
|
1267
1234
|
200: PriceListDtoListEnvelopeReadable;
|
|
1268
1235
|
};
|
|
1269
1236
|
|
|
1270
|
-
export type
|
|
1237
|
+
export type GetPriceListsAsyncResponse = GetPriceListsAsyncResponses[keyof GetPriceListsAsyncResponses];
|
|
1271
1238
|
|
|
1272
|
-
export type
|
|
1273
|
-
body?:
|
|
1239
|
+
export type CreatePriceListAsyncData = {
|
|
1240
|
+
body?: PriceListCreateDto;
|
|
1274
1241
|
path?: never;
|
|
1275
1242
|
query: {
|
|
1276
1243
|
tenantId: string;
|
|
@@ -1278,25 +1245,25 @@ export type PostApiV2PricingServicePriceListsData = {
|
|
|
1278
1245
|
url: '/api/v2/PricingService/PriceLists';
|
|
1279
1246
|
};
|
|
1280
1247
|
|
|
1281
|
-
export type
|
|
1248
|
+
export type CreatePriceListAsyncErrors = {
|
|
1282
1249
|
/**
|
|
1283
1250
|
* Not Found
|
|
1284
1251
|
*/
|
|
1285
1252
|
404: ErrorEnvelopeReadable;
|
|
1286
1253
|
};
|
|
1287
1254
|
|
|
1288
|
-
export type
|
|
1255
|
+
export type CreatePriceListAsyncError = CreatePriceListAsyncErrors[keyof CreatePriceListAsyncErrors];
|
|
1289
1256
|
|
|
1290
|
-
export type
|
|
1257
|
+
export type CreatePriceListAsyncResponses = {
|
|
1291
1258
|
/**
|
|
1292
1259
|
* OK
|
|
1293
1260
|
*/
|
|
1294
1261
|
200: EmptyEnvelopeReadable;
|
|
1295
1262
|
};
|
|
1296
1263
|
|
|
1297
|
-
export type
|
|
1264
|
+
export type CreatePriceListAsyncResponse = CreatePriceListAsyncResponses[keyof CreatePriceListAsyncResponses];
|
|
1298
1265
|
|
|
1299
|
-
export type
|
|
1266
|
+
export type GetPriceListsCountAsyncData = {
|
|
1300
1267
|
body?: never;
|
|
1301
1268
|
path?: never;
|
|
1302
1269
|
query: {
|
|
@@ -1305,25 +1272,25 @@ export type GetApiV2PricingServicePriceListsCountData = {
|
|
|
1305
1272
|
url: '/api/v2/PricingService/PriceLists/Count';
|
|
1306
1273
|
};
|
|
1307
1274
|
|
|
1308
|
-
export type
|
|
1275
|
+
export type GetPriceListsCountAsyncErrors = {
|
|
1309
1276
|
/**
|
|
1310
1277
|
* Not Found
|
|
1311
1278
|
*/
|
|
1312
1279
|
404: ErrorEnvelopeReadable;
|
|
1313
1280
|
};
|
|
1314
1281
|
|
|
1315
|
-
export type
|
|
1282
|
+
export type GetPriceListsCountAsyncError = GetPriceListsCountAsyncErrors[keyof GetPriceListsCountAsyncErrors];
|
|
1316
1283
|
|
|
1317
|
-
export type
|
|
1284
|
+
export type GetPriceListsCountAsyncResponses = {
|
|
1318
1285
|
/**
|
|
1319
1286
|
* OK
|
|
1320
1287
|
*/
|
|
1321
1288
|
200: Int32EnvelopeReadable;
|
|
1322
1289
|
};
|
|
1323
1290
|
|
|
1324
|
-
export type
|
|
1291
|
+
export type GetPriceListsCountAsyncResponse = GetPriceListsCountAsyncResponses[keyof GetPriceListsCountAsyncResponses];
|
|
1325
1292
|
|
|
1326
|
-
export type
|
|
1293
|
+
export type DeletePriceListAsyncData = {
|
|
1327
1294
|
body?: never;
|
|
1328
1295
|
path: {
|
|
1329
1296
|
priceListId: string;
|
|
@@ -1334,23 +1301,23 @@ export type DeleteApiV2PricingServicePriceListsByPriceListIdData = {
|
|
|
1334
1301
|
url: '/api/v2/PricingService/PriceLists/{priceListId}';
|
|
1335
1302
|
};
|
|
1336
1303
|
|
|
1337
|
-
export type
|
|
1304
|
+
export type DeletePriceListAsyncErrors = {
|
|
1338
1305
|
/**
|
|
1339
1306
|
* Not Found
|
|
1340
1307
|
*/
|
|
1341
1308
|
404: ErrorEnvelopeReadable;
|
|
1342
1309
|
};
|
|
1343
1310
|
|
|
1344
|
-
export type
|
|
1311
|
+
export type DeletePriceListAsyncError = DeletePriceListAsyncErrors[keyof DeletePriceListAsyncErrors];
|
|
1345
1312
|
|
|
1346
|
-
export type
|
|
1313
|
+
export type DeletePriceListAsyncResponses = {
|
|
1347
1314
|
/**
|
|
1348
1315
|
* OK
|
|
1349
1316
|
*/
|
|
1350
1317
|
200: EmptyEnvelopeReadable;
|
|
1351
1318
|
};
|
|
1352
1319
|
|
|
1353
|
-
export type
|
|
1320
|
+
export type DeletePriceListAsyncResponse = DeletePriceListAsyncResponses[keyof DeletePriceListAsyncResponses];
|
|
1354
1321
|
|
|
1355
1322
|
export type GetPriceListAsyncData = {
|
|
1356
1323
|
body?: never;
|
|
@@ -1381,7 +1348,7 @@ export type GetPriceListAsyncResponses = {
|
|
|
1381
1348
|
|
|
1382
1349
|
export type GetPriceListAsyncResponse = GetPriceListAsyncResponses[keyof GetPriceListAsyncResponses];
|
|
1383
1350
|
|
|
1384
|
-
export type
|
|
1351
|
+
export type UpdatePriceListAsyncData = {
|
|
1385
1352
|
body?: PriceListUpdateDto;
|
|
1386
1353
|
path: {
|
|
1387
1354
|
priceListId: string;
|
|
@@ -1392,23 +1359,23 @@ export type PutApiV2PricingServicePriceListsByPriceListIdData = {
|
|
|
1392
1359
|
url: '/api/v2/PricingService/PriceLists/{priceListId}';
|
|
1393
1360
|
};
|
|
1394
1361
|
|
|
1395
|
-
export type
|
|
1362
|
+
export type UpdatePriceListAsyncErrors = {
|
|
1396
1363
|
/**
|
|
1397
1364
|
* Not Found
|
|
1398
1365
|
*/
|
|
1399
1366
|
404: ErrorEnvelopeReadable;
|
|
1400
1367
|
};
|
|
1401
1368
|
|
|
1402
|
-
export type
|
|
1369
|
+
export type UpdatePriceListAsyncError = UpdatePriceListAsyncErrors[keyof UpdatePriceListAsyncErrors];
|
|
1403
1370
|
|
|
1404
|
-
export type
|
|
1371
|
+
export type UpdatePriceListAsyncResponses = {
|
|
1405
1372
|
/**
|
|
1406
1373
|
* OK
|
|
1407
1374
|
*/
|
|
1408
1375
|
200: EmptyEnvelopeReadable;
|
|
1409
1376
|
};
|
|
1410
1377
|
|
|
1411
|
-
export type
|
|
1378
|
+
export type UpdatePriceListAsyncResponse = UpdatePriceListAsyncResponses[keyof UpdatePriceListAsyncResponses];
|
|
1412
1379
|
|
|
1413
1380
|
export type GetPriceListPricesAsyncData = {
|
|
1414
1381
|
body?: never;
|
|
@@ -1440,8 +1407,8 @@ export type GetPriceListPricesAsyncResponses = {
|
|
|
1440
1407
|
|
|
1441
1408
|
export type GetPriceListPricesAsyncResponse = GetPriceListPricesAsyncResponses[keyof GetPriceListPricesAsyncResponses];
|
|
1442
1409
|
|
|
1443
|
-
export type
|
|
1444
|
-
body?:
|
|
1410
|
+
export type CreatePriceListPricesAsyncData = {
|
|
1411
|
+
body?: ItemPriceCreateDto;
|
|
1445
1412
|
path: {
|
|
1446
1413
|
priceListId: string;
|
|
1447
1414
|
};
|
|
@@ -1451,25 +1418,25 @@ export type PostApiV2PricingServicePriceListsByPriceListIdPricesData = {
|
|
|
1451
1418
|
url: '/api/v2/PricingService/PriceLists/{priceListId}/Prices';
|
|
1452
1419
|
};
|
|
1453
1420
|
|
|
1454
|
-
export type
|
|
1421
|
+
export type CreatePriceListPricesAsyncErrors = {
|
|
1455
1422
|
/**
|
|
1456
1423
|
* Not Found
|
|
1457
1424
|
*/
|
|
1458
1425
|
404: ErrorEnvelopeReadable;
|
|
1459
1426
|
};
|
|
1460
1427
|
|
|
1461
|
-
export type
|
|
1428
|
+
export type CreatePriceListPricesAsyncError = CreatePriceListPricesAsyncErrors[keyof CreatePriceListPricesAsyncErrors];
|
|
1462
1429
|
|
|
1463
|
-
export type
|
|
1430
|
+
export type CreatePriceListPricesAsyncResponses = {
|
|
1464
1431
|
/**
|
|
1465
1432
|
* OK
|
|
1466
1433
|
*/
|
|
1467
1434
|
200: EmptyEnvelopeReadable;
|
|
1468
1435
|
};
|
|
1469
1436
|
|
|
1470
|
-
export type
|
|
1437
|
+
export type CreatePriceListPricesAsyncResponse = CreatePriceListPricesAsyncResponses[keyof CreatePriceListPricesAsyncResponses];
|
|
1471
1438
|
|
|
1472
|
-
export type
|
|
1439
|
+
export type DeletePriceListPriceAsyncData = {
|
|
1473
1440
|
body?: never;
|
|
1474
1441
|
path: {
|
|
1475
1442
|
priceListId: string;
|
|
@@ -1481,23 +1448,23 @@ export type DeleteApiV2PricingServicePriceListsByPriceListIdPricesByPriceIdData
|
|
|
1481
1448
|
url: '/api/v2/PricingService/PriceLists/{priceListId}/Prices/{priceId}';
|
|
1482
1449
|
};
|
|
1483
1450
|
|
|
1484
|
-
export type
|
|
1451
|
+
export type DeletePriceListPriceAsyncErrors = {
|
|
1485
1452
|
/**
|
|
1486
1453
|
* Not Found
|
|
1487
1454
|
*/
|
|
1488
1455
|
404: ErrorEnvelopeReadable;
|
|
1489
1456
|
};
|
|
1490
1457
|
|
|
1491
|
-
export type
|
|
1458
|
+
export type DeletePriceListPriceAsyncError = DeletePriceListPriceAsyncErrors[keyof DeletePriceListPriceAsyncErrors];
|
|
1492
1459
|
|
|
1493
|
-
export type
|
|
1460
|
+
export type DeletePriceListPriceAsyncResponses = {
|
|
1494
1461
|
/**
|
|
1495
1462
|
* OK
|
|
1496
1463
|
*/
|
|
1497
1464
|
200: EmptyEnvelopeReadable;
|
|
1498
1465
|
};
|
|
1499
1466
|
|
|
1500
|
-
export type
|
|
1467
|
+
export type DeletePriceListPriceAsyncResponse = DeletePriceListPriceAsyncResponses[keyof DeletePriceListPriceAsyncResponses];
|
|
1501
1468
|
|
|
1502
1469
|
export type GetPriceListPriceAsyncData = {
|
|
1503
1470
|
body?: never;
|
|
@@ -1529,7 +1496,7 @@ export type GetPriceListPriceAsyncResponses = {
|
|
|
1529
1496
|
|
|
1530
1497
|
export type GetPriceListPriceAsyncResponse = GetPriceListPriceAsyncResponses[keyof GetPriceListPriceAsyncResponses];
|
|
1531
1498
|
|
|
1532
|
-
export type
|
|
1499
|
+
export type UpdatePriceListPriceAsyncData = {
|
|
1533
1500
|
body?: ItemPriceUpdateDto;
|
|
1534
1501
|
path: {
|
|
1535
1502
|
priceListId: string;
|
|
@@ -1541,25 +1508,25 @@ export type PutApiV2PricingServicePriceListsByPriceListIdPricesByPriceIdData = {
|
|
|
1541
1508
|
url: '/api/v2/PricingService/PriceLists/{priceListId}/Prices/{priceId}';
|
|
1542
1509
|
};
|
|
1543
1510
|
|
|
1544
|
-
export type
|
|
1511
|
+
export type UpdatePriceListPriceAsyncErrors = {
|
|
1545
1512
|
/**
|
|
1546
1513
|
* Not Found
|
|
1547
1514
|
*/
|
|
1548
1515
|
404: ErrorEnvelopeReadable;
|
|
1549
1516
|
};
|
|
1550
1517
|
|
|
1551
|
-
export type
|
|
1518
|
+
export type UpdatePriceListPriceAsyncError = UpdatePriceListPriceAsyncErrors[keyof UpdatePriceListPriceAsyncErrors];
|
|
1552
1519
|
|
|
1553
|
-
export type
|
|
1520
|
+
export type UpdatePriceListPriceAsyncResponses = {
|
|
1554
1521
|
/**
|
|
1555
1522
|
* OK
|
|
1556
1523
|
*/
|
|
1557
1524
|
200: EmptyEnvelopeReadable;
|
|
1558
1525
|
};
|
|
1559
1526
|
|
|
1560
|
-
export type
|
|
1527
|
+
export type UpdatePriceListPriceAsyncResponse = UpdatePriceListPriceAsyncResponses[keyof UpdatePriceListPriceAsyncResponses];
|
|
1561
1528
|
|
|
1562
|
-
export type
|
|
1529
|
+
export type GetPriceData = {
|
|
1563
1530
|
body?: never;
|
|
1564
1531
|
headers?: {
|
|
1565
1532
|
'x-api-version'?: string;
|
|
@@ -1577,25 +1544,25 @@ export type GetApiV2PricingServicePricesByItemIdPriceData = {
|
|
|
1577
1544
|
url: '/api/v2/PricingService/Prices/{itemId}/Price';
|
|
1578
1545
|
};
|
|
1579
1546
|
|
|
1580
|
-
export type
|
|
1547
|
+
export type GetPriceErrors = {
|
|
1581
1548
|
/**
|
|
1582
1549
|
* Not Found
|
|
1583
1550
|
*/
|
|
1584
1551
|
404: ErrorEnvelopeReadable;
|
|
1585
1552
|
};
|
|
1586
1553
|
|
|
1587
|
-
export type
|
|
1554
|
+
export type GetPriceError = GetPriceErrors[keyof GetPriceErrors];
|
|
1588
1555
|
|
|
1589
|
-
export type
|
|
1556
|
+
export type GetPriceResponses = {
|
|
1590
1557
|
/**
|
|
1591
1558
|
* OK
|
|
1592
1559
|
*/
|
|
1593
1560
|
200: ItemPriceCalculationEnvelopeReadable;
|
|
1594
1561
|
};
|
|
1595
1562
|
|
|
1596
|
-
export type
|
|
1563
|
+
export type GetPriceResponse = GetPriceResponses[keyof GetPriceResponses];
|
|
1597
1564
|
|
|
1598
|
-
export type
|
|
1565
|
+
export type GetFinalPriceData = {
|
|
1599
1566
|
body?: never;
|
|
1600
1567
|
headers?: {
|
|
1601
1568
|
'x-api-version'?: string;
|
|
@@ -1610,25 +1577,25 @@ export type GetApiV2PricingServicePricesByItemIdFinalPriceData = {
|
|
|
1610
1577
|
url: '/api/v2/PricingService/Prices/{itemId}/FinalPrice';
|
|
1611
1578
|
};
|
|
1612
1579
|
|
|
1613
|
-
export type
|
|
1580
|
+
export type GetFinalPriceErrors = {
|
|
1614
1581
|
/**
|
|
1615
1582
|
* Not Found
|
|
1616
1583
|
*/
|
|
1617
1584
|
404: ErrorEnvelopeReadable;
|
|
1618
1585
|
};
|
|
1619
1586
|
|
|
1620
|
-
export type
|
|
1587
|
+
export type GetFinalPriceError = GetFinalPriceErrors[keyof GetFinalPriceErrors];
|
|
1621
1588
|
|
|
1622
|
-
export type
|
|
1589
|
+
export type GetFinalPriceResponses = {
|
|
1623
1590
|
/**
|
|
1624
1591
|
* OK
|
|
1625
1592
|
*/
|
|
1626
1593
|
200: MoneyEnvelopeReadable;
|
|
1627
1594
|
};
|
|
1628
1595
|
|
|
1629
|
-
export type
|
|
1596
|
+
export type GetFinalPriceResponse = GetFinalPriceResponses[keyof GetFinalPriceResponses];
|
|
1630
1597
|
|
|
1631
|
-
export type
|
|
1598
|
+
export type GetTotalTaxesInUsdData = {
|
|
1632
1599
|
body?: never;
|
|
1633
1600
|
headers?: {
|
|
1634
1601
|
'x-api-version'?: string;
|
|
@@ -1643,25 +1610,25 @@ export type GetApiV2PricingServicePricesByItemIdTotalTaxesData = {
|
|
|
1643
1610
|
url: '/api/v2/PricingService/Prices/{itemId}/TotalTaxes';
|
|
1644
1611
|
};
|
|
1645
1612
|
|
|
1646
|
-
export type
|
|
1613
|
+
export type GetTotalTaxesInUsdErrors = {
|
|
1647
1614
|
/**
|
|
1648
1615
|
* Not Found
|
|
1649
1616
|
*/
|
|
1650
1617
|
404: ErrorEnvelopeReadable;
|
|
1651
1618
|
};
|
|
1652
1619
|
|
|
1653
|
-
export type
|
|
1620
|
+
export type GetTotalTaxesInUsdError = GetTotalTaxesInUsdErrors[keyof GetTotalTaxesInUsdErrors];
|
|
1654
1621
|
|
|
1655
|
-
export type
|
|
1622
|
+
export type GetTotalTaxesInUsdResponses = {
|
|
1656
1623
|
/**
|
|
1657
1624
|
* OK
|
|
1658
1625
|
*/
|
|
1659
1626
|
200: MoneyEnvelopeReadable;
|
|
1660
1627
|
};
|
|
1661
1628
|
|
|
1662
|
-
export type
|
|
1629
|
+
export type GetTotalTaxesInUsdResponse = GetTotalTaxesInUsdResponses[keyof GetTotalTaxesInUsdResponses];
|
|
1663
1630
|
|
|
1664
|
-
export type
|
|
1631
|
+
export type GetTotalSavingsInUsdData = {
|
|
1665
1632
|
body?: never;
|
|
1666
1633
|
headers?: {
|
|
1667
1634
|
'x-api-version'?: string;
|
|
@@ -1676,23 +1643,23 @@ export type GetApiV2PricingServicePricesByItemIdTotalSavingsData = {
|
|
|
1676
1643
|
url: '/api/v2/PricingService/Prices/{itemId}/TotalSavings';
|
|
1677
1644
|
};
|
|
1678
1645
|
|
|
1679
|
-
export type
|
|
1646
|
+
export type GetTotalSavingsInUsdErrors = {
|
|
1680
1647
|
/**
|
|
1681
1648
|
* Not Found
|
|
1682
1649
|
*/
|
|
1683
1650
|
404: ErrorEnvelopeReadable;
|
|
1684
1651
|
};
|
|
1685
1652
|
|
|
1686
|
-
export type
|
|
1653
|
+
export type GetTotalSavingsInUsdError = GetTotalSavingsInUsdErrors[keyof GetTotalSavingsInUsdErrors];
|
|
1687
1654
|
|
|
1688
|
-
export type
|
|
1655
|
+
export type GetTotalSavingsInUsdResponses = {
|
|
1689
1656
|
/**
|
|
1690
1657
|
* OK
|
|
1691
1658
|
*/
|
|
1692
1659
|
200: MoneyEnvelopeReadable;
|
|
1693
1660
|
};
|
|
1694
1661
|
|
|
1695
|
-
export type
|
|
1662
|
+
export type GetTotalSavingsInUsdResponse = GetTotalSavingsInUsdResponses[keyof GetTotalSavingsInUsdResponses];
|
|
1696
1663
|
|
|
1697
1664
|
export type ClientOptions = {
|
|
1698
1665
|
baseUrl: 'https://localhost:44388' | (string & {});
|